Hello,
my integration scenario was HTTP-to-RFC
Due to some business changes I'd like to change it to HTTP-to-AbapProxy, and use all the mapping I had in RFC.
For this I want to create a data type with the same structure as my BAPI request structure with few custom fields in addition.
How can I copy a BAPI request structure into a data type?
Thanks