cancel
Showing results for 
Search instead for 
Did you mean: 

File with 3 types of record

Former Member
0 Kudos

I've a entry file with 3 types of record. The first field of each record tell the type. When XI receive this file it must be validate some fields. It's possible management this file in XI? how?

very thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Very thanks Anand, this concepts are new for me, but now, I have to start where

Former Member
0 Kudos

- Go to the file adapter section. Read blogs from Shabarish (lots on File Adapter ).

For Look up. Search the sdn with (RFC Lookup or DB Lookup )

Former Member
0 Kudos

We have 3 types of record,

reg01 name, more fields,..

reg02 age, more fields,..

reg 03 city, more fields..

First, i don't know how can i read this file from XI,

Second, it supppose we had read this file, in XI, we have to fill fields of reg01 depending value field name reg01, for example, if this name exist in sap, i do X, else, if this name don't exist in sap, i need do y

Former Member
0 Kudos

Validating the field write some UDF.

If valid then map & if not valid you can raise some exception in Mapping

in case PI 7.1 this feature is provided using the XML Validation which compares with the XSD.

You need to create the FCC structure that will generate the XML before sending to XI. You create the Mapping and define the UDF which will do the validation and call the SAP using Lookup (search the sdn for RFC Lookup or DB Lookup ).

Former Member
0 Kudos

what kind of validations? and how are your expecting XI to handle?