Application Development 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: 

how to create the BOM?

KiranJ
Active Participant
0 Kudos

Hai Experts,

how to create the BOM with Items and Subitems CAD_CREATE_BOM_WITH_SUB_ITEMS . im using the this FM

but its giveing the error .

plz help me how to create the BOM.

and also give me how to creating the Routing in (CS01).

plz help.

thanks in adv.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
5 REPLIES 5

former_member907073
Participant
0 Kudos

Hi,

For creation of Routing , I would recommend u to make use of BAPI_ROUTING_CREATE.

and for creation of BOM with items/subitems alongwid header data , u go for LSMW/BDC .

LSMW for creation of BOM available for Batch Input .

Object 0030 Material BOM

Method 0001 Create

Program Name RCSBI010

Program Type B Batch Input

LSMW for creation of Routing available for Batch Input .

Object 0170 Routing

Method 0001 Batch input

Program Name RCPTRA01

Program Type B Batch Input

Hope this helps.

regds,

abhee.

Edited by: abheesawant on Jun 19, 2010 8:16 AM

Former Member
0 Kudos

Hi

For BOM Use the API CSAP_MAT_BOM_MAINTAIN .It is documented well with a sample pgm.

For routing use the bapi 'BAPI_ROUTING_CREATE'

Former Member
0 Kudos

KiranJ
Active Participant
0 Kudos

solved..

KiranJ
Active Participant
0 Kudos

thank qu