Symptom
Your requirement is to replicate the Business Partners from an external system to S/4HANA Cloud system. Upon triggering the replication, you see the replication is stuck In Process and observe the below message in S/4HANA Cloud system:
Initial AIF interface creation for status 102
Environment
SAP S/4HANA Cloud
Reproducing the Issue
Trigger the Replication from the external system to S/4HANA Cloud system.
- Login to the S/4HANA Cloud system
- Go to the app Message Dashboard
- Calendar Monitor
- From (Date/Time): MM/DD/YYYY HH:MM:SS
- To (Date/Time): MM1/DD1/YYYY1 HH:MM:SS
- Search
- Select the Namespace / Interface : Business Partner Replication from Client - BP_IN/00001
- Click on In Process
- On the Monitoring and Error Handling screen, click each of the messages to understand the details of the Logs
Initial AIF interface creation for status 102
Cause
One of the causes is that the Business Partner does not exist in the S/4HANA Cloud system, but your Request Payload is trying to perform an update for the Business Partner in the S/4HANA Cloud system. In such a scenario, the field ReceiverInternalID in the Request Payload is filled.
For example:
Business Partner XXXXXX does not exist in the S/4HANA Cloud system, but the Request Payload is trying to perform the update for the Business Partner. The field ReceiverInternalID in the Request Payload is filled.
<InternalID>XXXXXX</InternalID>
<ReceiverInternalID>XXXXXX</ReceiverInternalID>
where XXXXXX represents the Business Partner ID
Resolution
When performing an update for a Business Partner in the S/4HANA Cloud system, ensure that the Business Partner exists in the system. You may verify using the Maintain Business Partner or Business Partner Fiori apps like Manage Business Partner Master Data, Manage Customer Master Data and Manage Supplier Master Data.
If the Business Partner does not exist in the S/4HANA Cloud system, then this is a new Business Partner for which during replication of the Business Partner from the external system to the S/4HANA Cloud system, the incoming Request Payload should not have the ReceiverInternalID filled, instead should be blank. Therefore, clear the field ReceiverInternalID in the Request Payload and trigger the replication from the external system to the S/4HANA Cloud system.
Keywords
Business Partner, Replication, ReceiverInternalID, Receiver Internal ID, Internal ID, InternalID, Initial AIF interface creation for status 102, No business partner found, Message Dashboard , KBA , LO-MD-BP , Business Partners , Problem