‎2008 Jun 26 4:33 PM
How to Develope Batch Data Communication Inbound Interface for creation of sales order to upload data from legacy to R/3 system (VA01).
plz tell me clearly how to do this...
‎2008 Jun 27 7:46 AM
Hello Raja,
Probably, you might assess the option to use the existing idoc types for the message type ORDERS.
Internally, the logic is such that it internally uses the Call Transaction method for Batch Data Communication.
However, if you feel the need to develop a new logic, you can re-use most of the coding that already exists in the inbound function modules associated to the idoc types.
You may refer to the FM IDOC_INPUT_ORDERS.
Please reward if this info helps you.
With Regards
Vijay Gajavalli
‎2008 Jun 27 7:58 AM
Hi,
You can use the BAPI BAPI_SALESORDER_CREATEFROMDAT2 for the same. Or if you are able to populate the details throug BDC, you can use BDC.
Thanks,
Rajinikanth