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

BAPI-- To create BOM

former_member190312
Active Participant
0 Likes
9,258

Hi all,

can u plz suggest a BAPI to create a BOM in sap.i need to upload a file containing BOM data & then i need to pass those datas to bapi to crteate a BOM.

what r the datas to be mandatory to create a BOM.

can u plz give some coding regarding the creation of BOM for reference?

it is urgent.

any idea will be highly appreaciated.

Thanks & reagrds

pabitra

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
4,043

hi,

BAPI_MATERIAL_BOM_GROUP_CREATE -- Creation of a material BOM group

You can also use FM CSAI_BOM_CREATE

5 REPLIES 5
Read only

Former Member
0 Likes
4,044

hi,

BAPI_MATERIAL_BOM_GROUP_CREATE -- Creation of a material BOM group

You can also use FM CSAI_BOM_CREATE

Read only

Former Member
0 Likes
4,043

Try using these FM...

BAPI_MATERIAL_BOM_GROUP_CREATE -- Creation of a material BOM group

BAPI_MAT_BOM_EXISTENCE_CHECK --Check whether BOM for material exists

CSAI_BOM_CREATE

Read only

0 Likes
4,043

Hi ramesh babu,

Thanks u all, for ur help. i want to create a multi level BOM. which field of this bapi is responsible for level.

i want to input the LEVEL to this bapi.but i am not getting proper field in this BAPI for level.

plz suggest , how i can create a multi level BOM?

Regards

pabitra

Read only

0 Likes
4,043

Hi Pabitra rout,

You can make use of this Standard BI programme by LSMW for your purpose.

Object 0030 Material BOM

Method 0001 Create

Program Name RCSBI010

Program Type B Batch Input

BICSK Batch Input Structure for BOM Header Data

BICSP Batch Input Structure for BOM Item Data

BICSU Batch Input Structure for BOM Sub-Item Data

Regards,

Sivaram.

Read only

Former Member
0 Likes
4,043

Hi,

Please check CSAP_MAT_BOM_CREATE.

Regards

Alberto