Hello,
I want to create a salesorder from outside SAP via webservice. I'am going to do this with BAPI_SALESORDER_CREATEFROMDAT2. The BAPI has a lot of importing-, exporting-, and table-parameters and I don't want to import the RFC, because I would prefer to implement an Abap-Proxy for this task (of course inside the proxy I will use the BAPI). I also don't really want to transfer all the parameters of the BAPI manually into the Enterprise Service Builder as datatypes. Is it possible to import/transfer the parameters of an BAPI into datatypes into the PI?
Thanks in advance
Torsten