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

Similar Messages

  • CRM Transaction Launcher- Launching transactions of remote server

    Hi Experts,
    While using CRM Transaction Launcher is it possible to launch transactions of a remote system (SAP ECC 6.0 Transaction: va01)
    Is it possible by giving the Logical System option in the Transaction Launche wizard as that of the ECC server??
    Regards,
    Litty Joseph.

    Yes you can do it.
    Please refer to :
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3059fb20-987f-2e10-ef82-d147b9b5e8b4?QuickLink=index&overridelayout=true
    Regards,
    BJ

  • 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

  • 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

  • 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

  • Transaction launcher in CRM Web IC

    Hi,
    We are trying to use transaction launcher in the WEB IC to call an R3 transaction. We have successfully managed in DEV and now we want to move across to QA for transport. But the handler class and config is done for DEV so far. In order to work this in QA, should we create/define the R3 QA system as logical system + RFC in our CRM Dev box and then transport ? Will it be required to be done for Prod as well then from dev?  is there any other recommended way of doing this.
    Regards,
    Vin

    Transaction Launcher handler class user mapped logical system to connect to R/3 environment.
    I dont think you can transport Logical System,RFC Connections from Dev to QA or QA to Prod.
    So before you start testing on QA,make sure that logical system for R/3 is already defined and RFC Connection is established.All you need to do is make sure that mapped logical system is created with the same name you have in DEV.To define the mapped logical system follow the path
    Easy Access->Interaction Center->Interaction Center WebClient->Administration->System Parameters->Defined Tx Launcher Log Sys and URL's.This is the easy way without changing your code in Handler Class.
    If you have already established a mapped logical system and you dont want to create another then you can do some code change in the below mentioned handler class methods
    1. CONSTRUCTOR.
    ** In the Constructor methos replace the OWNLOGSYS with 
      ** the available mapped logical system in your QA env
      property-name  =  
      cl_crm_ic_abox_constants=>mapped_logsys.
      property-value = 'OWNLOGSYS'. "#EC NOTEXT
      append property to gt_properties.
    2. CLASS_CONSTRUCTOR .
    ** In the Constructor methos replace the OWNLOGSYS with 
      ** the available mapped logical system in your QA env
      gv_mappedlogsys =
        'OWNLOGSYS'. "#EC NOTEXT
    3.GET_ACTION_DEFINITION .
    ** In the Constructor methos replace the OWNLOGSYS with 
      **the available mapped logical system in your QA env
       concatenate cl_crm_ic_abox_constants=>bor_action
                  'BUS1006005'  "#EC NO_TEXT
                  'EDIT'  "#EC NO_TEXT
                  'OWNLOGSYS'  "#EC NO_TEXT
             into rv_result.
    The same applicable for QA to Prod too.
    Hope this helps.
    Thirumala.

  • Transaction Launcher for CRM IC Webclient

    Hi
    I need some help in configuring Transaction Launcher for CRM IC Webclient, the catch is the backend is not SD but Campus Management. Help pls [email protected]
    Anu

    Hi Raja
    Thanks for your reply actually I don't have the cookbook can you please email me the link to the cookbook or the pdf. Thanks once again
    [email protected]
    Anirudha

  • Open ERP transaction within CRM 2007 using wizard for transaction launcher

    Hello everybody,
    I am trying to launch a SAP ERP transaction within SAP CRM 2007 using the transaction launcher wizard.
    First I maintained all necessary setting for the RFC connections (in ERP and CRM) using for example transaction SM59 and BD87, e.g. the master data replication is working fine. Second I created a business object type based on the SAP Standard business object TSTC and set the u201CExecuteu201D method to u201CSynchronousu201D in SAP ERP.
    Afterwards I created the URL for our ITS server and started the transaction launcher in CRM. During the step u201CFurther technical detailsu201D I selected as transaction type u201CBOR transactionu201D and chose our logical system (ERP) and added our newly created BOR object type as well as the method u201CExecuteu201D. If I now press the u201CNextu201D button the error message u201CAn RFC destination could not be specified for the logical system XYu201D is shown.
    Any help is highly appreciated.
    Thanks lot and kind regards,
    Franziska

    Hi,
    The error you get is because the client you have mentioned for logical system mapping and the client in which you created the BOR object are not same.
    Remember, for sucessfull transaction Launcher Configurations,
    1) The client in which WEB UI Runs
    2) The Logical System mapping and client mentioned in ITS url
    3) The client is which you created the BOR object.
    4) The client on which you are configuring transaction launcher wizard
    ALL SHOULD BE THE SAME CLIENT, unless you are using the OWNLOGSYS concept for logical system mapping.
    For example,
    If my WEB UI is on client 200 of development system,
    then i must create TSTC based BOR in client 200 , Map logical system for client 200 and configure trnsaction launcher in client 200.
    In this approach, you cant transport the developments to other system and client ( like Quality and production system) , hence its advicible to create a logical system with name OWNLOGSYS. The name of logical system must be kept OWNLOGSYS in all the systems and clients so that then you can transport yout transaction launcher developments and the error you get now will not come. It its not possible to maintain the logical system with this name in all the system , then you will have to do as i mentioned in points 1 to 4.
    Hope this helps.
    Thanks & Regards,
    Suchita

  • LAUNCHING URL BY CLICKING ON BUTTON(USING TRANSACTION LAUNCHER) IN CRM 2007

    Hi,
    I am working on the object which requires configuring transaction launcher so that when button is clicked,URL is open. This development need to be implemented in CRM 2007.
    Kindly suggest.

    We are working in a sandbox environment on CRM 2007 and trying to launch a transaction in an ECC 6.0 system. We get a login box into the ECC server which executes fine but after a few seconds we are returned back to the CRM server without displaying the transaction. All authorizations are correct but it seems that the container is not being populated with the requested transaction. Has anyone else seen the same behavior? We are about to put in a note to see if we can get assistance. We have implemented latest Support Packs and Enhancement Pack 3 was recently installed in the ECC environment. We have implemented all the appropriate notes (1029777) to make sure that we are using the recommend functionality.

  • 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

  • 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

  • TRANSACTION LAUNCHER--CALLING CRM Z TRANSACTION THROUGH WEB UI

    As per the requirement, we are trying to call CRM  Z transaction through web UI. We have used the Object TSTC and created a replica of the object ZTSTC and used the method execute. Made the necessary config for navigation bar and Business role. We could see the link in the Navigation bar but the link could not call the transaction. Pls suggest.Do we need to take the object of the Transaction or copy TSTC and proceed. Thanks in advance.Points will be awarded

    PLS FIND THE DETAILS TO PROVIDE THE INPUTS
    Configure Transaction Launcher TO CALL T.CODE ZEGNM_IMG FROM CRM THROUGH WEB UI USING TRANSACTION LAUNCHER
    USED THE OBJECT ZTSTC BY COPYING TSTC OBJECT AND BY RELEASING THE OBJECT WITH METHOD EXECUTE
    PROVIDED THE T.CODE ZEGNM_IMG IN THE VALUE FIELD IN THE ABOVE SCREEN
    CREATED THE DIRECT LINK ZEGNM_K
    CREATED THE DIRECT LINK GROUP ZEGNM_K
    ASSIGN THE DIRECT LINK TO THE DIRECT LINK GROUP
    ASSIGN THE DIRECT LINK GROUP TO THE PROFILE TMFLEASING WITH POSITION 80
    IN THE BUSINESS ROLE CUSTOMIZING MADE THE DIRECT LINK GROUP VISIBLE
    AFTER MAKING THE ABOVE CONFIGURATION WE HAVE LAUNCHED THE WEB UI AND THE FOLLOWING ERROR IS SHOWING UP
    PLS FOLLOW THE ABOVE SCREENSHOTS AND PLS PROVIDE YOUR INPUTS TO ACHIEVE THE OBJECTIVE OF LAUCHING THE Z CRM GUI TRANSACTIONS USING TRANSACTION LAUCHER
    ALSO PLS FIND THE SCREENSHOT OF ITS
    URL OF ITS USED
    u201Chttp://crd.tmf.com:8003/sap/bc/bsp/sap/its/webgui?transaction=IC_LTX&okcode=ICEXECUTEu201D

  • Transaction Launcher error in CRM 07

    Hello Guys,
    I am getting following execption when i try to configure transaction launcher in webUI 07. Any idea?
    Cannot display view BSPWD_BASICS/WorkAreaHostViewSet
    An exception has occurred Exception Class  CX_BSP_WD_RUNTIME_ERROR - Component is not defined 
    Method:  CL_BSP_WD_COMPONENT_DESCRIPTOR=>CONSTRUCTOR 
    Source Text Row:  26
    Error occurred during navigation
    An exception has occurred Exception Class  CX_BSP_WD_RUNTIME_ERROR - View . could not be bound 
    Method:  CL_BSP_WD_VIEW_CONTROLLER=>BIND_VIEW 
    Source Text Row:  162
    Thanks,
    Shubhangi

    Hi Ashok,
    > I checked the sm59 in CRM box. the  RFC connection ( type 3) is configured for XI box (XI1CLNT100_RFC).
    > In SXMB_ADM of CRM box the correspoinding integration server is 'dest://XI1CLNT100_RFC'.
    XI adapter uses HTTP connection.So create RFC destination with Connection type H and following parameters
    1 Connection Type: H
    2 Target Host: System name
    3 Service Number: HTTP Port name
    4 Path Prefix: /sap/XI/engine/?type=entry
    On the Logon/Security tab page, enter the following logon data:
    1 User: XIAPPLUSER (for example); this user should represent the sending business system (see also the SAP XI Security Guide under Service Users for Message Exchange).
    2 Password: the password you have specified for this user
    3 Client: SAP XI Integration server
    4 Language: Language required
    and use this HTTP destination in TA - SXMB_ADM configuration.
    Cheers,
    Jag

Maybe you are looking for

  • How to Delete the Standard Database table KONV which is Related to ME47

    Hi Experts,                i am having the Query that i want to delete some condition types in ME47 Transaction which is related to MM in my requirement. that i have checked that all data is storing in KONV Cluster table but deleting data for standar

  • Download Tab Delimited file from spool!

    Hi Experts, Is there any way to download tab delimited txt file from spool? Spool is created for Statements and Invoices from Sap Script and Smartform which is in OTF format. I am able to download this in Text file but I need this file in tab delimit

  • How to setup session scope in servlet?

    bean tag can be used in jsp to setup its scop, like <jsp:usebean id="abc" class="def" scope="session"/> but is it possible to setup session scope to divide two users in order not to use the same bean? becuase i encounter a problem that, when using be

  • Trusted recon populating manager ID based on manager employee number

    Hi, I am doing a trusted recon using GTC connector against HR database. The matching key is the employee number. In the HR data I don't have the manager ID instead, I have manager employee number. During the account creation process, I would like to

  • Two iPhones different numbers ring at sometime how to turn this off?

    I have 2 iphones Both ring at sometime when someone calls not everyone- Want to turn this off - cannot find where to do this in settings Thanks