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

getting sub-assemblies

Former Member
0 Likes
410

in which table or tcode/ FM

sub-assemblies and component information will available?

in my report i want to display only sub-assemblies for components.. if it is reverse should not display that..

please help me .. urgent...

1 REPLY 1
Read only

Former Member
0 Likes
360

USE FM CS_BOM_EXPL_MAT_V2.

HERE PASS

CAPID = 'PP01'.

MTNRV = <COMPONENT YOU WANT>

WERKS = PLANTNO.

DATUV = SY-DATUM.

MEHRS = '1'.<FOR SINGLE LEVEL 'X' FOR MULTILEVEL>

YOU CAN CHECK IN CS11 CS12 .< TRY IN SUMMERIZED BOM ALSO>.

REGARDS

SHIBA DUTTA