‎2009 Jan 05 1:49 PM
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
‎2009 Jan 05 1:51 PM
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!!
‎2009 Jan 05 1:57 PM
<deleted>
wrong answer .
sorry for that
Edited by: kartik tarla on Jan 5, 2009 7:27 PM
‎2009 Jan 05 2:04 PM
Use the FM CABM_READ_BOM_HEAD.
In the output structure check for field STLST for active BOM.
Hope it helps,
Rajat