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 Header Pricing Conditions

Former Member
0 Kudos

Hi All,

I am using BAPISDORDER_GETDETAILEDLIST function module to get the pricing conditions. I am able to see Item Pricing Conditions in the ORDER_CONDITIONS_OUT table but not able to find the Header Pricing Conditions.

Please let me know how to fetch header pricing conditions. Is there any other FM which can do it?

Thanks

Jit

1 REPLY 1

Former Member
0 Kudos

Hello,

Try these FM's.

SD_SALES_HEADER_READ

SD_SALES_ITEM_TABLES_READ

SD_SALES_PRICING_INFORMATION

MRM_DBTAB_KONV_READ

RV_KONV_SELECT

Please check out the Function module RV_INVOICE_DOCUMENT_READ.

Here you need to pass on the invoice no. In the output it shall give you details in invoice header and item levels, price, document status. You will get the net amount as well as the tax. Then you need to add the net amount and the tax to get the total amount

Regards,

Vasanth