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: 

Sales order details

Former Member
0 Kudos

Hi ,

can you help me to find the (BAPI or Function module)

which will give the existing sales order detail...

similar to BAPI_PO_GETDETAIL,

is there any bapi or F.M. for that....

thanks in advance..

Manish

1 ACCEPTED SOLUTION

vinod_gunaware2
Active Contributor
0 Kudos

BAPI_CUSTOMERORDER_GETLIST

BAPI_SALESORDER_GETLIST.

SD_PARTNER_READ

PRICING

RV_ORDER_FLOW_INFORMATION

SD_PRINT_TERMS_OF_PAYMENT

BAPI_SALESORDER_SIMULATE

RV_ORDER_FLOW_INFORMATION Reads sales document flow of sales document after delivery and billing

Don't forget also check direct reference documents for the both starting document # and preceding/following document types that you are searching for (For example, if you search delivery for the given SO, check also LIPS-VGBEL and LIPS-VGPOS, if it's possible with regard to performance

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

SD_DOCUMENT_PARTNER_READ partner information including address. Calls SD_PARTNER_READ

SD_DETERMINE_CONTRACT_TYPE In: at least VBAK-VBELN

Exceptions: NO CONTRACT | SERVICE_CONTRACT | QUANTITY_CONTRACT

RV_DELIVERY_PRINT_VIEW Data provision for delivery note printing

SD_PACKING_PRINT_VIEW

SD_DELIVERY_VIEW Data collection for printing called from RV_DELIVERY_PRINT_VIEW, SD_PACKING_PRINT_VIEW

RV_BILLING_PRINT_VIEW Data Provision for Billing Document Print

regards

vinod

3 REPLIES 3

Former Member
0 Kudos

Hi Manish,

BAPI_SALESORDER_GETLIST

Look at this thread...

Before posting a question in the forums please check whether the same question is posted by somebody else.

Most likely you may find a similar thread in SDN.

hope it solves your problem

Regards,

Maheswaran.B

Message was edited by: Maheswaran B

Message was edited by: Maheswaran B

ferry_lianto
Active Contributor
0 Kudos

Hi Manish,

Please check this BAPI.

<b>BAPI_CUSTOMERORDER_GETLIST

BAPI_SALESORDER_GETLIST</b>.

Hope this will help.

Regards,

Ferry Lianto

Please reward points if helpful.

vinod_gunaware2
Active Contributor
0 Kudos

BAPI_CUSTOMERORDER_GETLIST

BAPI_SALESORDER_GETLIST.

SD_PARTNER_READ

PRICING

RV_ORDER_FLOW_INFORMATION

SD_PRINT_TERMS_OF_PAYMENT

BAPI_SALESORDER_SIMULATE

RV_ORDER_FLOW_INFORMATION Reads sales document flow of sales document after delivery and billing

Don't forget also check direct reference documents for the both starting document # and preceding/following document types that you are searching for (For example, if you search delivery for the given SO, check also LIPS-VGBEL and LIPS-VGPOS, if it's possible with regard to performance

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

SD_DOCUMENT_PARTNER_READ partner information including address. Calls SD_PARTNER_READ

SD_DETERMINE_CONTRACT_TYPE In: at least VBAK-VBELN

Exceptions: NO CONTRACT | SERVICE_CONTRACT | QUANTITY_CONTRACT

RV_DELIVERY_PRINT_VIEW Data provision for delivery note printing

SD_PACKING_PRINT_VIEW

SD_DELIVERY_VIEW Data collection for printing called from RV_DELIVERY_PRINT_VIEW, SD_PACKING_PRINT_VIEW

RV_BILLING_PRINT_VIEW Data Provision for Billing Document Print

regards

vinod