Question:
Hi
We have been passing up an ORDERS02 IDOC into our 31H system and then calling the EDI_DATA_INCOMING func mod for many years. This works fine apart from when we have internal network probs.
I am looking for an RFC or BAPI that I can call instead which will allow me to create my sales order without having to remap my data too much.
Thanks
Rob
Answer:
Hai,
Try to use
BAPI_SALESORDER_CREATEFROMDAT2 ( Rel 4.6),
BAPI_SALESORDER_CREATEFROMDAT1 ( Rel 4.0),
BAPI_SALESORDER_CREATEFROMDATA ( Rel 4.0B)
to create Sales order .
Hope this information will help.
Thanks
Venkat