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: 

Using service call to get sales order

Former Member
0 Kudos

Hi,

Which FM or BAPI can I use to get the sales order?

Thanks a lot.

Best Regards!

Stephanie

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

if you want to read header then you can use..

SD_VBAK_SINGLE_READ

4 REPLIES 4

former_member188685
Active Contributor
0 Kudos

if you want to read header then you can use..

SD_VBAK_SINGLE_READ

0 Kudos

Hi, Vijay

what if i need the item information also?

Best Regards!

Stephanie

0 Kudos

you can use the below functions, but they give all header and item mixed in one table.

SD_SELECT_SALES_DOCUMENTS

or

RV_SALES_DOCUMENT_VIEW_3

0 Kudos

Thank you very much!