CRM Service Transaction Types availability in ECC table CRMC_SRV_BILL_PR

Dear experts
I need to customize ECC IMG object CRM_SRV_BILL_MAP (SPRO -> Integration with Other mySAP.com Components -> Customer Relationship Management -> Settings for Service Processes -> Billing Integration -> Map Transaction Types and Item Categories).
This is to map SAP CRM Service Transactions to SAP ECC Sales Orders for triggering Debit/Credit Memos based on Service Orders. However, the table in which CRM Service Transaction Types are stored is empty (CRMC_SRV_BILL_PR) - how to we get the data in there?
For some reason, we have one client where this info is available, in another one it's not. We are not sure whether this might be a download object, or if customizing on ECC side is required?
Thank you in advance for all helpful replies!
Christian

Hi,
As far as my knowledge goes in this area, i have worked on this in my previous project with R/3 version being 4.7. We have had to manually maintain the configuration in the table that you are reffering to. So you would need to maintain the document type to be created and also assign the item categories acordingly.You will ofcourse need to configure the document types and item categories that are relevant to create a debit/credit memo in R/3. Also, you will need to map the CRM item categories to the R/3 credit/debit item categories.
Hope this helps
Shiloo

Similar Messages

  • CRM TX(TA) TYPE-- MAPPING TO ECC DOCUMETN (OR)TYPE??????

    Hello CRM gurus,
    I have defined the transaction type:TA IN CRM. i have defined sales document type:OR in Ecc system
    how to map the transaction type (ex: TA) in CRM to transaction type  to  sales document type (Ex: OR) in ECC. if there is any process for this mapping please let me know that process. Ex: If we create sales order (TA) in CRM that will be replicated to ECC, but which transaction type will be assigned to sales order in ECC..
    How does the system know that an crm order (Tx type TA ) when it gets replicated to Ecc goes as Standard Order (OR) only and not as a quotation or a contract
    Please let me know If any specific settings should be done for this mapping or is this maintained i any table ?
    Regards
    sai

    Please refer to online help
    Data Exchange for Sales Transactions: CRM Enterprise– ERP System - Data Exchange for Business Transactions - SAP Library
    1, OR is german name for TA in ECC. So in standard, TA in CRM is the same as OR in ECC.
    2, If you create a z transaction type, for example ZTA, you need to create ZTA in VOV8 in ECC as well. In another word, you need to have the same process type in both CRM and ECC. There is mapping of process type, unlike the partner function. So you do not have to maintain any mapping table.

  • Adding packaged quote ("service transaction type") to salespro quotation

    Hi Experts.
    The SAP standard transaction type packaged quote is used to quote service, contract items and sales items together (transaction type SVRP).
    In the transaction type customizing the leading transaction category is "service process" which according to SAP means the following:
    "One business transaction category is the leading business transaction category. This category is simply a preference and is not related hierarchically to the other business transaction categories. "
    For this transaction, both sales and service are entered as business transaction categories.
    When I look into the WEB UI, this transaction type is only available for the service related workcenter.
    Since this is a "joint" transaction type, I would like to add it to the sales quotation workcenter as well (eg. when I click new quotation as a sales rep, this is available for me to choose from).
    I have found out this is not related to authorizations (PCFG), but to WEB UI.
    Can anyone tell me how I can add this to the transaction types available for sales reps????
    Thanks in advance.
    Best Regards, Mia

    Dear Loren Flores,
    The document has one default line and you need to call oGRPO.Lines.Add from second lines, so change code like:
    For nLnDtls = 0 To nLnDtls - 1
    If nLnDtls > 0 Then
        oGRPO.Lines.Add()
    End If
    Next nLnDtls
    Best Regards
    Jane Jing
    SAP Business One Forums team

  • No transaction types available in SRM

    Hi ,
    here i am using srm 7 . and created shoping cort and back po number  also genrated. but when i cross chek with back end po  is not there.
    i am running the background progrm clean_rfqrfq_up.
    i find out the following information :
    when assinging source of supply i find out  there is   No transaction types available in SRM  and cross cheak the config i maintained the   transaction types  in SRM
    i am thinking it is not carrying any transaction types so it is not creating po in back end. if it is so please let me know where i have to assing this ...
    this is in srm
    ECPO     Purchase Order     PO     02
    this is in bak end :
    ECPO     Standard PO - SRM     10     45     PO          SAP     NBF                             
    and maintend in user attribute this for document type also.
    and number ranges also correct,,,
    please let me know where i am missing the configaration.
    Thanks and Reagrds,
    S.Srinivasulu Reddy.

    Hi,
    Please check in SPRO -SRM whether you have maintained the config given below
    Define Objects in backend system
    Define backend system
    Regards
    G.Ganesh Kumar

  • SAP CRM 7.0 Service Transaction type.

    Hi Experts,
    Please explain the senario of servies in CRM. as  i am new to this module.
    Please explain the transaction type related to  services.
    Please let me know any futher links & documentation for the same.
    Thanks & Regards
    Prajith P

    Hi experts,
    Please help on the above problems.
    Thanks in advance
    Prajith P

  • CRM Specific Transaction Types in the Transaction Launcher

    I want to use the transaction launcher to create specific CRM transaction type (example: 0000 - Business Activity) logical links to be available for use in work center pages.  I would like the ability to directly create these transactions (from the work center page) instead of selecting the "Create" link and choosing from the list of available transactions.  Any suggestions?
    Thanks,
    Bryan

    Hi Bryan,
    You can do so by selecting/adjusting Direct Links under 'Adjust Direct Link Groups>Adjust Direct Link>Create' option for any selected business role. You can do this activity using Tx: CRMC_UI_PROFILE
    Hope this helps your query.
    Regards,
    Mohan

  • Reference Date in CRM Service Transactions Ext_Ref_Date

    Hello Experts,
    I am trying to create a query in CRM tr - SQ01 for Service Transactions and Business Partners.  I have linked the proper tables for Header and Line Item information.  One piece of information I am missing is the "Reference Date" - Ext_Ref_Date (External Document Date).  This is a key piece of information, but the only place I find this field is in Structure "CRMT_6100_SERVICE_COMP_UI".  I know I cannot add the structure to my query, is there any other way to acquire this information to display in my query.
    I have the following tables in my query already:
    CRMD_ORDER_INDEX
    CRMD_ORDERADM_H
    CRMD_LINK
    CRMD_PARTNER
    BUT000
    Does anyone have any suggestions? 
    Thank you,
    David

    David,
    Try using CRM_ORDER_READ instead in order to get the details of the transaction in CRM.  The external reference date is actually on the "SALES" segment of the business transaction.  It is stored in table CRMD_SALES in the field PO_DATE_SOLD.
    Unless you need to search by that field, it would be better to use the CRM_ORDER_READ function module to retrieve all details of your transaction.
    Good luck,
    Stephen

  • Assigning the SAP CRM 7sales transaction type to view in WEB UI?

    Hi CRM Experts,
    Can anyone show me th path or TCode, where the Business transaction types (Leads, Quotation and orders) are assigned in the backend of SAP CRM to reflect the same in the front end i.e.,  WEB UI?
    Would appreciate responding  ASAP.
    Regards
    Succhi

    Yes, as Jan said, this is done in basic customaziong of transaction types under spro>crm>transactions>basic settings>define transaction types. There you define for each transaction type the Transaction Category that it is using. Like for lead it is BUS2000108, for opportunity it is BUS2000111 and for quotations and orders it is BUS2000115. Quotations and orders have the same transaction category but then it depends on the customization of item categories that are assigned to the transaction type if they behave as order or as quotation.
    Regards.

  • EBRS - MT940 format - no transaction types available in SPRO settings

    Hello Experts,
    I got bank statement in MT940 format. I checked SPRO settings for electronic BRS. I checked in node create transaction type. However, I didn't find transaction type for MT940 format. How to get such transaction types in SAP.
    Please refer screenshot and help me on how to get the transaction type for MT940.
    Meena

    Hello Meena,
    Transaction type which are mutually agreed by business and Banker's and which same has to be configure as mentioned in spro.
    Financial accounting New > Bank accounting>Business transactons > Payment transactions > Electronic Bank statement > Make global settigns for EBS > where you have seen create trasnction code types as folder. Double click on that and maintain the same
    Regards
    Mani

  • Transaction type called by ITS - Transaction Launcher

    Hello guys,
    In the ICWC in CRM 5.0 what transaction type could we call with ITS by Transaction Launcher?
    For example, I know that we can call transaction like ppoma_crm, bp, is01, but if we defined Z transaction type in the path SPRO » CRM » Transactions » Basic settings » Define Transaction Types,  could we call this transactions by ITS in Transaction Launcher?
    Could you take off me this doubt?
    Best Regards,
    Mary

    Hi
    The transaction launcher allows to connect to any remote CRM ERP or R/3 transaction as well as URLs to a navigation bar. Thus, the remote transactions can be maintained directly in IC WebClient.
    Any link entry of the navigation bar that is supposed to call the transaction launcher needs a navigation bar entry that points to a launch transaction ID. Here the details of the transaction to be launched are described: the launch transaction type, the type of object to be called the method (like create, display, change) and possibly parameters to be passed to the transactions. These settings can be configured using the transaction launcher wizard.
    Transaction launcher supports two types of transaction
    a.     Launching pages of People Centric CRM
    b.     Launching BOR transactions of CRM or any remote SAP system
    Path is IMGCRMInteraction Center WebClientBasic Functions Transaction Launcher Configure Transaction Launcher (Wizard)
    Business Transaction Profile (Name should be in Capital)
    Three standard buttons in the navigation profile navigate to the views of the CRM business transactions
    a.     Interaction Record: - stores communication related data of communication channels.
    b.     Sales Document: - includes quotations and order status and stores all sales items the customer wants to order.
    c.     Service Document: - It represents the service aspect of a phone call.
    The business transaction profile is controlling which CRM business transaction type is linked to the navigation bar buttons.
    You can assign the interaction record and the sales or service transaction types in two different ways:
    a.     A sales and/or service document will only be created if the agent presses sales and/or service in the navigation bar and makes entries to these documents.
    b.     The sales and/or service documents will be saved as individual documents. Interaction record, sales, and service documents are stored by separate document IDs and are connected by the data flow.
    Path is IMGCRMInteraction Center WebClientBusiness Transactions Define Business Transaction Profiles
    Hope this helps
    Regards
    Rekha Dadwal

  • Unable to create  followup and view transaction types for InteractionRecord

    Hi,
    We are currently working in crm 7.0 environment.
    we are not able to create followup transaction for Interaction Record -
    Transaction Type -  Business activity(0010).
    We are not even able to view the standard transaction types available
    when we select followup both in UI and GuI.
    Any inputs in this regard are rewarded and appreciated.

    Hi sreenicrm,
    Have you configured anything in the "Allowed Channels for transaction types".
    If not, it may be worth copying the standard transation type and then setting the values in the above screens.
    if you set a values of "interaction Center"(IAC) and "CRM Server"(GUI) then you shoudl see the activity.
    I am using CRM 5.0 but would imaging it is similar in 7.0.
    HTH
    Gaz

  • Transaction type field not copied into FLAGLFLEXT or FLAGLFLEXA

    Dear all,
    I would like to run a query on the transaction types used for posting line items. (initial balance, changes on the account, ending balance). However if I look into the totals table (new GL: FLAGLFLEXT or FLAGLFLEXA) I see the field transaction types present, but it has not been filled in.
    Can anyone help me with finding a solution for this. Two possiblities:
    1. How to get the transaction type into the totals table. The field is present, why is it not filled? Customizing?
    2. How can I build a simple query from another table to see the transaction types used
    Thanks!

    The transaction type is there in BKPF, which you can use to link to FAGLFELXA. The common key is BUKRSBELNRGJAHR.

  • How to restrict transaction type in customized activity pop-up

    We have created a custom workcenter link for search enhancement of activities. We copied the work center link and are calling the same component as in std search but a different customized configuration with added and deleted fields in search criteria. This works fine. Now the requirement is to restrict the 'transaction types' available when we click on the 'new' button in the new custom activity search page. As this pop-up emanates from the std component, it can not be functionally configured (because that would restrict the 'transaction types' while creating new activity in std componnet) but should be technically handled. Please advise.

    Hi Amar,
    Solution here is to let the framework know who is caller ?
    That is, when pop up is opening, you have to put a code in this pop up view to understand who is invoking this pop up , Is it the search page of std. component configuration or is it the custom search page configuration ?
    So have a static attribute in some Z class, you can use your IMPL class also for that matter, Now whenever you know that its custom config i.e. in DO_CONFIG_DETERMINATION, read the role key( i assumed that you have a role key for your custom config)
    and if its custom role key, then set this static parameter say ZCUST_CONFIG = abap_true else abap_false (this is must to reset it using else as this is static attribute )
    Now, in your pop_up view, read this static attribute as XXXX_IMPL=>zcust_config , and if true, then you know that the pop up is invoking from custom config, so do the coding to remove the unwanted transaction types.
    and you are done !!
    Hope it helps you.
    Thanks & Regards,
    SUCHITA

  • CS - CRM Service

    Hi friends,
    Is it mandatory that we also need to also implement ECC Customer Service & ECC PM at the back end to implement CRM Service.( or some other legacy customer service application at the end back end ).
    I am assuming when we implement CRM service, it can totally replace ECC CS. is it correct ?
    Any inputs are highly appreciated.
    Regards
    Bindu

    Hi Bindu,
    You are correct , when CRM Service is implemented there is no need to have complete ECC CS as backend.
    Only we need to configure / integrate CRM Service and ECC for areas like
    equipment replication
    HR integration effort times of service engineers
    Posting accounting docs in ECC
    Costing integration
    Thanks ,
    Nitin Patki

  • "No transaction type is available for creating a transaction" service order

    Hi all,
    I am new in IC .
    I try to create service order or service ticket for incoming calls
    We are using CRM 7.0
    After I confirm the account I try to create service order
    But no screen displayed and error "No transaction type is available for creating a transaction" occurs
    in customizing there is a transaction type SRVO, also I copied it to ZRVO
    But here how can I define that this transaction type is assigned to this application??
    Please reply in detail steps.
    Thank you.

    Hi Rupesh,
    Thanks for your reply..
    I made a lot of controls but I can't find where I am wrong..
    My senario is, taking phones, create interaction record and create order for further investigation.
    I copied IC_AGENT role.
    I copied transaction type 0010 to Z010
    I create business transaction named ZBTP for transaction type Z010
    I made Define Transaction Types for Navigation for Z010
    Then Define Business Role -> Assign Function Profiles
    Here I assign my business transaction ZBTP to IC_BT function profile
    But when I connect tot the system with user having this business role
    I can create interaction record with type Z010, it is ok.
    When I press Service Order it gives this error.
    Work center id for Service order is : IC_UIU_SVO
    I copied my business role from IC_AGENT, and here this work center id was not active
    In my business role I made it active.  Is this work center can't used in IC senario
    Also how can I understand which transaction type is needed for it??
    If I know which transaction type is needed to create service order or service ticket under IC, then I will control it of course..
    I also copied transaction type TSVO(service IC) to ZSVO and do the above things for this type too..
    But nothing changed..
    Please help !!

Maybe you are looking for