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

Component Scrap % in a BOM

Former Member
3,193

In t-code CS03, I see a field called Component Scrap % under the Item screen (when I select an item).

Techncal help shows the field in Structure RC29P-AUSCH.

What DB table and field holds the value that I see on-screen?

In t-code CS03, I see a field called Component Scrap % under the Item screen (when I select an item).

Techncal help shows the field in Structure RC29P-AUSCH.

What DB table and field holds the value that I see on-screen?

4 REPLIES 4
Read only

Former Member
0 Likes
2,037

The following tables come up when you do a where-used on the data element for this field. Maybe one of them?

MARC                             Plant Data for Material
MARC_TMP                         File for Incorrect Data in Direct Input
MDIP                             Material: MRP Profiles (Field Contents)
MDSM                             Simulative dependent requirements
MVRC                             Cross-version fields for MARC
RESB                             Reservation/dependent requirements
STPO                             BOM item
VSRESB_CN                        Version: Reservation/Dependent requirements

Read only

Former Member
0 Likes
2,037

It is there in STPO if you are talking about BOMs

Read only

0 Likes
2,037

STPO was my assumption.

So the "base/main" material for the BOM is stored in field IDNRK? And each component of the BOM will have its own Scrap % in field AUSCH... is that correct?

Read only

0 Likes
2,037

MAST stores the link for the main material to the BOM and then you need to look at STKO and STAS to get to the alternative and then go to STPO for your BOM components. For the main material, it may be the one on MARC that tells you the component scrap%.

Why don't you use the function module CSAP_MAT_BOM_READ to get the details of the BOM?