cancel
Showing results for 
Search instead for 
Did you mean: 

Field Validations

Former Member
0 Kudos

when i do the field validations, if i get any mismatched text in that field , how could i catch that error?

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member187587
Contributor
0 Kudos

according to SAP documnetaiton -

XML validation is availalbe from PI 7.1,

in two manners - validation from the AE and validation from the IS.

the XML schemas are stored on the XI host and are called using RFC.

the XML message is compared to the XSD and specifie the error in the message.

Another method if you dont have the PI7.1 is validate the message using ItemField library

that comes with the conversion agent.

Nimrod.G

Former Member
0 Kudos

can you tell me where and what you wnat to validate?

Secondly what is your expercted results if field is valid or invalid.

If you are validating in message mapping then clearly tell me the structure of your source & target structure and which field you are validateing, this will help me to understand and provide you the correct solution.

Former Member
0 Kudos
Former Member
0 Kudos

Xml validation

regards

KUMMARI