Hello,
My client wants to use withholding tax from billing/invoice posting.
I have setup all the required configuration both in FI and SD side. After I test the transaction, withholding tax is success posted from billing, but the problem is if there is a discount in the pricing, withholding tax will calculate net amount as base amount (after discount deduction). The requirement is this discount has to be exclude from WHT calculation.
Here are the simulation :
Price : 1000
Disc : 100
WHT : 1.5% of price --> 1000 * 1.5% = 15
Current journal :
AR customer 886,5 (db)
Prepaid WHT 13.5 (db)
Discount 100 (db)
Sales Rev 1000 (cr)
Required journal :
AR customer 885 (db)
Prepaid WHT 15 (db)
Discount 100 (db)
Sales Rev 1000 (cr)
I have set in the pricing procedure that the WHT condition type will calculate 1,5% from step number before discount. If I check in the billing, base amount for WHT condition type is also has correct amount (1000) but why after posting to FI journal the WHT amount is 13.5 instead of 15 ?
I browse in table WITH_ITEM, field base amount also filled 900. Did I miss something? because I see an inconsistency between pricing in SD and FI.
Thank you,
Budi