BOM change track report.

Hello All,
I have a requirement where I need to develop a report that represent following fields of BOM change history.
1. Material (Along with description if possible)
2. Changed By
3. Change On
4. Change Details (Entry, Delete, and replacement data for the item)
5. Header level change (Change in Base quantity, from to lot size, Bom activation/deactivation)
6. Plant (Most Important)
I have checked to get it through CS80  Change Documents for Material BOMm but it'svery lengthy task and can't do it one by one.
I have gone through these tables
STKO --- BOM - header 
STPO --- BOM - item 
STAS --- BOMs - Item Selection 
STPN --- BOMs - follow-up control 
STPU --- BOM - sub-item 
STZU --- Permanent BOM data
But not getting any clue.
NOTE:- I have not implemented the Change document mgmt system (CC01,CC02) and if I do such so then what about the existing changes already done in the system. So, I know it can be achieved by implementing Change mgmt but practically it's not possible for me.
kindly help!!!!!!!!!
-- Jimmy

Dear Jimmy,
I dont think it's possible to prepare a report using the tables or CS80 for the same,without having Engineering Change
Management.
Check and revert back.
Regards
Mangalraj.S

Similar Messages

  • BOM changes automated Report

    Hi friends
    Is there any way that i could get this done  (please see below)
    For a plant, if any of the BOM has undergone changes. It needs to be captured and mail sent to a user .The list to be sent on daily basis thro mail
    Please help with your inputs!
    Regards,
    KK

    Hi,
    As per my knowledge, there is no standard report for BOM changes. You need to go for Z-report if you need separate BOM change report then.
    However, You can see BOM Changes in  -> CS03> Environment ( Menu)--> Change Documents -
    It will give you details of all changes made in BOM  with date , time & user details everything.
    Further if you wish mailing to user these changes you need to develop Workflow Messages. For that you need to contact your Technical Consultant who only can enable you to generate workflow messages for BOM changes.
    HOpe this helps.
    Regards,
    Tejas
    Edited by: Tejas  Pujara on Aug 18, 2008 11:03 AM

  • BOM change history report

    I need to do a report for showing the change history of BOM.
    Which tables I need to use?
    Is it possible to do it?
    Best regards,
    On

    Sundararaja
    There is no such  table called ATT1  ...

  • Customized report for BOM changes

    Hi PP Gurus,
    My client is not having ECM. he want to create one Z report for BOM changes. I checked tables MAST, STKO, STPO, CDPOS and CDHDR. In CDPOS I can see replaced component and replced quantity. But if I deleted any component or inserted any new component I can not see this in any table. Please suggest me how can I track such changes without ECM.
    Jayesh Narvankar
    SAP PP

    Dear ,
    You can try to develope a report with the help of you ABAPer with following FM /BAPI :
    CSAP_MAT_BOM_MAINTAIN
    CSAP_MAT_BOM_OPEN
    CSAP_BOM_ITEM_MAINTAIN
    CSAP_MAT_BOM_CLOSE
    Refer this experts theards on this issues : Deletion of BOM item using BAPI/FM
    If you need to go ahead with ECM , you refer  our earlier posting in the same issue :
    Changes in Production Orders
    Regards
    JH

  • Tracking Production BOM changes in Documents

    Hi,
    I am a BW consultant and am working on a report that concerns tracking changes to the BOM code in documents. The situation is
    The PP BOM is created and basis that procurement and GR is done. However changes to the PP BOM are frequent and cause problems while MIGO. For example on a certain day a material, lets say A, requires 2 qty of material A2 and on another it requires 1 qty of A2. This causes discrepencies in the inventory. So a report that can give a comparison of the actual qty ( as given by the GR doc) and the ideal qty ( as given by the BOM) can help check this.
    To the best of my understanding tracking BOM changes on doc level solve the purpose so that one can spot the state of the BOM on the doc level. Is this possible in std R3 system ? If yes, then what are the entities involved ?
    Am aware of a functionality called ECM, Engineering Change Management, but am not sure if that will help here.
    Thanks in advance.
    Saurabh Diwakar

    Dear,
    The best way to meet your requirements is to activate Engg. change management.
    Then you will get track of all changes .
    Check in cs03.enter your material, plant and usage. execute it
    then click Environment -> change doc -> Full
    Also try with transaction CS80,CS81.
    ECM and do the necessary seetings in T code OS27 - Set Modifications parameters for BOM's ,OS54 - Engineering Change Management Control Data.
    Or,
    The best way to do is using Change douments .. Since SAP provided the Change doc mainly for this..
    Tables: CDHDR and CDPOS.
    Tcode: SCDO. Vendor Master : KRED is the Change doc object.
    Regards,
    R.Brahmankar

  • BOM Change report

    Dear All,
    I do have a requirement to develop a report to track the changes in BOM. The report should be in the below format.
    Part no        Date                                          Remark
                                               Removed from BOM /Added in BOM
    Please guide me .
    Thanks & Regards,
    Deepak

    Dear Deepak,
    Check the reports
    CS80, AUT10
    Regards
    Madhu

  • BOM quantity changes tracking issue - please help

    hi,
    we use Engineering change management and change BOM with reference to a change number .
    we need to have a report to know by inputtig the date and know on that date what are all the BOM changes are done using change number.
    if we only add a new BOM component we are getting the details ,
    when we modify the BOM component quantity we need to track the new quantity added and old quantity deleted with reference to that change number.
    example : for a BOM component  A, using some change number N if we modify the quantity from 0.5 to 
                   1 .
                   then we should get in our report with reference to the change number  N added quantity is 1 and deleted quantity is 0.5 . when we go by the tables AENR,STAS and STPO , against the change number N we are getting only the added quantity of 1 and we are not able to get the deleted quantity 0.5
    we input the  date in to table AENR and get change number AENNR for the selected date .Input this change number  to STAS  here we are able to see one record with X in the field LKENZ and one with out. from here we take STLTY,STLNR,STLKN and pass to STPO to get IDNRK,Quantity referring to the same change number .
    here in this table STPO we are not getting any record with field LKENZ=X,
    only added quantity record is there
    deleted quantity reference record is not there
    please help
    MADHU KIRAN

    hi,
    AUT10 is not giving the quantity deleted or added and coponent
    our major requirement is we need to have an ABAP report whose input is date and during that date using change number what changes ae doen to BOM we need to get as output
    AENR table gives AENNR -change number using which on the selected date BOM changes are done
    taking this AENNR from STAS table we can get the added , deleted details with respect to BOM number , etc..
    using this from STPO table if i try to get
    there i am getting only added components its quantity details only
    about deleted  with reference to the details available in STAS , in STPO  table entries are not getting updated
    today if i change BOM quantity using one change number , again the same components quantity i change after some days that addition onlly getting stored , deleted quantity(means old quantity ) is not getting stored against the change number
    plz help
    regards,
    madhu kiran.

  • How to get the Reports of Change Tracking Table in MDM?

    Hi!
    Please tell me how to get the reports of Change Tracking Table in MDM which is a System table, directly from MDM without using any interface.
    Thanks in advance for the reply.
    With Best Regards
    Devendra Pandey

    Hi Devendra,
    MDM can track changes on tables and fields. <u>The level of change tracking, and which tables/fields to track, are configurable in the MDM Console</u>. MDM opens a new database on the same database engine as the MDM repository and writes all change records to this database.
    For information of various steps you can visit
    <a href="http://help.sap.com/saphelp_mdm550/helpdata/en/45/c7b20339ee570ae10000000a114a6b/content.htm">this URL</a>
    Regards,
    Krutarth

  • Changing the Variable Settings in Content Tracker report generation page

    I am looking out for Changing the Variable Settings for the Performance Optimization Functions in Content Tracker report generation page. Some options which were available in 10g are not in UCM11g. I got the information that Updating Content Tracker should help, but am unable to locate what are the parameters to be set.
    Any pointers on this would be really helpful.
    Regards,
    Bharat

    Hi
    From Update Component Configuration these are the options listed that can be changed :
    Update Component Configuration
    SctUrlMaxLength     
    SctMaxRecentCount     
    SctTrackContentAccessOnly     
    SctProxyNameMaxLength     
    SctSimplifyUserAgent     
    SctDoNotPopulateAccessLogColumns     
    SctDoNotArchive     
    SctPostReductionExec     
    SctTrackContentAccessOnly should be unchecked and then test to see if the options get listed .
    Thanks
    Srinath

  • BOM changes report

    dear all,
    I want bom changes data. if we delete or add  any lower level component , if we change qty. it should display old qty as well as new qty and deleted item as well as added item to bom. I have seen CS03.Is there another bapi or function module to trigger bom changes data.
    with regards,
    Prasadbabu

    hi,
    For your requirement SAP system should have ECM ( Engineering Change Management )implemented. whenever you change the BOM , new ECM number get generated.So that you can track the changes
    Thanks,
    SAtish

  • Tracking of Cost change due to BOM change.

    Dear All,
    My client has the following requirements.
    1.He requires to evaluate the each change in Bill of material, with cost perspective.
    2.The field to provide the decision on the usage of old material, during ECR approval/BOM changes.
    How to go about it?
    Aditya

    Hi..
    You may require to create one table in which you are going to capture cost of the BOM for each change...and as per the change requirest no you can compare the cost.
    Hope this hint is useful for you to write ABAP report

  • PS - Tracking report for Project

    Hi Folks,
    I was needing a tracking report to check at least 3 months of changes to a project t code because I have to rectify it? This is my main problem The overall budget should be 2818 111 USD. the available balance for 2010 should have been carried over in 2011, however the overall showed 218 752 USD
    Someone knows anything about it?
    Thanks a lot

    Hi,
    As Abdul said, it is not exactly clear what you require.
    CN60 is for change documents for a project.
    For changes related to budget check CJI8 report.
    Regards
    Shubham

  • Content Tracker Reports Query file modification issue - Custom Report

    Hi All,
    I was trying to generate a custom report using Content Tracker. I was successful in doing so. However, I found that sometimes it does not pick up the updated query file of Content Tracker reports.
    I made a change in my query:
    from SELECT * FROM Users to
    SELECT dname FROM Users
    the change is written on the file but when i generated the report from C.T. UI, it's still showing me the old results having all the columns. Tried bouncing the server as well, but no use.
    I also added a new query 24 hrs back (as SELECT count(*) As UsersNum FROM Users), it's still not recognizing it and giving error as Failure of server APACHE bridge: No backend server available for
    connection: timed out after 10 seconds or idempotent set to OFF;
    and the log says,
    Unable to execute service SCT_GET_DOCUMENT_INFO_ADMIN and function sctExecuteQuery.
    Unable to create the result set for query '(null)'. SQL statement to execute cannot be empty or null
    What could be the resolution of this issue?
    I am using UCM 11g + SSXA.

    Server bounce.
    Issue is not file update but some other issue, ongoing in another thread by Me.

  • Vendor changes tracking, Payment term filtering, Vendor listing

    Hi All,
    Need somebody help on the following points,
    1-  While changing the vendor via "process vendor and Bidder" (Business partner maintenance) transaction in EBP, the selection of payment term is restricted.  That is in SPRO I can see lot of payment terms, but while changing the vendor some few payment terms are coming.  Where is the filter?  Can anybody guide me.
    2- Vendor changes Tracking.  In our project somebody has changed frequently the vendor indicators and details in EBP via process Vendor and Bidder(BP maintenance) transaction.  But I couldnt able to track which fields are changed and by whom like in R/3.   I tried in BP also, but only the address changed details are coming there.  Can anybody guide me how to track the changes, if somebody changed somefield in EBP directly?
    3- Vendor list -  I want list ERS activated vendor in EBP.  How to get the list of vendor for which ERS indicator is active? Please guide me.
    Many thanks in Advance.
    Regards
    Shunmugaraj. T

    Hi
    Please refer to standard transaction - BBP_PD.. give any Shopping cart number, which is approved by a list of buyers, managers, etc..
    Incase the changes are made, it will display all the details related to them in that case.
    Understand its logic by putting break-point inside.
    <b>Incase you are using SRM 5.5 version, there is a  report, which displays the changes made to the Purchase orders with old and new values.
    Report name -> TERM_DISPLAY_CHANGE_HISTORY</b>
    <i>Also please refer this as well.</i>
    <u>Say you use this Function module for the change object - BUPA_BBP0060</u>
    This sample code will all the changes, if any, made to the object, with the old value and new values.
    Here is the sample code for the FM ->
    <b>CHANGEDOCUMENTS_TO_OBJECT        </b>
    data: listtitle(80)    type c.
    data: objectclass      like cdhdr-objectclas.
    data: objecttitle(20)  type c.
    data: con_keylength(2) type n value 10.
    data: cursor_field(20) type c.
      listtitle    = 'Changes made'.         
      listtitle+22 = vibebe-sberi.
      listtitle+34 = vibebe-xberibz.
      condense listtitle.
      objectclass = 'BUPA_BBP0060'.
      call function 'CHANGEDOCUMENTS_TO_OBJECT'
           exporting
                callmodus         = callmodus
                cursor_field      = cursor_field
                keylength         = con_keylength
                listtitle         = listtitle
                objectclass       = objectclass
                objectid          = objectid
                objecttitle       = objecttitle
           exceptions
                error_in_function = 01
                invalid_field     = 02
                others            = 03.
      if sy-subrc <> 0.
        message id sy-msgid type 'S' number sy-msgno
          with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
    Hope this will help.
    Please reward suitable points.
    Regards
    - Atul

  • How to created a new report in content tracker report?

    Hi
    I need to created a new report that show who modified the document's metadata and when, but I have never used Content Tracker and I do not know how.
    Appreciate the help you can give me.
    Thanks.

    Hello,
    The content tracker and ContentTrackerReports components can be installed in UCM server by simple clickable options. Below are the steps to install the Content tacker and Content report.
    Steps:
    1. Open the UCM instance with admin
    2. Click Admin Server under Administration link.
    3. Click Content Tracker and ContentTrackerReports checkbox ( under Document Management)
    4. Now Click the update button at the bottom.
    5. Restart the UCM server instance to see the changes.
    Now you will see an option for Content Tracker Reporting. It has some default reports.
    Let me know how it goes. If you need.... will explain how you can create your custom reports.
    If its helpful then please mark correct or helpful answer.
    Thanks,
    MAK

Maybe you are looking for

  • Can I put a Moshi Mini DisplayPort to HDMI Adapter (with audio) in a thunderbolt port in the new macBook Pro

    can I put a Moshi Mini DisplayPort to HDMI Adapter (with audio) in a thunderbolt port in the new macBook Pro, will it work?

  • How to design the URL?

    How to design the URL?i know that the Google  will take down the good URL.such as the staticize URL Google will like more..

  • New line character in File adapter

    I am having a receiver file adapter which generates files with multiple lines. My problem is when the target file is opened in notepad there is no line break and the lines comes as continous string with small rectangle as separator.This fails the tar

  • How to include a file (INL.H)

    Hi community, we try to include a .h-file by using EXEC SQL INCLUDE INL;  SQLPP gives error message "E2619 include file not found"; we've also tried to use the -I option for SQLPP, but this option is not recognized (help page is displayed when invoki

  • How do I make a solid Background Transparent?

    Hi All... I'm trying to make an image I have which has a solid background (and a few other details inside it) transparent? so I can still see behind the graphics in the image yet the background at the same time...  I know I've seen it before where th