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

Regarding BOM transaction code

Former Member
0 Likes
8,953

Hi,

Please can you tell me transaction code for modify - BOM ?

Thanks & Regard

Venkat

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
6,434

Hi Murali,

Transaction Code for

creation of BOM is CS01

Change: CS02

Display: CS03

Standard Reports like BOM explosion

Level by level : CS11

Multi Level : CS12

Summarised : CS13

I hope the above information will be useful to you.

Thanks

3 REPLIES 3
Read only

Former Member
0 Likes
6,434

HI

Tcodes –CS03 : display BOM.

CS13, CS14 and CS15 – BOM explosion.

Tables – MAST , STPO

please execute CS00 which is BOM Menu. Here you should find all the transactions related to BOM.

The tables related to BOM are:

1) MAST - Material to BOM Link

2) STKO - BOM Header

3) STPO - BOM Item

To get BOM info for a particular material from function module CSAP_MAT_BOM_READ. Only extra check you need to do here after getting the BOM components is to check the validity date. This function module is also a remote call enabled (RFC).

Regards

Ravish Garg

<i><b>

Reward if useful</b></i>

Read only

Former Member
0 Likes
6,434

hi Venkat,

Tcodes –CS03 : display BOM.

CS13, CS14 and CS15 – BOM explosion.

Tables – MAST , STPO

please execute CS00 which is BOM Menu. Here you should find all the transactions related to BOM.

Thanks

Read only

Former Member
0 Likes
6,435

Hi Murali,

Transaction Code for

creation of BOM is CS01

Change: CS02

Display: CS03

Standard Reports like BOM explosion

Level by level : CS11

Multi Level : CS12

Summarised : CS13

I hope the above information will be useful to you.

Thanks