How to Inactivate changes made by Change Master

Hi Guru's,
We use Change Master (no system status & release approach in use). If a BOM is changed with CM & data manager wants the change to be inactive (Planned Orders/ process orders should not copy the data of this CM), what could be the solution.
Thanks,
Kart.

Hi,
Create the CM with Release key so that  with  release key you can control. If you want to release the changes you can release at any time,but once released you con't revoke the same.
revert me if any issue
Regards,
Ravi

Similar Messages

  • Track changes made to the master data

    How do I track changes according to the users, made in master data files like the item master, Business partners, tax codes, item groups ?

    Hi Vivek,
    If you want to trace the changes that have been made to the masters, oprn that particular master and go to Tools> Chnage log> show differences.  Similarly you can trace the same for any marketing document. Hope this helps.
    Regards,
    Joseph

  • How to identify who made the changes to the tfs security

    Hi All,
    We are into a weird situation. In our environment we create groups TFS_Project admins, TFS_Contributors, TFS_buildusers, TFS_Readers in AD for every new project and added to corresponding group on the Team project level.
    One of the users is a member of TFS_project admins and TFS_contributors. Next day he is not belongs to any group. Some one has been removed him from the groups.
    Question: how to find, who has deleted the user from the groups.
    Please help on this .. very high priority issue.
    Thanks,
    Rajukumar

    Hello,
    Go To RSPC1 give your process chain name (Go to  LOG View ) there  you will get Date selectin screen (give This Month and last Month or as per your reqirement) there you can see who ran the process chain with ID.
    Regards,
    Edited by: Subbu_Amar on Oct 13, 2010 5:01 AM

  • Change Logs for customer master data in 3.1 H version

    Hello All
    Are they any existing reports or change logs for viewing changes to customer master data in 3.1h version.  I want to be able to report based on changes made to customer master.
    I know there is a good report in 6.0 version for this- S_ALR_87012182.
    If I have to develop a custom program for this in 3.1h. Which table I should use? KNA1 or CDPOS.
    Any ideas will be appreciated.
    Hema.

    Hi,
    Please check the filter settings maintained for the adapter object CUSTOMER in R3AC1. The same filter settings can be referred in tables Table: CRMFILTAB (R/3) and SMOFFILTAB(CRM) as per srinivas's reply.
    Check the sales area of the customer maintained (Sales Area, Division, Distribution Channel etc.) and see if the current filter settings are restricting the customer from getting replicated in CRM. If everything is maintained fine then check for any failure Bdocs in SMW01 or SMW02.
    Regards,
    K

  • How do I get iTunes match to accept changes made to my library?

    After making changes in my iTunes library (Genre, Album Information, etc.) iTunes Match reverses all the hours of organizing I have done and returns it to the original state. How do I make sure my library is the master source and allow me to force upload changes to the cloud and not vice versa?

    Hi,
    THis is an issue that is reported regularly on this forum.
    Changes made to data when match is turned on should automatically filter through to the cloud. No need to select update iTunes match. This is the way it should work and I have not had any major issues. The only exception seems to be iTunes store purchases but only on a small number. The changes eventually stick after a few attempts.
    I Keep all my music in my library on my main computer. Changes filter through to my other computer which is set up to stream. I sometimes do the change on that computer. Such changes appear on my main computer.
    Jim

  • How to trace enduser activity and changes made by enduser

    Dear experts,
    how to put full fludged trace on enduser activity.
    that is i want to do the following activity:-
    *i should know the end user activity. (login details and T-codes accessed by users)
    *should know the changes made by the users.
    *i need to collect all these in the form of logs, so that i can archive it to network.
    and wht kind of security is best preffered by audit people.
    i request you all to give some valuable inputs on these questions.
    thanking you all
    best regards
    Raghav

    Hi noothangi,
    Transactions SM18, SM19, SM20 deals with security Audit Log.
    SM18
    To archieve or delete old audit log files
    SM19
    you can configure the Static/Dynamic fileters here.
    The system administrator or security administrator defines the events you
    want to audit in filters. Filters consist of the following information:
    . Client
    . User
    . Auditclass
    . Weight of events to audit
    The audit class returns information about the following:
    . Dialog logon
    . RFC/CPIClogon
    . Remotefunctioncall(RFC)
    . Transaction start
    . Reportstart
    . User master change
    You can specify the weight of events to audit:
    . Audit only critical
    . Audit important and critical
    . Auditallevents
    SM20
    SM20 to assess the security audit log.
    Soppose if you wanted to find out the transaction run by a perticular user in certain period, You can get this information in SU20.
    Please visite:
    http://help.sap.com/saphelp_46c/helpdata/en/95/d2a8e96d6611d1a5700000e835363f/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/8a/a8b5386f64b555e10000009b38f8cf/frameset.htm
    The above matter is from the below post.
    usage of SM18, SM19, SM20
    Cheers
    Soma

  • ALV Grid: how to save changes made in an editable Grid

    Hi,
    How to save changes made bu the user in any of the editable cells in a ALV Grid?
    Regards,
    deb.

    Hi,
    If you are using the FM look at the following example code...
    data: LC_GLAY TYPE LVC_S_GLAY.
    LC_GLAY-EDT_CLL_CB = 'X'.<<<<<------
    gt_layout-zebra = 'X'.
    gt_layout-detail_popup = 'X'.
    gt_layout-colwidth_optimize = 'X'.
    call function 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
    i_callback_program = i_repid
    i_callback_user_command = 'USER_COMMAND1'
    it_fieldcat = header
    is_layout = gt_layout
    i_callback_top_of_page = 'TOP-OF-PAGE1'
    i_grid_title = text-h17
    it_sort = gt_sort[]
    i_default = 'X'
    i_save = 'U'
    is_variant = gt_variant
    it_events = gt_events
    I_GRID_SETTINGS = LC_GLAY<<<<<<------
    TABLES
    t_outtab = itab.
    clear itab.
    Form USER_COMMAND1
    FORM USER_COMMAND1 USING u_ucomm LIKE sy-ucomm
    us_selfield TYPE slis_selfield."#EC CALLED
    case u_ucomm.
    when '&DATA_SAVE'.<<<<<<<<----
    This will come after the data was EDITTED and when SAVE was clicked by user in output scren.
    Here now in the final internal table(ITAB) you can find the data changed in EDIT mode.
    After this you can do manipulation what ever you want.
    Thanks.
    If this helps you reward with points.

  • How can you know if there is a change made to your mac?

    I'm not even sure how to ask this and I didn't know how to phrase the question.  I was using Firefox 10.0.2 and had been to a variety of my usual websites.  Nothing any different at all.  Signed into my credit union and when I had finished what I needed to do, I closed the browser as is my habit.  There were a few tabs open.  For a very brief moment a screen appeared that I did not recognize and all I could see was the word "Results",  and then it disappeared.  It briefly looked like a page of either a survey or the results of a survey.  None of which I remember agreeing to do.  I think if I had closed the tabs or minimized them before quitting Firefox, I would have been able to see what it was rather than just getting a glimpse. I have no idea if this is something to be concerned about. it seems to me that anything nefarious would not have let me see it at all. I have gone back and reviewed the history of everything I did today in Firefox and in Safari and there is nothing unusual.  I have been to no websites that I have not been to often.  There is nothing downloaded and the best I can tell by checking Finder is that there is nothing new, different or modified.  The only new thing I have added is AdbIock Plus in the last month. I have no anitivirus or spyware programs and would prefer not to.  The Web of Trust is my only other add on.  I checked Thomas Reed’s website to find out if there are any new things to be cautious about and just in case have disabled Java (though I have kept it updated) in both Firefox and Safari.  I guess my question is would installing ClamXV be over reacting and if not, is it better to do it from their website or the app store.  Is there anywhere that I can look to see if somehow something has gotten to my computer or just assume I had something opened that I completely forgot about.
    sorry this is so long but I haven’t had one of these semi panics in a while.  I hate when something I haven't had happen before, happens and I can't figure it out.  I thought providing as much information as I could think of would help ya'll know if I have something to be concerned about. 
    thank you.

    Thank you both so very much for your quick replies.  that is what I thought but the your assurances  help me ease my anxiety.  And yes the credit union has made a change because now it no longer recognizes my computer as a personal computer when I am using Firefox after the latest Firefox update, and requires me to answer a security question to log in, which is why I had been using Safari, but as I was in Firefox I was lazy and didn't switch browsers.

  • Report for abserving changes made to the customer master and moniter

    Report for abserving changes made to the customer master and moniter and detail
    Please send with t. code.

    Hi Dhari,
    Well the requirement seems very simple but its not as simple as it looks.
    i have an idea not sure whether it gonna work or not. you need to build a history cube as if i understand your requirement then for any selected period you wanna see the change in wage type or pay rate for each employee if any.
    1. pick up an cube that builds on emp transaction data.
    2. add the 0empoyee Md, wage type and pay rate from MD to the cube and fill the cube
    3.so now every day or in scheduled time interval the MD will load and the corresponding the TD will be loaded to the cube.
    4. create a info object say indicator and add it to the cube
    5.while loading the data to the cube everyday in tranformation check if for same employee there is a change or not in the wage type and pay rate. If so set the indicator to 1.
    4.now build one more cube for holding the changed records from this cube and call it say zhrchange
    5. now pull the date, year and related emplyee information for the emplyee to the zhrchange for those with indicator 1.
    6. before the next load happen, rememrbe to set the indicator to 0 before checking the conditoin in the transformation routine , so that only if the conditoin satisfy then only it will be 1 else it will be 0.
    now the cube zhrchange has all the changed records with time stamp and you can base your query on that to get the changed values in specific time period
    hope this helps.

  • How to track changes made in the ERD in oracle designer

    I want to track all changes made in my ERD in oracle 10g designer. Please suggest how to achieve it.
    use case: An ERD was approved in design phase. Few changes were made by development team and now in Implementation phase I need to track what all changes were made from say 3-Jan-12 to 3-Mar-2012
    Edited by: 909570 on Mar 5, 2012 1:14 PM
    To add here:
    Designer Version is 10.1.2.0.2.
    1. In my project versioning of ER is not being used so ER Version diff is not an option for me.
    2. In Reports, there are options for getting all entities, attributes which are created/modified in a period. But it seems it is not giving me correct results.
    Edited by: 909570 on Mar 5, 2012 1:14 PM

    Since versioning if off, there is no way to track changes.
    You can get a rough overview of possible changes by looking at the audit attributes (date created, date modified) in the properties palette, but that is already mentioned in your point 2.
    Basically, developers should comment what they added/modified.

  • How to find out the changes made to a photo in numbers rather than in graphs..

    How to find out the changes made to a photo in numbers rather than in graphs..

    We need to know a lot more to help you. Please provide answers to the questions listed here: "FAQ: What information should I provide when asking a question on this forum?"

  • HT4759 How do you get changes made to your documents on a Windows 7 computer show up in your documents on your iPhone?

    How can I get changes made in documents on my Windows 7 computer to show up in the documents on my iPhone 5?  These documents show up in ICloud without showing the changes.

    You have to be accepted into the Apple Beta program before any of that works.

  • How to track changes made to the standard objects by SAP during upgrade ?

    Hi All,
    Can any one of you please let me know if there is any straight forward method to find any change made to the standard objects by SAP in different versions ?
    Like for eg, during upgrade from 4.6c to ECC 6.0.
    Thanks in advance.

    > For eg , if SAP has made any change in the standard  transaction IE02,  in ECC 6.0 how will we come to know those changes?
    There are two sources for that:
    The "Solution Browser" (http://solutionbrowser.erp.sap.fmpmedia.com/) which lists the differences between source and destination release and the release notes (http://service.sap.com/releasenotes). You'd need to read here all those from 4.6 to ERP 6.0 (so 4.7, ECC 5.0 and ERP 6.0) to find out the behaviour changes.
    Markus

  • Swing .............how to undo the changes made by user

    Hi,
    i have created a form in swing asking for the related information from user whose value i m taking in jformetted textfield.
    now i have placed two buttons there.
    one is Apply and second is Cancel.
    when user pressed Apply button all the changes made by the user must be set where as if user clicks cancel button all the changes made by user should be undo to previously set value.
    can anybody help me how this can be done and what code should i write in action performed method
    thanks in advance
    plz reply

    thanx.
    one more thing
    In my application,there is one Button called Option when u clicked on it.It opens up one internal frame where user is asked to asked to fill some parameters.
    1) Now how can i restrict user to create one more internal frame unless first one is closed.
    2) suppose i clicked option button and it opens up internal frame where i can set the parameters and closed it.If i again click on option then i want the parameter to have wht i just set.
    3) and how can pass those parameters value to my main frame from where i m calling internal frame
    Plz reply
    Edited by: neel007 on Mar 11, 2009 8:02 PM

  • How to know the changes made to Quotations & Sales orders?

    Hi all
    I want to know how we can have the records of changes and alterations that are made in quotations and Sales orders. For example, once the quotation is created and saved, there must have been many alterations either on pricing or in terms & conditions based on the final negotiations with the customer. Please let me know how do we record the changes.

    Hi,
    what ashish told is exactly correct.You just go to the Environment-changes and execute,it will shows all the changes made for that order like pricing,payment terms etc.
    Regards,
    Hari.

Maybe you are looking for