cancel
Showing results for 
Search instead for 
Did you mean: 

IDoc to SOAP scenario

Former Member
0 Kudos

Hi,

I have an IDoc to SOAP async scenario.

When the PI system receives the IDoc, PI automatically sends back ALEAUD back. What I am looking for is, I want this ALEAUD sent based on the receiver CC status.

Is there a standard way in PI 7.1 to accomplish this?

Thanks in advance.

Accepted Solutions (0)

Answers (4)

Answers (4)

udo_martens
Active Contributor
0 Kudos

Hi,

there are two standard reports at PI:

IDX_NOALE: Here you can configure which kind of acknowledgments your want to request for the send message type. You can configure that for example only error acks come back.

IDX_ALEREQUEST: Here you can configure to send back an acknowledgment as PI message, so you can control the ALEAUD content by mapping.

Regards,

Udo

Former Member
0 Kudos

Hi Udo,

I also have same requirement as mentioned by Sumant.

Can you please tell how to do the modifications in IDX_ALEREQUEST, or some link related to that where the process is mentioned.

Regards,

Nidhi

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

the ALEUD idoc return to sender sap system the status of the IDOC that was sent to other SAP System. this is an standard functionality.

if you want to edit the content of the ALEUD you need a custom escenario.

Thanks

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>>What I am looking for is, I want this ALEAUD sent based on the receiver CC status.

What is receiver CC status? Is that means if the soap communication succesful, then send idoc acknowledgement otherwise not? I dont think standard way to achieve this.

Former Member
0 Kudos

Hi,

ALEAUD indicates that the idoc received into PI -i.e transport acknowledgement...

but there is no standard way for achieving your requirement...

You need to develop custom interfaces if want to achieve the same...

HTH

Rajesh