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

BOM Creation

Former Member
0 Likes
1,016

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

9 REPLIES 9
Read only

Former Member
0 Likes
978

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

Read only

0 Likes
978

Please have a look at the following thread:

I noticed that you have posted the same question in this thread too. Didnt this FM help you?

Read only

0 Likes
978

Hi

I am using BAPI_BOM_UPLOAD_SAVE

Read only

0 Likes
978

u have to send data into IT_STKO/STPO which are Item / Components .

Regards

Prabhu

Read only

0 Likes
978

Hi Prabhu,

Yes, canyou tell me what all fields are compulsory in these 2 tables.

thanks

Read only

0 Likes
978

put all the data what u have ?

mainly

matnr qty units etc.......

regards

Prabhu

Read only

Former Member
0 Likes
978

IT_STKO, IT_STPO and IT_STAS tables.

Read only

Former Member
0 Likes
978

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

Read only

srajendran
Explorer
0 Likes
978

Hi,

use CS_BOM_EXPL_MAT_V2 this function module .

with regards,

senthilkumar.r