All dates of BOM change

Hello!
I'm writing a function that is searching for parts of a model in the BOM. I'm saving the result to a buffer table, so I need to find all dates of BOM change (at all levels). For example:
01.06.2006 -> BOM created
07.06.2006 -> material A added at level 4
14.06.2006 -> material added at level 3
26.07.2006 -> material deleted at level 1
30.01.2007 -> material A replaced by B at level 4
We are using change numbers to keep the history...
I don't need to know what happend, I want to find out the dates of changes.
Is it possible to find out these dates without exploding the whole BOM?

Sorry! I sent this question twice by mistake! Please check my second thread: "BOM change dates". ThanX!
Message was edited by:
        Donnie Darko

Similar Messages

  • Error "Not all data could be changed in LC" when running DP macro

    We are getting the error, "Not all data could be changed in LC" when running DP macros and we are not sure why. It seems to only happen when we are executing it via a Process Chain but not using the DP background processing scheduling. Does anyone know why this is happening?

    Hi Stacy,
                         I hope you are seeing this in message spool.  This message comes up for various reasons. We used to see a message saying "No data saved".
    Some of the reasons could be " the new value (lets say 3 ) after the macro execution is same as after execution (3)".
    See if some of the values are fixed and could not be changed.
    I would take a selection id with just few values and execute the job for that selection id and compare the pre and after results. That should answer all your questions.

  • Not all data could be changed in LC (Message no. /SAPAPO/TS007)

    Hi Experts,
    When I run forecasting through automodel(strategy 56) in the background, For some combinations I got the warning message "Not all data could be changed in LC" (Message no. /SAPAPO/TS007). What does this message means?
    Thanks & Regards
    Yogeesha

    Hi
    Logically whenever you create a new CVCs in APO system you should execute the job /SAPAPO/TS_LCM_CONS_CHECK
    by default which will assign time series for the newly created CVCs.
    In the following case, it looks like you have created CVCs and than during th FCST job as it does not found the time series for newly created CVCs you received the following errors.
    You can execute the report now which will fix the issue, but I will suggest to execute this once CVC job creation is done as regular process.
    Please let us know, if this helps to answer you question.
    Thanks & Regards
    Amol

  • Save all data in alv(changed and unchanged)

    Hello,
    I have this weird situation. Suppose my alv has three columns. Its initial data is:
    1  2  3
    Now I add one more row into it, So my ALV looks like this now:
    1 2 3
    4 5 6
    But now when I save the data only 4 5 6 is displayed and 1 2 3 is lost....
    I have also tried using check_changed_data
    Regards
    Archit

    Hi Archit,
    Refer std program:
    <b>BCALV_EDIT_04</b>
    Reward points if this Helps.
    Manish

  • BOM change dates

    Hello!
    I'm writing a function that is searching for parts of a model in the BOM. I'm saving the result to buffer table, so I need to find all dates of BOM changes (at all levels). For example:
    <i>01.06.2006</i> -> BOM created
    <i>07.06.2006</i> -> material A added at level 4
    <i>14.06.2006</i> -> material added at level 3
    <i>26.07.2006</i> -> material deleted at level 1
    <i>30.01.2007</i> -> material A replaced by B at level 4
    We are using change numbers to keep the history...
    I don't need to know what happend, I want to find out the dates of changes.
    Is it possible to find out these dates quickly, without exploding the whole BOM?
    ThanX!
    (SAP 4.6B)

    I finished that function. The main logic is this recursively called form. You should call this form by importing the highest level material:
    CONSTANTS:
               c_stlan TYPE mast-stlan VALUE '1',    " BOM for production
               c_stlal TYPE mast-stlal VALUE '01',   " Default alternative
               c_stlal TYPE mast-stlal VALUE '01'.   " Default alternative
    TYPES: BEGIN OF t_datuv_search,
             datuv LIKE stpo-datuv,
           END OF t_datuv_search.
    TYPES: BEGIN OF t_datma_search,
             matnr LIKE mast-matnr,
             datuv LIKE stpo-datuv,
           END OF t_datma_search.
    FORM get_dates USING matnr werks stlal.
      DATA: now TYPE t_datma_search OCCURS 20 WITH HEADER LINE.
      SELECT b~idnrk b~datuv
        FROM mast AS a JOIN stpo AS b
          ON b~stlnr EQ a~stlnr
        INTO TABLE now
       WHERE a~matnr EQ matnr
         AND a~werks EQ werks
         AND a~stlan EQ c_stlan
         AND a~stlal EQ stlal
         AND b~stlty EQ c_stlty.
      LOOP AT now.
        MOVE: now-datuv TO datuv_search-datuv.
        COLLECT datuv_search.
        PERFORM get_dates USING now-matnr werks c_stlal.
      ENDLOOP.
    ENDFORM.
    This form will fill the <b>datuv_search</b> table. This table will contain all change dates...

  • 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

  • I performed a time machine backup without plugging my labtop into a power source. My computer died and all the settings were changed, ie the clock and date were changed back to 2001. So I tried to restore my computer using a previous time machine backup.

    I performed a time machine backup without plugging my labtop into a power source. My computer died and all the settings were changed, ie the clock and date were changed back to 2001. So I tried to restore my computer using a previous time machine backup. (which I now know was wrong). However, when time machine tried to restore it said there was not enough room to do a backup. It seems that it did a half backup because some essential  files such as system profiler are now missing. Can I undo this restore...? What can I do to fix this

    You need to do a full system restore, per Time Machine - Frequently Asked Question #14.
    If that sends a message, please note the exact wording.

  • Loading All Levels of BOM data to BW

    Hi Experts,
    I am loading all BOM data that is all levels of BOM data to BW. can anyone suggest me the steps using what should i create generic exctractor FM or view on tables (MAST,STKO,STPO) ?? please give me the detailed steps for the loading data to BW from R/3. because i want to do reporting at any level. ?
    vikrant

    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0af489e-72b1-2b10-159d-abb8058fb88d?quicklink=index&overridelayout=true
    Just check if this helps
    Prathish

  • Changed home name lost all data

    Has anyone experienced this? I changed my home name (has first and last name, took out last), was on the internet, and then lost everything. Any programs I opened wanted me to register. I restarted, and now everything is gone, but it is in the original home name (first and last). I'm a college student and in a huge panic as all of my essays are on my computer, and not backed up. Not to mention my photos and other things...
    What can I do to bring everything back?
    Please help!!!

    Open the Users folder in the Finder and rename the item with the house icon to tempfolder, and then rename the folder with your files to the former name of the folder with the house icon. Log out and back in to restore your data.
    To change the name of your home folder successfully, you need to update the home property for your user account in the NetInfo Manager, which is located in the /Applications/Utilities/ folder, or create a symbolic link which tells Mac OS X where to find your home folder, or use this tool to change your account's short name.
    (17608)

  • To change "To Valid" date in BOM Header

    Hi Guys,
    Pls tell me the cofig setting where i can go and change the default "to validity" date-31/12/999 proposed by the system
    Awaiting eagerly for quick replies
    Vijai

    Hi vijay,
    please go through the below SDN thread which was replied by our friends earlier.
    Re: Valid to date in BOM.
    i think it is usefull to you
    regards
    pradeep

  • I accidentally changed all dates of all events, how do I correct it?

    Hi,
    I accidentally changed all dates of all events, now my entire library of 17000 pics is messed up. Fortunately I have the luxury of two backups: time machine and old Toad's iPhoto dB Backup. Which one should I use, to get back were I was?
    Thank you

    If you trust the TM version, delete the current library and then restore the TM version. Or, get an external HD or connect to another Mac to temporarily store the current version.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • How to change Valid to date in BOM

    Hi Sap experts
    I have two questions:
    1. How to change the valid to date in BOM for either header or component material.
    2. If the answer of the above question is NO, then from where the system takes the value for valid to date in BOM. If its default, then where that default date is actually set in?
    Thanks & Regards
    Akhtar Shaikh

    Dear Akhtar,
    If ECM is not activated then deflaut systems takes Valid to-date as  31-12-9999
    It is inbuilt in program designed by SAP
    Valid from date will be the date which you are creating BOM
    If ECM is activated then you can go with required dates ( with change numbers )
    Check this link in which you can find Mr. Mangalraj and experts Replies
    [ECM|Re: BOM valid to date]
    Regards
    Madhu

  • Wants to change the validity from date in BOM

    Hi,
    We have created BOM by mentioning valid from date 21.08.2018.
    Now we need to change that valid from date 21.08.2018 to 21.08.2008.
    How can we do that?
    thanks/regards
    vish

    Hello,
    If you are creating the BOM wr.to change number & if the change number date is lying in future. System allows you to change the effective from date for the ECN, which in turn BOM effective date also get change automatiocally. T code CC 02 for changing the date through ECN
    Maruti

  • I changed my Apple ID but my iCloud didn't change to the new ID. If I delete the old iCloud will I lose all data on my iPod ?

    I changed my Apple ID but my iCloud didn't change to the new ID. If I delete the old iCloud will I lose all data on my iPod ?

    - Go to Settings>iCloud. Scroll to to bottom of the screen and tap the delete button. The effect all the services listed in Settings>iCloud like Notes, Contact and Calendar.
    - You may be offered the option to retain that data on the iPod. Otherwise it gets deleted.
    It does not effect synced media like apps and music purchased with the account..
    Note that purchases made with an Apple ID are locked to the ID that purchased them. To update apps you have to sing into the account that purchased them

  • Attribute Change Run aborted with an error :Not all data indexed for index

    Hi,
    I have an issue where the master data Attribute Change Run  aborted with an error pointing to the BWA:
    Attribute Change Run aborted with an error :Not all data indexed for index
    we tried to load only 0 data into it,the error still occured.

    Detail message is following:
    not all data was indexed for index 'GBP_BIC:XYCH_098('0' for '114')
    creation of The BIA INDEX for infocube 'YBC_SD015' terminated while filling

Maybe you are looking for

  • Disappearance of alert message from alert inbox

    XI Experts, We are using XI 7.0, We have configure alerts for many of our scenario and it is working good. Whenever messages is failed in IE or AE we get an alert in our alert inbox in RWB and for MS outlook. But I observed that alert messages disapp

  • How can I covert a photo to look like a drawing?

    I would like to convert a photograph into an illustration. For instance, a portrait photo would become like a comic strip drawing. How do I do that?

  • Render in Motion?

    I'm running Motion2 on a my MacBook Pro, using an Apple Cinema display. I've turned my laptop montitor "off" (ie. I hit the display key on my laptop and now it no longer displays anything but a gray screen). With the laptop monitor off, it's my under

  • Transport charges issue

    Hi I have a issue where, po will be sent to the vendor in which transportation charges will not be included and vendor will send the material to the client but the transportation charges will have to be payed by my client on the spot to the lorry dri

  • ITunes Crashes in Windows 8.1

    I can only play about 5 songs on my PC before iTunes just goes quiet.  The entire application doesn't crash b/c I'm able to close it.  It just stops playing and the player buttons become inoperable.  I have to close and re-open iTunes to get it playi