2010 Oct 19 6:15 AM
Hi All
I have a scenario where I want to get the BOM details of a material.
I have displayed the sales order details and want to see if the BOM exists for the line item or not.
when I double click on the line item it should take me to the next screen where the BOM details of the material should appear.
But I am not aware how to use the FMs 'CAVC_C_EXECUTE', 'CAVC_C_GET_INSTANCES' and similar FMs ans what should be there sequence?
If any one knows about these FMs and there use, please help me.
Thanks in Advance
Lalit Gupta
2010 Oct 19 6:30 AM
Use these function modules.
CSAI_BOM_READ.
CS_BOM_EXPL_MAT_V2.
You can also use FM CS_WHERE_USED_MAT to check if material bom exists for BOM component.
2010 Oct 19 6:30 AM
Use these function modules.
CSAI_BOM_READ.
CS_BOM_EXPL_MAT_V2.
You can also use FM CS_WHERE_USED_MAT to check if material bom exists for BOM component.
2010 Oct 21 7:49 AM