cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver IDOC_AAE Error

Former Member
0 Kudos
6,287

Dear Experts,

Interface Flow: SOAP to IDOC

We are facing below error while posting an IDOC

Error: Description of the above error:

IDoc: Preparing idoc document list for send failed due to Recipient Partner Type is not available

MP: exception caught with cause com.sap.aii.af.idoc.exception.IDOCAdapterException: Recipient Partner Type is not available

Exception caught by adapter framework: Recipient Partner Type is not available

Transmitting the message to endpoint <local> using connection AFW failed, due to: com.sap.aii.af.idoc.exception.IDOCAdapterException: Recipient Partner Type is not available

Our Mapping to Header Records are as follows:

There is partner profile configured in our ECC. Could you please throw some light to fix this error please

Thanks,

--Sai

View Entire Topic
philippeaddor
Active Participant
0 Kudos

As mentioned in a comment above, probably the Adapter Specific Indentifiers of the Business Component or System is missing/got lost. If it's a business system, you need to check it in the SLD. Open the BS and click on "Integration" tab. There you see the Logical System Name. If this field empty (it happened a few intermittent times in our case for unknown reasons), try the following: Click on "Change" next to Technical System. Pick another client from the client dropdown, save it, and then immediately revert to the correct client for this BS and save again. Go back and check if it pulled the LS name correctly from the technical system.

msekowski
Discoverer

Thanks for the hint, worked perfectly!