FI-FC reval relation between KDF and KDB
FI-FC reval relation between KDF and KDB
posting?
Environment
SAP R/3
SAP ERP
SAP enhancement package for SAP ERP, version for SAP HANA
SAP S/4HANA
Cause
In both company codes the account determination will be taken from KDF
(OBA1).
Resolution
step #1.1.: checking table T030HB for matching entry with key
fields Valuation area (BWBER)+Transaction currency key (WAERS)
+GL account number (HKONT).
If no mathcing entry was found per valuation area the 3rd step is
checking:
Table: T030H:
step #3.1: checking table T030H for matching entry with key
fields Transaction currency key (WAERS) + GL account number
(HKONT) + Currency Type (CURTP).
step #3.2: checking table T030H for matching entry with key
fields Transaction currency key (WAERS)+ GL account
number (HKONT) .
step #3.3: checking table T030H for matching entry with key
fields GL account number (HKONT).
step #1.1.: checking table T030HB for matching entry with key fields
Valuation area (BWBER)+Transaction currency key (WAERS)+GL
account number (HKONT).
step #1.2.: if no items found tchecking table T030HB with key fields
Valuation area (BWBER) + GL account number (HKONT) - i.e.
without transaction currency key.
step #3.1: checking table T030H for matching entry with key fields
Transaction currency key (WAERS) + GL account number
(HKONT) + Currency Type (CURTP).
step #3.2: checking table T030H for matching entry with key fields
Transaction currency key (WAERS)+ GL account number (HKONT) .
step #3.3: checking table T030H for matching entry with key fields
GL account number (HKONT).
For this purpose, since NO_T030H is a hidden parameter, you may define
a corresponding parameter in table TVARV with value 'X' and assign this
variable in a a corresponding report variant of valuation program by
opening all selection criteria (button 'Display all selection criteria' in the
variant maintenance screen) and setting selection parameter NO_T030H
with flag'Selection variable' checked.
See Also