‎2006 Nov 22 6:36 AM
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
‎2006 Nov 22 6:39 AM
hi,
BAPI_MATERIAL_BOM_GROUP_CREATE -- Creation of a material BOM group
You can also use FM CSAI_BOM_CREATE
‎2006 Nov 22 6:39 AM
hi,
BAPI_MATERIAL_BOM_GROUP_CREATE -- Creation of a material BOM group
You can also use FM CSAI_BOM_CREATE
‎2006 Nov 22 6:41 AM
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
‎2006 Nov 22 8:52 AM
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
‎2006 Nov 22 9:47 AM
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.
‎2016 Mar 15 1:32 PM