cancel
Showing results for 
Search instead for 
Did you mean: 

Field value missing, response back to ECC from PI

aayushaggarwal
Participant
0 Kudos

Hi Experts,

We are working on an IDOC(ECC) to SOAP(3rd Party) scenario.

So, there is a field in Idoc, say Field1 (value can be 'X' or blank).

In case it is blank, is it possible to send a response back to ECC from PI and not to send that particular message to 3rd Party.

Never had such scenario before.

Thanks for your advice in advance...

Regards,

Aayush Aggarwal

Accepted Solutions (0)

Answers (2)

Answers (2)

Andrzej_Filusz
Contributor

Hi Aayush,

You can configure two receivers in your receiver determination: an external system and your SAP system (sender in your case).

Add two conditions based on Field1 values: if Field1 equals to 'X' then send a message to an external system, otherwise send it back to your SAP system (as I understand in this case you will have to map your IDoc into a response message).

Regards,

Andrzej

aayushaggarwal
Participant
0 Kudos

Correct me if I am wrong, In that case, either ECC will have to receive an IDOC or will have to write a proxy code?

Regards,

Aayush Aggarwal