Hello!
If you carry out sales, work placements or provision of services to final consumers in Argentina using print character B, according to resolution 5614, as of January 1st, 2025, you must indicate the final amount that the final consumer must pay in the publication of the prices of the respective goods or services.
According to the tax authority, this information is displayed in a new box containing the following information:
Title | Description |
Régimen de Transparencia Fiscal al Consumidor (Ley 27.743) | Fixed title |
IVA Contenido $/USD | Total VAT of the document in document currency (use the symbol $ for local currency or ISO currency code for foreign currencies like USD). In case you have more than one VAT rate in the document, this line should show the summarization of all IVA amounts. |
Otros Impuestos Nacionales Indirectos $/USD | Total of other national taxes (not VAT), for example Internal tax (use the symbol $ for local currency or ISO currency code for foreign currencies like USD). In SAP, we have identified this kind of tax as “internal tax” |
Note that Otros Impuestos Nacionales Indirectos are not applied to all companies. For more information, see Transparencia fiscal: ARCA reglamenta el régimen que obliga a discriminar el IVA en las facturas and Resolución General 5614/2024.
With this blog post, we will guide you with examples on how to comply with this legal change if you use PDF forms in the eDocument Cockpit for Argentina with SAP S/4HANA Cloud Public Edition.
Please note that the steps mentioned are suggestions, indications, and examples. You may use your own logic if what is provided does not apply to your needs.
Prerequisites:
You have Adobe LiveCycle Designer on your computer and know how to design forms with this tool.
You have assigned the Extensibility (SAP_CORE_BC_EXT) authorization role for your user.
Procedure:
| Document Type: | Print Char A, B, E |
| Form Template Name: | EDO_AR_PRINT |
| Data Source: | EDOC_AR_PRINT_SRV_03 |
11. The value for Otros Impuestos Nacionales is already available in the Otros Tributos table. To retrieve the value, perform as follows:
var description = this.resolveNode("Page1.other_taxset.item_other_tax[0].description").rawValue;
if(description == 'Impto.interno ventas'){
this.rawValue = this.resolveNode("Page1.other_taxset.item_other_tax[0].amount").rawValue;
}
12. Save your changes.
13. Access the Maintain Form Templates app.
14. On the Custom Templates tab, choose New. Create a custom template for your form by making the following settings:
15. Save your form template.
16. In your configuration environment, use the search function to open the Configure Printing Form for eInvoice (103277) configuration activity and assign your custom form template to the relevant eDocument type and branch.
You can now open the eDocument Cockpit and submit your document. The new PDF form template now contains the Régimen de Transparencia Fiscal al Consumidor (Ley 27.743) box and its information.
For more information, go to Document and Reporting Compliance for Argentina on the SAP Help Portal.
We hope that you find this information useful. Feel free to leave a comment on this blog or follow SAP Document and Reporting Compliance | SAP Community.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 10 | |
| 8 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |