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: 

Function module to read sales order data using VBELN only

Former Member
0 Kudos

I want to get sales order data (VBAK and VBAP table data) using only the sales order number..Is there any such FM?

4 REPLIES 4

kesavadas_thekkillath
Active Contributor
0 Kudos

check this

BAPISDORDER_GETDETAILEDLIST

Former Member
0 Kudos

Hi

Some fms can be SD_SALES_DOCUMENT_READ and SD_SALES_DOCUMENT_READ_POS

Max

Former Member
0 Kudos

Hi ,

Use the FM 'BAPI_SALESORDER_GETDETAILBOS' to get the sales order details.

Enter Sales Document number in importing parameters.

Regards,

kavitha.

Former Member
0 Kudos

thanks