Índice | ||
---|---|---|
|
Use the field CL2_VLEXCL to store the exclusion value of records F120 and F130 of EFD Contributions. Thus, it ensures compliance with tax rules by excluding these values from the calculation of taxes such as PIS/Pasep and Cofins.
Field CL2_VLEXCL in F120 of EFD is fed with the value of ICMS (D1_VALICM) found in the incoming invoice and also the asset's depreciation rate in the month (N4_TXDEPR), containing the following formula:
CL2_VLEXCL = D1_VALICM * N4_TXDEPR
However, this formula is based on a simple scenario. There are some additional considerations:
Nota | ||
---|---|---|
| ||
When the TIO dismembers assets, they are generated equally by quantity. For example: -The incoming invoice has the quantity (D1_QUANT) set to 10 and the Total (D1_TOTAL) equal to BRL 10,000.00 If the TIO in use has the field F4_BENSATF set to 1 (Yes), ten assets of BRL 1,000.00 each are generated. But if field F4_BENSATF is set to 2 (No), only one asset of BRL 10,000.00 is generated. Hence, when calculating the exclusion value for dismembered assets, the system uses field D1_QUANT in the formula to obtain only the proportional value of the asset selected. |
After obtaining the exclusion value, the system uses it to calculate the base values of PIS (CL2_BCPIS) and Cofins (CL2_BCCOF).
Field CL2_VLEXCL in F130 of EFD is fed with the value of ICMS (D1_VALICM) found in the incoming invoice that originated the asset.
However, there are some additional considerations:
The default exclusion value used in F120 can be changed by Entry Point AF120EXC. The value returned by the EP is added to the default exclusion value of the system. Find the Entry Point documentation here: AF120EXC - Value exclusion in SPED PIS/COFINS calculation base in record F120
For the F130 we also have a similar Entry Point, the AF130EXC, which adds the value returned by the EP to the default exclusion value of F130. Here is its documentation: AF130EXC - Value deletion in the SPEDPIS/COFINS calculation base in record F130