Question:
F.M on BOM expolde( transaction name is CS13)
Posted: Jul 20, 2005 3:49 AM Reply E-mail this post
Hi Folks,
i want use F.M on BOM expolde( transaction name is CS13) to get the component numer and Comp.qty(BUn). i saw the pervious querys and tried with F.M CS_BOM_EXPL_MAT_V2 ( even ise flag for MDMPS) . but is not displaying component name.
and i tried with fm CSAP_MAT_BOM_READ , it is displaying compone name and quanitity but not total list.
could please tell which F.m is useful for my requirement.and possible send some sample code on this
tahnks in adavance.
cheers..
srini
Answer:
i saw the pervious querys and tried with F.M CS_BOM_EXPL_MAT_V2 ( even ise flag for MDMPS) . but is not displaying component name.
Why don't you read the mat. text from MAKT directly?
_________________
ilya
More input data: http://abaplog.wordpress.com
Sapfans ABAP FAQ: /forums/viewtopic.php?t=94198
R's ABAP Knowledge Corner: http://www.Rard-harper.net/kb/kb.html
Function modules documentation: http://www.se37.com
Answer:
Hi ilya.
i want to get component no. and corresponding quantity of materail . i think that we can diercttly get by using the FM . i tried with FM CSAP_MAT_BOM_READ but its not giving me the full list .
could please know me this FM is useful or is there any FM that gives excat info.
tahnks in advace.
regards
srini
Answer:
Hi ilya.
i want to get component no. and corresponding quantity of materail . i think that we can diercttly get by using the FM . i tried with FM CSAP_MAT_BOM_READ but its not giving me the full list .
could please know me this FM is useful or is there any FM that gives excat info.
tahnks in advace.
regards
srini
CS_BOM_EXPL_MAT_V2 gives you the component and quantity. The description, if you need it, can be read from MAKT.
_________________
ilya
More input data: http://abaplog.wordpress.com
Sapfans ABAP FAQ: /forums/viewtopic.php?t=94198
R's ABAP Knowledge Corner: http://www.Rard-harper.net/kb/kb.html
Function modules documentation: http://www.se37.com