Transaction Launcher - SAP GUI

Hi Experts,
We are configuring R3 bespoke transaction to CRM 7.0 UI. We used ITS and it worked but that is very slow. The other option we have is using SAP GUI. So we are in process of configuring the transaction and followed steps available in weblog http://wiki.sdn.sap.com/wiki/display/CRM/CRMWebUI-LaunchingtransactionsinGUIforWindows. While using this blog we added all code in OnCreate event of BSP page.
Now while clicking on screen, it opens blank window. We are using following code.
DATA: l_shortcut    TYPE string.
CALL FUNCTION 'SWN_CREATE_SHORTCUT'
  DESTINATION 'PEDCLNT200'
  EXPORTING
    i_transaction           = 'ZORD'
    I_TITLE                 = 'Launching Sales order...'
  IMPORTING
    shortcut_string         = l_shortcut
  EXCEPTIONS
    INCONSISTENT_PARAMETERS = 1
    OTHERS                  = 1.
REPLACE FIRST OCCURRENCE OF 'Command=ZORD' in l_shortcut WITH
   'Command="ZORD ZTS_HEADER-AUART=ZOR1"'.
DATA: l_xshortcut   TYPE xstring.
data: response TYPE REF TO CL_HTTP_RESPONSE." if_http_response.
create OBJECT response.
response->set_header_field( name  = 'content-type'
                            value = 'application/x-sapshortcut' ).
CALL METHOD cl_http_utility=>if_http_utility~encode_utf8
  EXPORTING
    unencoded = l_shortcut
  RECEIVING
    encoded   = l_xshortcut
  EXCEPTIONS
    OTHERS    = 1.
IF sy-subrc = 0.
  CALL METHOD response->set_data( data = l_xshortcut ).
ENDIF.
Any views where we are missing any info.
Thanks for your help.
Cheers,

Hi All,
Earlier there was some issue with RFC user. So now I am getting l_shortcut but after that screen is still empty.
Any views please...
Thanks and Regards

Similar Messages

  • Transaction IView -- SAP GUI for Windows

    Hi,
    I have created a transaction iview -- sap gui for windows in my portal.
    Even thought i logoff from my portal, sap gui session that is opened is not closed.
    Can any one please suggest me a way to stop sap gui session also when i logoff from my portal.
    Regards,
    Nidhideep.

    Very difficult. The SAPGUI window doesn't know anything about being launched by the portal.
    You could try launching inside the portal content area.
    Also, what is the problem with having the SAPGUI still open?
    Cheers

  • Transaction iView - SAP GUI for HTML-blank on some systems

    Hi,
    I have few transaction iviews - SAP GUI for HTML running perfectly well on few systems. But the same iViews fail to load in few other systems. A blank iview is displayed. What could the problem be?
    Thanks and Regards,
    Reena

    Hi Reena,
    Have a look at the product availability matrix:
    https://websmp108.sap-ag.de/~form/handler?_APP=00200682500000001303&_EVENT=RELEASE&00200682500000002804=01200615320900001250&00200682500000003818=WBRPFM&00200682500000003853=Enterprise%20Portal
    IE 7.0 may have some problems if using it with ITS.  Ensure that IE are all on the same version (6.0 for example) and the same service pack.  We have everyone using IE 6.0.2800.1106 and it works fine now.
    Regards,
    Nick.

  • Transaction Iview - SAP GUI for HTML

    Hi,
    In SAP transaction iviews - SAP GUI for HTML in portal there is a possibility to go to menu,other transactions from the transaction field.Is there any way to remove the Menu button and hide the transaction field from transaction iview.
    Please suggest.
    Thanks,
    Rajani

    Hi Rajani,
    Transaction iview which will control the menu,cancel buttons in SAP GUI for HTML
    the url provided by Damian contain the solution for your requirement.
    If you are looking somthing different then pls explain the requirement
    Just let us know which specifiy buttons you want to show in transcation IVEW.
    Thanks,
    Anil

  • Is it possible to launch SAP GUI (not webGui for windows) from UWL

    Hi Experts,
    Is it possible to launch a transaction or document in SAP GUI (not WebGUI for windows) from UWL? If yes - how do I achieve that?
    Appreciate your help.
    Giri.

    Hi,
    Yes, you can create an SAP transaction iview and open that iview. Refer  following link for task launch :
    http://help.sap.com/saphelp_nw70/helpdata/EN/59/d516690e854c7090ae15bf492a869f/frameset.htm
    regards,
    Jigar Oza

  • Hide command box in portal transaction iview sap GUI for HTML

    I have tried &~NOHEADEROKCODE = 1 and ~NOHEADEROKCODE = 1 in the applications parameters with no luck.  Can this be done from the ivew?

    Hi Shelly,
    I've recently configured ITS transactions to publish on portal setting this parameters on SICF to limit actions, header, possibility to open other transactions:
    SAP Library - SAP ITS in the SAP Web Application Server
    ~TRANSACTION              
    Transaction code to be executed
    <<Your transaction code>>
    ~NOHEADEROKCODE
    Hide transaction launcher
    1
    ~GENERATEDYNPRO
    Enable screen html generator.
    1
    ~WEBGUI_SIMPLE_TOOLBAR
    This simplifies toolbar.
    137
    ~SINGLETRANSACTION
    User only could access to transaction defined by parameter ~TRANSACTION.
    1
    ~WEBGUI
    Enables a set of html properties to get a better UX.
    1
    Hope this helps,
    Kind regards!

  • How to hide the menu bar from a Transaction iView (SAP GUI for HTML).

    Hello all,
    I have created a simple SAP Transaction iView of type SAP GUI for HTML.  This iView has the Menu bar that has the buttons: Menu, Back, Cancel, and System.  My requirement is, I dont want to see the menu bar that has these buttons.  How do I go about it?  Please advice.
    Note:  My iView is a SAP Transaction iView and not IAC service related iView. 
    Thanks
    Vicky R.

    You'll want to set the parameter ~webgui_simple_toolbar in your webgui service.
    It is a binary parameter with the following values/options:
    0  : Hiding the page header completely (not recommended)
    1  : Standard setting
                        This is the recommended standard setting in which the title and the menu bar below it with the [Exit] and [Help] button and the application buttons are displayed.
    2  : Displaying the title line
    4  : Displaying the buttons [Exit] and [Help]
    8  : Displaying the active system buttons on the screen ([Back] and [Cancel])
    16  : Displaying the system menu
    32  : Displaying the application buttons
    128 : Deactivating the information block in the status bar (new)

  • Transaction iView - SAP GUI for HTML - Problem while hiding menu bar

    Hello all,
    I am trying to hide the OKcode field and the Menu button in a Transaction iView of type SAP GUI for HTML. I am following the SAP note 1010519. However, nothing seems to change, even after adding the parameter ~webgui_simple_toolbar = 0 or any other value.
    I added the parameter to the service: default_host ->sap -> bc -> gui ->sap -> its -><b>webgui</b>
    After going through few posts relating to this issue, I figured out that passing application parameters would not work. Also, using IAC is not an option for me.
    Can someone help? How can I hide the OKCode field and Menu bar?
    Thanks and Regards,
    Reena

    Hello Reena,
    Maintaining the parameter
    ~WEBTRANSACTIONTYPE   EWT
    will solve your problem. You can also create an IAC iview. Here is a document for the same.
    <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/_d-f/Displaying%20SAP%20Transaction%20as%20Internet%20Application%20in%20Portal.pdf">How to diplay a transaction as IAC iview</a>
    Also remove the parameter ~noheaderOkCode.
    Hope that helps.
    Regards
    Deb

  • Transaction iview SAP GUI type

    Hi,
    We are having a Transaction iview, which doesn't display correctly (some missing fields and buttons) when we set the iView property "SAP GUI Type" to SAP GUI for HTML or SAP GUI for Java. But it displays correctly when we use "SAP GUI for Windows".
    The problem is we won't have SAPGUI installed in our user Windows systems. So the iView will not work, if set the property to "SAP GUI for Windows" on a system with no sapgui installed.
    How do we resolve this issue?
    Thanks,
    Ajay

    Hi Ashish,
    I have entered the WAS and ITS object properties. This is the connection test result:
    SAP Web AS Connection
    Results
    1. The system ID is valid
    2. The system was retrieved.
    3. The system object represents an SAP system
    4. The following parameters are valid: Web AS Protocol (http) Web AS Host Name (testhost:8000)
    5. The host name testhost was resolved successfully.
    6. The Web AS ping service http://testhost:8000/sap/bc/ping was not pinged successfully. If the ping service is not activated on the Web AS, you can try to call the ping service manually.
    7. An HTTP/S connection to http://testhost:8000/sap/bc/bsp/sap was obtained successfully.
    ITS Connection
    Results
    1. The system ID is valid
    2. The system was retrieved.
    3. Retrieval of the default alias was successful
    4. The system object represents an SAP system
    5. The following parameters are valid: ITS Protocol (http) ITS Host Name (testhost:8000)
    6. The host name testhost was resolved successfully.
    7. An HTTP/S connection to http://testhost:8000/sap/bc/gui/sap/its/webgui was obtained successfully.
    Test Connection with Connector
    Results
    Retrieval of default alias successful
    Connection failed. Make sure that Single Sign-On is configured correctly
    Thanks,
    Ajay

  • Jump from Webreport to Transaction SAP GUI Windows RSBBS

    Hi BWers,
    i want to jump from a Webreport with paramters to a SAP R3 transaction in SAP GUI for WINDOWS - i already realized it from BexAnalyzer to a local TA (se16) with a table Name as paramter.
    How can i do this from a Webreport? I don´t NOT want to use SAP Gui for HTML!
    Thanks
    Dominik

    Hi Dominik Lanzenberger,
    Please check here..
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/99/08629bd3e41d418530c6849df303c9/content.htm
    Thanks,
    Vijay.

  • PZ13- Modify or new easy web transaction SAP GUI HTML

    Hi, we want to update the service pz13 of the employee self service (persoanl information). That service is a easy web transaction with SAP GUI HTML.
    We want to hide some fields of the screen.
    How can we do that?
    have we to copy the transaction to a new one and update it?
    Have we to create a new services with html templates?
    In order to create new easy web transaction, Is there any documentation?
    Thanks in advance.
    MANUEL

    Hi,
    I suggest you to read the following documentation :
    http://help.sap.com/saphelp_erp2004/helpdata/en/cb/a56b026d5311d194ac0000e82dec10/frameset.htm
    But the best is to follow the SAP ITS100 course since the course material is not available for free.
    In my view, if you want to keep the same layout as in the original service hiding some fields,
    - create a new service
    - regenerate every screen
    - overwrite for each one the content by the original one
    - comment the html code corresponding to your fields in your template(s).
    - activate the service using transaction sicf.
    Regards,
    Houcine Bourquouquou

  • 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

  • Error in starting SAP GUI as part of an Java RFC call from a PC

    Hi,
    We are on the 4.6C version of SAP and have the latest basis kernel patches that allow an RFC connection to start the SAP GUI. The program that I am running externally is java using the 3.0.1 JCo. The OS of the PC I am using is Windows XP. The SAPGUI version is 7.10 patch level 11.
    The program seems to be working properly as the command prompt window goes grey as if there is another window being opened but then I get back this error message and I do not see the GUI.
    The message I am getting back is:
    Exception in thread "main" com.sap.conn.jco.JCoException:(136) JCO_ERROR_ILLEGAL_STATE:Launching SAP GUI failed, though it was requested(error message:Communication with SAPGUI timed out)
    at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.startSAPGui(MiddlewareJavaRfc.java:1853)
    at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1285)
    at com.sap.conn.jco.rt.ClientConnection.connect(ClientConnection.java:661)
    at com.sap.conn.jco.rt.PoolingFactory.init(PoolingFactory.java:103)
    at com.sap.conn.jco.rt.ConnectionManager.createFactory(ConnectionManager.java:171)
    at com.sap.conn.jco.rt.DefaultConnectionManager.createFactory(DefaultConnectionManager.java:44)
    at com.sap.conn.jco.rt.ConnectionManager.getFactory(ConnectionManager.java:160)
    at com.sap.conn.jco.rt.RfcDestination.initializ(RfcDestination.java:766)
    at com.sap.conn.jco.rt.RfcDestination.getSystemID(RfcDestination.java:794)
    at com.sap.conn.jco.rt.RepositoryManager.getRepository(RepositoryManager.java:32)
    at com.sap.conn.jco.rt.RfcDestination.getRepository(RfcDestination.java:865)
    at GISToSAPWO_Test.get_wo_call(GISToSAPWo.java:91)
    at GISToSAPWO_Test.main(GISToSAPWO_Test.java:206)
    I have been all over trying to find the solution to this and have come up empty. Any help will be greatly appreciated. If this is the wrong forum for this please let me know and I will re-post.
    Thank you in advance for any information you can pass on about the issue,
    Mark

    Hi Greetson,
    Thank you in advance for your response. It is greatly appreciated.
    1) In a way yes. I am using the connection setting USE_SAPGUI = 1. This is suppose to start the GUI prior to starting the RFC's program run. If this is not correct please let me know.
    2) The code is part of the JCo and the RFC library from what I have read. If this is not correct please let me know.
    3) I am only testing from my PC at this moment. I have re-installed my SAP GUI and am now at patch level 13 on 7.10.
    4) The application passes in the connection information which includes username and password along with the parameters for the RFC call. I would like the SAP GUI to open without the user having to re-enter his/her username and password. I thought that once the RFC is called using the dialog users credentials that the GUI would then open using the connection. I have used the java pooled connection method and it still does not open the GUI.
    5) The purpose is to pass Equipment objects, Functional Location objects and Leak Id objects to an RFC to open a list screen from IW39, List Maintenance Order transaction, for display of each at one pass, as well as open Excel with data from classification for the Leak Id's.
    Hope this sheds some light on the problem I am having. Please let me know if more information is needed.
    Best regards,
    Mark

  • Transaction Launcher ITS

    Hi Group,
    I'm trying to understand how to launch SAP Gui transactions into ICWEB. Is that through ITS ?
    I have come across a blog /people/raja.g/blog/2007/01/24/displaying-r3-transaction-in-icwc-application that displays an R/3 transaction in ICweb,, but did not really mention ITS anywhere.. Could someone briefly explain when we use ITS and when we don't ?
    Also, Please refer me to some kind of material that helps me in gettting good understanding og Transaction Launcher and ITS. (I do have iC web cookbook)
    Thank you
    Ravi.

    Yes Transaction launcher works through ITS .  When you configure Transaction launcher it ask for a Business Object , Business Object Method and a RFC Destination . 
    The Transaction Launcher Link on the IC Web will actually call the Method of the Business Object on the RFC Destination System ( Another R/3 system )  using the ITS Service   CCMP_RABOX ( Check for OSS Note 888931 , which says to use a new Service )  .
    So essentially you have to do the following :
    1) Configure the Transaction launcher thru the Wizard in SPRO .
    Before that you need to set up the RFC Destination . Get details of the Business Object and the Method to call on the RFC system for example BUS2032 for Sales Order on your ECC system. ( Parameters to pass and return which will be the Key of the Business Object , Export and IMport parameters of the Method )
    2)  Specify the URL to the ITS service with the new URL that uses webgui.
    a) Execute transaction CRMS_IC_CROSS_SYS.
    b) Change the URL of ITS to use webgui which will be of the format
    http://<host>:<port>/scripts/wgate/ccmp_rabox /!
    To get this URL you need to check with your Basis team to get the ITS Instance for the RFC system

  • Shift+F2 not working in SAP GUI for ITS

    Hi,
    In my transactional iview (SAP GUI for ITS) , in one of the screens, shift+F2 is not working(Which in turn opens graph for the report) The same is working fine in SAP GUI for html.
    How can i make this work?
    Also, can i have a document with the comparision of SAP GUI for html & SAP GUI for ITS, specifying its advantages and dis-advantages as well?..
    Pls treat this query as urgent and respond ASAP.
    Thanks in advance,
    Kavitha

    ITS THE PROBLEM IN DEV NOT IN PROD ECC SYS

Maybe you are looking for

  • Applications think I'm not connected to internet, yet I am

    I'm going crazy here. I have been using Mac OSX for a few years with no problems. Yesterday, after using the httpmail plugin for 2 years to read my hotmail in Mail app, it stopped working. Today, while I am connected to the internet via an ethernet c

  • How to create a Registration page in WebDynpro java

    Hi All, How to create a registration page in Web Dynpro java.Whatever i enter in the field of registration page should be stored in the pcd..So plz help me??? Message was edited by: suman sahu

  • Creating PDF From Scanner

    I just purchased Adobe Acrobat 9 Standard. I'm trying to scan in a three page document; however, since one of the pages is only half a page, it keeps scanning it in as landscape rather than portrait. How do I get it to stop doing this? Thanks in adva

  • Exporting still frames in 16:9

    I know how to export a still, but am working on a 16:9 project (HDV). It is a still from a "talking head" interview ... when I export (using quicktime conversion > still image) the head is stretched. Looking back through other posts I've tried to use

  • Am I totally hosed?

    Yesterday I was running carbon copy cloner to back up my hard drive to my firewire. I keep the firewire drive bootable in case the worst happens. Apparently it did. The system totally locked up (normal back-up takes less than an hour and after four h