Hi Everyone,
I am doing an Inbound Mapping from ANSI to IDOC using Seeburger Mapping Tool.My Source Structure LIN (Item Identification) has Multiple Qualifiers and values like
235 (Product/Service ID Qualifier)
234 (Product/Service ID)
235 #2(Product/Service ID Qualifier)
234 #2(Product/Service ID)
235 #3(Product/Service ID Qualifier)
234 #3(Product/Service ID)
235 #4(Product/Service ID Qualifier)
234 #4(Product/Service ID) ..... and so on.
Now my mapping is like this
so for every qualifier
235 (Product/Service ID Qualifier) = "MG",
235 #2(Product/Service ID Qualifier) = "MG",
235 #3(Product/Service ID Qualifier) = "MG",......
i need to map source field (MATNR) to 234 (Product/Service ID), 234 #2(Product/Service ID), 234 #3(Product/Service ID)....
similarly,
so for every qualifier
235 (Product/Service ID Qualifier) = "KJ",
235 #2(Product/Service ID Qualifier) = "KJ",
235 #3(Product/Service ID Qualifier) = "KJ",......
i need to map
source field (INSMK) to 234 (Product/Service ID), 234 #2(Product/Service ID), 234 #3(Product/Service ID)....
Similarly, for another qualifier KK, i need to map source filed SOBKZ to 234 (Product/Service ID), 234 #2(Product/Service ID), 234 #3(Product/Service ID)....
Please suggest me, how should i proceed, i am trying by declaring some varialbles and so on....
Regards,
Varun Reddy.K