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

Inverse BOM

kesavadas_thekkillath
Active Contributor
0 Likes
614

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

3 REPLIES 3
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
548

No reply :-(....

Is there any code available ???

Read only

Former Member
0 Likes
548

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

Read only

0 Likes
548

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....