"Transaction Cancelled" in Interaction Center

CRM Experts,
I am facing issues while working with CRM 2007 Interaction Center. After confirming the Business Partner, when I move to Interaction Record or Complaint, all the fields are Greyed out and on top of the screen there is a message "Transaction Cancelled".
I have assigned IC_BT Function Profile in my Business Role. Also CONTENT_MGMT Function Profile is set to DEFAULT.
If I click on "Retun to Current Interaction Record" in the Recent Interaction History, it starts working fine.
Please advise.
Thanks

hi Daljit pal singh,
This error occurs due to missing parameters in runtime framework profile.
Create a new runtime framework profile with the following values
Separate Display Mode  -  ON
Application          -         BSPWD_BASICS
View Set Name    -   WorkAreaHostViewSet
View Area Name  -   WorkAreaView
History Type       - Simple History Stack
Operation Mode  - automatic Recording of changes in work area
Max. Entries -
and add the  following custom controllers to runtime framework profile.
CRMCMP_BPIDENT         CuCoIdentification
CRMCMP_UIEVENT      CuCoUiEvents
ICCMP_BT_GLOBAL         CuCoIRec
ICCMP_FEEDBACK         FeedbackCuCo
assign this runtime framework profile  to your business role.This will resolve your issue.
thanks
giri
Edited by: Yadagiri Challa on Dec 18, 2008 2:16 AM
Actually the above mentioned steps for runtime framewrok profile are  avaiable in the  OSS note Note "1112935 - IC - Transaction cancelled for sales order".
thanks
giri

Similar Messages

  • Can we have more than one Transaction type in Interaction Center in 7.0

    We are currently upgrading from CRM 5.0 to 7.0. We have an Interaction Center that has about 30 transaction types defined in the action boxes that we want to use in the CRM Web UI in 7.0. Is it possible to use more than one Business Activity (Sales) transaction in the WebUI? I see that you can configure them for follow-ups but when I view the Business transaction profile configuration , it only allows me to apply 1 transaction , say 0010 or ZC01.  When I launch the Web UI, I see the transaction say ZC01 in the upper left corner.  We would like to be able to launch the Web UI and the ability to create activities for more than 1 transaction type. Is this possible ?

    Can we pull employee from one trusted system and in the same way can we pull some contractors from other trusted system simultaniously?
    yes you can. In the schedule task you'll have to put your query in such a way that it brings both data.
    Can both trusted systems can be active at the same time pulling two types of users from two trusted systems?
    You have to run both recon in sequential manner so that it can pull correct data for OIM
    Some where i read in doc that only one target system can be designated as trusted system if it as has more than one the recons will not work properly...
    I don't think that it results into issue. But we have to see the sequence mainly. Otherwise it will results into wrong data

  • Follow-up  issue  Interaction Center WebClient

    Hi Guys,
    Can someone help? this is about icwc follow-up issue.
    1. I create a service order and save.
    2. then I create a an interaction record and  save.
    3. I can observe in the service order the relationship "Role:Interaction, DOcument Type: CRM Bus. Activity". But not the
    relationship "Follow up document".
    I have a "Business Transaction Profile" for interaction center where the Activity is the main and service order is dependent
    business transactions. Because, not all the customer when make a call want to create a service order, some only want to
    register a feedback or make an appointment.
    However, In my activity, I can observe in the Activity Clipboard my service order, but I need the SAP assigned the
    relationship "Follow-up" for assign an action for close the follow-up document when close my service order.
    What is wrong....? can someone help...

    Hi Lyda,
    Based on your remark about confirming the account first, I assume you are working with IC 4.0 or 5.0.
    The service order is created as a dependent business transaction of the interaction record. The interaction record is automatically created when you confirm the account.
    The relationship type in document flow is INTA.
    It's true that you can only create activity types as real follow-ups of an interaction record (using the follow-up view).
    However, technically it should be possible to also create other business object types as follow-up of the interaction record. You might need to enhance the transaction type drop-down listbox in the follow-up view. You also need to make sure that your interaction record is error-free.
    As of CRM2006s it is possible in standard to create any business object type as follow-up of an interaction record.
    Regards
    Gert

  • Call transaction in new session not working inside CRM Interaction Center

    Hi Experts,
    I have developed a report which contains a screen with push button. When user clicks on button a  transaction (FPL9) is being called and opened in new session or window. But when the report is being called in CRM Interaction Center using transaction launcher and button is clicked no new session or new window is being opened. Our requirement is FPL9 transaction will be opened in new session / window inside Interaction Center also.
    Please help me how to open a new session or window  in interaction center on push botton click.
    Thanks in advance.
    Regards,
    Arnab

    Hi Anil..
    This is the Solution for ur Requirement.   try this program and change as per ur need.
    REPORT  ZSEL_CALL_TCODE.
    data : IT_KNA1 TYPE TABLE OF KNA1 WITH HEADER LINE.
    DATA : IT_SPA TYPE TABLE OF RFC_SPAGPA WITH HEADER LINE.
    SELECT * FROM KNA1 INTO TABLE IT_KNA1 .
    LOOP AT IT_KNA1 .
      WRITE:/ IT_KNA1-KUNNR HOTSPOT ON.
      HIDE IT_KNA1-KUNNR .
    ENDLOOP.
    CLEAR IT_KNA1-KUNNR.
    AT LINE-SELECTION.
    CASE SY-LSIND.
    WHEN 1.
    IF IT_KNA1-KUNNR IS NOT INITIAL.
    REFRESH IT_SPA.
    IT_SPA-PARID = 'KUN'.
    IT_SPA-PARVAL = IT_KNA1-KUNNR.
    APPEND IT_SPA.
      CALL FUNCTION 'ABAP4_CALL_TRANSACTION' STARTING NEW TASK 'S1'
        EXPORTING
          TCODE                         = 'XD02'
         SKIP_SCREEN                   = ' '
        MODE_VAL                      = 'A'
        UPDATE_VAL                    = 'A'
      IMPORTING
        SUBRC                         =
       TABLES
        USING_TAB                     =
         SPAGPA_TAB                    = IT_SPA
        MESS_TAB                      =
      EXCEPTIONS
        CALL_TRANSACTION_DENIED       = 1
        TCODE_INVALID                 = 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.
    ENDCASE.
    <b>Reward if Helpful.</b>

  • Link of products to business transactions in Interaction center

    Good day.
    Can anyone supply me with a BAPI/ function whereby I can link a product to a business transaction in Interaction Center.
    Regards
    Quintus

    Hello John
    Thanks for the reply.
    I am importing survey data from an external vendor, on confirmation of BP and an existing product I create a business transaction and want to link this product as a relationship on the business transaction.
    I am successful in creating the transaction but is stuck as how to link my product to it.
    I apologize for any wrong terminology, as I am still very new in the CRM environment.
    Thanks for your help
    Quintus

  • Access sequence for Partner determination -Sales and Interaction Center CRM

    Dear experts,
    We use som transaction types both in our sales (t/c crmd_order) and in Interaction center (t/c CIC0).
    We though want the partner determination to act differently when creating this transaction in sales compared
    to when creating it in the interaction center. For example in the sales process we want the contact persons to be searched from the relationsship of the sold-to party but in customer service we do not want an automatic determination.
    There are some BADIs available that can be used in the access sequences as a source but can they be used to
    switch off some automatic determination when creating the transaction in t/c CIC0 whereas the automatic determination should work when creating the transaction in the sales process ie. t/c crmd_order?
    Looking forward to have any input on this, thanks!
    best regards,
    Christina

    Hi,
    What we did is to remove the automatic determination on the transaction type that is used both in the sales process and Interaction center/customer service. The partner in question is only determined from the previous document in case you
    create a follow-up document.
    rgds,
    Christina

  • No pop-ups with partner determination in Interaction Center Web UI

    Hi,
    We are working with SAP CRM 7.0 SP06 and have the following problem.
    In Interaction Center Web UI, when we create a sales order, the partner determination is triggered. But no pop-ups are shown to choose the right business partner. When we use Web UI for different Role (not Interaction Center), then we will get pop-ups to choose.
    So partner determination is alright, but pop-ups are not working for us in Interaction Center.
    I know when using SAP GUI Interaction Center, you have to implement SAP Note 487734 for getting the pop-ups. But this note is not relevant for CRM 7.0 and Web UI.
    Do you know what the problem is?
    Regards,
    Emile

    Hi Naga,
    In customizing go to:
    Customer Relationship Management => Interaction Center WebClient => Business Transaction => Define Business Transaction Profiles
    Then for your Business Transaction Profile go to 'Business Transaction Dialog Boxes' and mark the 'Allows Dialog Box' field.

  • Interaction Center Sales with ERP Sales Order

    We are in the process of upgrading from CRM 4.0 sp 6 to CRM 2007.  We have been using the Web IC and Mobile sales for the last 4 years.  In our original CRM 4.0 implementation (which was developed by SAP) we were using the CRM Web IC to create orders with R/3 using a couple of BADI's.  We are currently using R/3 4.7 and have plans to upgrade to ECC 6.0 next year.  I was just rereading some of the documentation in the upgrade guide and came across the following line:
    "The following software units are required for the Interaction Center Sales with ERP Sales Order scenario:
    Mandatory:  IC WebClient with specific ERP Sales order viewset requires SAP ECC 6.0"
    This implies that the standard Interaction Center Sales with ERP Sales Order functionality will not work in our current landscape and that it would only do so when we upgrade to ECC.  What options are open to us to get around this?  What is the technical reason why this functionality doesn't work with SAP R/3 4.7?
    I can't imagine we are the first company to face this problem and I can't imagine everyone upgraded to ECC 6 - so what approaches have people taken to address this issue
    Thanks in advance
    Eddie

    In the last 12 months we upgraded from 4.0 to 5.0 in CRM and went form 46C to ECC 6.0.
    In your current landscape you can create orders in the ICWC where the order is created in CRM and replicates to R/3 4.7.     You have the replication scenarios X, Y, Z available to you.
    Your other option is using the ICWC R/3 order screen where you basically are calling R/3 transaction VA01 and entering the order in the ICWC but the order entry in being done directly into R/3 via your ITS server.  Looks almost exactly like VA01 in the gui.  The menu bars are a little different. 
    The ERP order looks like other ICWC screens,  is very sharp and users wouldn't know that they are entering the order directly in ECC.  We have been using it about 3 months.  More Pro's than Con's, if you have user exits in MV45AFZ* the ERP order still uses them  (but t-code isn't VA01 if you have condition If statements around t-codes).
    Hope this helps,

  • Problems With Transporting Interaction Center Scripts

    I have problem when I select a Script and click on Transport button in the Web UI for the interaction center, IC_Manager Role. After clicking on the transport button I need to check in the back end (transaction code SE01), if a customizing request has been created for that script I selected.
    So the problem is how do we find out if there is customizin request for that script or not? Is there a Pop Up window which comes after clicking on Transport button which would give me a customizin request number, which could be later used to find the request in backend?

    Hi,
    Try checking this in the BSP Application CRM_IC_ISE.
    If you open the script on the third tab (Script Transport) you can see the transport details.
    Hope this helps.
    Rgds,
    Rajiv

  • Default Launch Page in Interaction center 2007

    Hi ,
    We are using CRM 2007.
    I wanted to change the initail screen in Interaction center from Account identification screen to a custom workcenter containing only company's webiste.
    I created a new logical link and then created a transaction using transaction launcher. I then crated a new workcenter and assigned this link to it.
    Assigned this to my Navbar prof and made it as default logical link in navbar customizing.
    When I log on to IC, my new Workcenter as default appears but the webpage doesn't start automatically. I need to click on Home link one more time again to get it?
    What Am I missing?
    Thanks

    Hi urjose,
    It is due to the logic in the IC ....
    A recording of all interactions will be done, the IREC is created the minute you confirm the BP in search.
    SAPs intention is that all other transaction types one wishes to work with should be made as follow-up activities. Follow-ups to the initial IREC. Since this wish to have IREC as central object there is no way to choose different types after your own conveinience....
    Follow the logic and do the IREC first and let your users make a follow-up activity instead.
    Morten

  • Empty ticket creating in Interaction Center

    Hi All,
    As i am new to SAP CRM Technical, i need help.
    User is able to create a new service ticket in Interaction center. and ticket with number is getting created and saving data in SAP. Issue is.. when user edits the existing ticket and save it, it creates a new empty ticket instead of editing.Why this is happening? PLease help me
    Thanks
    Subin

    The standard behaviour should be like that:
    New business transactions: If you create a new business transaction, then an interaction record should be created
    Editing of existing business transaction: After pressing END, if you search for a business transaction for example in agent inbox and just edit it (without creating an E-Mail, or navigating to Interaction Record view), really just edit the business transaction and then press END, then no interaction record should get created.
    If in your system without enhancement an interaction record gets created for use case (2) then you might open an support incident and ping me the number.
    You might also check my blog  http://scn.sap.com/community/crm/interaction-center/blog/2014/09/16/tracking-customer-interactions-a-new-feature-and-end-is-your-friend for some background information.
    Best Regards,
    Sigrid

  • "Communication Error" in Interaction Center

    Hi Gurus,
    while accessing Interaction center i am getting communication error. prioer to this i was getting "BSP error in ICF nodes. Specific ICF nodes have to be activated in transaction SICF for BSP extension HTMLB check the following ICF nodes as described in note 517484
    sap/bc/bsp/sap/system
    sap/bc/bsp/sap/public/bc
    sap/public/bsp/sap/public/bc
    sap/public/bsp/sap/system
    sap/public/bsp/sap/htmlb
    sap/public/bc
    sap/public/bc/ur"
    so I have activated above all services as well as note 517484.
    "The following error text was processed in the system PDC : Exception condition "COMMUNICATION_ERROR" raised.
    The error occurred on the application server sfadevapp_PDC_10 and in the work process 1 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: CREATE_SESSION of program CL_SAM_BSP_SESSION_LAUNCHER===CP
    Method: START_WORKER_SESSION of program CL_ICWC_SESSION_REGISTRY======CP
    Method: ONCREATE of program CLO23UTXK1DHIM8WX0QZD2TBW2KZ9CP
    Method: %_ONCREATE of program CL_O23UTXK1DHIM8WX0QZD2TBW2KZ9CP
    Method: DO_INIT of program CL_BSP_PAGE===================CP
    Method: GET_PAGE_CONTEXT_CURRENT of program CL_BSP_CONTEXT================CP
    Method: ON_REQUEST_ENTER of program CL_BSP_RUNTIME================CP
    Method: ON_REQUEST of program CL_BSP_RUNTIME================CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_BSP===============CP
    Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP"
    Now i am getting above error. Guys please guide me something.
    Thanks in advance

    Hi,
    Please check whether you have maintained any RFC destination in the session connection column in the transaction CRMM_BCB_ADM. If you are not running the IC webclient in HTTPS mode then it is not necessary to maintain the session connection here which will basically cause the dump.
    Also please check whether there is any entries made in the transaction CRMM_IC_GFS. Even here only if you want run the IC webclient in the secure mode you need to give a RFC destination which is secured.
    Also check the icm parameters
    rdisp/plugin_auto_logout       = 1800
    icm/keep_alive_timeout (sec.)  = 60
    icm/conn_timeout (msec.)       = 5000
    If the values for the above parameters  are lower than the given value then change it as given above.
    Regards,
    Kiruthika

  • Access to Outbound Emails in Interaction Center

    Hello All,
    In our CRM 2007 interaction centre users send emails to customers through the email component. We would like there to be a capability to view a history of these outbound emails just like there is with inbound emails in the inbox. What are the steps involved in setting up this functionality??
    Or if one could direct us to any documentation out there that relates to this.
    Any advise is greatly appreciated.
    Thanks,
    Jonathan

    Hello Jonathan,
    Maybe you can elaborate on your requirements a bit more. For example, by default in the Interaction Center any outbound agent emails should be automatically linked to the current customer Interaction Record AND to the current One Order business transaction (e.g., open service ticket, complaint, etc.). Later you are able to view all emails (both inbound and outbound) associated with a particular Interaction and/or business transaction. Is this enough for your requirement?
    Or are you somehow interested in a report or list of all outbound emails sent by a certain agent, irrespective of a particular customer interaction or business transaction? If so, there are no default capabilities in this area and I would imagine that such a requirement would require quite extensive development and code modification. Perhaps the other experts can chime in?
    Best regards,
    John

  • Filling an Activity  from the Interactive Script  in  Interaction Center WC

    Hi Experts,
       I need to fill an activity from an Interactive Script in the Interaction Center WinClient.
       When i finish selecting in the script all the possible answers, i need to create an activity with information coming from the script. How can i make that possible?
    points rewarded
    thanks

    Alberto
    You can create an activity.i.e., you can create an Order from the Interactive Script if you already created the Script structurethen follow the below steps
    I think it would be helpful
    Procedure: 
    T-Code:  EWFC0
    Path: SPRO&#61664;IMG&#61664;Customer Relationship Management&#61664;Customer Interaction Center&#61664;Visible Components&#61664;Action Box Settings&#61664;Define Configuration Profile for Action Box.
    1. Choose F4 help to select one of the Action Box profiles you have created and you want to adapt and choose change.
    2. Mark the Action box Configuration and create a new Action Box Group by choosing Create transaction group.
    Enter a group ID, description and icon for the new transaction group and choose Continue.
    3. Mark the new transaction group and create a new Action Box transaction by choosing Create transaction.
    4. Enter a transaction ID.
    5. Enter a Transaction Definition section, select Workspace.
    6. In the Transaction Definition section, select Workspace.
    Two additional fields will appear.
    7 Choose F4 in the Workspace field to select the Script.
    8. Choose F4 in the profile field to select the Interactive Scripting profile that you created in the previous steps above.
    9. Enter a Slot Name if desired.
    10. Choose Continue.
    You are automatically taken to the Maintain Data Flow screen .No data flow parameters need to be maintained for the Interactive Scripting workspace.
    11. Choose Back.
    12 Choose Save.
    Note:  Since Only Workspace of this type can be open at once, you will need to close the Automatically Created Interactive Scripting Workspace before launching the Interactive Scripting Action Box call.
    Regards
    Surendra

  • SAP CRM WebUI : End Button Interaction Center

    Hi to eveybody,
    is it possible to remain in the same page (for example in CSR detail) when the "END" button is being pressed on interaction center?
    Now the system returns to main page and deletes all history.
    Is it possible to make this in SPRO transaction or in other ways?
    Thanks in advance.
    Regards.
    Dario.

    Hello, Dario.
    So there is a class CL_CRM_IC_AUTO_NAV2. It's preloaded when the agent logins to CRM. In a view CRMV_IC_APP_COMP you can maintain which classes are preloaded. This class is for AUTONAVIGATION component.
    Take a look at it. It subscribes for some IC events in IF_CRM_IC_COMPONENT~INITIALIZE. For instance, for interaction_ended event. And it handles this event in method HANDLE_INTERACTION_ENDED. There is a code which makes default navigation:
    if me->end_descr_object is initial.
       TRY.
          iv_nav_srv->navigate_to_default( ).
         CATCH cx_root.
       ENDTRY.
    endif.
    You may try to copy this class to your own, then comment this block in your class and subsitute standard class with your own in CRM_IC_APP_COMP.
    Hope this will help.

Maybe you are looking for