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

Project Wise BOM

Former Member
0 Likes
770

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 .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
699

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

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

3 REPLIES 3
Read only

Former Member
0 Likes
700

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

Read only

0 Likes
699

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

Read only

0 Likes
699

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