cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC Ack from BPM to SAP R3 runs into an error

Former Member
0 Kudos

Hi All,

I have a scenario which sends an DEBMAS IDOC to an Integration Process "IP_SPLIT_Site" which process the IDOC and sends it to multiple systems.

When the IDOC is sent from SAP R3 to the receiving Integration Process "IP_SPLIT_Site" in XI, it is processed successfully.

Since the SAP system is expecting an acknowledgement from the receiver of the IDOC, the integration process "IP_SPLIT_Site" tries to send back an acknowledgement for the IDOC which runs into an error because it is not able to convert "IP_SPLIT_Site" into an ALE logical system.

The error displayed is :

Unable to convert the sender service IP_SPLIT_Site to an ALE logical system

Error code : ATTRIBUTE_INV_SND_SERV

I am getting this error in all my scenarios where an IDOC is sent to an Integration Process.

Is there any solution avoid this error?

Thanks & Regards;

Bbnu

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

a few ways:

1. you can supress Acks if you don't need them - report IDX_NOALE

2. if you're using BPM you can sedn Acks youself

as a separate send step (filling it youself)

3. you can add specific identifiers to the BPM

but then in the r3 you will have to handle

many parter proiles (for every BPM)

Regards,

michal

Former Member
0 Kudos

Hi Michal

The 1st approach seems to be helpful.

about the 2nd approach if i am sending the Ack through a separate send step in BPM then i suppose it would show the same error "Unable to convert the sender service IP_SPLIT_Site to an ALE logical system".

OR

Do you mean to say that we could send a separate message of type ALEAUD to the SAP system?

for 3rd approach, i wouldn't wanna handle many partner profiles.

Thanks for your reply,

Rgds;

Bbnu

MichalKrawczyk
Active Contributor
0 Kudos

>>>>it would show the same error "Unable to convert the sender service IP_SPLIT_Site to an ALE logical system".

no because if you send it from BPM youself

you can easily use header mappping

in the recveiver agreement and put any

BS in there (with it's logical system)

Regards,

michal

Former Member
0 Kudos

Hi Michal,

We are also facing the same issue for acknowledgement from BPM to R3 and even after specifying the header mapping in the Receiver agreement and put the BS.

We are getting the same messages in CCMS.

Any other solution for this problem.

Thanks

Gopesh