‎2007 Feb 02 11:13 AM
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...
‎2007 Feb 02 11:18 AM
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