Change Documents history

We are looking for a change document history report which can list all the accounting documents which have been changed for a period of time.  I know we can retrieve the change documents for both parked and posted documents from the change history from the document itself. 
I checked in the system but couldn't find any report whch can give me all the changes for all documents in one place.  Does anyone have any idea on this issue.

> Hi,
>
> use report <b>RFBABL00</b>
>
>
> pls reward useful answers
> thank you!
>
> A.
>
>
> Message was edited by: Andreas Mann
Andreas
Thanks for that. I've learnt something today!!!
Regards
Barry

Similar Messages

  • Production Order Change Documents - History

    Dear friend,
    please give me one solution for PP Module. i want change documents history for production Order (PP Module) same like Material master chnage history display in MM04.
    Thanks & Regards,
    PP Module Owner

    Dear,
    All major changes in order will be tracked through the status management. Hence if you activate status management in order dependent parameter in IMG, I hope it will solve your problem. However OCM is the best way to get the changes happened to order, but main aim of OCM is to track the changes of BOM/routing w.r.t. change number or sales order and effect the changes.
    Hence depending on your requirement you can take a decision between OCM or status management
    Production >shop floor control> master data>order> order dependneent paramater

  • Where can  we  see the  " Change document history " of  internal order .

    Dear  Experts
    Where can  we  see the  " Change document history " of  internal order .
    which are the tables  help us  to  get the  change  document history .
    Eg : The   Order  From  CRM  get  replicated  to internal order in  ECC . When   we  do 
    some  changes ( addition  of new  line  item ) in  CRM  , it  will update the internal order in  ECC.  I  want to   see the  changes in  Internal order .
    Regards
    Raj

    Hi  Rupesh
    Thank you  Rupesh   for your  updation and   Answer .  i  still have some  doubts . i  tried  the  same in  system ,  here are  some of   my  findings ,
    Will   it  gives  complete date wise  log  of   changes in  I/O. -  I am not  able  to   see the  full   log
    Eg :  When  ever make  some  changes in   The CRM   order ,  the   changes  get  replicated  to  ECC as  the  CRM REMOTE as the user , But   here i could not  get that  complete  history  of  change .
    If you  have  any  other  solution , pls  let me  now .
    Regards
    Raj

  • Get ZTABLE Old - New  Field Values for Change Document History Log

    I have done all necessary log configuration for ZTABLE and able to see change document log via SCU3. My problem is that I have to write FM which returns Log History for a specific period. As I have gone throught the Report RSVTPROT. But not able to get how the log data is displayed.

    Hi,
    Try checking the FMs..Sorry I am not sure which one gives the log....These are the FMs called in the program RSVTPROT.
    DBLOG_READ
    DBLOG_READ_WITH_STATISTIC
    Thanks,
    Naren

  • Change document history latency

    In a BAPI I'm changing a specific field and I need to corresponding CHANGENR from
    the CDHDR table (used as reference for additional change information). When i look
    in this table, the change record is not there yet, probably because SAP handles the
    change history in the background and this specific change is buffered.
    Is there a way to wait for the change history to be synchronized, give it priority,
    or any other means to ensure the correct CHANGENR

    All V2 updates are carried out in a separate LUW and not under the locks of the transaction that creates them. If your SAP System contains a work process for V2 updates, these are only carried out in this work process.
    And also I think you cannot force a V2 update .
    One roundway solution will be write a wrapper above the BAPI with WAIT command to search CDHDR for CHANGENR until commit happens to these tables.
    PS Keep this option as last one.

  • BP change documents

    Hi,
    Has anyone implemented the change document history for BP in PCUI ? This is an ALV report in SAP GUI and I wanted to know if there is any option to integrate this report in the Account PCUI rathar than coding the whole logic.
    Thanks.

    Hi Mailme,
    I've implemented the change history for the BP as a custom BSP application which I've integrated into the PC-UI as described in my Weblog Use CRM PCUI HTML viewer to call a custom URL. I think a start could be this function module:
    FUNCTION z_bp_changehist.
    *"*"Lokale Schnittstelle:
    *"  IMPORTING
    *"     VALUE(PARTNER) TYPE  BU_PARTNER
    *"  TABLES
    *"      CHANGEHIST STRUCTURE  CDREDDISP
    DATA: wa_changehist LIKE LINE OF changehist.
    DATA: it_cdhdr TYPE TABLE OF cdhdr,
           wa_cdhdr LIKE LINE OF it_cdhdr,
           it_cdpos TYPE TABLE OF cdpos,
           wa_cdpos LIKE LINE OF it_cdpos.
    * Datentypen für Tabellenbeschreibung
    DATA: dd02v_wa TYPE dd02v,
           dd03p_tab TYPE TABLE OF dd03p,
           wa_dd03p LIKE LINE OF dd03p_tab.
    SELECT * FROM cdhdr INTO TABLE it_cdhdr
       WHERE objectid = partner.
    LOOP AT it_cdhdr INTO wa_cdhdr.
       SELECT * FROM cdpos INTO TABLE it_cdpos
         WHERE objectclas = wa_cdhdr-objectclas
           AND objectid = wa_cdhdr-objectid
           AND changenr = wa_cdhdr-changenr.
       LOOP AT it_cdpos INTO wa_cdpos.
         CALL FUNCTION 'DDIF_TABL_GET'
           EXPORTING
             name                = wa_cdpos-tabname
    *       STATE               = 'A'
             langu               = sy-langu
           IMPORTING
    *       GOTSTATE            =
             dd02v_wa            = dd02v_wa
    *       DD09L_WA            =
           TABLES
             dd03p_tab           = dd03p_tab
    *       DD05M_TAB           =
    *       DD08V_TAB           =
    *       DD12V_TAB           =
    *       DD17V_TAB           =
    *       DD35V_TAB           =
    *       DD36M_TAB           =
    *     EXCEPTIONS
    *       ILLEGAL_INPUT       = 1
    *       OTHERS              = 2
         READ TABLE dd03p_tab WITH KEY fieldname = wa_cdpos-fname INTO wa_dd03p.
    *     Headerdata
         MOVE-CORRESPONDING wa_cdhdr TO wa_changehist.
    *     Postition data
         MOVE-CORRESPONDING wa_cdpos TO wa_changehist.
         wa_changehist-F_NEW = wa_cdpos-value_new.
         wa_changehist-F_old = wa_cdpos-value_old.
    *     Table Description
         wa_changehist-ddtext = dd02v_wa-ddtext.
    *     Column description
         wa_changehist-ftext = wa_dd03p-ddtext.
         append wa_changehist to changehist.
       ENDLOOP.
    ENDLOOP.
    ENDFUNCTION.
    I think we should do a development request to SAP because this is such a basic functionality.
    Regards
    Gregor

  • Table for change documents

    Hi All,
    In the transaction crmd_order we can see the change document history through extras----> Change documents.
    Can we take it out with the base of the ticket number which is created?
    Can we take that from any one tables.
    Appreciate your answers.
    Thanks in Advance,
    Joe.

    Pls check this thread
    Report to show changes of supportdesk mgs
    Regards
    Prakhar

  • History Documents, Change Documents and Potential documents in PGS

    What are History Documents, Cleared documents, Change Documents and Potential documents in PGS.
    I need to retrieve history documents from tables BSIK, VBKPF and RBKP. Which fields are considered as History documents from these tables?
    How to retrieve Cleared documents from Table BSAK? Which fields from this table can be considered as cleared documents.
    How to retrieve Change documents from Table CDPOS? Which fields from this table can be considered as change documents.
    How to retrieve Potential duplicate documents from tables BSIK, VBKPF, RBKP? Which fields from this table can be considered as potential duplicate documents.

    In order to include audio and video, you need to export it into a format that supports this, and you need to have a program to open it that supports audio and video in exactly the way it was included (not all flavors of format have the same features).
    PDF does not do this. I'm not sure about .doc (but I doubt it).
    EPUB does support audio and video, but I have no idea how easy it is to use (nor how reliable).

  • How to config History Log Changes Document for Mkt Plan/CPG/TP?

    Working in SAP 4.0...
    Dear Expert,
    I want to save the document changes for Marketing Plan, Campaign and Trade Promotion.
    How to config the document changes, since the information that recorded not complete.
    Please help....
    BR,
    Robin

    Hello Robin,
    In  CRM 4.0 follow the below path:
    SPRO --> Customer Relationship Management --> Marketing --> Marketing Planning and Campaign Management --> General Settings --> Edit Categories for Change Documents
    Then maintain the entry for application as MKT for each entry, then under object type: CPG, CPT, MPL, MPT, TPM, TPT  and then Check box the entry under change document for all the entries.
    If you want to display the change log history use report : CRM_MKTPL_CD_DISPLAY in CRM 4.0
    Thanks & Regards
    Raja Pamireddy
    CRM Marketing Forum Moderator

  • Transaction history - Change documents

    Hello Guys,
    I checked the option NO CHANGE DOCUMENTS in the transaction type definition.
    But I still see transaction history being updated if I go to extras and click on change documents.
    Could you please explain the use of the option NO CHANGE DOCUMENTS?
    Thanks and regards,
    Ravi

    Dear Srini
    What I was asking was pertaining to how using MEK3 can validity be changed. I wanted to know the steps to change the validity with MEK3, not how to retrieve the change log report.
    Thanks.

  • Change documents of material master classification class type 001 and 300

    Dear guru ,
    I want to see the history of change documents of material master classification using MM02.
    The system allow to see the history only for class type 023.
    For class type 001 or 300 the change document isnu2019t available.
    I must do some settings or the function for these class type arenu2019t available ?
    Thanks.

    Dear ,
    changes in values for a characteristic can be monitored in CL20N but as for MM02/MM03 transaction only for class type 023.
    For class type 001 or 300 the change document isnu2019t available.
    Thanks.

  • Change documents or logs for Analysis authorisation access changes

    Is there a way to review the change history or table logs in BI 7.0 to show who assigned analysis authorizations and when it was assigned or removed?  I presume there should be a SUIM change document that shows the Analysis authorization access changes that are assigned directly to users via RSU01 or RESEADMIN when these analysis authorizations are not included in roles.
    An example area of concern is with the assignment of 0BI_ALL, having an accurate log or mechanism to track the assignments to users.

    Hi Srinivas,
    you can activate in DDIC that your entry changes will be logged.
    Go to SE11 -> Your Tablenname -> CHANGE
    Button TechnicalSettings -> Activate checkbox Log data changes.
    From now on any chenge will be logged in table DBTABLOG.
    Kind Regards
    Henner

  • Error in multiple operation with change document object for custom table

    hi all,
    I have developed a change document object for a custom table ZTEST and developed a report program for insertion, updation & deletion..everything works fine if I do only once ie. if I created only 1 entries. If I created 2 new entries , I am getting an Error "DUPREC:POS&Z3RL_TAB&Z3RL_TAB" and EXIT the transaction.
    why I am getting this error??? is it not possible to do multiple operation with the change document???
    kindly help.
    Edited by: JaiKarthik on Apr 7, 2010 6:20 AM

       LOOP AT ts_mod INTO wa_mod.
                READ TABLE <i_itab> INTO <wa_tab> INDEX wa_mod-row.
    * Select the existing entries in table Z3RL for change history
                    SELECT SINGLE * FROM z3rl
                           INTO wa_z3rl
                           WHERE vkorg   = <wa_tab>+3(4)
                           AND   zzkunnr = <wa_tab>+7(10).
    * Move the old entries
                    IF sy-subrc = 0.
                      CLEAR ls_z3rl.
                      ls_z3rl = wa_z3rl.
                    ENDIF.
    * Update the table
                 MODIFY (viewname) FROM <wa_tab>.
                   CLEAR wa_z3rl.
                    wa_z3rl-mandt      = <wa_tab>+0(3).
                    wa_z3rl-vkorg      = <wa_tab>+3(4).
                    wa_z3rl-zzkunnr    = <wa_tab>+7(10).
    * Populate change tables
                    CLEAR wa_change.
                    wa_change-teilobjid = 'Z3RL'.
                    wa_change-textart = 'TEST_2'.
                    wa_change-textspr = 'EN'.
                    wa_change-updkz = 'U'.
                    APPEND wa_change TO ts_change.
    *call the fM to log the values in CDHDR table.
                    CALL FUNCTION 'Z3RL_WRITE_DOCUMENT'
                      EXPORTING
                        objectid                 = 'Z3RL'
                        tcode                    = sy-tcode
                        utime                    = sy-uzeit
                        udate                    = sy-datum
                        username                 = sy-uname
                        planned_change_number    = ' '
                        object_change_indicator  = 'U'
                        planned_or_real_changes  = 'U'
                        no_change_pointers       = 'U'
                        upd_icdtxt_z3rl= 'U'
                        n_z3rl= wa_z3rl
                        o_z3rl        = ls_z3rl
                        upd_z3rl= 'U'
                        lv_opt                   = ' '
                      TABLES
                        icdtxt_z3rl= ts_change.
                CLEAR : wa_mod, <wa_tab>.
              ENDLOOP.
    Edited by: JaiKarthik on Apr 7, 2010 6:49 AM

  • CR10 transaction  - Work Center Change Documents

    Hi Expers,
    I am doing a test for our customer now and I am stuck with one test.
    That is to test transaction CR10.
    I can't make him to bring any result!
    As I understand, it should bring me the changes, made to Resources or work centers.
    I am creating work centers, using crc1 or cr01, then I do some changes the them and try to view the changes history using cr10. No result. it just stays on it's initial screen.
    I enter only plant and resource name.
    Can anyone give me an advice how to make it work?
    Thanks in advance,
    Artashes

    In OP40 tick the change document tick box for WC catagory
    Now create work centre with that catogary...system will give the change document.

  • CN60 - Change document report

    Hi All,
    For some reason history is not always captured for all events on CN60.
    When I confirm an activity I put on the Actual date, reflecting on a milestone. However when I go to CN60 to do an audit check, sometimes the new value column does not reflect latest changes.
    Please help
    Regards,

    If you have problems in change documents for milestones then please check these notes, it may help you
    Note 1001865 - No change documents created when WBS Milestone is changed.
    Note 712014 - CJ20N: No change documents when milestone changed

Maybe you are looking for