CRM 2006s Transaction Launcher via Outbound plug

Hi,
I'm using CRM 2006s and want to launch a URL from a button in a toolbar (not the navigation bar).
In CRM 2005 you would created a transaction launcher and via navigational links call IC_BASE\ABoxExecution and set the id using cl_crm_ic_cucoaction_impl=>set_action_id_no_formatting.
However in CRM 2006s, IC_BASE is not the frame work BSP so therefore this call will not work. 
Can anyone please assist on however to fire a URL via a outbound plug?
cheers and greatly appreciated.
Joe

Thought I found the answer but still no luck.  Anyone help...

Similar Messages

  • ECC BSP page display from CRM through Transaction Launcher

    Hi Experts,
    We have a BSP application in ECC and want to launch the page from CRM using transaction launcher. The page is already launched from a different link. Is it possible to use the same transaction launcher from new link to navigate to the same page?
    Thanks,
    JC

    Hello JC,
    Yes, it is possible . You have to create new work center link or Direct Link for the existing transaction launcher.
    Transaction Launcher
    Regards,
    Ashik

  • Unable to access ECC transactions from CRM using Transaction Launcher

    Hi Folks, we are trying to create a booking request using VA11 from portal. For this we have configured transaction launcher in CRM which will connect to ECC system from portal and VA11 screen will be launched. For this we have done the necessary configuration in transaction launcher (Including RFC destination and logical system) and this is working fine in Dev system but not in quality system. We are able to see SAP screen with toolbar Menu and System but not the entire transaction (refer image below). Our questions here are,
    1)     What user type has to be configured when connecting from CRM to ECC? (System, Communication data or any ohter)
    2)     If this has to work with user as Dialog, is there any supporting document from SAP saying this should be Dialog user?
    3)     Is there any other issue and need development specifically related BOR TSTC?
    Warm regards and thanks in advance for your time.
    Prasad

    Hello JC,
    Yes, it is possible . You have to create new work center link or Direct Link for the existing transaction launcher.
    Transaction Launcher
    Regards,
    Ashik

  • ITS WebGUI in CRM(By transaction launcher )

    Hi all,
    We would like to incude transaction "S_AE2_89000019" from CRM to SAP CRM WEB Client UI.
    We have done the following steps using the SAP best practices (C04-Configuration guide):
    1. in transaction CRMS_IC_CROSS_SYS we have configured the CRM system with url: http://CRMnameServer:httpport/sap/bc/gui/sap/its/webgui/!?transaction=IC_LTX&okcode=ICEXECUTE
    and ERP system with url
    http://ERPnameServer:httpport/sap/bc/gui/sap/its/webgui/!?transaction=IC_LTX&okcode=ICEXECUTE
    2. we have set TSTC to synchronous (CRM and ERP)
    3. we have configured transaction launcher through wizard (tx CRMC_UI_ACTIONWZ)
    4. we have created logical link for transaction and we assigned the link to work center and business role.
    The problem is that when we are opening the SAP CRM web gui and click on the link that we have created, we take a blank picture with a red x "PLease wait..." and nothing else opens.My CRM Version is 7.0 EHP1.
    The webgui service in the tx sicf have been a test, after login in, a blank picture with a red x "PLease wait..."  is also remaining.
    Can anyone help?
    Thanks in advanced.

    Lei Cao,
    Want to check if this issue is resolved. I have the same problem where I am getting 'please wait" with red x screen when I configured transaction launcher from crm web ui.
    Did you ever get this resolved? If so please share your approach ? And is this authorization related?
    Rajani

  • CRM url transaction launcher

    Hi Experts,
    I'm using CRM web UI.I defined URL and configured in the transaction launcher.Now I'm able to see the newly created transaction launcher in web UI.When I'm clicking on this, new window is opening as a popup window(without having
    menu bar-->File,EDIT,VIEW,FAVORITES...etc). Now the requirement is to open in full browser(it should have menubar, titelbar..etc).Please provide me your valuable inputs on this.
    Thanks & Regards,
    S.Gangireddy.

    Hi,
    SAP has taken into account this point in the new versions (for me SAP 702 EHP1), with a new attribute in the customizing of the transaction launcher called "Keep Work area" :
    Keep Work Area When Opening Launch Transaction in New Window
    This indicator defines whether the work area content is kept when you open a launch transaction in a new window.
    Use
    If this indicator is not set and a launch transaction opens in a new window, then the main window loads the base page of the transaction launcher into the work area.
    If this indicator is set and a launch transaction opens in a new window, then the main window keeps its current content in the work area.
    Dependencies
    This indicator is only evaluated if you have also set the indicator for using a new window.
    Regards,
    Imed.

  • View controller active after navigating via outbound plug, is this normal

    Hallo,
    I have two components (comp_a,comp_b).
    comp_a->grid_view_a : fires a event.
    comp_b->grid_view_b : subscribe to the above event.
    My observation is that
    When comp_a->grid_view_a fires a event and comp_b->grid_view_b listen to that event and the Grid is filled accordingly.
    Now i navigate from comp_b->grid_view_b to comp_b->display_view_b  firing a outbound plug.
    Now if i change the selection in comp_a->grid_view_a and it fires a event. I was expecting that nothing happens in comp_b as the subscribed comp_b->grid_view_b is not in the assembly. But to my surprise, the event handler is called and processed while the user still watching/working on the comp_b->display_view_b.
    Has anyone encountered with this problem ?. I was not having this problem a month ago. Could have been introduced in one of our Kernel/Sp updates.
    Your reply is highly appreciated.

    Hallo,
    I have two components (comp_a,comp_b).
    comp_a->grid_view_a : fires a event.
    comp_b->grid_view_b : subscribe to the above event.
    My observation is that
    When comp_a->grid_view_a fires a event and comp_b->grid_view_b listen to that event and the Grid is filled accordingly.
    Now i navigate from comp_b->grid_view_b to comp_b->display_view_b  firing a outbound plug.
    Now if i change the selection in comp_a->grid_view_a and it fires a event. I was expecting that nothing happens in comp_b as the subscribed comp_b->grid_view_b is not in the assembly. But to my surprise, the event handler is called and processed while the user still watching/working on the comp_b->display_view_b.
    Has anyone encountered with this problem ?. I was not having this problem a month ago. Could have been introduced in one of our Kernel/Sp updates.
    Your reply is highly appreciated.

  • How to debug Transaction Launcher

    Hi Experts,
    I am new to CRM. I  am working on the requiremnet of calling VA01 screen  inCRM WEBUI through Transaction Launcher .
    As part of it i copied TSTC BOR object to Z and added some extra method to get some default values populated in VA01 screen.
    I tested this Z BOR object and it is working fine. Now in CRM configured Transaction Launcher through wizard and given my logical system (connecting to ecc)and Z BOR object and passed parameter value as VA01 to object key in wizard. created my own logical link id with assigned transaction link id and assigned to workcenter->navbarprofile->businessrole.
    I followed this blog to configure Transaction Launcher
    /people/vikash.krishna/blog/2008/09/23/crm-2007-how-to--2-a-transaction-launcher
    After completion of above development i executed webui but i am unable to display VA01..Intially it used to show ECC screen and message as ' you do not have authorization for transaction VA01'.But when i rectified some thing and again execute webui it is now showing blank screen.
    I am unable to make it out where i went wrong whether the problem is with logical system or ZBOR object. WhenI tried to debug it by keeping break-point in the class CL_UICMP_LT_ABOXEXECUTION_IMPL and method ip_inbound plug and in the ZBOR object in ECC  i am able to see the parameters passed to the traunsaction launcher class but it is not stoping at ZBOR object .
    From last 3 days i am trying hard and unsuccessfull.my deadlines are approching.
    Please kindly help me out how  can i analyze to see where i went exactly wrong.
    I really appreciate the persons who helps me in passing the situation.
    Regards ,
    Pavan T.

    Hi Luis Rivera ,
    Thanks a Ton. The link id 'Every thing about Transaction Launcher' is really helpfull.Now i am  able to display VA01 in Webui .
    My Requirement goes like this
    User will search for a account say of function 'Sold-to-party' ,after successfull search we will get related partners also.Now user will select one among the related partners(say 'Ship-to-party') and clicks confirm ,Now we will have two confirmed partners sold-to & ship-to.User will now select create order from Navigation bar and VA01 screen should be displayed with sold-to & ship-to fields get filled automatically from conformed partners.
    So i created a ZBOR and added a method with those parameters as import parameters . see the below code.
      SWC_GET_ELEMENT CONTAINER 'PCODE'      LV_PCODE.
    SWC_GET_ELEMENT CONTAINER 'BUYER'      LV_BUYER.
    SWC_GET_ELEMENT CONTAINER 'SHIP_TO'    LV_SHIP_TO.
    SWC_GET_ELEMENT CONTAINER 'SOLD_TO'    LV_SOLD_TO.
    SWC_GET_ELEMENT CONTAINER 'ORDER_TYPE' LV_ORDER_TYPE.
    IF LV_PCODE IS NOT INITIAL.
        SET PARAMETER ID: LV_PCODE-pid FIELD LV_PCODE-value.
      ENDIF.
    IF LV_BUYER IS NOT INITIAL.
        SET PARAMETER ID:  LV_BUYER-pid FIELD  LV_BUYER-value.
        ENDIF.
    IF LV_SHIP_TO IS NOT INITIAL.
        SET PARAMETER ID: LV_SHIP_TO-pid FIELD LV_SHIP_TO-value.
    ENDIF.
    IF LV_SOLD_TO IS NOT INITIAL.
        SET PARAMETER ID:  LV_SOLD_TO-PID FIELD  LV_SOLD_TO-VALUE.
    ENDIF.
    IF LV_ORDER_TYPE IS NOT INITIAL.
        SET PARAMETER ID 'AAT' FIELD LV_ORDER_TYPE-VALUE.
    ENDIF.
    CALL TRANSACTION OBJECT-KEY-CODE.
    I am able to read the values from BOL to my ZBOR parameters
    PCODE, SHIP_TO,SOLD_TO,BUYER e.t.c .Now i want set these values to VA01 screen using SET/GET Parameter ID's as shown in above code.but these values are not being set.Could you suggest any way how can i achieve this.
    Thanks in Advance.
    Regards,
    Pavan.
    Edited by: Pavan T on Aug 10, 2011 4:26 PM

  • Outbound plug, confusing error message: no navigational link attached

    Hello,
    I just finished the WebDynpro Quiz tutorial and deployed the application. Unfortunately when pressing the start button the application dumps and I get a stack trace
       com.sap.tc.webdynpro.services.exceptions.WDRuntimeException:
    Cannot navigate via outbound plug StartQuizOut of view WelcomeView
    because there is no navigational link attached to it
        at com.sap.tc.webdynpro.progmodel.view.View.navigate(View.java:349)
    indicating that there was no navigational link attached to my plug StartQuizOut. However the link is definitly there.
    As sources are not provided I cannot debug into the class named in the trace.
    Could someone please give me a hint. I think I did everything according to the tutorial, but I am stuck now.
    Regards,
    Sebastian Kamp
    P.S. I searched this forum for "no navigational link attached"; there are some threads with a similar problem description, but no solution is provided.

    Hi Zita,
    thanks for your answer. I kind of solved the problem. When following the Tutorial I ended up for some reason with two versions of/references on (?) the WelcomeView - one was embedded in the QuizViewSet, the other directly in the Quiz-Window - don't ask me how that happend. Anyway, both were identical except the navigation links. The embedded view had all the navigation links required, the other didn't. So eventually in despair I deleted this view.. and now it works fine.
    Regards,
    Sebastian

  • Transaction launcher parameter not handed over to ERP system

    Hi experts,
    We generated an R3 transaction launcher via the wizzard. We try to hand over the BP_NUMBER to the ERP system.
    This does not work. The entitiy collection in the gdc is not filled.
    Actually it gets the gdc form the view controller of the action box view (GV_VIEW_CONTROLLER->VIEW_ID  = UICMP_LTX/ABoxExecution). See also the coding below.
    method IF_CRM_IC_ACTION_HANDLER~PREPARE_DATA_FLOW.
      data: __gdc    type ref to if_crm_ui_data_context,
            __source type        string,
            __line   type        string,
            __path   type        crmt_ic_ac_identify_path.
    __gdc ?=
    cl_crm_ui_data_context_srv=>get_instance( gv_view_controller ).
    ********** Begin of parameter declaration ***********
    data ICWCPROCESSEDOBJECT
    type ty_ICWCPROCESSEDOBJECT .
    data BP
    type ty_BP .
    data ICWEBCLIENTBORKEYPARAMETER
    type ty_ICWEBCLIENTBORKEYPARAMETER .
    concatenate
    space
    'CURRENTCONTACT/BuilContactPersonStandardAddressRel/BP_NUMBER'
    into __source.
         if __gdc is bound.
           try.
               call method __gdc->GET_ENTITY_ATTRIBUTE_AS_VALUE
                 exporting
                   path = __source
                 importing
                   value = BP .
             catch cx_crm_bdc_no_data cx_crm_bdc_xpath_error cx_root.
               clear BP .
           endtry.
         endif.
    me->set_container_data(
       iv_name  = gc_BP
        iv_value = BP ).
    * Data flow is complete - set to false if data is missing
    gv_data_flow_complete = abap_true.
    endmethod.
    Please help if you have any ideas.
    Regards,
    Thea

    Hi Thea,
    a stupid question, did you confirm the customer previously?
    what happens, when you use the following coding to get current customer?
    *   get confirmed customer of GDC
        TRY.
            lo_customer = __gdc->get_entity( if_iccmp_global_data_cont_con=>gdc_currentcustomer ).
            BP = lo_customer->get_property_as_string( 'BP_NUMBER' ).
          CATCH cx_root.
        ENDTRY.
    maybe this will help...
    best wishes,
    Hakan

  • Pdf error in printing in WEB UI via transaction launcher

    Hi Experts,
    We have created a custom report program in CRM 2007. We are launching it from WEB UI via transaction launcher. When we try to print the report output, it displays the standard print dialog box. The moment we select output device = LOCL for local printer and click on Continue button,it launches two new windows:-
    a) One window is for WEB UI with message-The formatted data will be displayed in this window; wait and do not close the window
    b) Second window is ADOBE PDF window with information message-Adobe Reader could not open 'frontend_print[1].pdf' because it is either not a supported file type or because  the file has been damaged.
    In the end, user is not able to print the report. Now my doubts are:-
    What is the link between print button and pdf? Why is it going to ADOBE? Something to do with WEB UI? If we launch SAP GUI, go to SE38 and execute the report program, we are able to print the output successfully.
    Please give me some pointers to proceed forward.
    Thanks
    Rohit

    HI Rohit,
    My blog can answer your questions.
    http://wiki.sdn.sap.com/wiki/display/CRM/AdobeFormsin+WebUI
    Cheers, Satish

  • Using transaction launcher to connect CRM 7.0 to a CRM 6.0 system

    Hello Experts,
    We are considering integrating two IC Web client applications one on CRM 6.0 and the other on CRM 7.0 as transition step before the two systems are fully integrated.
    We would like to create a transaction launcher transaction in CRM 7.0 that takes the user to Interaction History bsp page in CRM 6.0.  Is there a simple way to do this using transaction launcher?
    Best Regards,
    Tom Halloran

    Hi,
    You can use the transaction launcher and the transaction launcher profile, which is part of the IC WebClient profile, to start SAP GUI for HTML transactions via the Internet Transaction Server (ITS) from both Enterprise R/3, SAP CRM transactions from SAP CRM. Starting from CRM 4.0 Add-on, you can use transaction launcher to launch URL and front-office based transactions also.
    Agents have access to launch transactions from the IC WebClient navigation bar.
    In your case you can include the link for you CRM 6.0 from CRM 7.0 can be grouped under workcenter link group or direct link group of a navbarprofile.
    regards,
    Muralidhar Prasad.C

  • CRM - Transaction Launcher

    Hi Guys,
    I'm trying to configure transaction launcher for transaction VA11 (ZDD_VA11).. I've done all the necessary settings but when I try to test it via Web client, it gives following error..
    Error:-
    Detail transaction ZDD_VA11 not defined.
    Detail Launch transction not defined.
    Execution not possible; error in launch transaction.
    Is there a report that needs to be run to convert the logical system correctly for the mapped logical system on the transaction launcher method? What is that report or program and how do I run that to over come that problem...
    Thanks,
    KP.

    Hi Gurus
    I am trying to configure URL on WEB UI thru transaction launcher in SAP CRM.
    I am getting the following errors
    Error within a launch transaction
    Launch transaction handler does not exist
    Launch transaction ZWEBPAGE not defined
    Launch transaction not defined
    Could please let me know where I went wrong .
    Thank you
    HK

  • Transaction Launcher in CRM 7.0 reverts back to CRM view.

    Hi Experts,
    I have configured all the necessary setting required for transaction launcher but still cannot launch it.
    The issue is when i launch it, it directs me to the logon screen of target system (ERP/ECC). Once i give my userid/psw, system thinks for couple of second and the system jumps back to CRM view.
    In my case, i'm using transaction launcher to launch VA31 (Scheduling agreement). On executing the launch transaction it is closed immediately and the system reverts back to account identification screen without any error message.
    I have created ZTSTC in ECC and checked "synchronous" for method "transaction.execute". Do i need to create ZTSTC in CRM as well?
    Thanks
    Shree

    Hi Shree,
    First, you don't need to create ZTSTC in R3/ECC. Create ZTSTC in CRM and make the method: ZTransaction.Execute - Synchronous. Then change the status to 'Released'.
    In R3, in /NSE80 create a Display Object, like "ZCUSTOM". In ZCUSTOM create a method. In your case create "ZVA31". In the ABAP tab of the method, check 'Transaction' and in the 'Name' field enter: VA31. Save and release this method and Object.
    Now, before you proceed with the next step of seting up SSO (Single Sign On) check if these notes have been followed:
    A) Maintain the settings for domain 'CRMD_CIC_ABOX_ITS_BASE_URL' in SE11 as per NOTE: 1337200.
    B) Maintain settings for logical systems as per Notes: 1337472 (For R3) and 1337200 (For CRM) logical systems.
    After this ensure that the URL for R3 ITS looks like this: http://<server>:<port>/sap/bc/gui/sap/its/webgui/!?transaction=IC_LTXE&okcode=ICEXECUTE
    Before creating R3/ECC Transaction launcher links - SSO certificates need to be setup by BASIS.
    a.     Import CRT certificate into target system (your CRM client) via Export/Import in STRUSTSSO2
    b.     Run SSO2 in target (CRM) and check green lights.
    c.     Maintain table TWPSSO2ACL and put in system and client (CRM, XXX)
    d.     Activate in SICF /sap/public/bc/its and also sap/bc/gui/sap/its
    e.     SE80 -> Internet Services.  Look for SYSTEM and WEBGUI and Publish them.
    Please try these and let me know if this works for you.
    Regards,
    Ramesh Nallabelli

  • RFC error for Transaction Launcher to launch a CRM ABAP report  on WEB UI

    Hi all,
    My Task is to assign a custom CRM report on the web ui.
    I have created a transaction for this and using the transaction launcher wizard to assign it as a link on web ui .
    In the transaction launcher wizard ,  In the 'Define Further Technical Details' i have entered the
    Transaction Type as 'BOR Transaction'
    Logical system : my current system crm client which is QCCCLNT703
    BOR OBJECT TYPE : tstc_uif (also tried with TSTC )
    Method Name : EXECUTE
    When i try to click on the report on WEB UI, it gives me a status message saying the ''RFC Destination is not set up for QCCCLNT703'.
    Can you please advice me on how to do this . I guess the issue is with the Logical system set up .

    Hello,
    I think you have rightly pointed out the reason of the error. You must have maintained the logical system 'QCCCLNT703' using transaction CRMS_IC_CROSS_SYS. However you also need to maintain the same entry in transaction SM59 with name RFC destination name as 'QCCCLNT703'.
    I hope this would fix the issue.
    Thankx,
    Amit Sen

  • Parameter passing (CRM to R3) for BOR based transaction launcher

    Hi All,
    Our requirement is to create R3 sales order through IC webclient. The details of the business partner should be shown as the defaults in the R3 sales order creation screen.
    To achieve this we:
    1. Created link in Navigation Profile
    2. Created transaction launcher profile (using the above created navigation link) and transaction launcher type is BOR based.
    3. Transaction parameters (in the handler class method IF_CRM_IC_ACTION_HANDLER~PREPARE_DATA_FLOW) are set to the business partner.
    When we launch the VA01 transaction through IC webclient, we are able to see the Sales order initial screen.
    We are facing the following problems.
    1. We could not skip the initial screen in the VA01 transaction.
    2. The transaction parameters are not passed to the R3 Sales order creation transaction. While debugging, we could see that the business partner number is correctly assigned to the transaction parameter but this value is not sent to the R3 system.
    Are we missing something for passing the parameters from CRM system to R3?
    Please help.
    Points will be awarded.
    Thanks,
    Chan

    Hi Chan
    Don't know if this question has been answered yet, but have a look at this document: [http://www.consnet.co.za/documents/R3OrderIntegration.pdf]
    This document is for WinClient Integration, but you can create your IC WebClient launch transaction for the BOR Object easily enough.
    There may be more elegant ways of doing the above, such as doing everything R/3 on BUS2032 and using delegation of the BOR Object, but this document is the most detailed explanation I have.
    Regards
    Johan
    Edited by: Johan Van Zijl on Jan 15, 2008 6:25 AM - I have fixed the link to the file

Maybe you are looking for

  • Unable to sign in with AppleID - "The operation couldn't be completed (CSIdentityErrorDomain error - 11.)"

    Unable to sign in with AppleID - "The operation couldn't be completed (CSIdentityErrorDomain error - 11.)" Within the System Preferences, Users and Groups - when we attempt to sign into the notebook using any AppleID - we receive the following error

  • New to OS X - questions

    I got myself a MacBook Air yesterday after long time of wondering if I should. First impression - I'm quite happy for this sturdy little machine with great battery life. I have OS X 10.9.2 with the latest updates. It will take me a while to get used

  • VO Substitution Issue

    Hi, I have substituted a VO in standard way and imported the substitution as necessary. The Original VO was created in Expert Mode and had a number of VL joining it to other VOs. The only change I have done is to add a new view attribute. For this I

  • Having a gui in one class use a gui in another?

    Hi everyone, I have created two separate classes for an employee program. My first class consists of a frame that adds a new employee to the program and my second class is the Main Program that is supposed to allow the user to choose what information

  • Error Connecting to the EDS(Essbase Delpoyment Services)

    I am given supervisor access to the Databases. I can Create/Delete Applications. But, when I did right clicking on the database and select Preview Data, It displays an error message "Exception: failed to connect to the EDS Server for Grid View. Canno