Application Development and Automation 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: 
Read only

CS_BOM_EXPL_MAT_V2

Former Member
0 Likes
1,550

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
Read only

0 Likes
1,188

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

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

6 REPLIES 6
Read only

Former Member
0 Likes
1,188

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

Read only

0 Likes
1,189

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

Read only

0 Likes
1,188

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

Read only

0 Likes
1,188

Hi,

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

Regards

YM

Read only

Former Member
0 Likes
1,188

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.

Read only

Former Member
0 Likes
1,188

need futher help