Change Log of Transactional PR

Hi Experts,
I understand that I can get the change log of a transactional PR from database table CDHDR by passing in the GUID of the PR, that will return me a list of changed log based on username and time.
From the list I retrieved from CDHDR, based on the GUID and CHANGE NUMBER, I can get more details such as the table and value that was changed from CDPOS.
But how can I know that the change is for which line item of the PR?
Thanks.

hi check the table..
from menu select Utilities--> Change log.
or tables DBTABLOG or V_T585A
Regarding  Log changes in table
regards,
venkat

Similar Messages

  • Table to display change logs for transaction VK13 with certain condition.

    Hi ,
    Please let me know if there is any table from which we can get the change log details of condition records with transaction VK13
    This is required to get information on old value and new updated value for the condition.
    Thanks
    Ravi Naik

    Hi,
    Use the program RV16ACHD (You can run this in SE38)
    View the code from there for more understanding.
    Tables are
    KONH, KONP and CDHDR
    In the CDHDR table you can view condition record changes under, Change doc. object = COND_A
    Anotehr option is to use the function module SD_CONDITION_CHANGE_DOCS_LOAD which is called in the program RV16ACHD and pass the correct parameters.
    Best regards,
    Anupa

  • 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

  • Table data change logs

    Hi,
       I have created a customer table. I want to log the data changes in the table. So in the technical settings of the table i have checked log data changes checkbox. When i tried to see the change logs using transaction SCU3, the logs are not available. Kindly help.
    What is the table name in which this logs are stored?
    Suitable answers will be rewarded
    Thanks and Regards,
    Kasi S

    To use the change document functionality in your application, proceed as follows:
    Define the change document object
    Check in the Dictionary, whether the data elements of the fields which are to be logged are flagged appropriately.
    Generate the update.
    Program the appropriate calls in your program.

  • Customer hierarchy change log

    I would like to know if there is a way to see the change log in transaction VDH1N?  We made a few changes to the hierarchy and would like to know the date and the user who made the changes.  Is there a table that captures these changes, or a function module?
    Thanks,
    Ta

    Hi,
    Try in t.code AUT10.
    Input the transaction code VDH1N or VDH2N, date and time and then execute.
    Regards

  • Replenishment Lead Time Change Log

    Hello Experts
    While making change to Replenishment Lead time field in the Product Master, the changes are not visible in the change log in transaction /SAPAPO/PROD_CD_READ. Can you please advise?
    Thanks in advance.
    Best Regards,
    Parth Soneji

    Hi Parth
    Please go to SE11 --> Data type /SAPAPO/RELDT.
    Go to further Characteristics and click on change document tab.
    This flag is used to create change documents for business objects. Please let me know if this helps.
    Thanks
    Amol

  • Changes to an order through Call Transaction not showing up in change log

    I m having a problem such that if I update an order programmatically with Call Transaction u2018VA02u2019, the order does get updated updated but I donu2019t see the changes in the change log. I m only updating the order quantities. However if I update the same order quantities manually by going to TCode VA02. The changes do get shown in the change log from the Environment u2013> Changes menu. Can you please help.
    Following is the simple recorded code.
    PERFORM bdc_dynpro      USING 'SAPMV45A' '0102'.
    PERFORM bdc_field       USING 'BDC_CURSOR'
                                  'VBAK-VBELN'.
    PERFORM bdc_field       USING 'BDC_OKCODE'
                                  '/00'.
    PERFORM bdc_field       USING 'VBAK-VBELN'
                                  '10655'.
    PERFORM bdc_dynpro      USING 'SAPMV45A' '4001'.
    PERFORM bdc_field       USING 'BDC_OKCODE'
                                  '=POPO'.
    PERFORM bdc_dynpro USING 'SAPMV45A' '0251'.
    PERFORM bdc_field  USING 'BDC_CURSOR'  'RV45A-POSNR'.
    PERFORM bdc_field  USING 'BDC_OKCODE'  '=POSI'.
    PERFORM bdc_field  USING 'RV45A-POSNR'  '10'.
         PERFORM bdc_field       USING 'BDC_CURSOR'
                                       v_rowid.
    PERFORM bdc_dynpro      USING 'SAPMV45A' '4001'.
    PERFORM bdc_field       USING 'BDC_OKCODE'
                                  '=SICH'.
    PERFORM bdc_field  USING 'BDC_CURSOR'  'RV45A-KWMENG(01)'.
    PERFORM bdc_field       USING 'RV45A-KWMENG(01)'
                                   '7'.
    PERFORM bdc_dynpro      USING 'SAPLSPO2' '0101'.
    PERFORM bdc_field       USING 'BDC_OKCODE'
                                  '=OPT1'.
    CALL TRANSACTION 'VA02'
                     USING t_bdcdata
                     MODE   'A'
                     MESSAGES INTO t_messtab.
    COMMIT WORK AND WAIT.
    IF sy-subrc NE 0.
    ENDIF.

    Could not find answer

  • Change log at aset Class defination Transaction code: OAOA

    hai gurus,
    I want to ask, can we check any changes that have been made at aset Class Defination? can you show the step if it can be done. because at the have part that said changed on and changed by. Can we now want that we changed.
    Thanks

    Hi
    Go to OAOA select Utilities-->Change Logs
    Input the start date and end date and execute the transaction.
    You will get the details required.
    Good Luck
    Hari

  • How do we chcek change Logs for any stndrd transaction

    Hi gurus,
    Are there any tables to check change Logs for any SAp standard t-code ?
    Thanks
    Kylie

    ALex ,
    For eg :if its a t-code related to Purchasing : then Purchase Order and it's corresponding item level details are retrieved.
    But i m thinking in a different way: i need to check LOGS of a t-code which might have a transport request
    following such a transport request i can get the USER details who migrtaed the changes of t-code (for eg:ME23n)
    from SAP QA to SAP PROD.
    Thanx
    Kylie
    Edited by: kylietisha on May 31, 2010 8:15 AM

  • Change Logs for TCODE -- FILE

    Hi Friends,
        Please help me in finding the change logs  for the TCODE  FILE,
        i.e  The changes made to the Logical paths
       I had tried  Utilities---->change logs , but unfortunately i cannot find any changes logs
       But there are changes made to the logical paths in my system but i cannot see them in change logs
    thanks
    chandrasekhar j

    rec/client is a profile parameter, you can view the settings in transaction RZ10.  However I find program RSPARAM more useful, the report lists all system parameters with their default and altered value.  Also if you double-click on a parameter you can get to the full help text for its meaning.
    The parameter essentially switches on table change logging for configuration tables (based on the technical settings of the table) and has to be set before the changes are made.
    Hope this helps.
    Nick

  • How to use the change log in ODS to track Delta change?

    People say that historical data (like Delta change) in ODS can be tracked in the Change Log.  How to use the change log to track historic data?
    Thanks

    Kevin
    See if it helps
    Every ODS object is represented on the database by three transparent tables:
    Active data: A table containing the active data (A table)
    Activation queue: For saving ODS data records that are to be updated but that have not yet been activated. The data is deleted after the records have been activated.
    <b>Change log: Contains the change history for delta updating from the ODS Object into other data targets, such as ODS Objects or InfoCubes for example.</b>
    An exception is the transactional ODS object, which is only made up of the active data table.
    The tables containing active data are constructed according to the ODS object definition, meaning that key fields and data fields are specified when the ODS object is defined. Activation queue and change log are the same in the table’s structure. They have the request ID, package ID and the record number as a key.
    Data base structure changes
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/d53ec3efdc9b47a9502c3a4565320c/frameset.htm
    Hope this helps
    Thnaks
    Sat

  • Need suggestion to store change log history or creating a zlog table

    Hello,
    My requirement is to create a Ztable which will store the Hisotry  / change log of data.
    I have a program where i am using insert / update for a database table LFBW and displaying the log in the ALV ouput.
    I need the same to be updated on Transaction level of FK02 (where entries of Table LFBW gets reflected).
    so can any1 suggest me how this can be achieved?
    If there is no way to store change history while insert /update on database table from prgram level then what type of z table(Type of Delivery Class ?
    Data class ? i should create for the same
    Thanks,
    Anoop

    Hello Raymond Giuseppi,
    Thanks for providing the above details.
    * KRED_WRITE_DOCUMENT
    => I checked this FM and found that OBJECT ID is mandatory to create change log
         But while updating LFBW ( using insert / update command on LFBWin Zprogram ) it doesnt create
         any data in CDHDR ( didnt get any object id)
    * VMD_EI_API Method MAINTAIN_BAPI
    =>  that is for creation / updation of vendor master. Here, I am looking for updation of withholding Tax-type in FK02 (Database Table - LFBW)
    * RFBIKR00 Report
    Checking the same.
    Regards,
    Anoop

  • Change logs not available for tables

    Hi Experts,
    Is there any change logs available for the  tables PCEC, FTXP, T030
    We need to add logs so that we can keep track of the changes.
    Please let me know if someone knows the solution.
    Regards,
    Srinivas

    Dear Srinivas,
    Go to SE11 and key in your table, then select Display.
    In the top, you will be able to see Technical Settings Button. click on it.
    It will show you the technical details for that table.
    There will be an indicator at the bottom LOG DATA CHANGES.
    If this indicator has been set, then only the changes will be recorded.
    For change log, you shall make use of the transaction SCU3.
    AUT10 shall also be used.
    thank you
    Venkatesh

  • Change logs not working for manual update modify/delete statements.

    Hi experts,
                     My requirement is to display the change logs for a few custom z tables.The log data changes is selected in technical settings of the table.When any changes are made to the table using sm30 the changes are logged.
    My requirement also displays an alv grid which allows the users to edit/insert/delete   entries in the table.
    In this case the change logs are not getting recorded(ie whenever the user manually updates or inserts a row into the table the change docs are not getting stored).
    My code works like this,
    Whenever the user chooses a custom table and selects the display change log button i transter the control of my abap program to the standard  rsvtprot program(sap std. pgm to display change logs).
    sample code:
    elseif sscrfields-ucomm eq c_chgdoc.
        refresh:r_seltab.
        clear:r_seltab.
        r_seltab-sign   = 'I'.
        r_seltab-option = 'EQ'.
        r_seltab-low      = w_tab.
        append r_seltab.
    Call the sap standard program rsvtprot via selection screen
    by passing the table name and display grid parameters.
        submit rsvtprot via selection-screen
                          with cusobj   in r_seltab
                          with alv_grid eq c_x
                          and return.
    Is there any way by which i can extend the change logs functionality for the changes made using the alv grid?
    Please help me out.

    Hi Anuraag,
    In TM you should open the transaction /SCMTMS/ZONE. Here you select the zone you would like to modify and you execute the changes you would like to make.
    Regards,
    Nico.

  • Change logs missing for OB52

    Hi Experts
    We have a peculiar problem where change logs are missing for some of the transactions made through OB52 for modifying FI posting periods.
    I vefired that change logging has been correctly activated for table T001B. Though change logs are  displayed for most of the transactions through SCU3 or in table DBTABLOG, logs will be missing for some records.
    Can you please let us know what could be the possible scenarios where change logs are not recorded for OB52 or table T001B even though logging has been activated.
    Any inputs on this will be very helpful.
    Regards,
    Santosh

    try log on tcode S_ALR_87003642

Maybe you are looking for