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: 

Need Function Module for Printing Rates,Discounts and Taxes in Invoice.

Former Member
0 Kudos

Hi All,

For our Invoice printing I need to get a function module which will provide me the rates,discounts and taxes against each item line of the Invoice No.

Finall it will be printed accordingly.

Can anyone help me regarding this with input parameter example.

Thx in Adv.

1 REPLY 1

Former Member
0 Kudos

Hi,

As far as I know there is no fun module to print all this stuff.

You have to get this data from KONV table by passing the VBRK table KNUMV field.

Then check for all the Rates and amount KBETR and KWERT fields for the respective condition Types.

You have to loop the KONV internal table and write all the condition rates and amounts in the script driver program.

see any Std script for this.

Regards,

Anji