Hi everyone,
I am using the FM CS_BOM_EXPL_MAT_V2 to get the multi-level BOM. Everything is coming in correctly but I am stuck at one point. Say, there is an Assembly Material A with components B, C under it and this assembly shows up under 3 assemblies in the Multi-level BOM. When I look at the BOM Header Table, I find only one A, although there are 3 sets of B,C in the BOM Item Table. Now my question is how can I know in the BOM Item Table which set of B,C comes first in the whole BOM. My requirement is to number them sequentially if the assembly repeats. Like the first set of B,C should be populated with 1 in an user defined field, second set with 2 and so on. Initially i coded to get the respective items of a given BOM using the INDEX(field from the Header Table) but then I would get all the 3 sets of B,C for the first time itself,which will not help me.
I need help.
Thanks in Advance.
Ask me if you don't understand my scenario.I will try to explain in a better way.