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

BAPI for sales order

Former Member
0 Likes
2,341

Is there any BAPI to read sales order data? (very much like BAPI_PO_GETDETAIL for PO)

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,482

try using this FM "SD_SALES_DOCUMENT_READ"..

If this helps please reward points.

Varun

BAPISDORDER_GETDETAILEDLIST

Check off the tables you want back in I_BAPI_VIEW

Append an Order Number to SALES_DOCUMENTS

12 REPLIES 12
Read only

anversha_s
Active Contributor
0 Likes
1,482

hi pawan,

use this.

BAPI_SALESORDER_GETLIST

if hlped pls rwrd points

rgds

anver

Read only

Former Member
0 Likes
1,482

HI

You can try using FM BS01_SALESORDER_GETDETAIL or SPP02_SALESORDER_GET.

Regards,

Raj

Read only

Former Member
0 Likes
1,482

Check the FM:

<b>BAPI_SALESORDER_GETLIST

BAPI_SALESORDER_GETSTATUS</b>

Regards,

Prakash.

Read only

Former Member
0 Likes
1,482

BAPI_SALESORDER_GETLIST Sales order: List of all Orders for Customer

BAPI_SALESORDER_GETSTATUS Sales Order: Display Status

Read only

Former Member
0 Likes
1,482

Hi,

use BAPI_SALESORDER_GETLIST

Regards,

Rahul

Read only

Former Member
0 Likes
1,482

BAPI_SALESORDER_GETSTATUS would get you most of the sales order information in the tables structure STATUSINFO.

Regards,

Ravi

Read only

0 Likes
1,482

I don't want list. I have sales order number I want detail...

Raj FM BS01_SALESORDER_GETDETAIL or SPP02_SALESORDER_GET doen't exist in my system . I am using R/3 release 4.6C.

Read only

0 Likes
1,482

I need detail of single sales order , I have sales order number with me....

FM BS01_SALESORDER_GETDETAIL or SPP02_SALESORDER_GET doesn't exist in my system I am using R/3 release 4.6C

Read only

Former Member
0 Likes
1,483

try using this FM "SD_SALES_DOCUMENT_READ"..

If this helps please reward points.

Varun

Read only

0 Likes
1,482

hi,

try this.

SD_SALES_DOCUMENT_READ Reads sales document header and business data: tables VBAK, VBKD and VBPA (Sold-to (AG), Payer (RG) and Ship-to (WE) parties)

SD_SALES_DOCUMENT_READ_POS Reads sales document header and item material: tables VBAK, VBAP-MATNR

rgds

anver

Read only

0 Likes
1,482

use

BAPI_SALESORDER_CREATEFROMDATA

Read only

0 Likes
1,482

BAPISDORDER_GETDETAILEDLIST

Check off the tables you want back in I_BAPI_VIEW

Append an Order Number to SALES_DOCUMENTS