cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SKIP transaction data records basis dimension property values

Former Member
0 Likes
211

Hi,

Following is my requirement.

While loading transaction data from a flat file, I need to compare the UOM mentioned in the flat file against a Material code, and the UOM property of the Dimension Material. So if the UOM of flat file matches the UOM of master data then the record should be loaded, else the record should be skipped.

Any help how this can be achieved. I would like to keep BADI as the last option so i'm looking at the standard functionalities first (if available).

Thanks in advance.

Cheers,

Nitin

View Entire Topic
Former Member
0 Likes

Hi Nitin,

If you want to use the flat file without modifying it then you have to use BADI.

If you are able to modify the flat file then why don't you apply the rules of matching UOM and ID in the file itself, then just load the flat file with all the valid records.

Andy