Change Financial Reporting Structure Replication Status
Note: This documentation refers to the modeling interface in ARIS, not the technical interface in ESR.
Entity Type |
Service Operation |
Software Component Version |
FINBASIS 605 |
released |
|
FinancialReportingStructureReplicationConfirmation_In |
|
http://sap.com/xi/FINB/Global2 |
|
CA-MDG-APP-FIN |
|
Web Service Definition (Back End) |
FINANCIALREPORTINGSTRUCTUREREP |
SAP A2A |
|
inbound |
|
asynchronous |
|
not applicable |
|
yes |
To perform inbound processing of a confirmation message received in response to a Financial Reporting Structure replication request.
Confirm Financial Reporting Structure Replication is the corresponding asynchronous outbound service operation in the backend systems that sends the outbound confirmation messages received and processed by this service operation.
This service operation processes confirmation messages that are sent back from backend systems (e.g. FI-GL, SEM-BCS, CPM-BPC, etc.) to FIN-MDM following the processing of corresponding master data replication messages.
In the first step, the fields of the message data type proxy (DDIC structure USMD_CHART_OF_ACCOUNTS_REPLICA) are mapped to corresponding fields of DDIC structure USMD_S_INBOUND_DATA which is used for further processing of the message content in FIN-MDM. This mapping is implemented directly in ABAP code. Mapping enhancements and modifications can be implemented using the related BAdI USMD_SE_FRS_RPLCTN.
A processing status of a corresponding replication request message is derived from the processing result status element which is part of the message content. This status is then stored (updated) in specific status tables of FIN-MDM (USMD6500, USMD6510 and USMD6400 for distribution monitor) in order to keep track of the processing status of corresponding original replication request messages in those backend systems.
The sender system (= receiver system of the corresponding replication request message) is included in the header data of the confirmation message.
Financial Reporting Structure Replication Confirmation
You have implemented (activated) the FIN_MDM_ACC business function (transaction SFW5) and maintained all necessary customizing.
The Business Add-In (BAdI) USMD_SE_FRS_RPLCTN is available for this operation (BAdI interface method IF_EX_USMD_FRS_RPLCTN~INBOUND_PROCESSING).