Defect Message Change history

Hi,
I need to have the status change history for the all the defects.
Currently we check it by EXTRAS -> CHANGE HISTORY.
Its time consuming while checking it for many defects.
For example, for a defect, we have many status changes from open->retest->fixed->completed.
How to view all the changes for all the defects in a instance.
Al tables/std reports or any other methods?
Kindly help me out ASAP.
Thx,
Waseem.

Hello Rajesh,
Hope this is possible thru some tables.
but am not aware of those tables and their links.
Could anyone guide me on how to track the defect change history thru CRM Tables.
Thx,
Waseem.

Similar Messages

  • Cannot view SMS Message Conversation History

    Hello,
    I have a Blackberry Curve 8310.  When I first got the phone, my SMS text message conversation history would be saved automatically.  Basically, I could look at any message and see all the prior messages below it (Messages that I sent and received).
    Now, I can no longer see the messages that I sent in the history, only the ones that I received.  I changed my theme a couple of times, but I have put it back to the original theme, and it still does not save any message that I send.  My current theme is BB Dimension Icon. 
    I have looked around in the options menus, and below are my settings for two relevant options:
    Options -> SMS Text -> Number of Previous Items -> 20
    Message Options -> General Options -> Hide Sent Messages -> No
    I tried calling blackberry customer service, but they charge you apparently. 
    Any help would be appreciated.  Thanks.

    My suggestion would be to do a battery pull remove the battery while the phone is on and leave it out for 30 seconds. Replace it and allow the phone 1-3 minutes to reboot. Then get a friend and converse for a bit. Is it saving it now?
    ~Lorrie~ Master of All Things Blackberry!

  • "Contains Error" in the change history of the followup activity

    Hi Experts,
    In ic webclient(CRM 5.), In the change history of one followup activity, is showing as below.
    User status entered               In Progress
    System status entered           In Process
    System Status Entered          Contains Errors
    The same change history is there if i open the activity using CRMD_ORDER in sap gui. There is no error showing in the GUI and also in Web .
    I want to know what is the meaning of the "Contains Errors " in the change history. What is the reason its displaying in the change history.
    Kindly help me in understanding the above .
    Thanks
    sudhansu
    Edited by: sudhansu m on May 2, 2010 12:59 PM

    Hi,
    You should be able to see the error message when the sytem (either in SAP GUI or Web) display the red color. However if not, you can go in SAP GUI and check for the change history and have any idea what was the trigger for the error message.
    You can go to CRMD_ORDER Transaction and go to Extras --> Change Document .

  • How to get PO CHANGE HISTORY from back end tables?

    Hi All,
    I need to get the PO Change history from the back end reason being users want to see not only the change made but who made the changes on those PO's. The PO change history.html doesnot give the information of the user who made changes to the PO. Can any one provide me the query involved in this html page. I can add the updated_by column to that. I built a query already but it is not giving me the field altered on the PO Line.
    I learnt that we can get the information from the archive tables but my question is how to know which field has been changed from the original PO to the revised PO. I am unable to figure out if that revision is for Unit Price change or amount change or Bill to change etc. i.e., as it shows in PO change History html page I need to see which field is altered on a particular PO. Is that possible?
    Thanks for your help!
    Prathima
    Message was edited by:
    Prathima

    Hi Anil,
    Turning Audit on PO_LINES_ALL helped to track the changes. I have a problem though.
    In the sense - Below is the query I created to track changes on Unit Price of a Po Line.
    SELECT
    poh.segment1 po_num
    ,pol.line_num po_line_num
    ,pola.unit_price price_changed_from
    ,pol.unit_price price_changed_to
    ,fnd1.description created_by
    ,fnd.description last_updated_by
    ,fnd2.description previously_updated_by
    --,decode(pola.audit_transaction_type,'U','UPDATE','I','INSERT') audit_transaction_type
    ,pol.last_update_date
    FROM po.po_lines_all_a pola,po.po_lines_all pol,apps.fnd_user fnd,apps.fnd_user fnd1,po.po_headers_all poh,apps.fnd_user fnd2
    WHERE pola.po_line_id = pol.po_line_id
    AND pola.audit_transaction_type = 'U'
    and poh.po_header_id = pol.po_header_id
    AND fnd.user_name = pola.audit_user_name
    and pola.unit_price is not null
    and fnd1.user_id = pol.created_by
    and fnd2.user_id(+) = pola.LAST_UPDATED_BY
    Now the problem is
    When I update a line twice. intially I changed the unitprice value of line 4 from .72 to 0.8 and later I changed it back to 0.8 to 0.72. Intial Changed to 0.72 shuld be 0.8 but it changed to 0.72 as it is pulling from po_lines_all table. How can you capture that changed to???
    po_num Line Changed from Changed to
    26603     4     0.72000      0.72000
    26603     4     0.80000     0.72000
    Please help.
    Thanks,
    Prathima

  • [svn:fx-trunk] 11378: Rearrange exisiting TLF sources to be in the same structure as the new drop we 're about to take so that we can maintain the change history.

    Revision: 11378
    Author:   [email protected]
    Date:     2009-11-02 12:43:46 -0800 (Mon, 02 Nov 2009)
    Log Message:
    Rearrange exisiting TLF sources to be in the same structure as the new drop we're about to take so that we can maintain the change history.
    QE notes:
    Doc notes:
    Bugs:
    Reviewer:
    Tests run: checkintests, TextArea
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/manifest.xml
        flex/sdk/trunk/frameworks/projects/textLayout/src/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flash/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/BuildInfo.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/CoreClasses.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/EditClasses.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/acc/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/compose/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/container/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/container/TextContain erManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/debug/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/EditManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/ElementRange.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/IEditManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/IMEClient.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/Mark.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/ParaEdit.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/SelectionFormatS tate.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/SelectionManager .as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/TextClipboard.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/TextFlowEdit.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/TextScrap.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/events/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/events/FlowOperationE vent.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/events/SelectionEvent .as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/external/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/factory/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/formats/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/operations/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/property/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/tlf_internal.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/utils/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/utils/NavigationUtil. as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/undo/
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/

    Revision: 11378
    Author:   [email protected]
    Date:     2009-11-02 12:43:46 -0800 (Mon, 02 Nov 2009)
    Log Message:
    Rearrange exisiting TLF sources to be in the same structure as the new drop we're about to take so that we can maintain the change history.
    QE notes:
    Doc notes:
    Bugs:
    Reviewer:
    Tests run: checkintests, TextArea
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/manifest.xml
        flex/sdk/trunk/frameworks/projects/textLayout/src/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flash/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/BuildInfo.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/CoreClasses.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/EditClasses.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/acc/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/compose/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/container/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/container/TextContain erManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/debug/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/EditManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/ElementRange.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/IEditManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/IMEClient.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/Mark.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/ParaEdit.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/SelectionFormatS tate.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/SelectionManager .as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/TextClipboard.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/TextFlowEdit.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/TextScrap.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/events/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/events/FlowOperationE vent.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/events/SelectionEvent .as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/external/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/factory/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/formats/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/operations/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/property/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/tlf_internal.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/utils/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/utils/NavigationUtil. as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/undo/
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/

  • How to realte Sales doc. No, Item and the change history

    Hi,
         I am developing report to display Sales docs that are blocked for delivery at least once.
    I am trying to relate Sales Doc.No VBELN with Objectid field in CDHDR table. But I can't relate at item No. level. Is there any way I can relate Sales Doc. No, Item and Change History data in CDHDR table.
    ThanQ for ur time.
    Cheers,
    Senthil

    First of all to understand the various objects which are required to be recorded for change pointer documents generation.
    As and Example ,take SKA1/SKB1 tables which are designed to hold the GL Master information and key field is SAKNR. When the correspoding dataelemetn is clicked, a new window is openend which has a Check box duly checked at the bottom left corner. If this check box is enabled, System keeps an eys over these objects and generates the Change Document as and when this data changes in SAP repository.
    This enabled for Master data (GL,VENDOR, CUSTOMER etc.,) and Transaction data(PO,FI DOC, SD etc.,).
    Now, for a system to generate the document and have an entry into repository, the corresponding MESSAGE type should be enabled for changes recording locally apart from global enabling of changes recording.
    As far as Proecss is concerned, for MM,SD,FICO  etc modules the change document tables are CDHDR adn CDPOS HR module the tables are PCDHDR and PCDPOS.
    First move to CDHDR and supply the Object (like KNKK for customers data whose credit limit data has been changed) , CHANge indicator (U/D etc.,)and collect the change number
    and pass this change number to CDPOS and get the table, field, old value and new value.

  • Service desk settings, automatic email status message change

    Hi,
    I'm working at Solution Manager 7.0 SP16. I've configured and working Service Desk scenario and it works. Now I'm trying configure automatic email at status change of messages, but It doesn't work
    I'm following spro transaction, and SAP Note 691393. I am configuring Service Desk Specific Scenario Settings -> Automatic Email at status change.
    I've checked:
    - SCOT is correctly configured and working OK.
    - Business partners emails are mantained.
    I made the configuration suggested as described SAP Note 691303 SAP Tutor. Following SAP Tutor I go to transaction sppfcadm->select crm_order->botton "define action profile and actions"->Action Profile(left view) and SLFN0001_ADVANCED(right view)->mode change->new entry...   I follow the next slides at SAP Tutor.
    At the end, when I check results, I go to the support message (transaction crm_dno_monitor) to edit-> Fast Entry->service process->status->In process and I press button save. So I go to Transaction data->Actions but any about the send mail action
    Please could you help me??
    Thanks and Regards
    Raul Aguilar

    Hi Mahantesh,
    The settings that I've defined at the start condition are:
    Transaction sppfcadm->select CRM_ORDER->button "Condition Configuration"->button technical names on->select action AI_SDK_STANDARD(double click)->change edit mode->right frame button create and select the new condition "Send an email to the author when status of message changes"->start condition tab->button edit condition->Name: Zsend_email->Condition definition:User status->Operators "="->constant "status profile"->SLFN0001 "Service Desk Status header"->Status E0002 "In process"->boton transfer condition->save button. At the end I have:
    &CRM Service Process.User    =
    Status&                                  E0002SLFN0001
    I create a new support message (help->create support message) -> transaction crm_dno_monitor->open the support message just created->button change->fast entry->service process-> status->In process->button save
    In order to test I go to Transaction data->Actions:
    I've a line: wth a red circle, Action="send an email to author when status of message has changed" and start condition:
    &CRM Service Process.User      =
    Status&                                    E0002SLFC0001
    Please could you help me?
    Thanks and regards
    Raul

  • Report for Sales Order Change History   CDPOS and CDHDR

    How to take a report of the data for the Sales Order Change history for a particular period of time. It is required to take a report of all the Sales Orders for which the basic price has been changed. Please let me know the procedure. I could not get the data from the table CDPOS and CDHDR
    Helpful answer would be rewarded.
    Regards
    Praveen

    Dear Praveen Kumar
    Have you tried with VBAP where sale order details at item level would be stored.
    Moreover, to my knowledge, there won't be any changes as for as pricing is concerned at sale order level but there is at billing level.  Normally, any price increase / decrease would reflect in billing.  So why dont you to table join through SQVI VBAP (for sale order details) and VBRP (for billing details) so that you can compare the selling price in sale order with billing. 
    Thanks
    G. Lakshmipathi

  • BP telephone and mobile change history report

    Hi,
    Requirement: We have a new requirement to create a new report that will display the change history of a customer who has done changes in their mobile or telephone number during a specific period.
    My approach was:
    Read the cdhdr data based on the objectclass objectID and udate.
    Read data from cdpos for all records from cdhdr.
    Consolidate and display the report.
    All data is coming correct except the type of telephone.
    I am not being able to distinguise between the telephone type ( mobile or telephone) using the fname field of table cdpos.
    When we insert mobile/telephone thru XD02/XD03, the entries in fname field in cdpos are as TELF1 for telephone and TELF2 for mobile. But when we modify or change the telephone or mobile, each entry of table cdpos in field fname is TELF1 or TEL_NUMBER.
    How can we differiantiate which type of telephone number is there in table cdpos? Is there any other change document table we can read to differiantiate between telephone types?
    Please suggest. Thanks.

    Dear Hemanth,
    It does not appear in CDPOS because Data element /SCMTMS/INVOICING_STATUS_CODE does not have CHANGE DOCUMENT enabled.
    I have also seen there is no such field to determine invoice status in /SCMTMS/D_TRQROT  or  /SCMTMS/D_TORROT tables. But we have appended customer specific fields to update the Invoicing status. You will have to do the same if you want.
    For quantity, Distance and duration, yes they appear multiple times.
    However, the only way is to reduce the number of records is to put a filter on CDHDR-UDATE (Creation date of the change document).
    You can also add Change document number additionally to your report selection criteria to improve the result.
    Thanks,
    Bharath.K

  • Long time to open tab "change history" of  business partner in Web_ui.

    Dear experts!
    Long time to open tab "change history" of  business partner in Web_ui.
    4 records were opened for 10-20 seconds
    http://imglink.ru/show-image.php?id=22083a6a576f78c66c86863bf6b0573b
    1. In what may be the reason?
    If the records are many, the discovery may be more than a minute.
    2. Is There a report for the purification of the " Сhange history" over a period?

    Hello Dilip,
    One more alternative would be to increase the time out parameter in ABAP environment.
    The steps to change this parameter:                                                                               
    1) txn: RZ11 -> enter the variable name rdisp/max_wprun_time                      
    2) Display -> Change value -> Then input the value you would like        (ideally 3600)                                                                               
    PS:                                                                          
    1) Don't set this value too big, otherwise general performance will be       
    influenced, since lots of dialogue process will be occupied for a long       
    time                                                                         
    2) This parameter can be changed dynamically                                                                               
    Once the parameter is set please test again. You can try incremental         
    values and test which one does not give timeout error.                                                                               
    please refer to the note 25528 for more details about RZ11.   
    Hope this helps!
    Thanks and Best Regards,
    Shanthala Kudva.

  • Report for PO Change History

    Hi All
    Is there any standard report for getting the change history of PO's?
    Regards.

    Hi U can use this FM.
    ME_CHANGES_READ
    and ME_READ_CHANGES_EINKBELEG
    example
    call function 'ME_CHANGES_READ'
      exporting
        document_category = it_ekko-bstyp
        document_number   = it_ekko-ebeln
        date_of_change    = it_nast-datvr
        time_of_change    = it_nast-uhrvr
      tables
        xcdhdr            = it_cdhdr.
    кu03B1ятu03B9к

  • How can I display append changes history of a multiline textbox in custom form?

    I want to display changes history of multiline textbox in custom aspx form as normally display in standard dispform.aspx and editform.aspx page.
    How can I do this?

    Hello
    It seems you want to get the versions of multiline textbox, see following article, may help you
    http://www.mtelligent.com/journal/2007/10/17/the-insanity-of-getting-versions-of-a-multilinetext-box-set-.html
    Keep us  updating.
    Ashish Kanoongo, MCP, MCSD, MCTS

  • SAP CRM 7.0 WebUI: change history is not working

    Hi specialists
    Our change history is working - but only in SAPGUI.
    I found no way to activate / customize it for the WebUI. The corresponding Assignment Block is simply blank.
    On the other hand - in the SAPGUI its working like it is mentioned to do.
    But it is getting better:
    On our test system its working even in the  WebUI.
    On our prod. system not.
    Does somebody of you have any advices/hints for me?
    With best regards
    Thomas
    System:   SAP CRM 7.0
    2-Tier (test and productive system)
    Problem occurs only on productive system in WebUI

    Hi,
    We are facing same problem for change history on webIC except that all changes to
    business partner are visible only changes to contract account are not coming in change history.
    for e.g if we changed incoming payment method using tcode CAA2 on ISU change is replicating
    on CRM but change history is not showing changes made to incoming payment method.
    i have already posted question but got no reply's
    [change history is not updating on CRM webIC 7.0]
    Following are the components & views which are being called for change history functionality on WebIC.
    Component :
    BP_HEAD
    BP_DATA
    View :
    BP_HEAD/BPHEADOverview
    BP_DATA/AccountChangeHistoryOV
    Above view's are as per SAP standard and not modified or enhanced by us.
    Thank You,
    Sidh

  • How to display the change history of Z-fields in transaction BP?

    Hi,
    we have created an append structure to table ADRC. For all fields of the structure the flag "Change document" in the data element is set. This is still working because the changes are in the table CDPOS.
    But when I choose "Extras => Change history => For this field" in transaction BP the changes will not be displayed.
    Any hints?
    Thanks in advance
    F.T.

    Hi Jaya,
    Just do as follows :-
    1) Find out in which table are those fields.
    2) Then if you find them go to the table, look for the field you want the log to be created for.
    3) Double click on its DATA element. On the DEFINITION tab of the data element, there is a checkbox named as CHANG  
        DOCUMENT. Just TICK it.
    4) So every time there a change on this field from the transaction, you can look for the log in table CDHDR.
    Regards
    Abhii...

  • Change history of User for Business Partner Number attaching and removing

    Hi Experts
    Is there any t-code in SRM which will show change history of User for Business Partner Number attaching and removing.
    Thanks--
    Guru Prasad Dwivedi

    Serene,
    I am not too sure if anyone can DELETE a Payment Term linked to a BP. The system would not allow this.  If at all a Payment term was deleted, I don't think it can be traced.
    It is therefore very important to use Proper user authorization so that only people authorized to do certain things are doing it and not everyone.
    Suda

Maybe you are looking for