cancel
Showing results for 
Search instead for 
Did you mean: 

BOM Display

Former Member
0 Kudos

Hi,

my requirement is to display bill of materials such as cs11 t-code but, for multiple materials using FM CS_BOM_EXPL_MAT_V2.

the problem is when i test the FM in se37 it is giving the stprs( standard price ) for all the records as 0.00 when i execute the same material in cs11 it shows the values. i am unable to find where the problem is. please help me.

Accepted Solutions (1)

Accepted Solutions (1)

former_member196280
Active Contributor
0 Kudos

Try using FM module like this

CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'

EXPORTING

ftrel = ' '

aufsw = ' '

brems = ' '

capid = c_pp01 "App ID

datuv = sy-datum

ehndl = '1'

mbwls = ' '

mktls = 'X'

mehrs = 'X' " Multi-level

mtnrv = lt_material_matnr "<--Material Number

stlal = '01' "Alternative BOM

stlan = '1' "BOM Usage

werks = c_AP99 "Plant

Regards,

SaiRam

Answers (2)

Answers (2)

Former Member
0 Kudos

Resolved and thanks

brad_bohn
Active Contributor
0 Kudos

Did you debug the transaction or the function?