I have an Info Object A contains two characteristics: Product ID (key) and Description. One Product ID can have more than 1 description. For example,
Product ID Description
A1 Test 1
A1 Test 2
A1 Test 3
B1 Test 1
These are not consider to duplicate records, right?
Thanks,
Lei