What's up with RSRT in SAP GUI 7.20

Hi guys,
I recently installed SAP GUI 7.20, and when I try to run a debug from RSRT options for debugging won't come up... I go directly into a debug without the code I wanted to see (it's a couple of steps after)...
Any ideas ? Has this changed in this new version or is it me doing something wrong ?
I'm running against the clock here, and I seem to be unable to solve this...
Regards !

Try uninstalling the GUI 7.20 and reinstall the GUI 7.20 along with the .net Component.
Seems like the GUi problem, try reinstalling the GUI with the latest patch.
Edited by: prashanthk on Oct 7, 2010 4:37 PM

Similar Messages

  • Problem with Interaction between SAP GUI and BSP Applications

    Hi Folks,
    I am new to BSP and am trying to create a program to created a BSP within the SAP GUI. This is my program, I have tried to find as to what error have I made but I am not able to find out.
    I can only find a button post document in the output, but I am not able to trigger any event. Please let me know as to what is the error.

    REPORT  zbsp_iact_gui.
    SET SCREEN 100.
    *       CLASS cl_my_html_yiewer  DEFINITION
    CLASS cl_my_html_viewer DEFINITION INHERITING FROM cl_gui_html_viewer.
      PUBLIC SECTION.
        METHODS: constructor IMPORTING parent TYPE REF TO cl_gui_container.
        METHODS: on_sapevent FOR EVENT sapevent OF cl_gui_html_viewer IMPORTING action postdata.
    ENDCLASS.                    "cl_my_html_viewer  DEFINITION
    *       CLASS cl_my_html_viewer IMPLEMENTATION
    CLASS cl_my_html_viewer IMPLEMENTATION.
      METHOD constructor.
        super->constructor( parent = parent ).
        DATA: event_tab TYPE cntl_simple_events,
              event TYPE cntl_simple_event.
        event-eventid = me->m_id_sapevent.
        event-appl_event = 'X'.
        APPEND event TO event_tab.
        call method html_control->set_registered_events
            exporting
               events = event_tab.
        SET HANDLER me->on_sapevent FOR me.
      ENDMETHOD.                    "constructor
      METHOD on_sapevent.
        BREAK-POINT.
        IF action CS 'COUNTER'.
          DATA: counter TYPE string.
          READ TABLE postdata INDEX 1 INTO counter.
          SPLIT counter AT '=' INTO counter counter.
          MESSAGE counter TYPE 'I'.
        ENDIF .
      ENDMETHOD.                    "on_sapevent
    ENDCLASS.                    "cl_my_html_viewer IMPLEMENTATION
    DATA: html_viewer TYPE REF TO cl_my_html_viewer,
          html_container TYPE REF TO cl_gui_custom_container,
          fcode LIKE sy-ucomm.
    *&      Module  STATUS_0100  OUTPUT
    *       text
    MODULE status_0100 OUTPUT.
      SET PF-STATUS 'TESTHTM1'.
      IF html_viewer IS INITIAL.
        CREATE OBJECT html_container
          EXPORTING
            container_name = 'HTML'.
        CREATE OBJECT html_viewer
          EXPORTING
            parent = html_container.
        DATA: url TYPE string, urlc(2048) TYPE c.
        cl_bsp_runtime=>construct_bsp_url(
        EXPORTING in_application = 'ZBSP_IACT_GUI'
        in_page = 'Start.htm'
        IMPORTING out_abs_url = url ).
        urlc = url. " type conversion STRING to C
        CONCATENATE urlc '?SAP-CLIENT=650' INTO urlc.
        html_viewer->show_url( url = urlc ).
      ENDIF.
    ENDMODULE.                 " STATUS_0100  OUTPUT
    *&      Module  USER_COMMAND_0100  INPUT
    *       text
    MODULE user_command_0100 INPUT.
      CASE fcode.
        WHEN OTHERS.
          CALL METHOD cl_gui_cfw=>dispatch.
      ENDCASE.
    ENDMODULE.                 " USER_COMMAND_0100  INPUT
    Edited by: Nonconformist Pagal on May 12, 2009 1:42 PM
    Edited for formatting by: Durairaj Athavan Raja on May 14, 2009 9:50 AM

  • Problem with 'SAPGUI_PROGRESS_INDICATOR' in SAP GUI 7.10

    Hi!
    We have a problem with SAP GUI 7.10 PL 11. When running this little code snipet, the SAP GUI crashes and SM21 mentions a broken pipe while calling writev in niuxi.c
    DATA: lv_i type i,
          lv_string type string.
    DO 50000 TIMES.
    lv_i = lv_i + 1.
    lv_string = lv_i.
      CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
       EXPORTING
    *     PERCENTAGE       = 0
         text             = lv_string.
    ENDDO.
    Can anyone confirm this problem or is it solved with a higher patch level ?
    Thank you,
    Markus

    Hello Markus,
    this code snippet would be perfect to be added to an official bug report created at http://service.sap.com/message on component BC-FES-GUI.
    Best regards
    Rolf-Martin

  • Upgrade from EDGE 3.0 -- EDGE 3.1: What to do with the new SAP transports?

    Hello together,
    we upgraded our EDGE 3.0 System to EDGE 3.1.
    Also we upgraded the SAP integration kit.
    Everything seems to work fine.
    With the EDGE 3.1 Integration pack there are also new SAP transports included.
    Now there are a few questions. Hope someone can help me with this
    Do we have to import them?
    Can we still use the "old" transports already imported in SAP?
    Can we just "override" the "old" transports?
    Is there an performance improvement (especially with WebI) with the new transports?
    Thanks very much in advance!
    With kind regards
    Sebastian

    Ingo,
    If I do a fresh install of BOXI 3.1 Edge SP2...do I have to import the original transports or can I go directly to the SP2 "version" of the transports?
    Thanks.
    Kevin

  • Bandwidth required with new SAP GUi

    Hey all,
    I am trying to find out what is the bandwidth required for each user for each session for SAP GUI 7.0. With the old SAP GUI 620, we had 3 KB per user per session required.
    Thanks in advance.
    Laura

    Hi Laura,
    there shouldn't be very much difference. The [Sizing Guide "Front-End network requirements for SAP Business Solutions"|http://service.sap.com/~sapidb/011000358700003943521999E] doesn't mention any version dependent values.
    Regards,
    Peter

  • SAP GUI Issue

    Hi Experts,
    I have installed SAP GUI 7.2 on my system (WIN XP) successfully.  I logged on and worked with some transctions but when i am pressing SPACE BAR for previously used objects in any transaction , the object name that i have used is not coming. Same problem is coming  while trying to press SPACE bar on logon screen. Every time I have to remember the objects what i want to use. Please give me suggestions what could be the problem.
    Thanks and Regards,
    Sumesh

    I noticed you said that you installed SAP GUI onto your machine.  Is this a new machine, or a re-do of Windows and you had to install SAP GUI?  Was there a previous version installed and you uninstalled it to install the newer version?
    If you have enabled history, it should be building a new list.  If you are looking for your old history, that depends on what happened prior to you installing SAP GUI.  If its a new machine, chances are that history is gone.  if you uninstalled a previous version (7.10) try looking for your SapWorkDir folder, depending on how you uninstall it or steps taken afterward, it may be gone. (When we uninstall it here, that information along with folders is removed.)
    FYI, 7.20's history can be found here by default.
    C:\Documents and Settings\<username>\Application Data\SAP\SAP GUI\History
    Regards,
    Zecher

  • Questionnaire for users of SAP GUI (closed)

    When using SAP GUI *) for a while, users tend to open new session windows and maybe new connections to other SAP system instances as well. With the increasing number of windows, it can be difficult to find and switch to the session you want to proceed working with.
    SAP is currently looking into ways to improve the session handling in the SAP GUI. Options including a <a href="http://en.wikipedia.org/wiki/Multiple_document_interface">multiple document interface (MDI)</a> or <a href="http://en.wikipedia.org/wiki/Tabbed_document_interface">tabbed document interface (TDI)</a> approach are being discussed. The latter has been adopted by many web browsers for similar reasons.
    In order to ease the process of finding an appropriate interaction model, it would be helpful to have a good understanding of how people are working with the SAP GUI today.
    For this purpose we would like to ask you to provide feedback on the questions below. You can either directly reply in this thread or send a mail to woersi (at) sap (dot) com with the subject starting with "Questionnaire".
    Note: The new approach will be an additional option and will not replace the current implementation.
    <b>1. What is your role using the SAP GUI?</b>
    a) admin/technical/developer
    b) business user
    c) consultant
    d) other
    <b>2. Do you think the multiple document interface or tabbed document interface could make handling of multiple windows in SAP GUI more convenient?</b>
    a) yes
    b) no (better to leave it up to the window management of the platform SAP GUI is running on like entries in the Windows taskbar)
    <b>3. In how many different SAP systems are you (or the users in your company) typically working in parallel?</b>
    a) one
    b) two
    c) more
    <b>4. How many sessions in total do you (or the users in your company) have open in parallel?</b>
    a) one or two
    b) three to six
    c) more
    <b>5. What do you think is the preferred window arrangement for end users?</b>
    a) each SAP session in a separate window
    b) all SAP sessions (of all connections) in one single window
    <b>6. How would you like to use the SAP Easy Access menu?</b>
    a) show it only at the beginning like it is today
    b) display it on request (like after clicking on some area) when you want to launch a new transaction
    c) you are not really using it
    <b>7. Which SAP GUI(s) you are using in your company?</b>
    a) SAP GUI for Windows
    b) SAP GUI for Java
    c) SAP GUI for Html
    <b>8. Please add any comments you may have regarding the questions above.</b>
    Please send your feedback by <b>July 27th</b> at the latest.
    Looking forward to your input.
    Rolf-Martin Woersinger
    SAP GUI for Java project lead
    *) Please consider the term “SAP GUI” representing both SAP GUI for Windows and SAP GUI for Java

    1. a)
    2. a) yes
    3. one or two (but almost always, with multiple windows (e.g. 6) in
    each system.
    4. Usually, three to six - but ten isn't unusual.
    5. a) each SAP session in a separate window (because it makes
    comparisons between sessions easier - also it helps with cutting and
    pasting between sessions).
    6. b) display it on request (like after clicking on some area) when
    you want to launch a new transaction
    7. a) SAP GUI for Windows and b) SAP GUI for Java
    8. On the Mac implementation of the JavaGui, the Windows menu
    currently identifies sessions by a System name and a session number
    (for example, "Dev(3)"). I'd really like more information to identify
    the session, perhaps adding the transaction code (for example,
    "Dev(3)SE38").

  • SAP GUI Configuration for Mac OSX

    Hi Everyone,
    I work for the UW-Milwaukee University Alliance hosting center, and am having trouble trying to figure out how to create a server configuration file that can be easily distributed to all of our customers.
    I'm not really sure what files are necessary for the SAP GUI application to load our specific settings.  Obviously it has something to do with the "connections" file located at USER/LIBRARY/PREFERENCES/SAP.
    When I enter all of the connections manually through the "expert" settings, the connections will show up and work, but when I go to close the program and open it again, they're all gone.  The server list is still in the "connections" file though.
    If anyone has some insight as to how this application works, configuration-wise, any help would be appreciated.
    Thanks in advance!

    Let's separate the issues of creating appropriate configuration files and distributing the files to your Mac users.
    With respect to distributing the files:
    This is explained in the HTML documentation distributed with the JavaGui, in the "Installing Custom Templates" section of the Administration > Configuration Files page.
    After you've created "connections" and "settings" files that you want to distribute, rename them to "connections.template" and "settings.template", respectively. Then use the command
    "jar -cf ./templates.jar settings.template connections.template"
    to make a "templates.jar" file containing them. Before the JavaGui is installed, put the "templates.jar" file in the same directory as the PlatinGUI-MacOSX-710rnumber.jar file. This will produce the "connections.template" and "settings.template" in the same directory as the JavaGui application, typically "/Applications/SAP Clients/SAPGUI 7.10revnumber".
    When a user launches the JavaGui application, if he DOESN'T ALREADY HAVE "connections" and "settings" files in his <home-directory>/Library/Preferences/SAP directory, the "connections.template" and "settings.template" files will be copied to his <home-directory>/Library/Preferences/SAP directory with the names "connections" and "settings", respectively.
    With respect to creating the "connections" and "settings" files, I'm not sure why what you are doing is not working.
    Which version of the JavaGui are you using?
    I assume that after configuring the connections, you clicked the "Save" button.
    When you go to SAPGUI > Preferences > Configuration > SAP Logon is anything listed there?
    As another approach, you might want to consider using central configuration files as shown in the HTML documentation Administration > Overview on Local/Central Files page.

  • SAP GUI Space requirements

    Hi Everyone,
    Can anyone guide in providing space requirment details for installing SAP GUI 7.1 for hand-held devices (like handy cam, blackberry etc) having 64 MB RAM?
    I want to know what are the requirments to install SAP GUI 7.1 to handheld devices like space, RAM etc.
    Expecting an immediate assitance.
    Regards,
    Siva

    Hi Siva,
    AFAIK the SAP GUI is not installed on any mobile device. There are mobile scenarios with thick and thin clients, where thin client is browser based. I recommend the forum "[Mobile|SAP for Mobile;" for that question.
    Regards, Boris

  • Adding *SAP Gui Scripting* in windows 2003

    Hi,
    we r devloped some z programs, and it is displayed properly in client desktp (XP). But it is not displyed properly in (OS) Windows 2003 server.
    So i added SAP Gui Scripting through Gui instalation and it displyed ok. But at same time my SAP Logon pad will hide from my desktop.
    So again i installed my SAP gui with
    1. SAP Gui Suite
    2. R/3 Add-on
    3. General Add-on
    Again same problem that is not visible when i am adding SAP Gui Scripting saplogon pad will automatically hide from my desktop.
    GUI version 7.10
    What could be resons?
    Regards
    Edited by: manoj nayak on Apr 6, 2010 9:51 AM
    Edited by: manoj nayak on Apr 6, 2010 10:18 AM

    Hi,
    Can u give more information how to troubleshot this one?
    And why after install (add) of SAP GUI SCRIPT SAP logon pad will automatically remove from desktop?
    Error:
    The system cannot find the file specified.
    Destination:
    C:\Program Files (x86)\SAP\FrontEnd\sapgui\wwi\wwilabel.exe
    Error-Code:
    2147024894
    Any idea?
    Regards.

  • SAP GUI for JAVA - Search Help ALV display

    I need to be able to display search helps in the ALV grid format or the ' Dialog Modal ' option as seen on the <b>Settings for all F4 helps</b> tab under the personalize option for search helps.
    Currently when I am using a Macintosh machine the system ignores the system setting and my personal settings and displays all search results in an ABAP List format. Unfortunately the ABAP list format does not work correctly when used to input a field on another ABAP list report.
    This behaviour can be found on the Mozilla Firefox browser when SAP GUI for HTML and the SAP GUI for JAVA.
    Your help will be greatly appreciated.

    Hi Rolf-Martin,
    Thank you for your detailed explanation on how the ALV grid control is implemented for the SAP GUI for Java.  This has been pretty insightful.  The good news is that I finally figured out a solution to my problem.  You see I inherited an old custom program where an ABAP list is used as an interactive data capture screen with input fields.  Well a couple of fields had search helps. The program has worked fine with the regular SAP GUI until a MAC OS user tried to use it with the SAP GUI for Java.  Whenever they selected a line from the search help it would bring back the entire onto their input screen.
    A sample of the code:
    form search_help.
        CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST'
           EXPORTING
                TABNAME     = 'EKPO'
                FIELDNAME   = 'MATNR'
                SEARCHHELP                = 'ZMAT1_A'
                SHLPPARAM                 = 'MATNR'
           TABLES
                RETURN_TAB       = RET_TABLE.
    IF NOT RET_TABLE-FIELDVAL IS INITIAL.
       LINXX-XMATNR = RET_TABLE-FIELDVAL.
       MODIFY CURRENT LINE FIELD VALUE XMATNR FROM LINXX-XMATNR. " ****
    ENDIF.
    SET CURSOR 9 SY-CUROW.   " ********
    endform.
    The problem was being caused by the fact that the search help ABAP list was overriding the sy-XXXX values for the current line contents, index, pageno, cursor row for the calling ABAP list. So when a user selected a row from the search help this would now become the current context and be transferred back to the calling program. 
    The fix was pretty simple; all I had to do was save the current line context and the context prior to calling the search help.  After the search help was run I would then replace the current line with the saved one in my local variable.  I hope this makes sense. We now have a couple of happy MAC OS users.
    Once again I thank you for your patience and support in  this matter.
    Have a great day,
    Edwin.

  • SAP GUI Crash and/or hung up

    We have an application that emulate the user interaction with SAP application and use SAP GUI scripting (GUI for window) from VB module to interact with SAP application and perform various operations on SAP window. The operation performed during that exercise are inputting values, search a node in tree, search a value in table, input value in a table cell, click on button, send virtual keys to sap window, interacting with context menu etc etc.. Operations that need to perform on SAP GUI are organized into 'tests" and are performed in a serial fashion. A same test (sequence of operations) can be performed any number of times on a given SAP application.
    Lately, we have seen that either SAP Gui crashes or become unresponsive at random when a set of operations (test) are being performed iteratively on SAP GUI. The same test executed correctly many times but at random iteration it become completely unresponsive and hung up.
    Although, SAP Gui hang up occurred at a random iteration but we've noticed that if there were two sap instances on the machine then this behavior is noticed much earlier and it is almost certain to get to this sate if an ECATT is running in another sap window but still not able to establish a particular pattern and some time same tests were executed correctly in all the above mentioned scenarios. However, when problem occurred, it usually happen just after the operations that have caused SAP GUI to do a server round trip like click on button or scrolling a table etc but still it was quite random and was unable to establish a pattern.
    When SAP GUI hung up then not only it becomes completely unresponsive, but it also hung up any application they tries to interact with SAP GUI scripting object.  At this point, any attempt to make any references to any scripting object or even a fresh attempt to connect to scripting object model also hung up that application. The only way out at that point is to kill SAP Gui from the task manager and once SAP Gui killed then all application that was previously hang up start to resume execution!
    SAP GUI for Window  7.1 patch 7 and path 11 are being used.
    Any help shall be greatly appreciated.

    Hi Gary,
    You could also reach a point where your backend ABAP instance Kernel version plus SAP-BASIS component will have problems with a unsupported SAP GUI.  Your W2's will leverage an Adobe Document Server, ADS, or smart form technology.  You will experience rendering issues eventually.
    It's a vicious circle of Desktop Office Integration.  With Microsoft 8.1 and Microsoft Office 2013 there were a lot correction's pushed out in SAP GUI 7.30.
    Cheers,
    Dan Mead

  • File_Open_Error=1 message for SAP Gui 7.10 when running GUI_IS_ITS

    Hello,
    I'm trying to upload a text file using gui_is_its. When using sap gui 7.10 (SP 14) I get a file_open_error = 1 message. However, when I run the same option using sap gui 6.40 - the file uploads OK.
    Can you tell me why I get the error with the latest sap gui patch and how I can resolve this issue?

    Hi ,
    I have updated the GUI for the latest patch , that is 5. and still at sometimes when using query designer "critical Error" msg used to appear.. i have checked the logs but it doesnt give out any clue why this error occurs.. if  ya have any suggestion please let me inform as well..
    Thanks !

  • Downloading SAP GUI

    Hi All,
    Could any one please tell is what is the procedure to download SAP GUI. and same time please tell me what is version of SAP GUI which support my SAP 5.0 application server.
    Thanks and regards
    Vardhan

    Hello. What you mean under SAP 5.0 application ?? Download latest SAPGUI is used for all old sap releases ( Except for absolutely old) .
    Download from :                ftp://ftp.sap.com/pub/sapgui/win/710/compilation2/
    and last patch from:          ftp://ftp.sap.com/pub/sapgui/win/710/patches/
    Regards.

  • What is the best approach for QA testing of SAP Gui with mercury

    Hello,
    I have to create a testplan for a SAP Gui QA with Mercury's Quality Center.
    Does anybody have experience in doing similar or has recomendations for a good testing scope or useful testing requirements ?
    Any help would be appreciated.
    Thanks

    Hi Michel,
    Go thru the following links which might be helpful for u:
    mercury test director
    http://www.mercury.com/us/products/quality-center/testdirector/
    Regards,
    Anuradha.B

Maybe you are looking for

  • Select statement in a sub routine(For Sapscript)

    Hi, M unable to write select statement for my reqirement in Sap-script in Sub routine. My requirement is 1)"Your correspondent for quality" in main window of my form. For dis rule is as below "Get the 'changed by' value resord in table QCPR field AEN

  • Installing own kernel...

    I have no problem git cloning my kernel of choice and configuring. My question is when compiling a new video drivers or any other package that might be dependent on Linux sources. I usually use the /usr/src directory. I am having trouble with the PKG

  • Firefox is starting in the 32 bit mode it says Firefox*32.. How can i get rid of this?

    Firefox is starting in the 32 bit mode it says Firefox*32.. How can i get rid of this? Whenever i close Firefox and restart my computer it goes back to normal.There is also another problem associated with this which is that whenever Firefox is in 32

  • Master slides I created and saved as a theme won't work

    I've created a set of Master Slides for Keynote and saved the file as a .kth file per the Help function in Keynote. However, whenever I try to use them (apply a theme to a slide) I get this message when I try to edit the slide: "The object you are tr

  • Photoshop will not resize images

    As of today, PSE will not resize images for me.  I typically use PSE for this function and am familiar with it. I thought it might have been the windows update that occurred last night, so I restored my system earlier, but it does not help.  I still