cancel
Showing results for 
Search instead for 
Did you mean: 

Creating sales order from flat file to r3

Former Member
0 Kudos

Hi friends,

I have a requirement to create a sales order from flat file to sap.

And this can have multiple records(sales order) in the flat file.

Please tell me the bapi i can use and how to proceed with the development.

Thanks and Regards

Karthikeyan

Accepted Solutions (1)

Accepted Solutions (1)

turmoll
Active Contributor
0 Kudos

Hi,

e.g. BAPI_SALESORDER_CREATEFROMDAT2

If it comes to development you might pass entire data (many SOs) via PROXY into business system and for each SO calls above mentioned BAPI - that's one of many approaches :).

Regards,

Jakub

Former Member
0 Kudos

Hi thanku for ur ans,

Can u please tell me how to commit from xi to get the record saved in to the r3.

Thanks and Regards

Karthikeyan

turmoll
Active Contributor
0 Kudos

> Can u please tell me how to commit from xi to get the record saved in to the r3.

Have a look at this note: [730870 - FAQ XI 3.0/ PI 7.0/ PI 7.1 RFC Adapter|https://service.sap.com/sap/support/notes/730870], especially Q 10: What's about BAPIs?

Regards,

Jakub

Answers (2)

Answers (2)

Former Member
0 Kudos

BAPI_SALESORDER_CREATEFROMDAT2

is the bappi used

nikhil_bose
Active Contributor
0 Kudos

for configuration go through blog: [File to RFC Asynchronous Scenario|/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible]

nikhil