Reg changes done to UD code

Hi,
In a plant for which all insp lots changes done in UD code is to be tracked and the value from whcih UD code to change done in UD code, which tables are to be seen.
Regards
venkat

Hi Vanket
Firslty, you need to set the field 'Documentation required' in the QM view of the material master, then the change history will be recorded. In QA12/QA13 you can then click the button 'Change history' to check who and when changed UD code.
Regarding the tables, they are CDHDR (Change header), CDPOS (Change detail), you can get the history thourgh the fields below.
objectclas = QPRUEFLOS
objectid = the lot number like 040000000239.
The user and time of change is in the CDHDR, the content of change is in CDPOS.
Hope this could be helpful.
Best Regrds.
Leon.

Similar Messages

  • Authorization For :Monitoring Changes done by User .

    I am not abe to monitor changes done by user in Delivery as well as billing so kindly suggest.
    For Billing:I went to environment-->Changes:Getting msg:Authorization Object s_scd0_all not assigned.
    For Delivery:Changes field apears Grey Even if changes are done.
    Edited by: Pritesh kumar on Apr 30, 2010 9:15 AM
    Edited by: Pritesh kumar on Apr 30, 2010 9:15 AM

    Hi pritesh,
    For this you need to co ordinate with ur Basis Team. First you need assign this Authorization Object with respective Field and Values to ur respective SD Role which is assigned to your User Id by using T.Code PFCG
    To Check Role Go To SU01- User ID Tab Role here u need to check the roles.
    Delivery Changes T.Code: VL22
    Invoice Changes  : Environment - Changes
    Object     Field      Value (interval)
    S_SCD0     ACTVT      08
    Regards
    Durga Sana

  • Log for changes done before posting LIV in Tcode MIRO

    Hi
    By default data will be fetched from PO/GR for LIV however our users are changing few details such as payment terms, tax code, vendor code, vendor invoice amount etc., before posting LIV in tcode MIRO. We don't have any log for these changes done by our users.
    We want to know what are fields which have been changed by our users at the time of doing LIV (i.e. before posting LIV).
    Can any one help us in this regard.
    Regards
    P Karthikeyan

    If you know those fields, you can find the differences for those field in table EKKO and EKPO for PO, the similar value will be available for IR in table RBKP and RSEG.
    Like as payment term, The payment term is saved in table RBKP - ZTERM for MIRO.
    The same will be available in table EKKO - ZTERM for PO.
    If the value for both fields are same, then user has not changed the field at the time of MIRO.
    If the value mismatched, then user has changes the value in MIRO.
    In this way, you can find the differences for other fields.

  • Changes done for sap user details

    Hi All,
    I need to know a standard transaction code or FM;
    which can give the information on the modifications/changes done
    for the sap user's first name; last name and e-mail id.
    Any help will be appreciated.
    Thanking you all in advance.

    Hi Kanagaraja,
    I really appreciate you inputs, it will definitely have entries posted by BAPI.
    But the requirement I have is little different.
    I will have some person changing the user information manually,
    I need to go somewhere and find out whether the person has made the
    changes in user's first name, last name or e-mail id.
    So, I am looking out for some FM or table or even standard t-code where
    I could find the changes done, and change log lately.
    Thanks and Best Regards

  • How to know what are the db changes done today

    Is there any way to know the Code changes done today in a schema. Code changes means any ddl commands / function changes / procedure changes / triggers etc. .
    Edited by: DIVI on May 29, 2012 10:08 PM

    Hi,
    If you are need of the DB Changes for which a DB Objects are Created then,
    you can use.
    SELECT *
      FROM USER_OBJECTS
    WHERE OBJECT_TYPE IN ('TABLE', 'PROCEDURE', 'PACKAGE', 'FUNCTION');But, If You need to Track Entire DDL Activites, You have to Audit the Database Changes or
    with the Use of Database Triggers.
    Thanks,
    Shankar.

  • Changes of the ZIP Code for the sales organization

    Hi All,
    I have done the changes of the ZIP Code for the sales organization by using the t code ovx5  the change of zip code in adress but when i rechek the changes in the order acknowledgement output there i can see the old zip code only.
    Please help me how to make the change the zip code to SO, so that i can view that in output.
    need to update pls help..
    Thanks for help
    Raj.

    Hiii
    Check weather your developer hardcode the sales organization pin code: else check the logic weathe Sales org Pin Code is getting from following logic. Go to table TVKO and put ur sales org number in VKORG field  then execute
    Get the ADRNR number and pass the same in ADRC table and get the POST_CODE1 as pin code number (give same logic to your abaper)
    Regards
    Shambhu Sarkar

  • How to check changes done in close in period.

    Hi
    How to check the changes done for closeing period ( mmpv ).
    Thanks
    Prashant
    Edited by: Prashant U. Maid on Dec 5, 2008 5:28 AM

    Hi
    You can check thru T.code MMRV the peroid status.If you need to see what are the changes and how has made the changes then go to T.code se11  and check the entries for the table MARV( Material Control Record ) for the desired company code.
    Client
    Company Code
    Fiscal Year of Current Period
    Current period (posting period)
    Fiscal year of previous period
    Month of previous period
    Fiscal year of last period of previous year
    Last month of previous year
    Allow Posting to Previous Period (Backposting)
    Indicator: Disallow backposting after a change of period
    Name of Person Who Changed Object
    Date of Last Change
    Time
    Indicator: Initialize company code
    Fiscal year of period before last
    Month of period before last
    Fiscal year of last period of year before last
    Last period of year before last
    Fiscal year of 1st period with dynamic closing
    1st period with dynamic closing
    Fiscal Year of 1st Period After 4.6C Upgrade
    1st Period After 4.6C Upgrade
    Regards
    suny

  • Change ABAP Program return code

    Dear ABAP Gurus,
    I need to change internal return(message) code inside APAP program (report).
    Program starts  as the first program in a scheduled job with several programs in, and we want to have the following  programs do not start in some cases which are evaluated in the first program. Normally program ends will internal return (message) code 0000. I need to change this return code.
    Thank you very much,
    Svetlana

    Hi Svetlana,
    Can I suggest a solution that is closer to standard?
    You could schedule your job with only the first program due to run.  If it runs sucessfully, it will programatically submit a new job with the next abap program to run, and if not, it write a log (spool, or messages).
    How does that sound?
    If your first program is a standard program and you don't wish to modify it, you could schedule your job with the standard program first, followed by a custom program that could determine the sucess of the first (by checking database entries, or by reading the spool of the first program, etc.) and then it would submit the subsequent jobs (or not).
    Hope that helps.
    Brad

  • Transport changes made to company code address (ox02)

    Hello All,
    We are making the changes to the company code address in OX02 in development online client and transporting the request generated while saving to the quality client in the same system.
    However, after importing the request successfully, we don't see any changes made in target client.
    Kindly suggest what could be the mistake here.
    Regards,
    Satish

    Hello Swapna,
    Thanks for the reply.
    Once we come to the main screen and click on Save button, it automatically asks for a transport request. I don't understand why we need to include in request mannually. Becuase, this is may not be acceptable to my customer until we show some wirtten procedure on this from SAP. Can you give me where I can find this so that I can proceed further?
    Thanks in advance.
    Regards,
    Satish

  • Creating Change Log For Transaction Code

    Hi All,
    I used to the transaction code SCDO to create the change log for a  Z table which I have created to maintain the data.
    User can run the transaction code for the Maitence View of Ztable and can make the entry.
    Now I have created a change FM ZTABLE_WRITE_DOCUMENT using ZCDO. I would like to know how to link this to a transaction code so that any changes done to the table contents will be recorded.
    Thanks & Regards,
    Nagaraj Kalbavi

    Hi Bala,
    In which program, you mean to say table Maitenance Generator program. I feel this has to be done in transaction code AUT01. But I am not sure, I just need a glance on it.
    Thanks & Regards,
    Nagaraj Kalbavi

  • Change the XP revision code displayed using winver

    Hi
    I need be able to display/change the XP revision code displayed when running 'winver.exe' under Embedded 2009 Standard. Does anyone know which component/setting I can use to change the revision code (or part of it) to my own version number?
    I have no control over the program that will run on the system, so I need a way of having a revision code that can be displayed to a standard user using standard windows mechanisms, either computer properties or 'winver.exe'
    Many thanks
    Steve W

    You can create an C:\WINDOWS\system32\OEMINFO.INI file, this information will be shown in the "System" control panel the file may look like this:
    [General]
    Manufacturer = Your company name
    Model = MyDevice 1000, SW V1.00
    SupportURL = http://www.yoursite.com
    [OEMSpecific]
    OEM1=Your company name
    I don't think that there is a (official, of course) way to change the versions shown in winver.exe.

  • Tracking Changes for a Transactio Code

    Hai Every One
    Suppose i have done one configuration in a transaction code.tommarow some one chaged and added the same thing and created a new tp.
    Nw i want to track what are the changes done for a  particular transaction code.
    Regards
    Raghavendra.M
    SAP-Practice

    Hi,
    Suppose you someone has made the changes in T Code OKTZ. Now you want to see the change logs.
    Simply go to Utilities > Change Logs
    Now give the From date and To date and tick mark the relevant output options and Execute.
    Regards,
    Jigar

  • Why wont my page update to the changes I put in code?

    My webpage is gogobeekeeping.com and my account page wont update itself from the changes i put in code. Here is my changes: basic logo changed to, font changes. When i deselect test server, it shows but not in php.

    > if I make it myself it will be pure syntax
    What do you mean by "pure syntax".
    > I am good with html and css, not php
    How is emacs going to help? If you don't know php and are going to write php code, how does emacs make your site less vulnerable then if you used a different editor?

  • How to track Changes done in planning book....by whom.....in DP planning

    Hi All,
    I want to track the changes done in Key figures in planning book ..........mostly by whom .......let me know how to track the same in APO DP planning book...........any std..........way..........like R/3...........pl reply.............your expert guidence will be  appreciated..........by rewarding the same..............Thanks...........
    Best Regards
    Sharad

    Hi,
    You would be able to tackle this partially by adding a new hidden key figure.
    Refer the example below;
    Kfig1. Stat forecast: Calculated using stat forecasting
    Kfig2. Adjusted forecast: user normally changes this
    Kfig3. Hidden copy of Adjusted forecast:
    Using macros copy 1st snap shot of stat forecast to Adjusted and Hidden. once adjustments are done, use Macro to compare Adjustments and Hidden copy of original values, or this can be a overnight batch job to generate alerts
    Hope this helps.
    Pradeep

  • How to see the changes made in tx code MN05

    Hi all,
    Do you know how can I see the changes made in tx code MN05?
    I need to know when was The output condition updated? Do you have a change record on this change?
    Thanks and regards

    Hi,
    There is a Transaction code SCU3 to display the change logs
    Goto the Transaction code and enter the  Table for MN05 and execute, it will display all the logs for MN05.
    If you didnt find any change logs here, then you have to activate the Change logs for this table.
    To activate the change logs , goto SE11 and give the table and clcik on the technical settings and you will find the Check box with CHANGE LOGS.
    Check whether it was activated or not, if not activate it.
    Thanks,
    santosh

Maybe you are looking for

  • What cable do I need to connect my sony video camcorder to my macpro

    I need to purchase a firewire cable that will connect my Sony min tape camcorder to my Mac Pro laptop and I am not sure what to get.

  • How to add fields in z of standard program me5j

    Hi Experts, i have to add new field in zprogram of standard alv in ME5J. its out put structure is MEREP_OUTTAB_EBANACC but not getting the method that how to add new feild in that structure, as my values are comming in stab_aban internal table. pleas

  • How to Identify a sales order is in Change mode without looking at T-code

    Hi Gurus, I have a requirement we have the code in place to behave differently when it is in VA01 and VA02 in an user exit_save_document. we are having trouble to trigger the code when the sales order is modified or created by a BAPI. The check in th

  • Battery drained during sleep

    My new 13'' MBA seems to use quite some battery power during sleep -much more than I experienced with my 15''MBP. I am used to never shutting down my Macbooks, but simply close the lid to put it to sleep. Usually, I find the battery to be less than I

  • Root file system is 100% full on server with oracle databse

    hi, This was very strange to me, i have a solaris 10 Generic_122300-03 sun4u sparc SUNW,Sun-Fire-V440, with one oracle database running on it. The daatabase guys was doing some activity and the CPU utilization was 100%. I got an update from db team t