Field Changes not captured in processing log in service request

Hi Experts,
I have activated the processing log for service request in CRM, but I am only able to see the changes done to status,notes,attachments. As the field level changes are not shown in processing log in web ui, but the same is visible in the GUI in change log. Is there any specific setting which I need to do capture the field level changes? Please let me know on the same
Thanks
Abishek

Hi Navin,
Please navigate to the following SPRO path and update the customizing the field that you display in the processing log.
SPRO->Customer Relationship Management-> Transactions -> Settings for Service Requests -> Settings for Processing Log -> Define Change History for Processing Log.
Thank you,
Regards,
Mayoo

Similar Messages

  • MIRO issue (urgent!), amount and quantity fields are not captured from PO

    Hi,
    When we try to post thought MIRO using PO as reference, quantity and amount fields are not captured. We do MIGO first and then MIRO.
    GR based invoice verification in the vendor master is selected and the check mark GR-based in the PO is selected too.
    We're getting this MIRO issue for "all" PO and Service Entry Sheet.
    We'll appreciate your recommendation in order to fix this critical issue as soon as possible.
    Thanks in advance.

    I was looking for copy controls and other functions. Glad this is now resolved. You need to award yourself points!
    Cheers.

  • BDC for CKECP- Item fields are not captured

    Hi all
    I recorded transaction CKECP using shdb.
    In that if we click 'Show/hide item view' the item wise details to be entered appears.
    items were entered. Transaction recorded.
    But the item fields are not appearing in the recording.
    Can somebody explain to me ?
    Vijaya Chamundi

    you can use BAPI
    2044                           BAPIs for Business Object Cost Estimate
    BAPI_COSTESTIMATE_ALLOW_MARK   Grant Marking Allowance for Costing
    BAPI_COSTESTIMATE_ALLOW_MA_GET Determine Organizational Measures
    BAPI_COSTESTIMATE_CREATE_SPLIT Create Cost Estimate with Cost Component Split
    BAPI_COSTESTIMATE_DELETE       Delete Cost Estimate
    BAPI_COSTESTIMATE_DELETE_MULTI Delete Cost Estimates
    BAPI_COSTESTIMATE_GETDETAIL    Determine Detailed Information for a Cost Estima
    BAPI_COSTESTIMATE_GETEXPLOSION Determine BOM Explosion for a Cost Estimate
    BAPI_COSTESTIMATE_GETLIST      Determine Cost Estimate Lists
    BAPI_COSTESTIMATE_ITEMIZATION  Determine Itemization for a Cost Estimate
    BAPI_COSTESTIMATE_MARKING      Marking Standard Cost Estimate
    BAPI_COSTESTIMATE_RELEASING    Release of Marked Standard Cost Estimates
    BAPI_COSTESTIMATE_UPDATE_PRICE Update of Prices in Material Master
    BAPI_SHIPMENT_COST_ESTIMATE    Calculate Shipment Costs of Different Forwarding

  • Warning message into Application log of Service request

    Hi Experts,
    I have a requirement where I am using Event handlers(CRMV_EVENT) to redetermine partners of a service request whenever certain values are changed in the transaction CRMD_ORDER.
    Partners will be retrieved from a custom table.
    In any circumstances, if the partners cannot be determined then we need to push a WARNING message stating that "Partners can not be determined, pls maintain the values in the custom table'.
    For this purpose I am using the function module CRM_MESSAGE_COLLECT with the following parameters, but still I am not able to see the same into the Application log of the Service request that is going to be created.
    CALL FUNCTION 'CRM_MESSAGE_COLLECT'
      EXPORTING
        iv_caller_name         = 'ORDERADM_H'
        IV_REF_OBJECT          = iv_header_guid
        IV_REF_KIND            = 'A'
       IV_LOGICAL_KEY         = '0001'
        IV_MSGNO               = '001'
        IV_MSGID               = 'ZSP'
        IV_MSGTY               = 'W'
      IV_MSGV1               = SY-MSGV1
      IV_MSGV2               = SY-MSGV2
      IV_MSGV3               = SY-MSGV3
      IV_MSGV4               = SY-MSGV4
        IV_MSGLEVEL            = '1'
      IV_FIELDNAME           =
      IV_ACTION              =
        IV_LOG_HANDLE          = lv_log_handle
        IV_CUMULATE            = 'X'
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Do I missed in passing of any additional parameters?
    Can any one of you have encountered the same problem and solved this, pls through some light on me too(if possible with block of code).
    Thanks in advance.

    Hi,
    Here is the block of code that I used to push a message in to Application log.
    Push your message into a variable called dummy and then call the below mentioned function module.
    DATA:        lv_dummy(254)    TYPE  c,            "#EC NEEDED
              MESSAGE w052(sppf_media) WITH text-001
                                            text-002
                                        INTO lv_dummy.
              CALL FUNCTION 'CRM_MESSAGE_COLLECT'
                EXPORTING
                  iv_caller_name = 'ORDERADM_H'
                  iv_ref_object  = iv_header_guid
                  iv_ref_kind    = lc_ref_kind_a
                  iv_msgno       = sy-msgno
                  iv_msgid       = sy-msgid
                  iv_msgty       = sy-msgty
                  iv_cumulate    = lc_x
                IMPORTING
                  ev_msgty       = lv_msgtyp
                  es_msg_handle  = gv_msghandle
                EXCEPTIONS
                  not_found      = 1
                  appl_log_error = 2
                  OTHERS         = 3.
              IF sy-subrc <> 0.
                MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                       WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
              ENDIF.
            ENDIF.
    Hope this helps to resolve your issue.
    Regards,
    Usha.

  • Notes long text assignment block in service request component

    Hi,
    In Service Request , i am seeing notes assignment block . its custom one which has been created by using SRQM_NOTES as component usage in SRQM_INCIDENT_H.
    Every thing works good, the notes entered in that assignment block is stored in ZS01 text id of the service request.
    My requirement is to change that text id to ZS02. I mean text entered in the assingment block should be stored in ZS02 text id of the service request.
    I have checked all the methods of SRQM_NOTES and SRQM_INCIDENT_H to check the code(code for updating to ZS01 text id) but i could not see that.
    Could you please let me know your suggestions.
    Best Regards
    Rajesh

    Hi,
    If you set the position to 0 it will move to the 0 position not hide it
    Regards
    Vishal

  • CSXSRISR not opening SR when doing Find Service Request.

    We recently upgraded from 11.5.10.2 to 12.1.3 this was tested and was functioning correctly, however this morning this issue began.
    Under Service --> Find Service Request
    You can search for the Service Request that you want to open, the results return, you can choose the SR you want to open and click OK, however the CSXSRISR form does not populate with the any data. It opens as if you selected Create New Service Request.
    This is a major issue for our agents as some of them can not do their jobs.
    Why would the search results not open the requested SR?
    Thank you

    Well I figured the issue out. The folder at the top had been modified during a search and saved as default for a responsibility with the SR number as a query attached. Modified the folder that opened in the header and it works normally now.

  • LOB changes not wirtten in redo logs?

    Hi there,
    im just evaluating a one replikation software for syncronizing Oracle Databases. We use a 9.2 Database Standard Edition one.
    I was told by a consultant, that LOB tables cannot be syncronized, because the changes are not written into the redologs. Is this true?
    Thanks, Sven

    Sven,
    I belive there is no such restriction in Oracle.
    consider the test case (Oracle 9.2.0.6 Ent.Edition, Windows 2003):
    SQL&gt; ALTER DATABASE ADD SUPPLEMENTAL LOG DATA;
    Database altered.
    SQL&gt; create table test_lob(lob clob) ;
    Table created.
    SQL&gt; alter system switch logfile;
    System altered.
    SQL&gt; declare
    2 l_lob CLOB ;
    3 begin
    4 insert into test_lob values (empty_clob()) returning lob into l_lob ;
    5 dbms_lob.writeappend(l_lob, 4, 'test') ;
    6 end ;
    7 /
    PL/SQL procedure successfully completed.
    SQL&gt; alter system switch logfile;
    System altered.
    SQL&gt; EXECUTE DBMS_LOGMNR.ADD_LOGFILE( LOGFILENAME =&gt;'j:\orant\archive_logs\Arc1_731.arc', OPTIONS =&gt; DBMS_LOGMNR.NEW);
    PL/SQL procedure successfully completed.
    SQL&gt;
    SQL&gt; EXECUTE DBMS_LOGMNR.START_LOGMNR(OPTIONS =&gt; DBMS_LOGMNR.DICT_FROM_ONLINE_CATALOG);
    PL/SQL procedure successfully completed.
    SQL&gt; select scn, sql_redo from V$LOGMNR_CONTENTS;
    returns
    1101810606178,set transaction read write;
    1101810606178,insert into "OBIDEM00"."TEST_LOB"("LOB") values (EMPTY_CLOB());
    1101810606178,update "OBIDEM00"."TEST_LOB" set "LOB" = 'test' where "LOB" = EMPTY_CLOB() and ROWID = 'AAAV7JAABAAAacJAAA';
    as you can see the LOB related statements are in the archived log, means they were written in redo log.
    The question is how the LOB gets created in your case? If it is loaded through the direct-path load or you are using NOLOGGING option then it is possible that the LOB data would not appear in the redo log. In this case it is not the Oracle restriction, but the peculiarity of your application
    Mike

  • SQL Server Profiler does not capture cube processing queries against the relational database

    Hello, experts,
    This my first attempt to use SQL Server Profiler to find out why my cube processing is so slow. Here is what I did:
    My cube sources its data from a SQL Server database. While the cube processing is going, I launched the profiler connecting to the database engine (note: not the Analysis Services). I  choose the "Tuning" template and started the trace. However,
    I do not see any query activities (such as, SELECT DISTINCT ...) in the profiler trace window.
    Did I do something wrong, or do I have the wrong expectation?
    Thank you much in advance.

    Hi QQFA,
    Agree with Olaf.
    Please make sure that you choose the appropriate events to monitor the cube processing queries when using SQL Server Profiler.
    And I recommend you review the following links to get more information about tuning Analysis Services with SQL Profiler.
    Monitoring and Tuning Analysis Services with SQL Profiler:
    http://www.informit.com/articles/article.aspx?p=1745747
    Analysis Services Trace Events:
    http://msdn.microsoft.com/en-us/library/ms174867.aspx
    Thanks,
    Lydia Zhang

  • Field changes restart the reviewer process

    Hi
    Is it possible to configure the Change Management system, so that if a Change Record has been approved, and the Initiator then changes the scheduled start/finish date/time, then the approvals are reset and the CR has to be re-approved ?
    Thanks
    Rob

    Bacically this is possible in the SCSM console. You can use the "Return to Activity" task.
    You can also use a SCSM workflow and PowerShell to automate this (get all activities -> modify status of Review Activity to "In Progress", set alll other activities after the Review Activity on status "Pending").
    Or use an Orchestrator runbook for automation.
    Andreas Baumgarten | H&D International Group

  • Add Analyst Comment Log to Service Request

    I have a new Custom Console Task and i need to create Analyst Comment with Private flag.
    This is the code for analyst comment but NOT work please help me
    The code:
    private bool AddAnalystLog(
                EnterpriseManagementGroup emg,
                EnterpriseManagementObject emoSelService,
                string displayname,
                string id,
                string comment,            
                Boolean flagprivado
                //Get the System.WorkItem.Library mp
                ManagementPack mpWorkItemLibrary = emg.ManagementPacks.GetManagementPack(new Guid("405D5590-B45F-1C97-024F-24338290453E"));
                //Get the actionlog class
                ManagementPackClass typeActionLog = emg.EntityTypes.GetClass("System.WorkItem.TroubleTicket.AnalystCommentLog", mpWorkItemLibrary);
                //Create a new action log entry
                CreatableEnterpriseManagementObject objectActionLog = new CreatableEnterpriseManagementObject(emg, typeActionLog);
                objectActionLog[typeActionLog, "Id"].Value = Guid.NewGuid().ToString();
                objectActionLog[typeActionLog, "Comment"].Value = comment + "\n";
                objectActionLog[typeActionLog, "EnteredBy"].Value = UserPrincipal.Current.DisplayName;
                objectActionLog[typeActionLog, "EnteredDate"].Value = DateTime.Now.ToUniversalTime();
                objectActionLog[typeActionLog, "DisplayName"].Value = displayname;
                objectActionLog[typeActionLog, "IsPrivate"].Value = "True";
                ManagementPackRelationship relActionLog = emg.EntityTypes.GetRelationshipClass("System.WorkItem.TroubleTicketHasAnalystComment", mpWorkItemLibrary);
                EnterpriseManagementObjectProjection emoSR = new EnterpriseManagementObjectProjection(emoSelService);               
                emoSR.Add(objectActionLog, relActionLog.Target);
                emoSR.Commit();
                return true;
    Can you help me please?
    The error is:
    The object could not be added to the combination class beacause the parent is not proper class as specified by the role.
    at
    Microsoft.EnterpriseManagment.Common.ObjectProjectionHelper.AddChildObject(ObjectProjectionHelper ChildObject)
    Thanks

    it's fine, i just wanted to make sure i was addressing all of your considerations. I've never had to delete a thread, and i assumed it was a moderator function. the cross link should be enough. 

  • Processing log for customer_H fields

    Dear all,
    We are cusomizing the Processing Log for Service Request.
    In the customizing, we can add some fields coming from the CUSTOMER_H table.
    However, after adding those fields , they are not in the processing log of the transaction type in CRM7. It seems that it does not take into account the customizing. When we modify the created fields, they are not shown in the processing log history.
    Would anyone had already meet this problem?
    Thank you,
    Regards,
    Anaïs Jaussaud

    Hi,
    Just closing the question as I have my answer. when developpers create the fields in AET, they have a possibility to track it in the history tab.
    regards,
    Anaïs

  • Field does not exist -- in STDOUT file

    have written a simple query to error out based on a condition in the MAIN->PEOPLECODE section of app engine.
    But i get an error in my report manager
    Local number &count;
    Local date &accdt;
    SQLExec("SELECT ACCOUNTING_DT, COUNT(*) FROM PS_FZAM_VND_GL_STG WHERE GL_DISTRIB_STATUS = 'N' GROUP BY ACCOUNTING_DT ", &accdt, &count);
    If &count < FZAM_VEND_REC.COUNTER Then
      Error ("The value is less than the input value " | FZAM_VEND_REC.COUNTER | ".");
    End-If;
    Here FZAM_VEND_REC.COUNTER is a field in the page.
    ERROR:
    PSAESRV started service request at 10.58.22 2013-12-18
    Field does not exist -- FZAM_VEND_REC.COUNTER. (180,104) FZAM_VENDOR.MAIN.GBL.default.1900-01-01.Step01.OnExecute PCPC:329 Statement:2
    Process 30108041 ABENDED at Step FZAM_VENDOR.MAIN.Step01 (PeopleCode) -- RC = 8 (108,524)
    Process %s ABENDED at Step %s.%s.%s (Action %s) -- RC = %s
    PSAESRV completed service request at 10.58.22 2013-12-18

    Hi Jim,
    I changed my query like below , but still need your help.
    Step01 -SQL
    %Select(COUNTER1 , RUN_CNTL_ID)
    SELECT A.COUNTER1
    , A.RUN_CNTL_ID
      FROM %Table(FZAM_VEND_RUN) A
    WHERE A.OPRID = %OperatorId
       AND A.RUN_CNTL_ID = %RunControl
    Step02-SQ
    %Select(ACCOUNTING_DT,COUNTER)
    SELECT ACCOUNTING_DT
    , COUNT(*)
      FROM %Table(FZAM_VND_GL_STG)
    WHERE GL_DISTRIB_STATUS = 'N'
      GROUP BY ACCOUNTING_DT
    Peoplecode
    If FZAM_VEND_AET.COUNTER1 < FZAM_VEND_AET.COUNTER Then
       Error ("The value is less than the input value " | FZAM_VEND_AET.COUNTER | ".");
    End-If;
    I Am getting SUCCESS MESSAGE IN OUTPUT
    PSAESRV started service request at 14.26.31 2013-12-18 Application Engine program FZAM_VENDOR ended normally PSAESRV completed service request at 14.26.31 2013-12-18 .
    But I want the above error message in my stdout file.

  • Service request fields enhanced through AET are not reflecting in BW DS

    Hi All,
    the CRM developer has added 3 service request fields to crmd_orderadm_h, crmd_service_h via AET. He has marked all the 3 fields as 'BW reporting relevant'.
    I have now checked the BW extractors in the hope that these 3 fields will now be appended to the BW service request datasources automatically.
    But instead of adding the fields to service request datasource(0CRM_SRV_REQ_INCI_H)(BUS2000223), it added the 3 custom fields to process datasource 0CRM_SRV_PROCESS_H.
    I am not sure what exactly have gone wrong . Is there a way to get these custom fields automatically into 0CRM_SRV_REQ_INCI_H.
    Thanks in advance,
    Ramz

    Hi Ramz,
    this seems to be identical to
    Re: Fields enhanced through AET are not reflecting in CRM DS Extract structure
    Please find my reply there.
    Best regards
    Matthias

  • Field E_TSX_SELECTION_SPACE_0 not a member of OUTPUT

    Hi, gurus,
    I'm trying to run a query in a web portal. In Analyzer all works correctly. In the rsrt transaction all also works without errors.
    But in the portal instead of running query i receive this error message:
    Field E_TSX_SELECTION_SPACE_0 not a member of OUTPUT
    com.sap.mw.jco.JCO$Exception: (127) JCO_ERROR_FIELD_NOT_FOUND: Field E_TSX_SELECTION_SPACE_0 not a member of OUTPUT
    at com.sap.mw.jco.JCO$MetaData.indexOf(JCO.java:9566)
    at com.sap.ip.bi.base.application.service.rfcproxy.impl.jco640.Jco640Structure.getTable(Jco640Structure.java:449)
    at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.selector.selection.ProviderComponentList.setup(ProviderComponentList.java:132)
    at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.selector.selection.ProviderComponentList.getComponents(ProviderComponentList.java:172)
    at com.sap.ip.bi.bics.dataaccess.consumer.impl.selector.selection.ComponentList.setup(ComponentList.java:119)
    Did anyone faced with that? I tried to find related notes, but failed with that(
    Are there any solvings for this problem?
    Thank you.

    Hi,
    Please check SAP OSS Note : 1444180 - Error : Field E_TSX_SELECTION_SPACE_0 not a member of OUTPUT (https://service.sap.com/sap/support/notes/1444180) If your BI Java component is NW 701 SP05 or SP06 Please apply the SP07 Patches for BI Java components BI BASE SERVICES and BI WEBAPPLICATIONS this should solve your issue.
    Regards,
    Ratish P.

  • Getting Error While Triggered the Internal Service Request Process Accelerator

    Hi
    I installed Oracle Process Accelerators(Internal Service Request and Employee On Boarding) PS6 in windows7.Installation was successful and I checked the installpa.log file there its showing "Build Successful"  and then we assign the roles in BPM workspace and also put the security relams in in enterprise manager as per installation Document provided by the Oracle after that everything was fine to test the Internal Service Request(ISR) I triggered few instances but they terminated abruptly and giving these Errors in EnterpriseManager(EM)
    while triggered ISR Error message that was shown in EM is
    Non Recoverable Business Fault :
    <bpelFault><faultType>1</faultType><operationErroredFault xmlns="http://xmlns.oracle.com/bpel/workflow/taskService"><part name="payload"><operationErroredFault xmlns="http://xmlns.oracle.com/bpel/workflow/taskService"><faultInfo>ORABPEL-30082 WorkflowServiceEngine request to another component failed. Request operation CallFunctionStateless from default/InternalServiceRequest!1.0/ManagerApproveRequest to ManagerApproveRequestRules_ManagementChainRuleSet failed with Business Fault: null. Check the underlying fault. Check target SOA component for cause. </faultInfo></operationErroredFault></part></operationErroredFault></bpelFault>
    Non Recoverable Business Fault :
    Attempted to access property 'id' in class 'oracle.bpel.services.identity.hierarchy.HierarchyPrincipal' with a null object reference. at line 292 column 34 in /Ruleset(ManagerApproveRequestRulesBase)/Function(CreateSupervisoryList)/Action[11]
    if anybody who did this ever and facing the same issue can you please let me know as early as possible
    Thanks and Regards
    Rajesh.

    Hi Phani,
    Are you able to reproduce issue as below:
    1. Login to Application as sysadmin.
    2. Navigate to Intergrated SOA Gateway > Integration Repository.
    3. Click on search on right hand side of the page.
    4. In the Internal Name type "FND_USER_PKG" and click Go.
    5. Click on the User link.
    6. Under the "Web Service - SOA Provider", click in the "View WSDL". Copy the complete URL "http://test:8003/webservices/SOAProvider/plsql/fnd_user_pkg/?wsdl"
    7. Open the soapUI.
    8. Click File > new soapUI Project.
    9. Test the web service.
    If yes,
    I think you might be need to execute a patch:
    solution:
    To implement the solution, please execute the following steps:
    1. Download and review the readme and pre-requisites for iAS Patch 18855074.
    Note: Above Merge Label Request (MLR) is build for EBS 12.1.3 having OC4J 10.1.3.5.
    2. Enable the profile option "EBS Adapter for BPEL, Function Security Enabled".
    a. Login as SYSADMIN user and Navigate to System >Profile  and Search for "EBS Adapter for BPEL, Function Security Enabled" (Internal name :EBS_ADAPTER_FUNCTION_SEC_ENABLED)
    b. Set the Value to 'Y' at SITE level . This means  function security feature is enabled and all API calls for PL/SQL APIs, Oracle e-Commerce Gateway, and concurrent programs will be checked for user security before they are invoked.
    3. Retest the issue by Generating and Deploying the required package.
    4. Migrate the solution as appropriate to other environments.
    Thanks
    Ranjan

Maybe you are looking for

  • How to display PDF file in IE itself?

    hi friends, I am displaying payslip as PDF format in IE. in my system it's showing in IE it self. But the same thing when i executed in other system the PDF file is opening seperatly instead of opening in IE. How can i overcome this problem. Any solu

  • Black background for transparent PNG images - Xcelsius 2008 SP4

    Hi Experts, I am using Xcelsius 2008 SP4. I have used Image component to show a PNG image with transparent background. When I export the flash, the image is being shown with a black background. In Xcelsius 2008 SP3, this problem was not there. I am f

  • IDOC extension not considerated

    Hello. I am having a problem with an extension. I have added in an IDOC structure of ORDERS05 an extension with a segment ZE1EDK01 that is a child of E1EDK01. I went throught all the steps we normally read on every website... the WE31 thing, the "set

  • Using DBMS_OUTPUT.PUT_LINE() to create a white space

    I had a script that I run on SQL*Plus to create a spool file output. How do I create a white space or skip a new line using the DBMS_OUTPUT.PUT_LINE()? e.g. DBMS_OUTPUT.PUT_LINE('+--------------------+'); DBMS_OUTPUT.PUT_LINE('First Line..........');

  • SCCM 2012 R2 IP for Orchestrator 2012

    Hi, We have Orchestrator 2012 (7.0.1154.0) installed, and I would like to connect it to our SCCM 2012 R2 (5.0.7958.1303) installation with an integration pack. Does anyone know if I can connect a non-R2 Orchestrator to an R2 SCCM and if so, which IP