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 for billing doc pricing condition

Sujai
Participant
0 Kudos

Hi

is there a Fm that returns all the pricing conditions for a billing document (Header and line items) with the condition types and the amounts??

I tried to use the FM RV_INVOICE_DOCUMENT_READ, but i think this FM does not return the condition types and their corresponding amounts from KONV table. I also tried using the FM PRICING but cudn't run it.

how can i get the pricing conditions on just giving the invoice document number?? My requirement is to get all the tax amounts for an invoice separately.

Regards,

Sujai

5 REPLIES 5

Former Member
0 Kudos

Hi Sujai,

Try these FM's:

RV_PRICE_PRINT_HEAD

RV_PRICE_PRINT_ITEM

Regards,

Chandra Sekhar

0 Kudos

what are the inputs that i should give for these FMs. The only value i have is the billing document number. These FMs doesnt seem to work with the billing doc numbers.

Sujai

0 Kudos

what does the FM PRICING do??? can somebody help..

sujai

Former Member
0 Kudos

Hi,

Try FM's RV_PRICE_PRINT_HEAD

RV_PRICE_PRINT_ITEM

Regards,

Raju.

Sujai
Participant
0 Kudos

closing thread