Change document in crmd_order

Hi All,
I need to see what are the changes that have been done to a particular ticket in crmd_order transaction.
I know can see the changes in Extra -- Change Document. But in that change level is header level.
But i need to see the changes that have been done to date in " Estimated end of Support Message".
Regards,
Raj

hi Raj,
I have the similar requirement. I need to look into all the changes that are done to a aprticular ticket in CRMD_ORDER. Can you please help me?
Aravind

Similar Messages

  • Restrict creation of Change Document without a change request

    Hello Experts,
    Is there a way within Charm to restrict the creation of a change document through crmd_order or a business transaction and instead force the creation of all change documents to start from a change request? Some users are bypassing the approval process through sdcr and are using the push button in crmd_order to create a normal correction without having the change approved.
    Please advise on a possible solution to fixing this issue.
    Thanks
    Mike

    Hi Raquel,
    Thanks for the quick reply. The problem is that the individuals that have access to create an SDMJ or SDHF are the ones creating them directly from crmd_order instead of through the sdcr approval process. From what you are saying I guess there is no way to force them to go through sdcr instead of creating an sdmj directly from crmd_order if they already have access to create a change document?
    Thanks
    Mike

  • Changes not reflected in Change to Document (tcode CRMD_ORDER)

    Hello Expert,
    I made a change in field 'Planned Completion Date', in my transaction through tcode CRMD_ORDER.
    When I view Change to Document (CRMD_ORDER > top menu > Extras > Change Documents), the change is not reflected.
    All changes are usually captured in the Change to Document.
    Perhaps it is captured somewhere else?
    Please assist.
    Thank you.
    HJMY

    Hi HJMY,
    Check if the Change document object provided for CRM_ORDER has the field in the SAP provided structure. This can be verified in transaction SCDO -> select change document object CRM_ORDER and display, you will see list of structures on the left hand side, if the field you are refering to is a part of one of these structures then the changes in this field are displayed when you go to  (CRMD_ORDER > top menu > Extras > Change Documents). If it is not present then you will have to create a new change document object  and assign a proper structure, you can generate update program to update that change documents. Hope this helps.
    Thanks,
    Priyanka

  • Authorisation to change document status

    Hello,
    I want to implement a document workflow. A certain user group (asigned to a certain authorisation) is allowed to change the status of a document to "in progress" (this is our own status value). Another group is allowed to assign the status "RELEASED". Is there any authorisation object or standard role that I can use to set up this process?
    Thanks for your answers.
    Best regards,
    Frank

    Hi Frank,
    Please chekc my Blog:
    Solman - Set Up Automatic Confirmation / Changing User Status of Messages using report: AI_SDK_SP_AUTO_CLOSE or AI_SDK_SP_AUTO_CLOSE_2
    Solman - Set Up Automatic Confirmation / Changing User Status of Messages using report: AI_SDK_SP_AUTO_CLOSE_2
    in case of charn:
    1459839:   CRM_SOCM_SERVICE_REPORT: no update on CRMD_ORDER  worklist
    Utility to Change the Status of Solution Manager Change Request Documents
    You can use program CRM_SOCM_SERVICE_REPORT to manually set the next status for a Change Document or Change Request in CHaRM, assuming you have documents that are in an inconsistent state and you cannot change them.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c049fc67-e131-2e10-c991-de6fdee9186b?QuickLink=index&overridelayout=true
    Also this pdf file saved in CHARM folder of my Home share
    Thanks
    regards,
    Vikram

  • Get change documents log

    Hi Experts,
    I need to get the same log that we get in transaction CRMD_ORDER when we go to 'Extras->Change Documents'.
    This log didn't seemed to be quite difficult to find but I can't find a way to get it by code.
    I have searched for many BAPIs and I have also searched the forum. There are many similar questions but I don't find an answer for this, so I'm asking you.
    Can anybody help me with this?
    Thanks in advance,
    I won't forget the reward points.

    Well, this has been a little hell.
    I tried the CHANGEDOCUMENT functions before and it seemed I couldn't use those. I have been debugging for a long while and finally I have found this function:
    CRM_CDORDER_DISPLAY
    It's exactly the function I was looking for, it's the one the system uses to display the log. The only problem was that you have to mark the 'I_NO_DIALOGUE' flag to avoid the dialog window where you get the log and that you have to know which is your object type.
    No problem with that so, question answered. I am writing this for people to know the solution.
    Thanks anyhow to everyone who has replied.

  • 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

  • Change document details for a particular incident

    Hi All,
    I have a requirement like we are creating a ticket through Help------>Create support message.
    And Ticket owners can update the ticket through crmd_order transaction and change the status from open to in process and so on.
    So when ever a user updates the ticket the detials are getting updated in the Extras------>Change documents.
    I need to create a ABAP report which should indicates the changes made to the particulat ticket( I mean to say i need to grab the history of owners who handled the ticket)
    Can any one provide me some table or logic from where i can take this history?
    Appreciate your answers.
    Thanks,
    Joe

    Hi Joe.
    Any transaction changes in SAP are stored in tables CDHDR (header) and CDPOS (details).
    First, find the value for key fields OBJECTCLAS and OBJECTID of the data that you will be reporting. You can do this by creating a sample ticket and then search the corresponding record in CDHDR using your username (USERNAME) and the current date (UDATE). (This will take few minutes as this is a big table and you are not searching using an index field. Preferably, you should do this query in you development Solution Manager, if you have one).
    Another way to get the OBJECTCLAS is to get the GUID from CRMD_ORDERADM_H of the ticket that you have just created and then search CDHDR using OBJECTID.
    Then, you can search the history of changes in CDPOS using the OBJECTCLAS and OBJECTID.
    I hope this information can help you.
    Regards,
    Tess

  • Issue in generation of Change Document - ChaRM

    Dear All,
    We are implementing ChaRM, I have copied the standard transaction type to z.
    I am able to create request for change with transaction type zmcr but when the normal change or urgent change document are created they have standard transaction type.
    I have made the changes in SPRO (Defining copy control of transaction type) but still document are getting generated with standard transaction type.
    Please attached document of copying control.
    Thanks in advance
    Regards
    Sushant

    I have removed zmcr - smmj but now the change document is not getting generated. Please see the screen shot attached.
    Regards
    Sushant

  • How to use change document object ?

    Friends,
    I am learning to use the Change Document object for one of my Z table. I have created a change doc object using SCDO. I have now written a test report in which i am issuing the SELECT statement for fetching old and new values from the Z table and passing them to the FM generated by SCDO.
    I am not able to see the changes in the CDHDR and CDPOS tables. I am doubtful abt the values being passed to the FM. Here are the values i am passing:
    CALL FUNCTION 'YTEST_WRITE_DOCUMENT'
      EXPORTING
        objectid                      = 'YTEST'
        tcode                         = 'se38'
        utime                         = sy-uzeit
        udate                         = sy-datum
        username                      = sy-uname
      PLANNED_CHANGE_NUMBER         = ' '
       OBJECT_CHANGE_INDICATOR        = 'U'
      PLANNED_OR_REAL_CHANGES       = ' '
      NO_CHANGE_POINTERS            = ' '
       UPD_ICDTXT_YTEST               = 'U'
        n_ztest_cle                   = wa_ztest_cle
        o_o_ztest_cle                 = o_ztest_cle
      UPD_ZTEST_CLE                 = ' '
      tables
        icdtxt_ytest                  = itab_cdtxt.
    Is the object ID the same as the Change Document Object name ??
    Please help.
    Thanks,
    Ram.

    Well, i found a way out for the problem i was facing. I was not setting the "UPD_ZTEST_CLE " FM parameter. When i set it to 'U', the changes got reflected in the CDHDR and CDPOS tables.
    Can i reward myself as i solved this by myself ???

  • Problem with Change Document FM  - Not all fields are tracked in CDPOS

    Hello everybody,
    Using transaction SCDO and following necessary steps described in forum, I have created a change document ZFBR to track changes of a table ZFBR. The problem is, the generated FM ZFBR_WRITE_DOCUMENT does not track changes of some fields of the table (inserts are always ok, problem is with updates). After some debugging I realized that the FM DDIF_NAMETAB_GET was returning the table DFIES_TAB where the LOGFLAG was empty for some fields (which are not tracked) so that changes of these fields were not visible in table CDPOS. However, fields with LOGFLAG = 'X' are tracked succesfully (changes are visible in table CDPOS).
    I did not specify any fields to be get logged or not during the steps in SCDO (can we do such a specification anywhere?), does anyone know why the field LOGFLAG has the value '' (space)?
    Best regards;
    Ozcan.

    Hi again,
    The problem has been solved.
    The data elements used in a table are the reason for the problem I have described above. When displaying the details of a data element, under tab "Further Characteristics" , the "Change Document" checkbox has to be selected to enable change document tracking. I have copied the problematic data elements with Z prefix and made the necessary enabling. I have replaced the data elements with their Z equivalents.
    Best regards.
    Ozcan.

  • Table to look for change documents for users

    Hi friends,
    Is there any standard table to look for change documents for a user?change document through SUIM does not give the correct log.
    Thanks for you support.

    Julius
    Looking at another of Tracy's other post (http://scn.sap.com/thread/3598947) she's trying to use ACL. Hence needing to know the tables to write joins/queries to hit tables within ACL
    I've seen ACL used and have had the fun experience of Auditors using Google to find tables to perform checks on without context of what has actually been implemented in their particular system.
    Regards
    Colleen

  • F150 dunning- create change documents in FI journal

    hi all,
    when running F150 in update mode the dunning information is updated in the FI posting.
    however, no change documents are created for the FI posting.
    Is this possible to achieve and how?
    If I change dunning fields manually via FB02 I get the change document for those fields. I would like to get this also for the F150 program execution.
    Thanks in advance
    Hein

    Hi,
    maybe SAPNET note 609773 is helpful (depending on your SAP Release).
    best regards, Christian

  • Change Pointers - adding a new field to existing Change Document

    Hi,
    We have a requirement to capture the changes made to the Material object through the transaction C223. The changes to field MKAL-PRFG_F have to be captured.
    There is an exisitng Change Document Object - MATERIAL. This is included in Message Type MATMAS. These are the steps we have done:
    1. In SCDO - added the Z structure to the Change Document Object - Material. [Z structure contains the field MKAL-PRFG_F. Change pointer option is checked for this Data element.
    2. Created a Z Message Type with reference as MATMAS.
    3. In BD52 - we have listed the fields for the new Z Message Type created.
    4. The Change Pointers - reactivated after the steps are done.
    The changes to the field MKAL-PRFG_F through C223 Tcode are not recorded in BDCPV table.
    Have we missed any steps here?
    Thanks,
    Pallavi

    HI,
    I don't think a new zmessage type is required in this case.. is the structure added to MARA table??The change document programs are there which triggers the iodcs... In SCDO transaction code , click on generation info for MATERIAL.. You will find the includes. The FM MATERIAL_WRITE_DOCUMENT creates entries in CDHDR and CDPOS, if we maintain entries in BD52 , the entries wil be written in BDCP and BDCPS tables.
    Try to add your structure in MARA table as append strucre and then you can debug the IDOC from WE19 and use the FM "MASTERIDOC_CREATE_SMD_MATMAS" and then you also need to switch on Update Debugging on, to debug the changes in update FM   MATERIAL_WRITE_DOCUMENT.
    Please see if the change is reflected or not....
    ELSE.
    may be you need to create a new entry in SCDO and do all the ALE configurations for change pointers.
    Please find the link for change pointers and also you can get lot of information on change pointers in SCN.
    http://help.sap.com/saphelp_nw70/helpdata/EN/12/83e03c19758e71e10000000a114084/content.htm
    Regards,
    Nagaraj

  • Decimal places for JPY currency in change documents

    Hi Gurus,
    For opportunities in SAP GUI the change documents for JPY show incorrect numbers.
    The number is divided by 100 (two decimal places added).
    Checked the CDPOS table and found the values already divided (two decimal places added).
    SPRO->General Settings->Currencies->Set decimal places for currencies is set for 0 decimals for JPY.
    Is there any way I can get correct values in the change documents?
    Please advice. Any hint is useful.
    Thx,
    Martin Kuma

    Hi Naren,
    Thank you for the tip, however the TCURX table is changed via customizing and should be changed only during the system initialization.
    What I would like to do, is to assure that the system displays the values in change documents correctly. It should apply the currency conversion for the data displayed the same way it does for all the tables.
    Do you have any idea, how should I do this?
    Regards,
    Martin Kuma

  • Error releasing transport request for change document object

    Hi Gurus,
    I created a new change document object for a Z-table. When i try to release the transport request in the development system it terminated with a message "Export application-defined objects       17.12.2009 11:07:45 Not yet executed". The transport request continued to be in the "Release started" status and i am not able to release it.
    I checked in the co file & data file directory for this request, The co file is available but the data file is not created.
    Could you please let me know how to solve this?
    Regards,
    Immanuel.

    It was a problem with some basis settings. Was rectified by the basis team.

Maybe you are looking for