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.

Similar Messages

  • Unable to Print Purchase order automatically using SAP GUI for JAVA

    Hi SAP gurus,
    Some of the PC's in our company use windows and some LINUX. Therefore we use two types of SAP GUI. One for windows and the other one JAVA. PO approval was set to print automatically. In a windows setting, there are no problems with this setup. But in SAP GUI for JAVA, no print outs are produced and no error messages are displayed. I am using SAP GUI for JAVA version 7.10 ver 6. and I use Front end printing for linux access method G.
    please help,
    gungertz

    hi gungertz,
    You can use U type access method for printing SAP document using linux desktop.
    Please refer to my blog posting here (http://sapbasis.wordpress.com/2007/08/23/print-sap-documents-using-linux/)
    ardhian
    http://ardhian.kioslinux.com
    http://sapbasis.wordpress.com

  • ANN: SAP GUI for Java 7.10 available for download

    Hi all,
    SAP GUI for Java 7.10 is now available at <b>http://service.sap.com/sapgui-java</b>.
    In case you are not registered on service.sap.com, you can alternatively download it from ftp://ftp.sap.com/pub/sapgui/java/710.
    <b>New platforms:</b>
    - JSE 6: See System Requirements of platforms for details. Also, usage of JRE 1.4.2 is no longer supported.
    - Microsoft Windows Vista (Business and Ultimate editions)
    - Mac OS X 10.5 (once the test on the final build of "Leopard" has been successfully completed, see <a href="https://service.sap.com/sap/support/notes/959236">Note 959236</a> for latest news)
    - HP-UX 11.31
    <b>New features:</b>
    - <b>Input History: </b>Text previously entered in an entry field is available in a dropdown listbox when the same entry field is reaccessed.
    - The <b>installer</b> now can be launched directly from a write-protected directory and the installation process completes considerably faster.
    - The <b>Preference Dialog</b> has been redesigned.
    - <b>Dynpro Splitter:</b> The feature to display two subscreens divided by a horizontal or vertical splitter has been implemented.
    <a href="https://service.sap.com/sap/support/notes/959236">Note 959236</a> lists the supported platforms and will include latest news on support for Mac OS X 10.5 (Leopard).
    Best regards
    Rolf-Martin

    Hello Mac users,
    ANN: SAP GUI for Java 7.10 rev 1 available for download officially supports Leopard.
    Best regards
    Rolf-Martin

  • ANN: SAP GUI for Java 7.00 rev 5 available for download

    Hi all,
    SAP GUI for Java 7.00 rev 5 is now available at <b>http://service.sap.com/sapgui-java</b>.
    In case you are not registered on service.sap.com, you can alternatively download it from ftp://ftp.sap.com/pub/sapgui/java/700r5.
    This revision solves issues in the dropdown listbox, grid and table control. Also an issue with FileDownload is fixed. For more information, please refer to the release notes.
    <a href="https://service.sap.com/sap/support/notes/954572">Note 954572</a> lists the supported platforms.
    Best regards
    Rolf-Martin

    hi Mr.Rolf-Martin,
       this is kumar writing in regards with the sap gui for java 7.00 rev 4.....i found ur link very helpful ....thanks for the link...and i have a problem in creating a new connectioin ....i have gone thru some of the forum replies and pdf's ....but i could not set up the new connection ....
    can u plz help me in creating a new connection .....
    the rev4.jar file was successfully installed.....
    and whats are the next steps .....
    any help appriciated thanks
    regards
    kumar

  • ANN: SAP GUI for Java 7.00 rev 6 available for download

    Hi all,
    SAP GUI for Java 7.00 rev 6 is now available at <b>http://service.sap.com/sapgui-java</b>.
    In case you are not registered on service.sap.com, you can alternatively download it from ftp://ftp.sap.com/pub/sapgui/java/700r6.
    Please refer to the release notes for the list of bug-fixes.
    <a href="https://service.sap.com/sap/support/notes/954572">Note 954572</a> lists the supported platforms.
    Best regards
    Rolf-Martin

    hi Mr.Rolf-Martin,
       this is kumar writing in regards with the sap gui for java 7.00 rev 4.....i found ur link very helpful ....thanks for the link...and i have a problem in creating a new connectioin ....i have gone thru some of the forum replies and pdf's ....but i could not set up the new connection ....
    can u plz help me in creating a new connection .....
    the rev4.jar file was successfully installed.....
    and whats are the next steps .....
    any help appriciated thanks
    regards
    kumar

  • ANN: SAP GUI for Java 7.00 rev 4 available for download

    Hi all,
    SAP GUI for Java 7.00 rev 4 is now available at <b>http://service.sap.com/sapgui-java</b>.
    In case you are not registered on service.sap.com, you can alternatively download it from ftp://ftp.sap.com/pub/sapgui/java/700r4.
    This revision solves various issues in the textedit, grid and tree control. For more information, please refer to the release notes.
    <a href="https://service.sap.com/sap/support/notes/954572">Note 954572</a> lists the supported platforms.
    Best regards
    Rolf-Martin

    hi Mr.Rolf-Martin,
       this is kumar writing in regards with the sap gui for java 7.00 rev 4.....i found ur link very helpful ....thanks for the link...and i have a problem in creating a new connectioin ....i have gone thru some of the forum replies and pdf's ....but i could not set up the new connection ....
    can u plz help me in creating a new connection .....
    the rev4.jar file was successfully installed.....
    and whats are the next steps .....
    any help appriciated thanks
    regards
    kumar

  • ANN: SAP GUI for Java 7.00 rev 3 available for download

    Hi all,
    SAP GUI for Java 7.00 rev 3 is now available at <b>http://service.sap.com/sapgui-java</b>.
    In case you are not registered on service.sap.com, you can alternatively download it from ftp://ftp.sap.com/pub/sapgui/java/700r3.
    This revision solves various issues in the table, grid and tree control. For more information, please refer to the release notes.
    <a href="https://service.sap.com/sap/support/notes/954572">Note 954572</a> lists the supported platforms.
    In case of still using a version of SAP GUI for Java 6.40, please upgrade to the new version because SAP GUI for Java 6.40 is no longer supported.
    Best regards
    Rolf-Martin

    hi Mr.Rolf-Martin,
       this is kumar writing in regards with the sap gui for java 7.00 rev 4.....i found ur link very helpful ....thanks for the link...and i have a problem in creating a new connectioin ....i have gone thru some of the forum replies and pdf's ....but i could not set up the new connection ....
    can u plz help me in creating a new connection .....
    the rev4.jar file was successfully installed.....
    and whats are the next steps .....
    any help appriciated thanks
    regards
    kumar

  • Question about SAP Gui for java

    I've just installed SAP GUI for java on my local compoter , when I chooe new and the system list is empty , Can any one tell me how to do with it ?
    It will be very helpful if you can provide me with an template of the config file .
    Best regards ?

    Hi,
         Check this link
    /people/manfred.lutz/blog/2007/03/16/new-blog-series-abap-trial-version-for-newbies
    Reward points if useful,
    Regards,
    Niyaz

  • ANN: SAP GUI for Java 7.10 rev 10 available for download

    Hi all,
    SAP GUI for Java 7.10 rev 10 is now available at
    <b>SAP GUI Family</b> and
    ftp://ftp.sap.com/pub/sapgui/java/710r10
    <b>Enhancements and New Features</b>
    Support for new OS versions: openSUSE 11.1
    Calendar Control has been completely rewritten.
    <b>Bug fixes:</b>
    Please refer to the release notes part of the installer.
    Best regards
    Rolf-Martin

    hi Mr.Rolf-Martin,
       this is kumar writing in regards with the sap gui for java 7.00 rev 4.....i found ur link very helpful ....thanks for the link...and i have a problem in creating a new connectioin ....i have gone thru some of the forum replies and pdf's ....but i could not set up the new connection ....
    can u plz help me in creating a new connection .....
    the rev4.jar file was successfully installed.....
    and whats are the next steps .....
    any help appriciated thanks
    regards
    kumar

  • ANN: SAP GUI for Java 7.10 rev 8 available for download

    Hi all,
    SAP GUI for Java 7.10 rev 8 is now available at
    <b>SAP GUI Family</b> and
    ftp://ftp.sap.com/pub/sapgui/java/710r8
    <b>Enhancements and New Features</b>
    Support for new OS versions: openSUSE 11.0
    Applet: A <b>new certificate</b> has been used to sign the product, because the previous is valid only until April 1, 2009. 
    <b>Bug fixes:</b>
    Please refer to the release notes part of the installer.
    Best regards
    Rolf-Martin

    hi Mr.Rolf-Martin,
       this is kumar writing in regards with the sap gui for java 7.00 rev 4.....i found ur link very helpful ....thanks for the link...and i have a problem in creating a new connectioin ....i have gone thru some of the forum replies and pdf's ....but i could not set up the new connection ....
    can u plz help me in creating a new connection .....
    the rev4.jar file was successfully installed.....
    and whats are the next steps .....
    any help appriciated thanks
    regards
    kumar

  • In case of problems with SAP GUI for Java  ...

    Hello all,
    in case of having problems (errors, ABAP dumps etc.) with SAP GUI for Java, please create an OSS message on component BC-FES-JAV with information described in OSS note 326558
    http://www.service.sap.com/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700010521522001.
    This makes sure our official support channels get aware of your problem.
    Thanks and best regards
    Rolf-Martin

    Hello Rolf-Martin,
    i don't have access to this website to view the note.
    The version of the Suse libc is:
    GNU C Library stable release version 2.3.2, by Roland McGrath et al.
    Copyright (C) 2003 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    Compiled by GNU CC version 3.3 20030226 (prerelease) (SuSE Linux).
    Compiled on a Linux 2.4.20 system on 2003-03-13.
    Best Regards,
    Piotr Brostovski

  • Commenting a Line in ABAP Editor when using SAP GUI for java

    Hi,
    In ABAP editor we can highlight the line which are to be comment and use cmd+< sign to comment those lines. What will be the command to be used to achieve the same functionality when using SAP GUI for JAVA on an iMac.

    Hello Kedar,
    please check with SAP GUI for Java 7.20 rev 5 before submitting a bug report.
    Also please verify, that cmd-< and cmd-> are not assigned as "Keyboard Shortcuts" in the "Keyboard" control panel of "System Preferences".
    Bug reports can be submitted with the [SAP Message Wizard|http://service.sap.com/message], for SAP GUI for Java please use component BC-FES-JAV.
    Best regards
    Rolf-Martin

  • SAP GUI for Java 7.00 rev 4 - bug in ABAP download

    When I try to download ABAP source code or when I use "Edit Locally" in SE38 (the easiest way how to write/edit programs with a comfortable editor), ABAP source is downloaded to my computer with trailing 0x00 bytes. It has small side-effect in Local Editing: new code with this block is uploaded into SAP and syntax check of such program fails.
    Using 7.00 rev 3 works fine.
    Has anybody idea how to eliminate this bug?
    Wishlist, but to another forum: It will be really nice to assign hot-key to this menu item in SE38.
    Thank you,
      Pavel

    Hello Pavel,
    thanks for bringing this to our attention.
    This is a bug in SAP GUI for Java 7.00 rev 4 and we will fix this in the next revision.
    Regarding the hot-key for the "Edit Locally" menu item, I suggest to give this feedback officially using <a href="http://service.sap.com/message">message wizard</a> on component BC-DWB-TOO.
    Best regards
    Rolf-Martin

  • SAP GUI for Java in portal

    Hi,
    I have installed SAP GUI for Java as written here: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bc_fes/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d31303334393332%7d
    I got a message that the instalation was succesfull. But after clicking the iview with the transaction the iview freezes and the transaction is not displyed. Any ideas where could be the problem?
    Thanks and regards
    Ivo

    hi Ivo Kostelecky,
    for SAP GUI
    you fill the properties ...
    Description  -
    Aplication Server -
       here u give the url
    SYSID -
    here u give the system id
    System Number -
    00 System Number
    SAPsystem----- here u fill the System

  • SAP GUI for Java 7.10 rev 7 - strange behavior using mouse

    Hi,
      I use last revision of SAP GUI for Java 7.10 on linux and I've noticied that some mouse actions do not work as expected. I'll use describe an examples:
    (1)
    In rev.6 I simly push button on screen and move over text, text is marked and then I can use CTRL-C to copy text to clipboard.
    In rev.7 pushing button and move does nothing. I need one initial click more and then it works as expected.
    (2)
    Click to icon in an ABAP list sometimes activate another icon from screen (it seems that focus isn't moved from its previous position to new mouse cursor position).
    Because rev.7 has been released at the end of 2008, it is possible, that some dotted revision (solving these troubles) has been released, does anybody know solution?
    Thank you for some hints,
      Pavel

    Hello Pavel,
    we have not yet been aware of such issues, so a newer dotted version would likely not make a difference.
    (1) The behavior pretty much depends on the specific component you are clicking and selecting its text.
    So a specific test case identifying the component is required to investigate the issue.
    (2) Also for this case I ask to provide the exact context, even if it happens there only "sometimes".
    Please provide also information requested in [note 326558|https://service.sap.com/sap/support/notes/326558], parts 2.) and 3.)
    If you could provide all this as part of a [support message|http://service.sap.com/message] would be great.
    Best regards
    Rolf-Martin

Maybe you are looking for

  • This is what counts for support these days?

    my post: "sometimes the messaging app crashes. pic sometimes a message gets received, but the light doesn't blink. wifi disconnects and won't reconnect until i turn wifi off and then back on, or reboot the phone. sometimes the walkman app just stays

  • How do I download an ebook to read in itunes? I have windows 7 and itunes 12

    How do I download a book to read in itunes? I have windows 7 home premium and itunes 12? I think my computer is authorized and my account is up to date.

  • Battery in my Zeen for my e510 exploded

    The battery in my Zeen for my HP Photosmart eStation All-in-One Printer series - C510 exploded and popped the back right off of the ZEEN.  Now I cannot use it.  I emailed HP but they just sent back a generic email to contact a number for PARTS custom

  • Need DME capability for payment program RFFOUS_C

    Hi, I am trying to create a DME file for Accounts Payable where we currently use the payment program RFFOUS_C. What do I need to do to get this done? Arne

  • Changing Screen Modes Quirk

    This issue comes up randomly and I can't really troubleshoot it enough to find a pattern. When I open a document and hit "f" to change screen modes, sometimes the nextscreen mode (not full screen - it's the one where your canvas extends to the full d