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

Function module to read sales order data using VBELN only

Former Member
0 Likes
6,439

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
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
2,098

check this

BAPISDORDER_GETDETAILEDLIST

Read only

Former Member
0 Likes
2,098

Hi

Some fms can be SD_SALES_DOCUMENT_READ and SD_SALES_DOCUMENT_READ_POS

Max

Read only

Former Member
0 Likes
2,098

Hi ,

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

Enter Sales Document number in importing parameters.

Regards,

kavitha.

Read only

Former Member
0 Likes
2,098

thanks