cancel
Showing results for 
Search instead for 
Did you mean: 

SAP IS: Invalid format of condition expression value in router for Non XML condition

ravi_nagarvwr
Explorer
0 Kudos

Hello Experts,

I am working on EDI scenario with retry mechanism.

I need to end the message for EDI splitter validation. [EDI Validation error text: Processing exception: X12 validation failed. Please find the details in the MPL attachment]

For that, I am using condition routing condition in exception subprocess with below condition:

${Property.SAP_EDIValidationResult} contains 'X12 validation failed'

But I am getting an error as "Invalid format of condition expression value." & "Exception Subprocess should start with an Error Start Event and end with either End Message or Error End"

See below screenshots

Kindly help me to solve this error.

Thanks

Ravi

View Entire Topic
rb76
Member

Create a exchange property with value as 'X12 validation failed' and use that property to validate

example ${property.SAP_EDIValidationResult} contains ${property.X12_Validation}.

This works.

ravi_nagarvwr
Explorer
0 Kudos

Thanks Raghuveer,

Its working.