Hi all,
I have designed PLD for AR invoice to show tax break up based on SAP note 917674 - Tax Summary per Tax Groups on Marketing Documents.
The problem is the tax amount and sales amount are displayed in one total, without the division to the the tax amount in each tax group.
I want something like this:
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 |
Now I got the following in my PLD:
Tax Summary | ||
---|---|---|
Tax Rate | Amount | Tax |
5% | 140.00 | 5.00 |
Any other solutions?