cancel
Showing results for 
Search instead for 
Did you mean: 

Check IDoc segment in PI.

Former Member
0 Kudos

Hi All,

I am using IDOC to JDBC adapter . once I receive an IDOC from ECC to PI. I will need to check whether E1RESB segment is available or not . If segment is not available then don't send the data to the third party.

Please help how to do this.

Regards,

Vinay.

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Vinay,

you can do that with a X-path condition in the receiver determination:

count(//E1RESB) not equal 0

Regards,

Udo

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

you can easily do this check in Receiver determination.

use the EX (exist) check on that segment