CRM service interval template can't be linked.

Hi, every friends.
I am developing CRM service function based on CRM7.0.
I use service interval template which be linked to a service product master and use PGname : RSPPFPROCESS   to create service order from service contract. But the template do not work , and the service product master in the template can't be posted to service order.
Could anyone give me any hint? thanks.
Peter.D

Thank you in advance for your help.
I defined an service interval template named Z000000001, and in template Z000000001,  a Transaction Number of Template  6000000(it is a CRM document) was defined.
In serveice master , i give internal template Z000000001 to a special service master. When this special service master is used in transaction document , and this transaction document is automatically followed up to a service order document by the program RSPPFPROCESS, the template  Z000000001 will be linked , and the item detail defined in the template document  6000000 will be posted to new service order document as a sub item detail.
But, it not work. could you give me some advice about this issue?
thanks.

Similar Messages

  • Unable to Create Service Request Template in CRM

    Hello,
    I need to create a service request template in crm web ui,
    Following are the steps followed.
    I have identified the transaction type as SRQT screen shot attached below
    However when I click on on the work center link groups of the service pro role, I am not able to find the same for the service request template
    As per the post below it says that you need to go navigation bar profile and add the SM-SUPPORT work center and the work center link group as SM-SRQT-CR
    How to customize service request templates
    The error appears when I try to add the logical link id,
    Because of the above error I am not able to create service request template in sap crm, please advice which logical link ID, I need to use so that the service request template can be created in the system.
    Kind Regards
    Atul

    Hi Atul,
    1. Screen shot 1 is correct
    2. Screen shot 2 - You are at end of all work centers in your custom role which you might have copied from standard or Z role. If you look in standard role SERVICEPRO, navigation bar profile SRV-PRO, work center - SRV-ORD, you will find service request template
    In Cases work Center in standard SERVICEPRO role you can create service request template.
    Try copying this to your custom role in your required work center. It should work.
    Regards,
    Niraj

  • If my phone service is disconnected, can I still use the number to iMessage? Under my setting in iMessages it only allows me to select my linked emails and the telephone number is there but grayed out and i can't seletect it !

    If my phone service is disconnected, can I still use the number to iMessage? Under my setting in iMessages it only allows me to select my linked emails and the telephone number is there but grayed out and i can't seletect it ! It wont activate. I just recentely got AT&T.  When I had verizon before and my phone got disconnected it allowed me to still iMessage off my number.

    If your phone service is disconnected, it's not your number any more.
    If you "just got AT&T", how can it be disconnected?

  • CRM Service- General Queries

    Dear Experts,
    In ERP Service, we have a concept of task list which would be assigned to a service product. The task list is nothing but a list of text items which informs the technician of what he is supposed to do when he carry out a specific service.
    How is this realized in CRM?
    In ERP Service, they do have a concept called BOM where they maintain the services and spare parts that can be used to service a object part. This BOM get automatically exploded when the object part is used in the service order.
    How is this realized in CRM?
    We have a concept called product proposals which work in a similar way u2013 but it also proposes the up-sell, cross-sell and accessories that are relevant to the product in addition to that of the services and spare parts. The concept of service templates can be used. However if you use With template option in the order, there would not be any automatic template proposal for the reference object.
    Please let me know if the ERP concepts can be well addressed in CRM as well.
    Regards,
    Kanthimathi

    Hi ,
    Pl see response below.
    In CRM, you can create sevice products as sub items to represent different tasks that a service tech should perform. These service products will be a part of main service product and will not be relevent to cost, resource planning, billling.
    In CRM , In House repair order has concept called Diagnosis product , under which you can add service products to represents repair steps. In ERP Service, they do have a concept called BOM where they maintain the services and spare parts that can be used to service a object part. This BOM get automatically exploded when the object part is used in the service order.
    How is this realized in CRM?
    BOM functionality is supported in CRM 7.0
    We have a concept called product proposals which work in a similar way u2013 but it also proposes the up-sell, cross-sell and accessories that are relevant to the product in addition to that of the services and spare parts. The concept of service templates can be used. However if you use With template option in the order, there would not be any automatic template proposal for the reference object.
    Automatic service templete population is possible in CRM 7.0.
    Nitin

  • Missing IMG steps for Best Practice CRM Service.

    Dear SDN'ers,
    I am working for a client and we are now implementing CRM Service.
    In the Best Practice guide I found IMG step like
    3.3.3.4.     Defining Time Allocation Types,
    3.3.3.6     Defining Availability Template
    3.3.3.8     Defining Service Area
    etc.
    However I cannot find these corresponding transactions in SPRO. They all refer to the path Customer Relationship Management  Workforce Deployment  WFD Server  Business Settings for WFD Server  only In our system this path doesn't excist. It calls IMG transaction like WFM_001 but the system doesn't recognize this IMG activity.
    Please can anybody help me?
    Kind regards,
    Niels

    Hi,
    Have you carried out the prerequisite steps?
    Also chk this path in SPRO
    Customer Relationship Management>Transactions>Settings for Service Processes>Settings for Service Resource Planning>WFM Core-->Make Settings for the WFM Core.
    And also ensure that no RFC connection has been assigned to the WFM Core if you are using it as an add-on in SAP CRM.
    Regards,
    PePe

  • Partners from a CRM service document

    Hi Guys,
    I have to extract the Partners assigned to a CRM Service document to BW. The way I have been doing it is calling the "CRM_ORDER_READ" function module in the User exit and using the "Partner function" trying to populate the additional field that I had created to enhance the datasource.
    But I believe there should be a better way of doing it. The issues with the way I am doing are
    1. If I have some new "Partner functions" defined, then I have to extend the "extraction structure" to include those additonal ones.
    2. If the same partner function is used more than once, e.g. a "resp employee" is used twice, then I cannot dynamically include the 2nd "emp resp" to be included in the extract strucuture.
    So if anyone has worked on this and knows a better way of extracting the data, please share.
    Appreciate your help.
    Doniv

    Hi
    I would suggest not to use CRM_ORDER_READ because of
    performance.
    Instead look at the function I use (below).
    Also, if you want to keep your partner at the same level as the Line or Header you will have to extend the struct.
    Other wise you can load all the BP's to a seperate ODS and link them to the other ODS's (Lines and Headers).
    Reg's
    Edan
    FORM fill_partner_info2
    Find additional partner data
    -->  L_STRUCT - structure of the enhanced transactional data source
    FORM fill_partner_info2 CHANGING l_struct STRUCTURE crmt_bw_complaints_i
                               p_modified TYPE c.
      DATA: v_so_guid     LIKE crmd_orderadm_i-guid,
            v_partner_no  LIKE crmd_partner-partner_no,
            v_partner_fct LIKE crmd_partner-partner_fct,
            v_partner     LIKE but000-partner.
      v_so_guid = l_struct-item_guid.
      select single partner_no into v_partner_fct
        from crmv_linkpartner where ( guid_hi = v_so_guid ).
      if sy-subrc ne 0.
        v_so_guid = l_struct-guid.
      endif.
      SELECT PARTNER_NO PARTNER_FCT
      INTO (v_partner_no, v_partner_fct)
      FROM CRMV_LINKPARTNER
      WHERE ( GUID_HI = v_so_guid ) and
            ( ( PARTNER_FCT = 'ZBOOKED' ) or ( PARTNER_FCT = 'ZRTP' ) or
              ( PARTNER_FCT = 'ZYAPLAN' ) ).
        select single partner
        into v_partner
        from but000
        where partner_guid = v_partner_no.
        case v_partner_fct.
          when 'ZBOOKED'.
            l_struct-zzbook_to = v_partner.
          when 'ZRTP'.
            l_struct-zzrevenue_to = v_partner.
          when 'ZYAPLAN'.
            l_struct-zzip_planner = v_partner.
        endcase.
        p_modified = 'X'.
      ENDSELECT.
      IF ( l_struct-zzbook_to is initial ).
        l_struct-zzbook_to = l_struct-sold_to_party.
      ENDIF.
      IF ( l_struct-zzrevenue_to is initial ).
        l_struct-zzrevenue_to = l_struct-sold_to_party.
      ENDIF.
    ENDFORM.                    "fill_partner_info2

  • ISU integrates with CRM - Services

    Hi Gurus,
            Can i get some information & documetns about process flow and configuration for the IS-Utilities and CRM - Services integration.
    Thanks alot for the help.

    hi
    refer link
    http://help.sap.com/saphelp_utilities472/helpdata/en/38/1a6c35a018d041e10000009b38f839/frameset.htm
    Regards,
    Sumedha

  • Which datasource for CRM Service controlling Header Data

    Dear Friends,
    Could someone tell me Which data source can be used to extract data for infosources 0CRM_SERVICE_CONTROLLING_H and 0CRM_SERVICE_CONTROLLING_I (Service Controlling Header Data and Service Controlling Item Data)
    Your points are assured.
    Regards
    Prasad.

    Hi Prasad,
    The infosources facilitates the dataload to the ODS 0CRM_COH and 0CRM_COI respectively.
    0CRM_COI is designed for delta update AIMD (After images with deletion flag via delta queue) with the DataSource CRM Service Order Items: Actual Costs Using Delta Extraction (0CRM_SRV_C_ITEM).
    0CRM_COH is designed for delta update AIMD (After images with deletion flag via delta queue) with the DataSource CRM Service Orders: Actual Costs Using Delta Extraction(0CRM_SERVICE_COSTS).
    Check these links:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/18/f0203b8ae5630ee10000000a114084/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/34/73203b11e5bb0ee10000000a114084/content.htm
    Hope this helps.
    Bye
    Dinesh

  • CRM service for postal services(postal dept)

    Hi,
    I have a requirement to implement CRM service for postal services/dept,can somebody help me by providing some useful links and documents if any.
    Thanks in advance,
    Regs,
    veru
    Edited by: Prasanna Veeresh on Nov 17, 2009 12:53 PM

    Dear Prasanna,
    I know this is very old, but I only just found your entry by chance today. Would like to introduce myself shortly. Since April 2013 I am heading the area of Postal Services at SAP. Should you have any questions regarding Postal Services, feel free to address them to me.
    Best regards,
    Hans G. Landgraf

  • Identification field in installed Base-CRM Service

    We are creating installed base components from ECC to CRM ie, from equipments in CS module to installed base objects in CRM.
    The serial number entered in ECC flows in to CRM Service in component details tab in individual obejct automatically.
    equipments created in IE01 will flow to CRM and can be viewed in ib53.
    We want to copy the serial number field to identification field to enable better search capabilities.

    HI Femke Visser
    <b>A)</b> Assign the Object family to Install Base Category, Follow the Menu Path to assign
    IMG->Customer Relationship Management ->Master Data ->Installed Base ->Individual Objects/ Object Family -> Assign Object family to Installed base Categories
    <b>B)</b> Create the categories and hierarchies you require for your object families. At least one of these categories must be created within the base hierarchy for the product type Material and then assigned to the relevant object family.
    1) To create Category go to T.code COMM_HIERARCHY and <b>in the Tab "Category" you will find a field called "Object Family", choose the right Object family</b>
    2) In the Tab "Set Types" add the set types you want to include
    Refer the link below, which will give some insight about the Set Types and Hierarchy and Categories
    http://help.sap.com/saphelp_crm50/helpdata/en/71/401e400191f72ee10000000a1550b0/frameset.htm
    Regards
    Milan
    <b>Please reward with points</b>

  • CRM Service general question

    Hi Experts,
    I am new to CRM and have some basic questions. It would be a great help, if get the answer for all my queries.
    1. What is the role of a CRM functional consultant for an implementation project  ?  Ex : Service.
    2. What all are the possible customizing he should do in CRM Service ?
    3. Also what all are the customizing he should do IC Web client ?
    Thanks & Regards
    Samm

    Hi Amrut,
    Thanks for your prompt response but i am sorry that i do not find John Burton's blog anywhere. Can you please give me the link.
    Thanks
    Samm

  • C_CR700_40 Solution Consultant CRM Service

    Can you please help me with the following :
    1) Do you have question dump(i.e a sample questionaire) for solution consultant CRM service certification .
    2) List of SAP Course Materials required for the prep.None of the online SAP documentation seems to specify the proper requirements for the certification.
    Thanks and regards,
    Suki
    Message was edited by:
            Suki Lal

    Hi Suki,
    Please check the following website:
    https://service.sap.com/~form/sapnet?_SHORTKEY=01200252310000078557
    Then click on the CRM -> Service link in the learning map. You will then get an exact overview of the Consultant Training & Certification Program for CRM Service (and all other CRM certification trajectories).
    Hope this helps.
    Kind regards,
    KZ

  • CRM services DataModel

    Hi,
    Does any one have the CRM Data-model Tables Relationship handy? I need to develop an extract structure for Service contract Metrics. Can you please mail me at [email protected]?
    Thanks

    Hi
    Please check these links which will be useful for you to integrate the CRM Service with IS-Utilities.
    http://help.sap.com/saphelp_crm70/helpdata/en/8e/86c140caa4e015e10000000a114b1d/frameset.htm
    http://help.sap.com/saphelp_crm70/helpdata/en/47/389a4440452039e10000000a114a6b/frameset.htm
    Regards,
    Sivasankar.U
    SAP CRM Consultant.

  • CRM Service: Demand replication in R/3

    Hi,
    This is a case of a firm engaged in carrying out after market service for various OEM products through 3rd party agents (Channel Partners). Replacement Parts required for Service by these Channel Partners are supplied by the parent company. I have a few queries w.r.t. replication between CRM and R/3.
    Service Order is created based on end customer request. To perform the requested service, replacement components are required. Identified components are thus specified in 'Spare Parts' tab page. Inventory is maintained in SAP R/3 in a Storage Location assigned to each Channel Partner.
    (a) In what form does 'demand for components' (identified under Spare Parts) get replicated in the respective Storage Location in R/3 so that if there is any shortfall in availability, Planning can trigger procurement proposals?
    (b) If there is an 'Alternate component' available in place of the requested one, how can we issue it? Where exactly in CRM do we maintain 'Alternate Parts' at a component level for a Product (similar to BOM maintenance in R/3)? Or,
    (c) How does BOM in R/3 get replicated in CRM Relationship along with Alternate Part grouping?
    (d) Does Service Confirmation (created as a follow-up document to Service Order) post goods issue automatically in the background?
    Thanks.
    Raj

    Hi Bobby,
    It is very much possible to upload CRM service orders to SAP R/3 or SAP ECC via standard CRM middleware.
    Please refer to the below SAP help document for complete list of configuration activities for service order upload.
    http://help.sap.com/saphelp_crm50/helpdata/en/f0/5d583c65399965e10000000a114084/frameset.htm
    <b>Do not forget to reward if it helps</b>
    Regards,
    Paul Kondaveeti

  • Creating ERP Sales order with reference to CRM Service Order

    Hello all,
    I am trying to create an ERP Sales Order from CRM. If Icreate the Sales Order manually, it is working correctly but, if I try to create the ERP Sales Order as follow-up document for the CRM Service Order, it is not working.
    I have defined the Cross-system Copying of Transaction Types, byt the ERP sales order is not shown as possible follow.up doc from the CRM Service Order. Does anyone know if it is possible?
    Additionally, I would need to create CRM Sales Orders in reference to ERP Sales Order. Is there any way to do it??
    Thanks in advance and Regards,

    Hi Oliver,
    Rajendra answer is correct.
    The SAP Standard integration Scenario creates a ERP sales order for all the salesitems in the serviceorder.
    Without items no salesorder is created in standard.
    Maybe you could realize your requirement with own coding when you save a new service order or by button - click.
    I realized something similar some weeks ago. One hind:  It is helpfull to maintain a ztable where you store which CRM serviceorder is linked to which sales orders.
    Kind regards.
    Manfred

Maybe you are looking for