HI experts,
i am working on file to idoc scenario.when XI is processing the flat file , it performs some controls which may result of lines rejection and mapping errors.
like:
If record type is different from 100, 101, DB or FF the line will be ignored. The information will be added in an internal reporting of XI with reason R1(record type not matching).
here record type is a field in the file.
and
if Company code is not equal to L , The information will be added in an internal reporting of XI with reason R2 (company code is not correct).company code is a field in file.
how can we handle these kind of errors in XI,
Thanks,
Rohit