Application Development 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: 

Best mean to push Sales Order data out of SAP?

Former Member
0 Kudos

Hi experts,

Currently we are trying to push Sales Order data out of SAP into another layer through a BAPI. We are fetching ALL orders that were created within a given date range.

Our custom BAPI is using standard BAPI BAPISDORDER_GETDETAILEDLIST to retrieve most of the data but we have to run other validations and add descriptions and so, therefore coding is needed.

The execution times, for 6,700 Orders (Header, Item and Partners data included), is taking around 1 hour, needless to say it's taking a lot of time, I think there could be better approaches to achieve what we are trying to do, we've thought about running the process as a background job and then place the results into text files on the server and also IDocs.

All suggestions are welcome.

Thanks a lot.

1 REPLY 1

Richa_Gupta
Contributor
0 Kudos

According to me, outbound IDOC is the best option. But if you can let us know to which system you are trying to send the sales orders, like whether it is SAP system only or DCMS or something else, then your question would become easy to answer.

Richa