Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

CS_BOM_EXPL_MAT_V2

Former Member
0 Kudos

Dear all,

i using CS_BOM_EXPL_MAT_V2 function to retrieve the hierarchy levels of the bom. The different levels of the Bom did appear but the thing is tat for my standard price STPRS and my moving price VERPR, they are empty. May i know did i missed out on any input data? Below is wat i have inserted.

CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'

EXPORTING

ALTVO = ' '

AUFSW = ' '

AUSKZ = ' '

BAGRP = ' '

BEIKZ = ' '

BESSL = ' '

BREMS = ' '

CAPID = ' '

DATUV = F_DATUV

EHNDL = '1'

EMENG = F_EMENG

ERSKZ = ' '

ERSSL = ' '

MBWLS = ' '

MTNRV = F_MATNR

MEHRS = F_MEHRS

MMORY = '1'

POSTP = ' '

SANKO = ' '

SANFR = ' '

SANKA = ' '

SANIN = ' '

SANVS = ' '

RNDKZ = ' '

RVREL = ' '

SCHGT = ' '

STKKZ = ' '

STLAL = F_STLAL

STLAN = F_STLAN

WERKS = F_WERKS

MDNOT = ' '

FBSTP = P_EXD

Thanks and regards

Ym

1 ACCEPTED SOLUTION

0 Kudos

Change the parameter mbwls = 'X' and try it again

6 REPLIES 6

Former Member
0 Kudos

somtimes,the function module`s information is not sufficency,you can search it in

mbew,i had met a problem between component discription and assembly discription.

may this can help you

0 Kudos

Change the parameter mbwls = 'X' and try it again

0 Kudos

Hi, thanks for the suggestion but it don't seems to work. Thanks anyway.

0 Kudos

Hi,

sorry for the earlier mail, it does work, thanks for it.

Regards

YM

Former Member
0 Kudos

Dear all,

may i know what must i input in my bom explosion function in order to see those externally procured items? Currently i setting space at the FBSTP field but it dun seem to work.

Thanks and Regards

Yiming.

Former Member
0 Kudos

need futher help