cancel
Showing results for 
Search instead for 
Did you mean: 

condition validation in file adapter

Former Member
0 Kudos

hi all,

in my file scenrio , source file has records based on the vendor number(primary key).i want to check VNO before picking the record....no records are picked based on same VNO. where can we use condition chck for this.

vijay.

Accepted Solutions (0)

Answers (2)

Answers (2)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

if you receive a file per vendor you can validate it in receiver determination, else, if you receive a file with many vendor, you can validate it in a UDF.

Rgds

Former Member
0 Kudos

Hi Vijay,

Either you can pick the file, check the field in message mapping and if conditioned is satified you can prevent to go to target system.

but if you want not to pick the file itself, then you have to developer module. Check out java docs for adapter module at help.sap.com.

Ranjeet Singh.