Extending selection fields in service process monitor CRM_SRV_REPORT

Hi Experts,
Does anybody have an idea how to extend the selection fields of the program CRM_SRV_REPORT with customer-specific fields?
We used EEWB (easy enhancement workbench) to generate new fields, and I also noticed that the system also extended the following structure: CRMT_REPORT_CUSTOMER_H, that contains our customer-specific fields.
I want to include these fields on the selection screen of the monitoring transaction.
Is there any way to include these fields in CRM_SRV_REPORT other than copying the whole program and extending its code manually?
Thanks, in advance.
Gábor Antal

Report to SAP. They sent a solution... it's an error

Similar Messages

  • Service Process Monitor  export to excel is not working

    Hi,
    The  Tx. CRM_SRV_REPORT ( Service -> Service Process Monitor) is not working.
    When you try to export to Excel (press button Excel (CtrlshiftF7) is not working. However, this button in other transaction is working, for example Activity Monitor.
    Any idea?
    Lyda

    Report to SAP. They sent a solution... it's an error

  • CRM 5.0 - service process monitor

    Hello,
    We are on CRM 5.0 i have a simple issue of getting the Sales Org and Service org Descriptions in the service Monitor display.
    Path
    SAP easy access >SAp menu>Service-->CRM_SRV_REPORT - Service Process Monitor
    This report display should also have the sales/service Org descritptions so that the identification becomes easier as identifying on the basis of numbers is difficult
    Can someone Help ?
    Regards
    Raj

    Try using CRM_ORDER_SAVE, if it helps!!
    Thanks
    Piyush

  • Service Process Monitor

    Hello,
    Can anyone please provide help on customizing the service process monitor.  I want to add my custom transaction in the "Find" field for reporting purposes.
    A Step-by-Step process would be greatly appreciated.
    Thanks,
    Vick

    Report to SAP. They sent a solution... it's an error

  • Problem Adding Custom Field to Service Process Screen

    Hi Folks,
    I'm a dinosaur ABAP developer whose been asked to create a custom field to appear on the Business Transaction service process (Support Message) initial selection screen.
    I've created the field and generated the necessary objects via the EEWB transaction.  The client has created a Z* transaction type.
    Could someone please instruct me how to get the custom field onto the Z transaction selection screen? 
    Points rewarded for a successful instructions.
    Cheers,
    Steve

    Hi Stephen,
    If you have overcome this problem and have any documentation that you can share, please send me at [email protected]
    I am having a similar requirement and would be very grateful for your help.
    Thanks & regards,
    Srini

  • Need a function module to read some std. fields in service process in CIC

    Hi All,
        Process is -
    > user creating service process doc. in/from CIC (win client). SAP CRM 3.1 Version.
    Under service document's interaction record there are few fields (category, priority, reason, status, result). Using FM: crm_order_read, am able to read/find category, priority & status. But am not able to read/find reason & result. Can you please help me for this which function module i need to use. Or is there any other method is there to find out.
    Sunil

    Hi Sunil,
    You would find the reason data in ET_SERVICE_OS output parameter of CRM_ORDER_READ.
    Go to ET_SERVICE_OS ->OSSET ->SUBJECT-> CODEGRUPPE, CODE, KURZTEXT, CODETEXT.
    Hope this helps!
    Regards,
    Saumya

  • Purchase Requisition Field mandatory in External Service processing order

    Dear Team,
                    I am running one scenario, wherein i am creating an Corrective maintenance order and i am using control key for external Service processing and entering the services and its rate and releasing the order. Now While Releasing the order the purchase requisition field entry is mandetory. I want to set this field as optional only. I checked the settings in PM based on order type as well as checked in MM based on purchase requisition creation but i didnt fount this field set as mandetory.
                      can any body help me out for this
    Regards
    Amar Jadhav

    Hi
    I think while creating Order you have made PR field as Mandatory
    Please check in OIAN.
    Steps as follows
    Follow the path as below in Config
    SPRO>Plant Maintenance & Customer Service>Maintenance & Service Orders-->Define Field Selection for Order Header(PM)
    Go to Field selection for Order Header Data
    (OIAN)
    Go to Influencing
    Double click on Order type
    Now Enter the required Order type and Press Enter
    Check for Field for Reservation/Purc.req --CAUFVD-AUDISP
    Make it input if it is Required Field.
    Give Points if it solves
    Thanks,
    Manish
    Edited by: Manish Chachra on Aug 8, 2008 12:18 PM

  • BPEL process with simple sql server select db adapter service fails ORABPEL

    I have a simple db adapter service that simply runs a select statement. The process accepts 2 parms and returns a single code of 1 or zero.
    It fails with ORABPEL-11633
    Here is the instance log info:
    [2008/12/09 14:50:53] "{http://schemas.oracle.com/bpel/extension}bindingFault" has been thrown.less
    -<bindingFault xmlns="http://schemas.oracle.com/bpel/extension">
    -<part name="code">
    <code>0
    </code>
    </part>
    -<part name="summary">
    <summary>
    file:/D:/app/oracle/product/10.1.3/soa_1/bpel/domains/default/tmp/.bpel_SIPA_DCSDFeesActivated_100.1_ab58cb9f275f2bd71f38fced5775233f.tmp/icProd.wsdl [ icProd_ptt::icProd(icProdInput_msg,icProdOutputCollection) ] - WSIF JCA Execute of operation 'icProd' failed due to: Pure SQL Exception.
    Pure SQL Execute of select portaloptions.fees from ictest.dbo.schoolyear schoolyear, ictest.dbo.calendar calendar, ictest.dbo.enrollment enrollment, ictest.dbo.person person, ictest.dbo.portaloptions portaloptions, ictest.dbo.[identity] i where schoolyear.endyear =calendar.endyear and schoolyear.active = 1 and calendar.calendarid = enrollment.calendarid and enrollment.personid = person.personid and person.studentnumber = ? and person.personid =i.personid and i.birthdate= ? and portaloptions.fees = 1 and portaloptions.schoolid = calendar.schoolid failed. Caused by com.microsoft.sqlserver.jdbc.SQLServerException: The index 2 is out of range..
    ; nested exception is:
         ORABPEL-11633
    Pure SQL Exception.
    Pure SQL Execute of select portaloptions.fees from ictest.dbo.schoolyear schoolyear, ictest.dbo.calendar calendar, ictest.dbo.enrollment enrollment, ictest.dbo.person person, ictest.dbo.portaloptions portaloptions, ictest.dbo.[identity] i where schoolyear.endyear =calendar.endyear and schoolyear.active = 1 and calendar.calendarid = enrollment.calendarid and enrollment.personid = person.personid and person.studentnumber = ? and person.personid =i.personid and i.birthdate= ? and portaloptions.fees = 1 and portaloptions.schoolid = calendar.schoolid failed. Caused by com.microsoft.sqlserver.jdbc.SQLServerException: The index 2 is out of range..
    The Pure SQL option is for border use cases only and provides simple yet minimal functionality. Possibly try the "Perform an operation on a table" option instead.
    </summary>
    </part>
    -<part name="detail">
    <detail>The index 2 is out of range.
    </detail>
    </part>
    </bindingFault>
    Edited by: Golden Lego on Dec 9, 2008 2:15 PM

    The BindingFault means that it can not pass the parameters to the SQL query or vice versa. Check if the XSD that is generated with your custome query is correct and that the data-type are correct.
    Marc
    http://orasoa.blogspot.com

  • Disable Configuration/service selection field in ML10

    Hi Gurus,
    anyone knows how can I disable 'Configuration/Service Selection' field in the first tab of model service specification? I tried to do this at IMG in 'Define screen layout'.
    Thanks in advance
    Best regards
    LR

    Hi,
    Have a look in the view cluster HR_SELECTIONS - this is where the employee search fields are defined for OADP based employee searches - it may be that your search and output is based on this?
    Hope that is helpful,
    Chris

  • Transaction Monitor u2013 Services Processes into BI

    Hello Experts,
    I'm wondering if it is possible to get tickets information from Solution Manager and have some statistics in BI.
    For instance the average time of ticket resolution, number of tickets per team/person/month, etc, etc
    At this moment Iu2019m using the ZNTP transaction in solution manager to access Transaction Monitor u2013 Services Processes.
    I would like to install BI Content to have some summary queries about the activity within ZNTP.
    I already connected BI to SMP and also replicated metadata, however the data sources available just by the name donu2019t help me much.
    Perhaps I should check the content version within solution manager and BI but I don't know how to performe such verifications.
    Thanks

    using rsa3 in the source system I'm getting the follow error:
    The extraction program does not support object 0CRM_SRV_PROCESS_H
    Message no. R3009
    Diagnosis
    The application program for the extraction of data was called up using the invalid InfoSource/invalid InfoObject 0CRM_SRV_PROCESS_H.
    System Response
    The data extraction is terminated.
    Procedure
    Check the SAP Support Portal for the appropriate Notes and create a customer message if necessary.
    Can you help me?

  • Generic service to populate fields in HCM Processes and Forms

    Dear Friends,
      I am developing generic service to populate some fields in HCM Processes and Forms. Please let me know whether i need to develop a single service for each field in the form or is better to write one generic service for all the form fields.
    Thanks in Advance

    Hi Sapient,
    By right, generic service means to be generic so that it can be re-used in any HCM forms thats needed the field/validation from the generic service.
    Unfortunately in real situation, generic service are not reusable for some reasons:
    - for the same field same field might have different validation in different form.
    - there is dependency, example, to read special field
    The key thing here is all about the design and planing before development. Whereby if you have all the info and requirement HCM form to be implemented(which you wont get it for most of the cases), and you have the overall view of all HCM to be implemented and you are able to plan ahead before coding, then you can design the generic service for each/related field.
    If it is not the case, i would encourage to use 1 generic service for all the field in the HCM form. It would ease the team during support/maintenance phrase as well. For sample, please refer to HRMSSRCF_REQUISITION_ADVANCED for Create Requisition form.
    This is my humble opinion based on my experience working on HCM forms. Please do comments and discuss.
    regards,
    Xiang Li

  • Field Selection _ External services

    Dear All,
    In External Services, except for service masters, field selection in what way we do.
    For example in Service PO, Update Conditions field is made suppressed, how I can I make it optional.
    In menu path SPRO-MM-Ext Services - Define Screen Layout, i really cannot understnad how to do that. My requirement is to make Update conditions field in service PO creation screen (ME21N), to be made visible and optional.
    Request u to help
    Rgds
    Raul

    Hi Raul,
    Please kindly check the setting to the screen layout as follow :                                                                               
    SPRO -> Material Management -> External Service Management ->  Define Screen Layout -> Purchase Order -> Field group "Service Fields"-> Field "Info Update Indicator"                                          
    Please kindly check whether the field selection there is hidden or optional. Please maintain it to Optional.                                                                               
    Regards,
    Mauro

  • Oracle field service process flow

    i was recently thrown this question could someone asnwer this please
    1. what is created at the end of the field service process i mean any report or order ?
    thanks
    rahul

    Main Process of Field Service is the Service Request, which results into creation of tasks for the field engineer. Once the Tasks are complete, the field engineer completes the debrief process where he enters the details of the Material, Labor and expenses items. Once debrief is closed, a charge statement is created, which results into creation of Order (of type Bill only, no Ship). This invoice goes to AR from OM and thus customer is invoiced.
    So basically you can say the end result of the Field service process is creation of an order.

  • Service Process Fields

    Hi... I want to know somethings about Service Transaction Monitor-CRM_DNO_MONITOR. I want to know that where Valid To field data , SAP Component data and Contact Person Data is getting stored. Plz help and give me tables with its all links.
    Thanks,
    Vidhi

    Hi Waseem..
    Thanks for the reply but not able to understand the exact mapping.. Like From tables DNOD_NOTIF and DNOD_NOTIF_S I can get the field SAP Component but not able wt excalty to pass into DNOT_NOTIF from available data of CRMD_ORDERADM_H.
    So please help..
    Thanks,
    Vidhi

  • Monitoring proxy abap in business process monitoring

    Hi
    Expert. Iu2019m working with Business Process Monitoring in my Solution Manager 7.0 sp20.
    I would to monitor the communication between SAP ECC and SAP PI.
    SAP ECC and SAP PI communicate by proxy.
    I would know if can I monitor the proxy abap using SAP PI Message Error Monitoring based on Message-Based-Alerting (RWB).
    I have just defined the alert category in abap stack and in RWB. In RWB I have inserted all information in u201CConditionsu201D fields  and in the u201CWhere did the error occur?u201D fields I have chose:
    Integration engine : XI Proxy
    Error Code: *
    Is this the correct procedure to monitor a proxy abap?
    Thanks a lot
    Giou2019

    Hello Giovanni,
    The described procedure looks correct in general. If you have set any restrictions in "Conditions" fields than you will only monitor on these specific message. If not all message will be considered which turn into a error status on the ABAP Proxy.
    For information regarding the PI/XI Message Based Alerting please refer to service.sap.com/bpm -> Media Library -> Technical Information "Setup Guide - Interface Monitoring".
    Best regards,
    Maciej

Maybe you are looking for

  • Can you share a USB hard drive over the network through an Airport Express?

    After asking a few individuals at my local Apple Store, I have been consistantly told that I can plug in a usb hard drive into the bottom of my airport express and share it over the network. However, after making sure my airport express has the lates

  • Maximum Supported resolution on graphics card???

    Does anyone know the maximum supported resolution on the MacBook graphics card? I'd like to see if i could get a cheaper and bigger display than the ones made by apple. Any info would be appreciated.

  • How to calculate HASH_VALUE for Specific SQL

    I have an auditing trigger and want to filter out known statements. I can, from within the trigger, obtain the SQL that fired the trigger (dbms_standard.sql_txt function). I want to be able to calculate the HASH_VALUE for this SQL to use in a decisio

  • REgarding view selection  in mm02 while using bdc

    hi, i m using function module 'MATERIAL_BTCI_SELECTION_NEW'' for selecting the single view automatically in bdc,its working fine..but for another scenario i have to select the multiple views so for this what sud i do i how cud i pass multiple views i

  • Purchasing a Mac Pro

    Sorry, but I was not sure where exactly to post this but I wanted to know if there was another site or place I can visit where I can purchase a Mac Pro rather than getting it from the Apple Store. There are a few things that I dont want that the Appl