cancel
Showing results for 
Search instead for 
Did you mean: 

Converting Customers Sales Order

Former Member
0 Kudos

Have any of the experts converted sales orders from a legacy system into SAP. How did you do it ? Please provide details.

Shirley

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Interfacing in Sales Orders is a common procedure with SAP.

There is a Create Sales Order BAPI that you can use as standard. A BAPI is basically the routine that you can run to execute a process. You can get the interface to call up the BAPI and execute the process for you. You would need to extract the data from your source system into a file and then the interface routine would transfer the data from the file into a SAP Sales Order

If you look in transaction "BAPI" and then select the following menu options;

Sales & Distribution

Sales

Sales Order

This should give you more information on this.