2008 Feb 27 4:14 AM
Is there any Functional Module for Inverse BOM Explosion...
I have the code...I need a FM if exists...
Do Help
Kesav
Is there any Functional Module for Inverse BOM Explosion...
I have the code...I need a FM if exists...
Do Help
Kesav
2008 Feb 27 5:37 AM
2008 Feb 27 5:40 AM
hi,
u can use this FM " CSAP_MAT_BOM_READ" to display simple material bom.
call function 'CSAP_MAT_BOM_READ'
exporting
material = 'MAT100'
plant = '0001'
bom_usage = '1'
valid_from = '20.12.1996'
valid_to
importing
fl_warning = flg_warning
tables
t_stko = tstk2
t_stpo = tstp2
t_dep_data = tdep_data
t_dep_descr = tdep_descr
t_dep_source = tdep_source
t_dep_order = tdep_order
t_dep_doc = tdep_doc
exceptions
error = 1.
but it has the following disadvantages:
1. BOM Groups cant be displayed
2.long text cant be displayed
3.sub-items cant be displayed
4. No classification data of BOM items for batches.
rewards pts if useful.
regards,
sandhya
2008 Feb 27 6:01 AM
This FM will not explode from HALB to FERT its vice versa..I have used this...I have to give the child part then get its FERT in A cyaclic manner....