on ā2013 Aug 21 2:44 AM
Hi All,
In CS03 Tcode, once i put material, Plant & Bom Usage as A, i can see the component list .
Is there any table storing the Bom material & component together ?
My requirement is, for one component , what is the material number ? whether BOM is created or not ?
Thanks
Pabi
Request clarification before answering.
STKO: BOM Header
STPO: BOM item
MAST: Material to BOM Link
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Pabitra,
You need field header material(MATNR) with component(IDNRK).
Table-MAST - you will get header material MATNR
Table STPO- you will get component(IDNRK)
Now join both table MAST and STPO by t/code- SQVI . Make a new table lets say ZMAT with your required field.
If any issue pl. revert back.
Thanks,
Biplob
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear Pabitra,
The BOM header and BOM components for a plant & BOM usage combination is not stored in a single
table and you need to use the tables MAST,STPO and STKO combination.
Or else you can use this functional module to fetch the data - CS_BOM_EXPL_MAT_V2
Regards
Mangalraj.S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear,
STKO: BOM Header
STPO: BOM item
MAST: Material to BOM Link
Regards,
R.Brahmankar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello pabitra,
please check http://scn.sap.com/thread/870801and also http://scn.sap.com/thread/75996.please reply if this doesn't satisfy your requirement.
have you checked existing threads before posting this query?
Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 59 | |
| 30 | |
| 21 | |
| 11 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.