Implementation Guide SAP Note 3319060
Implementation Guide SAP Note 3319060
Confidential
TABLE OF CONTENTS
NOTICES ........................................................................................................................................................... 3
STEPS DELIVERED BY BC SET ..................................................................................................................... 3
CUSTOMIZE CALCULATION PROCEDURES ................................................................................................ 4
TAXBRJ............................................................................................................................................................. 4
CONFIGURE TAX CODE.................................................................................................................................. 5
GENERAL GUIDANCE REGARDING BADI TO ENABLE ICMS AD REM CALCULATION ......................... 5
DEFERMENT SCENARIO ................................................................................................................................ 5
www.sap.com/contactsap
The information contained herein may be changed without prior notice. Some software products marketed by SAP SE and its distributors contain proprietary software components of other software vendors.
National product specifications may vary.
These materials are provided by SAP SE or an SAP affiliate company for informational purposes only, without representation or warranty of any kind, and SAP or its affiliated companies shall not be liable
for errors or omissions with respect to the materials. The only warranties for SAP or SAP affiliate company products and services are those that are set forth in the express warranty statements
accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.
In particular, SAP SE or its affiliated companies have no obligation to pursue any course of business outlined in this document or any related presentation, or to develop or release any functionality
mentioned therein. This document, or any related presentation, and SAP SE’s or its affiliated companies’ strategy and possible future developments, products, and/or platform directions and functionality are
all subject to change and may be changed by SAP SE or its affiliated companies at any time for any reason without notice. The information in this document is not a commitment, promise, or legal obligation
to deliver any material, code, or functionality. All forward-looking statements are subject to various risks and uncertainties that could cause actual results to differ materially from expectations. Readers are
cautioned not to place undue reliance on these forward-looking statements, and they should not be relied upon in making purchasing decisions.
SAP and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP SE (or an SAP affiliate company) in Germany and other
countries. All other product and service names mentioned are the trademarks of their respective companies. See www.sap.com/copyright for additional trademark information and notices.
NOTICES
Log in into the system in English.
The steps contained in this document are post-implementation steps.
Make sure that the Correction Instructions that deliver code changes are properly implemented
before following the next steps.
To simplify the implementation process, the following steps are created by implementing the
BC set “Z_BR_ICMS_ADREM_TAXBRJ_<Software Component>” attached to this SAP Note:
The following steps are related to the mapping of the ICMS AD REM condition types to the calculation
procedures, and are created by implementing the BC set “Z_BR_ICMS_ADREM_TAXBRJ_<Software
Component>_2”, also attached to this SAP Note:
THE RESULT SHOULD BE: No Differences between the BC Set and the table data.
Confidential
New Condition Types for MM:
The mapping for the new condition types to the calculation procedure is created for the BC Sets, however it
is necessary to define calculation formulas so that the ICMS Monophasic calculation works as expected.
TAXBRJ
To customize the TAXBRJ calculation procedures, follow the steps below:
NOTE: The following values are just suggestions. You can configure this according to your
calculation procedure. Just remember that the order that the conditions are implemented is relevant
and that the values you enter in the From column may change according to your implementation. The
calculation formulas are not created by the BC Sets, you must enter it manually as the following
suggestions:
Confidential
Cndn Base
Amnt Value
601 0 ICM7 100 821 801 NVV
602 0 ICM8 100 821 801 NVV
If you do not have the formulas 821 and 801 in your system, please check the SAP Note 3328813.
Check LOGBR_ENABLE_ICMS_ADREM_EX example class for instructions regarding parameters that must
be filled in the BAdI implementation.
DEFERMENT SCENARIO
The standard calculation does not support the deferment scenario. To cover this scenario, you can use the
following extension points to do the required logic during the nota fiscal creation, considering the contexts:
• For Invoice Verification: use the structure litax at function Module J_1B_NF_IV_SUMMING
enhancement-point j_1b_nf_iv_summing_01 spots es_saplj1bi.
• For Inventory Management: use the table p_wa_nf_stx at Include LJ1BFF08 enhancement-point
calculate_additional_values_01 spots es_saplj1bf.
Confidential