Hi experts.
I wish to print a summary of tax group in a/r invoice. Each of the items using different tax code with tax rate 0% and 5%. How am I going to represent the summary of tax like the format shown below:
A/R Invoice
ItemCode | Qty | UnitPrice | TaxCode | Tax Rate | Total | Tax Amount |
A100 | 10 | 1.00 | SR | 5 | 10.00 | 0.50 |
B100 | 20 | 2.00 | ZRE | 0 | 40.00 | 0.00 |
C200 | 30 | 3.00 | SR | 5 | 90.00 | 4.50 |
Tax Summary | ||
---|---|---|
Tax Rate | Amount | Tax |
5% | 100.00 | 5.00 |
0% | 40.00 | 0.00 |
I have gone through
http://scn.sap.com/thread/839435 but couldn't figure it out.
Please advice me how to work it out.
Thanks & BR,
Leng