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: 

How to determine Invoice Header Konditions

Former Member
0 Kudos

Hi,

I must try to find the header konditions of invoices but i do not find function module.

Can someone help me please?

thanks for your help,

David31

3 REPLIES 3

Former Member
0 Kudos

Hi,

You should be able to fetch the billing document header conditions from the table KONV based on the condition document number (VBRK-KNUMV).

Hope this helps.

Regards,

Hemanth

0 Kudos

Hi,

we found this way too but something is strange by using it.

In our invoice header we have 4 conditions but by using KONV we only found 1 conditions.

We have found a standard form xkomv_kopfsummen_print in function module RV_PRICE_PRINT_HEAD which returns all the conditions of the header.

Thanks for your help!

David31

Former Member
0 Kudos

In the edition program the function module which we use PRICING_SUBSCREEN_PBO delete all the data in memory....

The subtotal of the invoice are wrong now but we have found all the header condtion that we wanted...

The function module RV_PRINT_HEADER does not return all the header conditions. Why?

Did someone have a solution?

Thanks for your help,

David31

Solution:

Use the function module 'RV_PRICE_PRINT_REFRESH to reset the tables.

Edited by: David31 on Dec 7, 2009 3:02 PM

Edited by: David31 on Dec 7, 2009 5:21 PM