URL Based Transaction Launcher not loading

Hi All,
There is a URL based transaction launcher configured to display a crm opportunity report.
All the settings seem to be fine.
The configuration is done correctly in the wizard.
The URL is defined in view CRMV_IC_LTX_URL.
The logical link and Traget are also specified correctly.
the z handler class also gets called , but still the URL is not loading.
There is no error, but just a blank screen.
the system is CRM 5.2
could it be any browser issues or issue with BW system or any other issue ?
Could you please help me in finding the problem ?
thank you somuch,
regards,
Pushpa

Hello,
If you are watching this thread, I have a typical requiremnt like yours.
After creating the ITS URL id  , I do not want to put this on the Navigation Bar.
But this lTS URL i want it as a link on one of the actiivty page. And also i should be able to pass parameter.
Please sugget what and how to achieve this.
Thanks,
Jaya.

Similar Messages

  • How to launch a non bsp url through transaction launcher

    Hi All,
    i am not able to launch a non bsp url from transaction launcher. i have followed all the steps needed.
    Defined URL as non bsp url and defined the logical system and assigned it to rfc destination.
    when i test this out, i am getting a blank page.
    Any pointers on this will be helpful.
    Thanks,
    Udaya

    I am trying to launch sap/bc/bsp/sap/ytest2/index.htm without giving the initial server details. for the server details, i have mapped to logical system.
    i am assuming that this will pick the server info http://dmsap650.fm.test.com:8006/.

  • 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

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

    Hi,
    Our requirement is to display R3 sales order(VA03) through IC webclient. The BP no of the confirmed business partner should be shown as default in the Sold to party field of VA03 transactn screen.
    Steps followed -
    1. Created a BOR transaction launcher with 'BUS2032', method - display.
       Selected the Import parameter name - ICWEBCLIENTBORKEYPARAMETER.
       I could not find any Import parameter value corresp to BP number, so left the Import Parameter value as blank.
    2. In the trans launcher generated class, method 'PREPARE_DATA_FLOW' added the following code -
    CALL METHOD __gdc->get_entity_attribute_as_value
        EXPORTING
          path  = '//currentCustomer/BP_NUMBER'
        IMPORTING
          value = lv_bpid.
    PASS PARAMETERS TO THE BOR OBJECT FOR PROCESSING IN THE ECC
      me->set_container_data(
      iv_name = 'RV45S-KUNNR'
      iv_value = lv_bpid ).
    It launches the VA03 screen but the BP no is not passed to the sold to party field.
    Please provide your inputs. Anything helpful would be rewarded.
    Thanks,
    Akanksha

    Hi Jan,
    Thanks for this information.
    I passed the BP no in 'icwebclientborkeyparameter' and then using the below code in prepare_data_flow method-
    me->set_container_object(
       iv_name        = '<MAINOBJ>'
       iv_object_key  = icwebclientborkeyparameter
       iv_object_type = gv_bortype ).
    But it still doesnt work.
    Do i need to create a Z copy of BOR object 'BUS2032' and then do some enhancement in BOR object - display method also?
    Regards,
    Ak

  • Transaction launcher not working for custom business role in WEB UI

    Hi Experts,
    we have maintained a link for activity reports in web Ui which triggers a program Z_CRM_TIME_REPORT . we have maintained the logical links and assigned them to the custom business role. when we run the program in SE38 in GUI its working fine but we are facing the problem when we click the link in WEB UI we get a different screen related to BP and not the activity report.Kindly suggest what are the configuration need to be tested.
    Thanking you,
    Deepa

    My guess would be that the parameter stated in the logical link (navigation bar customizing) that you use is incorrect. This should be the name of the transaction launcher definition you have maintained.
    Otherwise, check the transaction launcher wizard to see that the report is maintained correctly.
    Hope this helps.
    Regards,
    Pieter Rijlaarsdam

  • Transaction launcher not working for custom business role

    Hi Experts,
    I am facing a very weird problem where the transaction laucher define for BOR transaction is working for one business role(Z business role Customized one) but its not working for other business role (Z business role).
    to emphasize further we have the code:-
    case ls_attributes-object_type.
        when lc_z23 or lc_z25.
          lv_logical_link = lc_ZITISU.
        when lc_BUS2000115.
          lv_logical_link = lc_ZITERP1.
        when others.
          lv_logical_link = lc_ZITERP2.
      endcase.
      l_if_navigation = cl_crm_ui_navigation_service=>get_instance( me ).
      IF l_if_navigation IS BOUND .
    Navigate to transaction launcher using link id
        l_if_navigation->navigate( iv_link_id = lv_logical_link ).
      ENDIF.
    in this the logical link is is lc_ZITISU whenever this BSP application is called from both the business roles but in  one the window opens up for BOR transaction whereas when we login again using different business role the code is the same as given above. I mean the sam logical link id is used and navigated to but window is not opening for transaction launcher as it happens for the previous business role.
    Request your help to resolve this issue.
    Thanks,
    Rajwin

    Hi,
    I tried by applying the PFCG role id of business role which was working to the business role id of the one for which it wasn't working and then try testing whether the transaction launcher is triggering. But the transaction launcher screen is still not opening even after doing this.
    Probably there's something else too which is causing the problem. Request your inputs on this,
    Thanks,
    Rajwin

  • Transaction launcher not rendering correctly in ECC6

    We're moving to ECC6 and have found that when our CRM5 Web IC launches a transaction in ECC6, it does not render correctly. It works ok in 4.7 Enterprise but in ECC6, the transaction (transaction PIQSTM) is displayed half way down the screen, the buttons appear twice and the main part of the transaction is pushed right down to the bottom of the screen.
    Is there something different we need to do in ECC6 that we did not need to do in 4.7 Enterprise ?
    thanks,
    Malcolm.

    anyone ?

  • Web-based utility will not load on new wet54g ethernet bridge

    I just got a WET54g ethernet bridge to connect my bluray player to my existing network (wrt54gs router).  I cannot get the setup cd to recognize the bridge connected to the laptop or the router.  I thought that it would be no problem, just use web-based set-up.  When attempting to access 192.168.1.226 I have to enter the password three times and then a blank page is loaded.  Chat support ended up getting disconnected, so no luck there.  Supposedly some of the steps chat wallked me through updated the firmware through ftp download, but I feel like nothing was done since you can't access the set-up page. Any suggestions are welcome.  I'm running vista if that helps.

    Start it from Scratch...Press and hold the reset button for 30 seconds...Release the reset button...Unplug the power cable from your WET54G(ethernet bridge), wait for 30 seconds and re-connect the power cable...Now re-configure your WET54G(ethernet bridge)...Follow the link here to re-configure the WET54G(ethernet bridge)...Also under the configuration type select Static IP Address : For IP Address enter : 192.168.1.226, Subnet Mask : 255.255.255.0, Default Gateway : 192.168.1.1 and save the settings...
    After doing these you can unplug the Ethernet Bridge from the router and power cycle your router and the ethernet bridge both...Connect your ethernet bridge to your bluray player and test for active connection...

  • Application Launcher not loading at startup

    Hi all! I hope you can help me out on this one. We have maybe 60 or so PC's all running Zen version 6.5.0.4.On certain occasions we will have tow or three different computers not start the application launcher on startup.I will have them restart the PC and usually, it starts up the next time. A couple of times it has not worked and I had to re-install Zen to get it to work. The same workstation will have the same problem maybe a couple months down the road. We are all running Windows XP SP2. Is there any issue or anything we could possibly do to find out why this happening? It is usually a quick fix to get it working, but the people FREAK OUT! when it doesn't work and I always like to avoid that.
    Thanks Y'all!
    Jami

    I guess it depends on how it's launched.
    The Login Script is not 100% reliable for some folks, but has for me.
    The StartUp Folder is the official method, but I personally have always used
    the "Run" registry key.
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Support Forums Volunteer Sysop
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.
    "Jami1979" <[email protected]> wrote in message
    news:[email protected]..
    >
    > Hi all! I hope you can help me out on this one. We have maybe 60 or so
    > PC's all running Zen version 6.5.0.4.On certain occasions we will have
    > tow or three different computers not start the application launcher on
    > startup.I will have them restart the PC and usually, it starts up the
    > next time. A couple of times it has not worked and I had to re-install
    > Zen to get it to work. The same workstation will have the same problem
    > maybe a couple months down the road. We are all running Windows XP SP2.
    > Is there any issue or anything we could possibly do to find out why this
    > happening? It is usually a quick fix to get it working, but the people
    > FREAK OUT! when it doesn't work and I always like to avoid that.
    >
    > Thanks Y'all!
    >
    > Jami
    >
    >
    > --
    > Jami1979
    > ------------------------------------------------------------------------
    > Jami1979's Profile: http://forums.novell.com/member.php?userid=10179
    > View this thread: http://forums.novell.com/showthread.php?t=348480
    >

  • The URL is broken, can not load!

    I am trying to access my synology disk station on local net, like:
    192.168.1.101:5000
    and I got the above message, and nothing loads.
    The same happens if I try
    about:home
    And I get the same message when I try to switch to private browsing mode!
    It is strange for me, after an automatik update from version 7.x to 9.x

    You may need to enable that port.
    *http://www.mozilla.org/projects/netlib/PortBanning.html
    *http://kb.mozillazine.org/network.security.ports.banned.override

  • Transaction Launcher - External URLs

    Hello,
    I've created a link to an external URL using transaction launcher and the actual link itself works fine, but I have a couple small issues that I'd like to fix if anyone has any advice:
    First, I have it set to launch the URL in a new window, and the window pops up behind the Webclient.  Is it possible to have it pop up on top?
    Second, once the user clicks this link, in the webclient itself, they're taken to a screen that says:
    The object you have selected is starting in a new browser window. You can continue working normally in the current application. However, you may have to navigate back to the page you were working on.
    ...and then they have to click the back button to return to the screen they were on before they clicked the link.  Does anyone know how to keep the web client on whatever screen the user was already on and just launch the link in a new window without having it navigate anywhere else?
    Thanks!

    Hi TOM,
    If your requirement is to open some URL say google.com etc in a now window, then there are only 2 ways
    1) Use Transaction Launcher
    2) Use PopUp Window.
    1) If you use transaction launcher, and created the link in your direct link group then on click of the link, the URL will open in new window but you cant avaoid the message that you get in the current window. Also, if users POPUP Blocker is ON, user will never come to know why the new window has not launch.
    2) This is very simple and straight forward approch for opening URL. However, POPUP windows in WEB UI are modal windows, so say on click on a button on Account Overview Screen, i open google.com in a popup then unless i close this popup , i can not work on the account overview screen .  However, you can see the account overview screen as it is and you can resume back when the popup is closed. Also you can define the even handler on close event of pop up so you can pass the data to & fro between the webclient view and the pop up.
    to open some extrenal URL in a PopUp , You will need to create a blank view and attach it to a window. In .htm file of the view, you can use  tag IFRAME and call your external URL here.
    I have done this to open a dotNet application through web ui and it works excellently !!
    Hope its helpful.
    Thanks & Rregards
    Suchita
    PS : the popup blocked problem will still be there however, it flashes a message like pop up blocker is ON in case of using popup window

  • URL not loading for Web Logic in 11g

    I have installed 11.1.1.5 on RHEL 5.4 64-bit. When the initial install was done everything started and was able to access URL's. Since that time I shutdown the services and have restarted. When I run the startWebLogic.sh from the user_projects/domains/bifoundation_domain/bin directory, WebLogic looks to start however when I try and access the URL the page will not load. If I start all the services, I can get Answers to load at 9704, but EM and WebLogic both fail to load from 7001. I am accessing the URL from a windows server and when i type telnet myserver:7001 I get an error saying "Could not open connection to the host, on port 23: connection failed". Not sure if this is the issue as I have never seen a URL not load unless the service is not running.

    In 10.1.3.3, a ADF Read Only table with row selection enabled that is created by dropping a data control onto a JSF page includes a column with radio buttons. A table in 11g TP3 does not. The 11G table does not include a selection facet nor does the data control include operations such as setCurrentRowWithKey. The same data controls in 10 provide the option of Master Table, Inline Detail Table, 11G doesn't.
    If you add a Client Listener set to listen for clicks component to the 11G table, the JSF page will not load in a browser. (I used Franks example for getting data values from a column) Since my experience with JDev started with 11G TP3, I can't find what the corresponding Client Listener component is in 10.
    In regards to your Complex Web Service return values notes, generating the Web Service Data Controls in 10.1.3.3 does create the nested controls to the nested objects without adding the POJO proxies. I even tried creating a POJO proxy in 11G and even it didn't provide the same table controls as 10G.
    I've invested more than 2 weeks of intense use, or at least attempted use, in 11G to build a UI for consuming a multi level web service response. See threads: Re: Iterate multilevel web service response data using JDev 11G RC3..........
    Getting access to the bean represented by a table row?
    In short, 11G has not helped me build a solution.
    I'd really like for JDev, any version, to help me build my solution for this project (which I'm now way behind on) so I'm going to give 10G a very short spin. Otherwise I'm back to hand coding in IntelliJ. From my threads, I think one can get the gist of what I'm trying to do so any suggestions, examples, tutorials (I've been through the ADF and 10G ) or help would be greatly appreciated.
    Regards,
    Al

  • Invoking Transaction Launcher in Event Handler

    Hi,
    My requirement is to invoke transaction launcher on click of a button. I am invoking transaction launcher using the following code in my event handler.
    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 = 'LOGICAL_LINK_ID' ).
    Now, the transaction launcher is invoked with click of a button. However, this requires me to assign logical link to navigation bar profile and make it visible to the business role I am using. Meaning that, this logical link will appear on the navigation bar which I dont want. If I make this invisible for the business role, then the above code does not work.
    Is there any solution for this ?
    Regards

    Hi,
    If you are trying to launch an URL based Transaction using Tx launcher on button click. This code will help. You can write it in the Event handler of the button.
    DATA: lr_data_collection   TYPE REF TO if_bol_bo_col,
            lr_ltx_val_node      TYPE REF TO cl_bsp_wd_value_node,  
            lr_ltx_data          TYPE REF TO crmt_ic_ltx_id_desc.                                        
        CREATE DATA lr_ltx_data.
        CREATE OBJECT lr_ltx_val_node
          EXPORTING
            iv_data_ref = lr_ltx_data.
        CREATE OBJECT lr_data_collection
            TYPE
              cl_crm_bol_bo_col.
        lr_data_collection->add( lr_ltx_val_node ).
        lr_ltx_val_node->if_bol_bo_property_access~set_property(
                  EXPORTING
                      iv_attr_name = 'LTX_ID'
                      iv_value  = 'xxxx' ).
        lr_ltx_val_node->if_bol_bo_property_access~set_property(
                  EXPORTING
                      iv_attr_name = 'DESCRIPTION'
                      iv_value  = 'xxxxxx' ).
        me->view_manager->navigate( source_rep_view = me->rep_view
                                data_collection = lr_data_collection
                                outbound_plug   = 'xxx' ).
    Before that you need to create a component usage of component UICMP_LTX and create a navigation link to be used to pass to the outbound plug.
    Regards,
    Masood Imrani S.

  • Transaction Launcher

    Hi,
    I have some doubts while launching the non-bsp url through transaction launcher.
    Question1. What is the significance of Get/Post method while defining the Non-bsp URL?
    I just added the Google Search link in my left navigation bar.
    When we "Define URLs and Parameters"
    (spro->crm->ui_framework->technical_role_definition->transaction_lanucher->define urls and parameters)
    I select the Post method. But when I clicked on the Google Search link in the Left Navigation Bar, it showed the error "Post method is NOT relevant for URL". I deleted the URL link and defined it again without any selecting method and it worked fine.
    Question2. Can we pass the parameter when Launch Transaction type is "URL transaction"? How many no of parameter can be passed and how?
    Thanks,
    Anup

    Thirumala,
    Trying to follow your logic here. I have created a Webdynpro app. We have CRM 7.0 and what I need to do is pass to the webdynpro app the sales doc number. Created a URL for the application with a parameter. Also created a transactional link with a parameter which I named the same the parameter value is //datacontextCURRENTCUSTOMER/BuilR3LastSalesDocRel/DOCNUMBER. You say to set this value and the parameter would be set automatically? Do I have to do some manipulation before you navigate to the application? Is there another way to set the value? Example:
    data: lv_navigation   type ref to  if_crm_ui_navigation_service,
              lo_link      type ref to if_bol_bo_property_access,
              data_collection  type ref to if_bol_bo_col.
        lo_link ?= cl_crm_uiu_bt_param_create=>if_ui_link_parameter_class~create_parameter_object(
                                                iv_link_id   = 'BILLINGDOC'
                                                iv_parameter = '0214396560' ).
        create object data_collection type cl_crm_bol_bo_col.
        data_collection->add(
                iv_entity    = lo_link
                iv_set_focus = abap_true ).
        lv_navigation = cl_crm_ui_navigation_service=>get_instance( me ).
        lv_navigation->navigate( iv_link_id = 'ZSLS-INV'
                                  iv_data_collection = data_collection ). "#EC NOTEXT UIF_PERS

  • Pop up in transaction Launcher

    Hi All,
                I am using WEB UI 2007 and I have tried to display a url using transaction launcher . But when I click on back button I get an IE pop up 'Possible Data loss---Do you want to continue'. I am using IE 7.0 and have java version 1.4.2. What could be the reason of getting this popup?. Do I need to do any specific settings in IE. Please guide.
    Note: The url which is being called is a non bsp url.
    Regards,
    Ruby.

    Hi Ruby,
    I believe you checked the STATEFUL check box while configuring the Transaction Launcher.
    Please go through the Help documentation available for TX launcher wizard for this STATEFUL check box.This may give some info.
    Regards,
    Masood Imrani S.

Maybe you are looking for

  • Is it possible to add new line to existing Blanket Agreement through interface?

    Hi All, I need to add a new line to exisitng list of blanket agreements. I populated po_headers_interface and po_lines_interface and ran 'Import Price Catalogs' program. But this is only trying to update existing line instead of creating a new one. P

  • ITunes cannot Location many songs even though they have not moved

    I recently noticed that, locations of many songs in iTunes is showing up incorrectly, due to which its playcount, ratings etc. don't sync with my iPhone/iPad. For example When location of original song is in folder "/Users/SiMac/Music/iTunes/iTunes M

  • How to use more than one indirect valuation module for the same wage type

    Is it possible and how to use the u201CIndirect valuation based on master data: ICOMPu201D configuration to default the NUMBER and at the SAME TIME to use u201CDefine valuation of base wage types usingu201D to default the AMOUNT from one/two WTs ?

  • Server 2012 R2 failover cluster

    Hi Guys, I created a 2 node cluster using server 2012 R2 ..I have VMM 2012 R2 running on both nodes with SQL 2012 SP1 VMM is configured for High availability and SQL always-on feature is also enabled. Now when I stop cluster service on one of the nod

  • How to create header

    Hi all ,     If i am extracting data into text file . How can i create headers for the line items Thank You, Edited by: ragesh venugopalan on Sep 30, 2008 8:12 AM