Transaction launcher opens empty transaction IC_LTXE in target system

Hello,
we've got an issue with the transaction launcher. We want to open an ecc transaction.
Logical system in TCRMS_IC_CROSS_SYS is defined as: http://<server>:<port>/sap/bc/gui/sap/its/webgui/!?transaction=IC_LTXE&okcode=ICEXECUTE
Rfc connection with target system works (with dialog user) .
Note 1021222 and necessary steps from note 888931 are implemented. We've followed best practice CRM Opportunity Management (C32) to add a transaction.
Problem we are facing at this moment is: from crm the transaction IC_LTXE is opened in the target system with only empty fields. The transaction we've entered in the transaction launcher wizard is not opened at all...
Anybody knows how to solve this issue?
Thanks
Immanuel

Hi,
Use
http://<server>:<port>/sap/bc/gui/sap/its/webgui/!?transaction=IC_LTXE&okcode=EXECUTE
in cross system transaction
Also follow this thread for regrence
Transaction Laucher Help
Regards
Gaurav

Similar Messages

  • How to create empty text file on target system for empty source text file

    Hi All,
    I have an issue in handling empty file in the Text (FCC) to Text (FCC) file scenario. Interface picks text file and delivers on target system as text file. I have used FCC in both sender and receiver CCs.
    Interface is working fine if the source file is not empty. If the source text file is empty (zero Bytes), interface has to delivery an empty text file on target system.  I have setup empty file handling options correctly on both CCs.
    But when I tried with an empty file I am getting the error message 'Parsing an empty source. Root element expected!'.
    Could you please suggest me what I need to do to create an empty text file on target system from empty source text file?
    Thanks in Advance....
    Regards
    Sreeni

    >
    Sreenivasulu Reddy jonnavarapu wrote:
    > Hi All,
    >
    > I have an issue in handling empty file in the Text (FCC) to Text (FCC) file scenario. Interface picks text file and delivers on target system as text file. I have used FCC in both sender and receiver CCs.
    > Interface is working fine if the source file is not empty. If the source text file is empty (zero Bytes), interface has to delivery an empty text file on target system.  I have setup empty file handling options correctly on both CCs.
    >
    > But when I tried with an empty file I am getting the error message 'Parsing an empty source. Root element expected!'.
    >
    > Could you please suggest me what I need to do to create an empty text file on target system from empty source text file?
    >
    > Thanks in Advance....
    >
    > Regards
    > Sreeni
    the problem is that when there is an empty file there is no XML for parsing available. Hence in case you are using a mapping it will fail.
    What ideally you should do is to have a module that will check if the file is empty and if so write out an XML as you want with no values in the content/fields.
    Or the next choice would be to have a java mapping to handle this requirement. I guess that on an empty file the java mapping will go to an exception which you can handle to write out your logic/processing

  • Transaction launcher: open URL in new window

    Dear all,
    I know many threads have already been posted about "stateful URL" created with transaction launcher, that open a new browser window AND navigate to an empty screen with the following text (which is more than useless):
    "The requested page has been opened in a new window, please press back button to go back to the last page."
    Carsteen gave some useful hints already in the following thread:
    Transaction Launcher in a new window
    But maybe someone found something new since then... At the moment I'm thinking about "simulating" a clic on the BACK button (like mentioned in this useless message), with something like :
      DATA:
      history TYPE REF TO if_bsp_wd_history_manager_disp.
      history = view_manager->get_history_manager_display( ).
      history->go_back( ).
    Any better idea ?
    Thanks & regards,
    Nicolas Busson.

    Hi Nicolas !
    How are you? :-)
    I assume that since then you have found a way to fix your issue, but as the post is not answered I can tell you that SAP has taken into account this point in 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.
    Imed.

  • Transaction Launcher problems: Significance of IC_LTX

    Hi all,
    We are on CRM 5.0 and ECC 6.0.
    I am facing some problems using the transaction launcher when I use the Webgui service.
    I looked into the note 888931 which asks us to use the Webgui service and the below URLs for the logical system.
    http://<host>:<port>/scripts/wgate/webgui/!?transaction=IC_LTX&okcode=ICEXECUTE
    OR
    http://<host>:<port>/sap/bc/gui/sap/its/webgui/!?transaction=IC_LTX&okcode=ICEXECUTE
    The first one does not work in our system and 2nd one returns a grid kind of blank screen although I configured the transaction launcher to pull the transaction 'BP'.
    Can anyone please let me know what could be the problem? and also what is the significance/use of the Transaction/function group IC_LTX ?
    Best Regards,
    Nag

    Hello Glenn,
    Thanks for your reply.
    I've tried with passing the parameters also but still that does not work.
    But if I change the URL to use the CRM_CIC_RABOX it works fine. But we have some display issues with this.
    So we are trying with WEBGUI service as per the note 888931.
    Regards,
    Nag

  • Transaction Launcher to R3 transaction with parameter

    Hi everyone, I´m working in a new project where I want to excecute a Z transaction in R3 via transaction launcher in CRM. The thing is that I want to send the business partner that was identified in CRM during a call as parameter. I already work with transaction launchers and parameters but was with a BW URL report and the parameters are sent within the URL, but I don´t know if with R3 transactions it can be done, does anyone can tell me if this scenario is something that can be done with transaction launcher configuration or what kind of development do I need to do in CRM ?  do I need to develop something in R3 in order to receive the parameter !?
    Any advice will be appreciated.
    Thanks !

    Hi Isaac,
    Plz refer to below threads.
    Almost Everything About Transaction Launcher - Part I
    http://scn.sap.com/thread/3530582
    http://scn.sap.com/thread/1464347
    Thanks,
    Faisal

  • 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

  • Transaction SCMP - Get the name of the target system

    I am using Transaction SCMP as example to compare the contents of a table in two different systems.
    I would like to know how can I actually know the exact address in the second field which enables the transaction to connect to the system?
    Thanks and Best Regards,
    Pramod.

    Thanks,
    I used F1 and all I came to know that these names are configured in the Transaction SM59. But I do not know how to create an entry for a new RFC Destination and also determine the parameters required for the target system to configure the new connection.
    Does anyone know how this is done?

  • Using the transaction launcher to call a BOR method to display a PDF

    Hello gurus,
    I have created a PDF icon and an onclick action to open a pdf, that displays on every row of an assignment block in the actions column, but I do not know the technical process to determine how to get a PDF from the IXOS system from the line selected. (even if I know it depends on an ID attribute of that assignment block) I want to to call a transaction launcher with the url for the pdf in the IXOS that has an ID that identifies which line in the assignment block the user has clicked the pdf icon for (does that make sense?)
    In CRM 4, in the collection factsheet assignment block, the link was coded into an XSLT which is then displayed in the GUI and you would have a clickable link for a pdf file in a row in a table. That link would be as follows:
             <xsl:variable name="ev_key">SAPEVENT:?OBJTYPE=<xsl:value-of select="attributes/OBJTYPE"/>&amp;OBJKEY=<xsl:value-of select="@KEY"/>&amp;LOGSYS=<xsl:value-of select="attributes/LOGSYS"/></xsl:variable>
                 <a href="{$ev_key}"></a>
    This will get the file in IXOS and display it, in CRM 4. In CRM 7, the link is an icon in every line of an assignment block.
    Here are some questions I have now for the functional side in the meantime:
    1) Can we fetch the PDF in IXOS for each line of an assignment block and have it open? If so, how? Transaction launcher, function modules (like ARCHIVOBJECT_DISPLAY) in the OPTA package? (the package for all IXOS related function modules..)
    2) Which URL should I call with the transaction launcher? a URL link to the PDF on the IXOS system?? or sapevent:xxx?
    3) Do we have to configure a transaction in the IMG to be launched with the attributes listed there? Do we have to link it to any classes/ objects?
    4) Do we have to have the code to the logical link dynamically to call the right PDF for each table line? Is it right to put this code in my event handler?? Usually transaction launchers are just in the nav bar.....
    5) Are there any existing examples of this or a similar functionality/ logic that I could refer to, preferably in CRM 7 WebUI?
    6) Do you have any code to just display a PDF in a new window? Or prompt a download?
    One possible way I thought of would be for me to have a logical link defined in the IMG for the transaction launcher, and have the attributes defined for my BOR object that I would call, and pass it different attributes (eg. objtype, objkey, logsys...) and then return the PDF and display it in the UI in a new browser window by itself. (There is a BOR method for my BOR object named  'display_pdf'!!!!)
    What do you think would be the optimal solution here? Does my theory of calling a BOR object with a transaction launcher to display a PDF make ANY sense whatsoever???
    Please do not hesitate to propose any potential solution. Any partial answers/ links to wikis/ other threads, anything would be much appreciated.
    Thank you in advance.
    Best regards,
    Jonathan Laplante
    Edited by: Jonathan Laplante on Jul 2, 2011 4:50 AM

    Hi Any help on this....I am still awaiting the response.
    Requirement: My requirement is to launch the SE38 transaction on WEBUI using transaction luncher tool and set the parameter on the selection screen.
    Issue: The issue is that I am able to lunch the transaction but unable to set the parameter
    Steps Performed:
    I want to list down all the steps I performed to launch an SE38 transaction using transaction launcher on the WEBUI
    1) Defined logical system in tcode CRMS_IC_CROSS_SYS
    -The logical link looks like this
    http://<server>:<port>/sap/bc/gui/sap/its/webgui/!?transaction=IC_LTXE&okcode=ICEXECUTE ?sap-client=300
    2) Defined URL & paratemeter wherein the request method is "GET", opted for NON-BSP URL
    URL link here is
    http://<server>:<port>/sap/bc/gui/sap/its/webgui/!?transaction=SE38&okcode=ONLI
    -Note: My selection screen okcode os ONLI*
    -The logical system ref is provided here
    3) Defined the parameter by giving the screen name like for SE38 selection screen name is "RS38M-PROGRAMM"
    4) Configured the transaction launcher of type B - URL type and provided the reference of the URL ID, choose the relevant parameter from the drop down and have hardcoded the value, cheked the box "Save Data in Activity Clipboard
    5) Added this in the NAvlink/Bus Role etc
    6) Now in the handler class of the TL the code looks like this:
    IF_CRM_IC_ACTION_HANDLER~PREPARE_DATA_FLOW
    __gdc ?=
    cl_crm_ui_data_context_srv=>get_instance( gv_view_controller ).
    __value
    =
    'ZC_TEST'.
    add_parameter(
       iv_name =
    'RS38M-PROGRAMM'
    iv_value = __value ).
    However, after performing the above steps I am unable to set the parameter. Please suggest where am I missing out on. An early response would really be appreciated.

  • Transaction Launcher to call custom transaction

    Hi ,
    I have a requirement where i need to call a custom transaction using transaction launcher. I am able to successfully launch the transaction. But i need to pass a value to the transaction.
    For eg. If i am calling a custom report transaction which has a selection screen field 'FORMNAME' as a parameter i need to pass the name of the form to the transaction. I am not able to pass that value. Can any one help me onthis.
    I have seen all the posts , but could not get any help on how to set the value for custom transaction. I can see how it is done for standard transaction.
    Regards
    Ansari

    Hi Any help on this....I am still awaiting the response.
    Requirement: My requirement is to launch the SE38 transaction on WEBUI using transaction luncher tool and set the parameter on the selection screen.
    Issue: The issue is that I am able to lunch the transaction but unable to set the parameter
    Steps Performed:
    I want to list down all the steps I performed to launch an SE38 transaction using transaction launcher on the WEBUI
    1) Defined logical system in tcode CRMS_IC_CROSS_SYS
    -The logical link looks like this
    http://<server>:<port>/sap/bc/gui/sap/its/webgui/!?transaction=IC_LTXE&okcode=ICEXECUTE ?sap-client=300
    2) Defined URL & paratemeter wherein the request method is "GET", opted for NON-BSP URL
    URL link here is
    http://<server>:<port>/sap/bc/gui/sap/its/webgui/!?transaction=SE38&okcode=ONLI
    -Note: My selection screen okcode os ONLI*
    -The logical system ref is provided here
    3) Defined the parameter by giving the screen name like for SE38 selection screen name is "RS38M-PROGRAMM"
    4) Configured the transaction launcher of type B - URL type and provided the reference of the URL ID, choose the relevant parameter from the drop down and have hardcoded the value, cheked the box "Save Data in Activity Clipboard
    5) Added this in the NAvlink/Bus Role etc
    6) Now in the handler class of the TL the code looks like this:
    IF_CRM_IC_ACTION_HANDLER~PREPARE_DATA_FLOW
    __gdc ?=
    cl_crm_ui_data_context_srv=>get_instance( gv_view_controller ).
    __value
    =
    'ZC_TEST'.
    add_parameter(
       iv_name =
    'RS38M-PROGRAMM'
    iv_value = __value ).
    However, after performing the above steps I am unable to set the parameter. Please suggest where am I missing out on. An early response would really be appreciated.

  • Transaction launcher for BOR in ECC

    Hi All,
    Transaction Launcher for BOR objects as explained in:
    http://help.sap.com/saphelp_crm40/helpdata/en/12/c3e68620514b499c06b8eb26874424/content.htm
    only refer to R/3 Enterprise.
    How should we launch transactions in ECC ?
    10x,
    Eyal

    Hi,
    I do mean mySAP ERP by writing ECC.
    what I am looking for is the settings in transaction
    CRMS_IC_CROSS_SYS and the settings in the target system.
    for now I tried in ECC trx. SICF activate (almost all) services and in CRM the ITS URL is http://<servername:port>/sap/bc/gui/sap/its/ccmp_rabox
    10x,
    Eyal

  • Transaction Launcher starts popup in Background

    Hi,
    i´m using the transaction launcher to start a external URL in the CRM WebUI.
    I selected to option "Statefull" which means the transaction launcher opens a popup.
    That works fine so far.
    But the popup always starts in the background.
    Which means i have a new IE-window with my launch transaction but not directly available. It starts in the background and my SAP CRM WebUI stays in the visible session.
    Does anybody know how to change this?
    My IE version is IE6.0 SP2.
    thank you
    Best regards
    Manfred

    Hy Brian,
    thank you.
    This note seems to be the right one for this issue.
    But the note is not available for CRM 7.0.
    I opened a message for this and i hope that the note will be available for CRM 7.0 soon.
    Best regards
    Manfred

  • Regarding Transaction Launcher

    Hi Experts,
    Plz give me steps for Transaction Launcher from R/3 to IC Web Client. I am following this bloge
    /people/raja.g/blog/2007/01/24/displaying-r3-transaction-in-icwc-application
    But in this blog no RFC configuration maintained.I need those steps.
    I m following these steps..........
    1 Maintaining logical system (BD54) for
    2.Defining RFC in (SM59) for R/3
    3.Connection for RFC destination to logical system as std BAPI Destination(BD97)
    4.Assign Logical system to client (SCC4)
    5.Define Transaction Launcher Logical Systems and URLs (CRMS_IC_CROSS_SYS)
    in step 5 I maintain <b>Mapping logSys</b> maintain as RFC for R/3 and <b>Logical system</b> maintain in SCC4 and client .
    I have doubt in 4 & 5 point.........plz clarify me these points.
    After following that Blog.......
    /people/raja.g/blog/2007/01/24/displaying-r3-transaction-in-icwc-application
    After choosing BOR it ask logical system.it is giving error.
    Plz clarify me......
    Regards
    Gaurav

    Hi,
    I do mean mySAP ERP by writing ECC.
    what I am looking for is the settings in transaction
    CRMS_IC_CROSS_SYS and the settings in the target system.
    for now I tried in ECC trx. SICF activate (almost all) services and in CRM the ITS URL is http://<servername:port>/sap/bc/gui/sap/its/ccmp_rabox
    10x,
    Eyal

  • How to Open GUI Transaction when clicking in Hyper Link

    Hello All,
    I want to open GUI Transaction  when user will click on Hyper Link created in a particular column in a table view. For that I have created  Transaction Launcher ID using Transaction Launcher  Wizard. Then what will be the next step, i'm not getting. Can anybody help me out on this?
    Thanks in advance,
    Madhusudan

    Hi,
    Here is the sample code:
    DATA: lr_navigation TYPE REF TO if_crm_ui_navigation_service.
    lr_navigation = cl_crm_ui_navigation_service=>get_instance( me ).
    CHECK lr_navigation IS BOUND.
    lr_navigation->navigate( iv_link_id = 'ZLINKID' ).
    -ASB

  • How to find tcode of  a logical link id attached to a transaction launcher

    dear all ,
    In crm 2007 we have used transaction launcher to call transactions of is utilities system .
    i can see the transaction logical link ids in SPRO but how to find the transaction associated with this logical id .
    Thanks & Regards

    hi Anit,
    goto->Customer Relationship Management->UI Framework->Technical Role Definition->Define Navigation Bar Profile
    Open your logical link. Check parameter of your logical link. Suppose it is zxyz.
    then goto
    Customer Relationship Management->UI Framework->Technical Role Definition->Transaction Launcher->Copy/Delete Launch Transactions
    Goto Launch Transactions select your tx and open Import Parameters. Check parameter field. you will find the required information.
    Good Luck.
    Pankaj Kumar

  • Logical System for Transaction Launcher??

    Dear all,
    Should we define logical system for Transaction Launcher to call transactions from back end ECC system. If yes, why we do this and where we maintain the logical systems?
    Can we use existing ECC logical system, whcih mapped with SAP CRM system?
    Where can we define the logical system for Transaction Launcher?
    Please clarify my doubts to complete this process successfully, your suggestions will be highly appreciated.
    Thank you
    Raghu ram.

    Hi Raghu Ram
    In order to call an transaction from ECC, you should choose the logical system of the ECC System itself. You will get the information regarding the logical name assigned to your ECC System using the tcode SM59. The logical system must have been defined for the ECC System before you integrated CRM to backend ECC.
    Check the tcode SM59 and you will find logical name of your ECC System there.
    And yes, you are suppose to use the existing ECC logical system, which is mapped with SAP CRM system.
    Hope this helps
    Regards
    Rekha Dadwal

Maybe you are looking for

  • Can I share documents with other iCloud accounts in my family?

    Both me and my wife use iCloud, we have separate accounts, although they used to be a family account in the MobileMe world. I've just started using numbers and am impressed with iCloud integration however I want to be able to share some documents wit

  • Windows 8.1 mobile device management using integrated environment of SCCM 2012 R2 and Windows intune

    Can we avoid the dependency on the Symantec certificate  for enabling windows phone enrollment under Administration->Cloud services -> Windows InTune subscriptions - Windows Phones. My environment will have only windows 8.1 phones. Regards Leela

  • Purchase Order records found missing..........

    We created Purchase requisition having 4 line items by Tr code ME51N and is converrted it in to two POs. We created a PO for the line item no.10, and another PO for the line items20,30 & 40. However PO number for line item 10 is not getting dispayed

  • RFQ output through email

    Hello Experts I am trying to configure RFQ through email to vendor, following is the error "Error in OPEN_FORM for document 4700000043". Communication strategy is maintain, output type is configured for external send. Also email id maintained both in

  • Why Position:Relative from CSS doesn't work at Safari 5.03?

    If you watch my web page: http://clubdeleonesst.tk I designed a ComboBox and have some problems with position relative. I used jQuery to create it, you could watch the original example here: http://www.marghoobsuleman.com/jquery-image-dropdown And I