Show TOC

 Change Financial Reporting Structure Replication Status

 

Note: This documentation refers to the modeling interface in ARIS, not the technical interface in ESR.

Technical Data

Entity Type

Service Operation

Software Component Version

FINBASIS 605

Release State

released

Technical Name

FinancialReportingStructureReplicationConfirmation_In

Namespace

http://sap.com/xi/FINB/Global2

Application Component

CA-MDG-APP-FIN

Web Service Definition (Back End)

FINANCIALREPORTINGSTRUCTUREREP

Category

SAP A2A

Direction

inbound

Mode

asynchronous

Idempotency

not applicable

Change/Update Behavior

Type3

P2P Communication Enabled

yes

Business Context and Use

To perform inbound processing of a confirmation message received in response to a Financial Reporting Structure replication request.

Related Operations

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.

Features

  • 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.

Message Types

  • Financial Reporting Structure Replication Confirmation

Notes on SAP Implementation

Configuration

You have implemented (activated) the FIN_MDM_ACC business function (transaction SFW5) and maintained all necessary customizing.

Enhancements

The Business Add-In (BAdI) USMD_SE_FRS_RPLCTN is available for this operation (BAdI interface method IF_EX_USMD_FRS_RPLCTN~INBOUND_PROCESSING).