2009 Jan 03 6:45 AM
Hi GURU ,
I want a table name where I can get Project wise BOM details .
How Can I get all details of BOM according to the Project .
2009 Jan 03 6:49 AM
use resb table and all material details by passing projectname ( PROJN) and pass the material no to below f.m and get BOM details
use below f.m
CS_BOM_EXPL_MAT_V2
CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'
EXPORTING
CAPID = M_CAPID
DATUV = M_DATUV
EHNDL = '1'
EMENG = M_EMENG
MKTLS = 'X'
MEHRS = 'X' "Multi-level
MTNRV = M_MATNR1
STLAL = M_STLAL
STLAN = '1'
WERKS = M_WERKS
TABLES
STB = ISTB
Hi GURU ,
I want a table name where I can get Project wise BOM details .
How Can I get all details of BOM according to the Project .
2009 Jan 03 6:49 AM
use resb table and all material details by passing projectname ( PROJN) and pass the material no to below f.m and get BOM details
use below f.m
CS_BOM_EXPL_MAT_V2
CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'
EXPORTING
CAPID = M_CAPID
DATUV = M_DATUV
EHNDL = '1'
EMENG = M_EMENG
MKTLS = 'X'
MEHRS = 'X' "Multi-level
MTNRV = M_MATNR1
STLAL = M_STLAL
STLAN = '1'
WERKS = M_WERKS
TABLES
STB = ISTB
2009 Jan 03 6:55 AM
How can I get Project wise BOM from here ,
I have the Project / WBS element .I want to know now which BOM,s r related to this Project
2009 Jan 03 6:59 AM
use RESB table and get all details by passing PROJN--project no or by passing PSPEL--WBS element...
and pass all details to f.m and get all bom details
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |