Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to Develope BDC Inbound Interface for creation of .....

Former Member
0 Likes
381

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...

2 REPLIES 2
Read only

Former Member
0 Likes
359

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

Read only

Former Member
0 Likes
359

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