‎2006 Dec 13 6:22 AM
hi experts,
can anyone tell me, which function module to use to get the whole bom data along with items, subitems, n further sub items when i input material, plant and usage.
‎2006 Dec 13 6:23 AM
‎2006 Dec 13 6:23 AM
‎2006 Dec 13 6:24 AM
check
CS_BOM_EXPLOSION
CS_BOM_EXPLOSION_EQUI
CS_BOM_EXPLOSION_MAT
CS_BOM_EXPL_EQU_V2
CS_BOM_EXPL_KND_V1
<b>CS_BOM_EXPL_MAT_V2 </b>
CS_BOM_EXPL_PSP_V1
CS_BOM_EXPL_TPL_V1
CS_BOM_EXPL_DOC_V1
CS_BOM_EXPL_GNRL2_V1
fn module
regards
shiba dutta
‎2006 Dec 13 6:25 AM
‎2006 Dec 13 6:27 AM
Use the FM CS_BOM_EXPL_MAT_V2,
to get the detailed level set the MEHRS parameter to 'X'.
CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'
EXPORTING
capid = 'PP01'
datuv = sy-datum
emeng = bstmi
mtnrv = matnr
stlal = stlal
<b> mehrs = 'X'</b>
werks = werks
TABLES
stb = t_tstb
matcat = t_mcat
Regards
Wenceslaus