Hi,
I am using the below FM to get the BOM details, but it is dumping as the BOM parameter passed to this is not correct, Please suggest me how this can be done,
STLAN = '1'
I have tried passing the value 1 without the quotes, but it didn't work.
CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'
EXPORTING
CAPID = 'PP01'
DATUV = '01152009'
EMENG = 1
MKTLS = 'X'
MEHRS = 'X'
MMORY = '1'
MTNRV = '000000000000075035'
STLAN = '1'
STPST = '0' """"""""
SVWVO = 'X'
WERKS = '2075'
VRSVO = 'X'
TABLES
stb = lt_STPOX .
Thanks,
Prathap