FCc Specific Replacements
Redwood Finance Automation Default parameters
The F:
replacements retrieve the value from the SAP FCc parameter table /JCS/FCC_DEFPARM
, which is synchronized with Redwood Finance Automation table FCA_FCc_DefaultParameters
. The replacement parameter is the parameter name used in the table.
The replacement depends on the parameters BUKRS
, KOKRS
to provide the right context to retrieve the information.
SAP Table | Redwood Finance Automation Table | Synchronization Definition |
---|---|---|
/JCS/FCC_DEFPARM | FCA_FCc_DefaultParameters | FCA_FCc_DefaultParameters_Synchronize |
Syntax
${FF:<parameter>}
Example
${FF:BATCH_USER}
note
The logic to retrieve a parameter value for parameter NAME_PART1_PART2
is described below.
- Retrieval of
NAME_PART1_PART2
. - Find the value with given organizational data. The values of the fields
KOKRS
andBUKRS
from the Task context are compared with the fieldsCA
andCC
in the parameter table. - If no value was found, find the value with given
KOKRS
. - Find the value without any organizational parameters set.
- If no value was found continue with retrieval of
NAME_PART1_PART2_1
the same way described above. - If a value was found, continue with
NAME_PART1_PART2_2
etc. according to the algorithm above. The result is the concatenated value of all found values. - If no value was found continue with retrieval of
NAME_PART1
1 the same way described above. - If no value was found, continue with the parent entry of
NAME_PART1
, which isNAME
, the same way described above.
${H:<?>}
Tasklist details - The replacements H
retrieves the value of the specified parameter from the current Close tasklist header. The available parameters are documented in the specific REL documentation. The replacement depends on the parameters SAP_CC_CONTEXT_ID to provide the right context to retrieve the information.
SAP Object | Redwood Finance Automation Table | Synchronization Definition |
---|---|---|
PMPLKO | FCA_FCc_TaskListDetails | FCA_FCc_TaskList_Details_Synchronize |
Syntax
${H:<parameter>}
Example
${H:FiscalVariant}
Cross System Variable Parameter
Retrieves the value from the cross System variable table FCA_Variables
and if there is no value for the specified parameter, it will retrieve the value from the FCA_FCc_DefaultParameters
table instead.
Syntax
${FV:<parameter>}}
Example
${FV:Counter}
Default Parameter system dependent
You access the Default Parameter table which can be used to define standard settings which are target system specific.
The replacement depends on the parameters SAP_SYSTEMS
, CLIENT
, BUKRS
, KOKRS
, and WERKS
to provide the right context.
SAP Table | Redwood Finance Automation Table | Synchronization Definition |
---|---|---|
/JCS/FI_DEFPARM | FCA_FCc_DefaultParametersBySystem | FCA_FCc_DefaultParametersBySystem_Synchronize |
Syntax
${D:<parameter>}
Example
${D:DL_AFAB}
${D:NAME_PART1_PART2}
note
The logic to retrieve a parameter value for parameter NAME_PART1_PART2
is described below.
- Retrieval of
NAME_PART1_PART2
. - Find the value with given organizational data. The values of the fields
KOKRS
,BUKRS
andWERKS
from the Task context are compared with the fieldsCA
,CC
andPlnt
in the parameter table. - If no value was found, find the value with given
KOKRS
andBUKRS
. - If no value was found, find the value with given
KOKRS
. - Find the value without any organizational parameters set.
- If no value was found continue with retrieval of
NAME_PART1_PART2_1
the same way described above. - If a value was found, continue with
NAME_PART1_PART2_2
according to the algorithm above. The result is the concatenated value of all found values. - If no value was found continue with retrieval of
NAME_PART1_1
the same way described above. - If no value was found, continue with the parent entry of
NAME_PART1
, which isNAME
, the same way described above.
See Also
financeTopic