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: 

FM to view pricing conditions for a particular Billing Doc?

Former Member
0 Kudos

Hi guys,

I heard there is a function module that can show us the pricing condition of the billing document. If so what FM is this? Thanks guys and take care.

3 REPLIES 3

Former Member
0 Kudos

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.

former_member188685
Active Contributor
0 Kudos

Hi,

Check these FM's

<b>RV_PRICE_PRINT_HEAD

RV_PRICE_PRINT_ITEM</b>

also check the FM <b>PRICING</b>

they will help you.

Regards

vijay

Former Member
0 Kudos

Hi,

Please check this FM RV_BILLING_PRINT_VIEW.

Regards,

S.Gomathy Krithiga.