2009 Oct 09 8:38 PM
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?
2009 Oct 09 8:54 PM
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
2009 Oct 09 8:55 PM
2009 Oct 09 8:58 PM
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?
2009 Oct 09 9:11 PM
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?