Ansicht
Dokumentation

BADI_FINS_CFIN_MAPPI - BAdI: Determine Mapping Action

BADI_FINS_CFIN_MAPPI - BAdI: Determine Mapping Action

SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   CPI1466 during Backup  
This documentation is copyright by SAP AG.
SAP E-Book

This Business-Add-In (BAdI) is used in the mapping step of the Central Finance accounting document posting process.

To set the mapping action of a mapped field according to its content and, optionally, also its context information from the mapped structure, you can implement the method DETERMINE_RULE of the BAdI interface IF_BADI_FINS_CFIN_MAPPING_RULE.

The method has the following parameters:

IV_VALUE = Value of the field to be mapped

IV_FIELDNAME = Field name of the mapped field

IS_STRUCTURE_DATA = Data of the structure to be mapped

IV_SENDER_SYSTEM = Sending business system

IV_MAPPING_ENTITY = Mapping entity of the field to be mapped

CV_MAPPING_ACTION = Set the mapping action according to your requirements. Allowed values are defined in the domain FINS_CFIN_MAPPING_ACTION.

To get the type info of the mapping structure, call cl_abap_typedescr=>describe_by_data( IS_STRUCTURE_DATA ) within your implementation.

The BAdI is filtered by MAPPING_ENTITY. Therefore, you can have individual implementations of the BAdI per MAPPING_ENTITY (individual or groups).

You can define the mapping action for each mapping entity and, optionally, each sender business system here. See also the Central Finance Customizing activity Define Mapping Actions for Mapping Entities.






General Data in Customer Master   General Data in Customer Master  
This documentation is copyright by SAP AG.

Length: 1715 Date: 20240524 Time: 004524     sap01-206 ( 38 ms )