‎2006 Jun 27 7:46 AM
Hi all,
While creating a BOM using FM , I am able to create the header level BOM but the components are not created. Can any one help me in this, what are the mandatory parameter to pass in the FM.
Thanks
‎2006 Jun 27 7:49 AM
Hai SriKanth
Go through the following Links
BOM Explosion
/people/prakash.singh4/blog/2005/05/15/explode-boms-in-enterprise-portal-using-htmlb-tree--part-1-abap
BOM
http://help.sap.com/saphelp_erp2005/helpdata/en/ea/e9b7234c7211d189520000e829fbbd/frameset.htm
http://help.sap.com/saphelp_erp2005/helpdata/en/d1/2e4114a61711d2b423006094b9d648/frameset.htm
http://www.sap-img.com/sap-sd/sales-bom-implementation.htm
http://www.sap-basis-abap.com/sappp007.htm
Thanks & Regards
Sreenivasulu P
‎2006 Jun 27 7:50 AM
‎2006 Jun 27 7:58 AM
‎2006 Jun 27 8:03 AM
u have to send data into IT_STKO/STPO which are Item / Components .
Regards
Prabhu
‎2006 Jun 27 9:01 AM
Hi Prabhu,
Yes, canyou tell me what all fields are compulsory in these 2 tables.
thanks
‎2006 Jun 27 9:58 AM
put all the data what u have ?
mainly
matnr qty units etc.......
regards
Prabhu
‎2006 Jun 27 10:05 AM
‎2006 Jun 27 10:11 AM
u have to pass these item details:
<b>for IT_STPO:</b>
BOM_NO
PREV_NO
BASE_QTY
BO
SC
<b>for IT_STKO:</b>
ITEM_NOD
BOM_NO
PREV_NOD
PREV_POS
COMPON_QTY
COMP_S
OPSCRA
LDTI
USAG
DELV
<b>for IT_STAS:</b>
ITEM_NOD COUNTER
SC
INHER_NO
SORT
‎2006 Jun 27 10:28 AM
Hi,
use CS_BOM_EXPL_MAT_V2 this function module .
with regards,
senthilkumar.r