Q1: I receive the down payment (prepayment) from customer and SAP generates posting
Dr | Bank | 118 | |
Cr | Customer Down Payment | 100 | |
Cr | Output VAT | 18 |
Why does system behaves itself wrong way? It should be
Dr | Bank | 118 | |
Cr | Customer Down Payment | 118 | |
Cr | Output VAT | 18 | |
Dr | VAT from down payments received | 18 |
A: System will use special GL account "VAT from down payments" when several prerequisites are met:
- Customer line items has Special GL indicator of "down payment" type. Check this in transactions OBXR.
- Reconciliation account for the customer down payment should have tax category +B. Alternative GL account is defined in the same transaction OBXR. Tax category of GL account can be checked in transaction FS00.
- Postings should contain tax code with "Output tax" category. This can be checked in transaction FTXP.
"Output VAT" GL account number is set up in tax code (the same transaction FTXP).
"VAT from down payment received" GL account number is set up in transaction OBXB for MVA transaction. You can specify the same clearing account for all down payments, or split them using the clearing account identificators. If you want to use split functionality, please tick the "Output tax clearing" checkbox in the rules for MVA transaction. Then you can specify different clearing account for different identificators in transaction OBXB. These identificators are assigned to Special GL indicators in transaction OBXR.
Q2: I pay down payment (prepayment) to vendor and SAP generates posting
Cr | Bank | 118 | |
Dr | Vendor down payment | 100 | |
Dr | Input VAT | 18 |
Why does system behaves itself wrong way? It should be
Cr | Bank | 118 | |
Dr | Vendor down payment | 118 | |
Dr | Input VAT | 18 | |
Cr | VAT from down payments paid | 18 |
A: System will use special GL account "VAT from down payments" when several prerequisites are met:
- Vendor line items has Special GL indicator of "down payment" type. Check this in transactions OBYR.
- Reconciliation account for the vendor down payment should have tax category -B. Alternative GL account is defined in the same transaction OBYR. Tax category of GL account can be checked in transaction FS00.
- Postings should contain tax code with "Input tax" category. This can be checked in transaction FTXP.
"Input VAT" GL account number is set up in tax code (the same transaction FTXP).
"VAT from down payment paid" GL account number is set up in transaction OBXB for VVA transaction. You can specify the same clearing account for all down payments, or split them using the clearing account identificators. If you want to use split functionality, please tick the "Input tax clearing" checkbox in the rules for VVA transaction. Then you can specify different clearing account for different identificators in transaction OBXB. These identificators are assigned to Special GL indicators in transaction OBYR.
Hi Kamesh
ReplyDeleteThank you for the explanation.
I have one question here.
I have two tax codes. 7W (GL 2150300) and 7V (GL 2150400)
Clearing account 2150300 maintained in OBXB
Now if I make down payment to Vendor using 7W tax code
Below is happening
1020970 (bank A/c) Dr 110
30110898 (Vendor) Cr 110
2150300 (VAT/GST Input Tax)Dr 10
2150300 (VAT/GST Input Tax) Cr 10
Now if I make down payment to Vendor using 7V tax code Below is happening
1020970 (bank A/c) Dr 110
30110898 (Vendor) Cr 110
2150400 (VAT/GST Input Tax)Dr 10
2150300 (VAT/GST Input Tax) Cr 10
But requirement is below should happening
1020970 (bank A/c) Dr 110
30110898 (Vendor) Cr 110
2150400 (VAT/GST Input Tax)Dr 10
2150400 (VAT/GST Input Tax) Cr 10
So requirement is tax clearing account should derive same GL account what my tax code GL is having. i.e. my tax clearing account GL and Tax code GL should have same GLs, as we have multiple tax code with different GL accounts
Regards,
Krishna