Hi
I am trying to add new materials into the existing equipment using call transaction IB02. After that when I use the FM CS_BOM_EXPL_EQU_V2 to get the list of all the components in the program, it shows only the old ones and not the newly added ones appended using above call transaction IB02 statement (Synchronous update). I tried by using 'WAIT UP TO 3 seconds' after Call transaction statement and it did not work. The next time when I run the program or Function module separately, I could see all the entire list of components. The problem could be due to the commiting the entries while using Call transcation. Could anyone help me on this how to overcome this problem?