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

fetch only active BOMs

Former Member
0 Likes
779

Hi All,

I am using report RCS15001 to fetch the where-used materials for a particular item, but I want to fetch headers only where BOM_Status = 01 I mean only active BOMs. Is there a way to get that.

Thanks in advance.

Regards,

Anju

Edited by: Anju Dhankhar on Jan 5, 2009 2:49 PM

3 REPLIES 3
Read only

Former Member
0 Likes
677

Hi Anju,

You will find it by using T.code CEWB(Work bench for BOMs)

Select BOM Header as working area,

Go to tab for BOM Header,

Select BOM status Active / Inactive and execute the report.

you can also select Plant , Material No. selection just to reduce the system load.

or

Use STKO table in se16 tcode. Input BOM status Active & execute. System will show all Active BOM in the client.

Thanks!!

Read only

Former Member
0 Likes
677

<deleted>

wrong answer .

sorry for that

Edited by: kartik tarla on Jan 5, 2009 7:27 PM

Read only

Former Member
0 Likes
677

Use the FM CABM_READ_BOM_HEAD.

In the output structure check for field STLST for active BOM.

Hope it helps,

Rajat