SAPGUI JAVA 7.20 rev7 - problem with filename popup

Hi Gurus,
i have a macbook pro and i have installed sapgui 7.2 java rev7.
When i try to download/upload a file, i use f4 to select a file and the system doesn't open the search file popup.
any suggestion?
Best Regards
M.

Hello,
I guess you are talking about opening the file selection dialog using F4, not a search dialog.
Does it open when pressing the button?
Do you get any error output on the console / alternatively enter a trace file in the trace dialog.
Does something else happen when pressing F4?
In case you want us to investigate this, please generate a trace file while reproducing the issue like described in [note 683960|https://service.sap.com/sap/support/notes/683960], create an [official bug report|https://service.sap.com/message] on component BC-FES-JAV and attach the trace file.
Best regards
Rolf-Martin

Similar Messages

  • Problems with Filenames with Chinese Characters

    I seem to have problems with filenames with 2-byte characters like Chinese, Japanese and Korean in various apps. The problems occur when i download chinese music and import into iTunes :
    1. Torrent ( and all other ) files with 2-byte characters filename become junk characters in Finder after download from Safari.
    2. Music files created/downloaded by uTorrent displays 2-byte characters correctly in Finder.
    3. These downloaded music files when imported into iTunes becomes junk characters.
    4. Let say I wish to have a list of all filenames from (2). I do a ls -R > abc.txt in Terminal. abc.txt displays the filenames correctly in vi. However they become junk characters again when view using TextEdit.
    I've selected Chinese, Japanese, Korean in International setting. This is not about input method, just want to get the filenames correct in Finder and iTunes. Any advice is appreciated.

    3. These downloaded music files when imported into iTunes becomes junk characters.
    The ID 3 tags need to be in Unicode.
    http://homepage.mac.com/thgewecke/mlingos9.html#itunes
    4. they become junk characters again when view using TextEdit.
    TextEdit needs to be set to the correct encoding, it's not automatic.

  • Java Server/Client Applicaton - problem with sending data back

    Hello!
    I'm trying to write a small server/client chat application in Java. It's server with availability to accept connections from many clients and it's app just for fun... However, I've come up against a huge problem: everything what clients send, arrives to server (I'm sure about that because it is displayed on the Server Application screen) and then server should send it back to all clients but it doesn't work. I have no faintest idea what causes this problem. Maybe you can help me?
    Here is my server app code:
    import java.net.*;
    import java.util.*;
    import java.io.*;
    * @author Robin
    public class Server {
        ServerSocket serw = null;
        Socket socket = null;
        String line = null;
        Vector<ClientThread> Watki = new Vector();
        ClientThread watek = null;
        public Server(int port) {
            try {
                serw = new ServerSocket(port);           
                line = "";
                while(true) {
                    System.out.println("Running. Waiting for client to connect...");
                    socket = serw.accept();
                    System.out.println("Connected with:\n" + socket.getInetAddress() + "\n");
                    watek = new ClientThread(socket);
                    Watki.addElement(watek);
                    Watki.firstElement().Send("doszlo?");
            }catch (IOException e) {
                System.out.println("BLAD: " + e);
        public void sendToAll(String s) {
            for(int i = 0; i < Watki.size(); i++) {
                Watki.elementAt(i).Send(s);
        public class ClientThread extends Thread {
            Socket socket;
            DataInputStream in = null;
            DataOutputStream out = null;
            String line = null;
            public ClientThread(Socket s) {
                try {
                    this.socket = s;
                    in = new DataInputStream(s.getInputStream());
                    out = new DataOutputStream(s.getOutputStream());
                    start();
                }catch (IOException e) {
                    System.out.println("BLAD: " + e);
            public void Send(String s) {
                try {
                    out.writeUTF(s);
                }catch (IOException e) {
                    System.out.println("BLAD: " + e);
            public void run() {
                try {
                    line = "";
                    while (true) {
                        line = in.readUTF();
                        System.out.println(line);
                        sendToAll(line);
                }catch (IOException e) {
                    System.out.println("BLAD: " + e);
        public static void main(String[] args) {
            Server serwer = new Server(5000);
    }And here is client app code:
    import java.net.*;
    import java.util.*;
    import java.io.*;
    * @author Robin
    public class Client implements Runnable {
        Socket socket = null;
        BufferedReader keyIn = new BufferedReader(new InputStreamReader(System.in));
        DataInputStream in = null;
        DataOutputStream out = null;
        String line = null;
        public Client(String host, int port) {
            try {
                System.out.println("Connecting to " + host + ":" + port);
                socket = new Socket(host, port);
                System.out.println("Connected\nTALK:");
                out = new DataOutputStream(socket.getOutputStream());
                in = new DataInputStream(socket.getInputStream());
                line = "";
                while(!line.toLowerCase().equals(".bye")) {
                    line = keyIn.readLine();
                    Send(line);
            }catch (UnknownHostException e) {
                System.out.println("BLAD: " + e);
            }catch (IOException e) {
                System.out.println("BLAD: " + e);
        public void Send(String s) {
            try {
                out.writeUTF(s);
            }catch (IOException e) {
                System.out.println("BLAD: " + e);
        public void run() {
            String loaded = "";
            try {
                while(true) {
                    loaded = in.readUTF();
                    System.out.println(loaded);
            }catch (IOException e) {
                System.out.println("BLAD: " + e);
        public static void main(String[] args) {
            Client client = new Client("localhost", 5000);
    }By the way, this app is mainly written in English language (text that appears on the screen) however in functions I used Polish language (for example: BLAD - it means ERROR in English). Sorry for that :)

    Yeap, I will change those exceptions later, thanks for advice.
    You asked what's going on with it: both applications start with no errors, but when I write something in client side it should be sent to the server and then forwarded to all connected clients but it stops somewhere. However, I added a one line to the server code
    line = in.readUTF();
    System.out.println(line);
    sendToAll(line); and after it reads message from client (no matter which one) it shows that message on the server side screen, then it should send this message to all clients but it doesn't work in this moment. What's confusing: no errors occurs, so it's rather a mistake in my code, but where?
    Edited by: Robin3D on Sep 30, 2009 9:07 AM

  • Photo Booth - Problem with filenames

    Hi.
    I just noticed that Photo Booth names pictures taken in a curious way... This is the name of a photo taken a few minutes ago:
    Foto del 65353972-09-2455450 alle 18/09 (don't care about the words being in Italian )
    The number indicating the month is correct, but what about the others? Shouldn't they be year and day?
    I know, wrong names in Photo Booth is not a big deal, but I have a lot of pictures in the Photo Booth folder, and it would be nice to quickly find a photo looking at the date, instead of watching them all one by one...

    Nothing to do with Julian date as stated in one reply. It's a bug in some localizations, for example the Italian one(Apple is alerted about it).
    You have to go to the Application folder, select Photo Booth and control-click (or right-click) to see the contextual menu. Choose Show package contents and then Contents, Resources, Italian.lproj, Localizable strings.
    Open that file.
    1) Change the 21st string: from "HH.mm" = "HH:mm"; to "HH.mm" = "HH.mm";
    2) Change the last string: from "YYYY-MM-dd" = "AAAA-MM-gg";
    to "YYYY-MM-dd" = "YYYY-MM-dd";
    To open the file, no problems with Textedit or XCode, but to save it you will have permissions problems: you must enable root (in System Preferences, Account, Login Options, Network Account Server..Join, Open Director Utility, Edit Menu, Enable Root User). Login as a root user and modify and save the file.
    Easier: from your admin user account (no need to enable root), open the file with Textwrangler or similar software, do the changes and save the modified file (Textwrangler will ask you if you want to unlock the file and will ask you for your admin user password).
    +Textwrangler: Unix and server administrator’s tool, with the ability to open and save files in a variety of line-ending formats, open and save text files located on remote FTP and SFTP ser A vers, authenticated saves (you can modify files not owned by you, provided that you are an administrative user)+

  • Another SAPGUI Java (7.20) Variant Problem 'Choose a valid entry'.

    Hi,
    One of our client was running on OpenSuse Linux 11.2, and currently using the latest sapgui 7.10 and 7.20 (patch 5).
    The problem was came out when we tried execute the report, we are unable to get the variant, as when we double click the variant, it will pop 'Choose a valid entry'.
    See image below:
    [Screenshot|http://i.imgur.com/BsLco.jpg]
    Is there anyone encounter this ? and how to fix this ?
    Current Java Version is 1.6.0 patch 25

    Hello Meinolf,
    that version has been tested on many OSes including the one you are using. I am actually running that version also on a MBP with 10.6.2. So you see me quite puzzled reading about your issues.
    Would you mind to open a [support message|https://service.sap.com/message] on component BC-FES-JAV?
    What we need in addition to your textual description above is:
    A) for the first issue
    1) Which theme you are using? In case it is "Signature Design", do you have the checkbox "Enable Signature Design window decoration" on? (Please refer to Preferences -> Theme)
    2) Before doing the first connect, please go to the File->Trace menu. There enter a file name and turn on the main switch and press "Apply".
    Then try to connect to a system. Go back to the trace window, press the "Component Tree" button. In the new window should be a hierarchy of objects. Select the item "GuiMainWindow" and press the button "Dump Component Tree".
    Then press button "AWT Tree". In the new window, click the first item (SAPFrame) and press the button "Dump Tree".
    B) for the second issue:
    0) keep tracing enabled, do not delete the trace file from A)
    1) select a connection and press the "Edit" button
    2) make a screen-shot of the error message
    3) Attach following files from your <home>/Library/Preferences/SAP folder:
    - connections
    - settings
    In case your are referencing a configuration file, we also need this one and those which are eventually referenced by the configuration file
    For A) and B)  please attach the resulting trace-file to the support message.
    Then we should have enough information to track down the two issues.
    Thanks for your help and best regards
    Rolf-Martin
    P.S.: To the audience: Is there someone else having the issues Meinolf described?

  • SAPGUI for Windows via Portal - problem with frame

    We are launching SAPGUI for Windows via Portal to drive single sign-on via AD.  Our problem is that when SAPGUI launches, it is contained within an IE browser frame that causes some of the SAPGUI screens to not fit on the screen well.  Those same screens fit just fine if we launch SAPGUI directly.
    Is there any way to launch SAPGUI from Portal, with SSO enabled, but without the IE frame around it?

    Lonny,
    The best way to authenticate users when they logon using SAP GUI for Windows, is to use SNC authentication in SAP GUi. Then, the browser iview will launch the GUI and the GUI will authenticate the user using their AD credentials issued during the Windows logon. You will need to setup an SNC library on both the ABAP system which the user is logged onto, and the workstation where SAP GUI is installed.
    If you don't use SNC, and you just launch SAP GUI for Windows from browser, then an SSO2 ticket is used to authenticate the user to the ABAP stack, and this is not secure due to the fact that the SAP GUI session which is used to pass the SSO2 ticket is not protected - anybody can intercept the SAP GUI session, take the SSO2 ticket from this traffic and logon as that user - clearly this is bad security and needs SNC to make it secure.
    Thanks,
    Tim

  • Exporting files from lightroom: problem with filename

    Hi!
    I am a sports-photographer and i use lightroom since version 1.0. i really like it to edit my pictures and it is very easy to use for importing my files and setting the meta-datas.
    but i have one problem, that forces me to open up each file i export once again to rename it, what costs a lot of time:
    when i export my files, i can choose a preset to give it a name, which works well. but i would need it like this: "my preferences"001 (f.e. oliver-climbing-01oct09001) and raising in numbers.
    lightroom ALWAYS makes a "-" between my presets and the numbers.
    does anyone know if there is a possibilty to export the file and give it a name without this "-" in fornt of the number?
    glad to find a solution here!
    cu or read u
    oliver

    hello!
    thanx for the fast answer!
    u are right, but this is not my problem:
    i want lightroom to count my exported pictures starting with 001, then 002, then 003 at the end and so on
    but if i use the sequency-number or anything else, it does not generate a new name like 001, then 002,
    but it does make 001 and then 001-2 and 001-2...
    u can see that in the screenshot i made down here...

  • Java Stored Procedure Deployment Problem with JDev 3.1.1.2

    Dear JDeveloper Team:
    I am having a problem deploying a test Java stored procedure to the database. In the Deployment Profile Wizard Connection tab, it displays no connection in the connection dropdown even though I have defined some connections that have been sucessfully connected to the database.
    Please help.
    Thanks,
    Tom

    Tom,
    Verify that your Connections are valid as follows:
    Double Click on the Connections folder of JDeveloper Navigator.
    This opens up the Connection Manager.
    Make sure you have defined JDBC Connections.
    Pick your connection of intrest and select Edit... and then press the Test button to test the conneciton.
    If this is a valid JDBC connection, then it should appear later when you run the deployment wizard.
    -John

  • Inserting JavA Class in sql,problems with import

    hi i am trying to insert java class in the database
    create or replace and compile java source named AppelCommande as
    import client.AppelClient;
    public class Run
    * Creates a new instance of Run
    public static String Run(String cmd) {
    AppelClient AC = new AppelClient();
    return AC.AppelCmd(cmd);
    it gives me the following error
    Class client.AppelClient not found in import.
    i can compile this java code alone and i added client.jar in the classPath
    so there must be some configuration in the database to make it work
    thank you for your help

    thx for the reply
    i did try to load the classes in the database but i seem to have a problem somewhere
    i am using webservices and there are too many libraries to add so i added the rt.jar in java and i am getting the following error
    ORA-29545: badly formed class: User has attempted to load a class (java.math.MathContext) into a restricted package. Permission can be granted using dbms_java.grant_permission(<user>, LoadClassInPackage...

  • Problem with Filename Editor Template

    I am trying to create a custom filename but the editor will not let me add the tokens that I wish to add. What could be the problem?

    >What could be the problem?
    Can you be a bit more specific? Is the problem that it won't let you enter a token that exists in the many drop-downs that exist? If so what happens exactly? And what OS and LR version are you running? Or is the problem that a token you would like doesn't exist? Or is this something as simple as you are not choosing "Edit" in File Naming drop-down list?

  • Java script...Problem with Arrays...

    I am feeling quite lame! I am trying to get this dang thing working, it keeps giving me an error on line 15.
    I am just learning so please don't laugh!!
    This is supposed to be a javascript that will print the frequency of the roll of 2 dice. They print in tables, the face of the dice on the left, and the frequency in the next column.
    <html xmlns = "http://www.w3.org/1999/xhtml">
    <head>
    <title>roll 2 dice 36000 times</title>
    <script type = "text/javascript">
    <!--
    var face, frequency = [ , 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ];
    // summarize results
    for ( var roll = 1; roll <= 36000; ++roll )
              face = function rollDice();
         ++frequency[ face ];
    document.writeln( "<table border = \"1\"" +
    "width = \"100%\">" );
    document.writeln( "<thead><th width = \"100\"" +
    " align = \"left\">Face<th align = \"left\">" +
    "Frequency</th></thead></tbody>" );
    for ( face = 2; face < frequency.length; ++face )
    document.writeln( "<tr><td>" + face + "</td><td>" +
    frequency[ face ] + "</td></tr>" );
    document.writeln( "</tbody></table>" );
         function rollDice(x)
    var die1, die2, x;
    die1 = Math.floor( 1 + Math.random() * 6 );
    die2 = Math.floor( 1 + Math.random() * 6 );
    x = die1 + die2;
    return x;
    // -->
    </script>
    </head>
    <body>
    <?xml version = "1.0"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <!-- Fig. 11.6: RollDie.html -->
    <!-- 11. -->
    <p>Click Refresh (or Reload) to run the script again</p>
    </body>
    </html>
    <!--

    This is a Java forum, not a Javascript forum. I suggest you take your question elsewhere if you want good answers.

  • Problem with applet, popup window and focus loss

    Hi all !
    I've got a problem when my applet lose the focus. Let me explain :
    I've got an applet embed in a jsp page. There are several buttons in it that allow the user to open modal windows.
    The problem comes when the user gives the focus to another application whithout closing the modal window first.
    When he tries to come back to the web page owning the applet (using the task bar), then the modal window stays behind it and blocks any action on the applet.
    Does anyone know how to force the modal window to be displayed in front of the applet, even when the user plays with focuses ?
    Thank's in advance.

    thank you for your help, sils.
    I've written that code :
    * Cr�� le 31 ao�t 05
    package com.scor.apricot.web.rpc.ltnp.applet.listener.ldf;
    import java.awt.event.WindowAdapter;
    import java.awt.event.WindowEvent;
    import javax.swing.JDialog;
    import javax.swing.JPanel;
    public class AppletWindowListener extends WindowAdapter {
         private JPanel panel;
         private JDialog dialogWindow;
         public AppletWindowListener(JPanel panel, JDialog dialogWindow) {
              this.panel = panel;
              this.dialogWindow = dialogWindow;
         public void windowActivated(WindowEvent e) {
              if (dialogWindow!=null && dialogWindow.isShowing())
                   dialogWindow.toFront();
    }Is that right ?
    I don't know how to add the listener, where must I put the addWindowListener method ? It seems that this method cannot be used with a JApplet object.

  • Problem with IE8 popup blocker and Windowless mode

    My team is having popup blocker issue, which is crippling our system where a large range of users are now complaining that their links or buttons will not open in IE7 or IE8 and results in the pop-up blocker message.
    Our Flash application's embed code needed wmode set to windowless ('opaque' or 'transparent') since we need to place floating HTML objects over the Flash application. But all links (within static text content) with target set to '_blank' or a custom name and also all navigateToURL() methods with the same target values are now resulting in IE pop-up blocker message once the window mode was changed to 'opaque' (same result also with 'transparent').
    We have a AS3 work around for the navigateToURL() method but no solutions for 100s of pages of simple HTML content contributed by users that have links as well as our own Flash static-text content with links.
    Here is a simple page created to demonstrate the issue - http://clients.projectmiso.net/photobiz/custom_lightbox/Test_File.html
    And the ActionScript 3 code -
    var clickFunction = function(){
        var targetURL:URLRequest = new URLRequest("http://www.yahoo.com");
        navigateToURL(targetURL, '_blank');
    btn1.addEventListener(MouseEvent.CLICK, clickFunction);

    Hi!
    One thing you could try is to use MOUSE_UP instead of CLICK
    ( tip-source : http://www.actionscript.org/forums/showthread.php3?t=176795 )
    This example uses clickTag parameter (through flashvars) instead of a hardcoded URL inside the flashfile though,
    but I'm sure you get the point:
    clickBtn.addEventListener(MouseEvent.MOUSE_UP, function(event: MouseEvent): void {
    var sURL: String;
    if ((sURL = root.loaderInfo.parameters.clickTag)) {
    navigateToURL(new URLRequest(sURL), "_blank");
    clickBtn.buttonMode = true;
    clickBtn.useHandCursor = true;
    Or you might want to have a look at this workaround :
    Example :  http://apdevblog.com/examples/navigatetourl/
    Info : http://apdevblog.com/problems-using-navigatetourl/
    /Ola

  • Problem with Pre-Popup-Menu in Hierarchical Tree

    Hi,
    In Forms 10g I have made an application with an Hierarchical Tree. All works well, except the use of the Pre-Popup-Menu trigger.
    In that trigger when I read the values of Node_Label and Node_Value I get the values of the previous selected node, not the values of the node on which I issue the right mouse click. So, it seems that by clicking the node I need is not selected.
    Does anyone have any clues to solve this problem?
    Thanks in advance.

    Right clicking does not change the current selection. The tree has no way to report what node was right clicked. Only work around is to left click the node you wish then right click it.
    --pat                                                                                                                                                                                                                                                                                                                                                                                                       

  • Problem with Facebook popups (and other UIScreen based popups) since AIR SDK 15.0.0.302

    As you may remember, since the release of iOS 8 it's no longer possible to upload apps which were compiled with AIR SDK versions before 15.0.0.302 (No longer able to submit app to iTunes.)
    Problem is, since that version UIScreen based popups (such as Facebook dialogs in native extensions, etc.) are not presented correctly.
    There's a bug report: Bug#3837136 - Apps Built with AIR for iOS 8 reporting incorrect UISCreen dimensions
    And it seems like quite a critical problem given that we don't have an option to compile our apps using previous versions.
    I wish we had an ETA for this issue.

    Firstly, there's no such thing as Apache 9.3, there's Apache 1 (and subversions) and Apache 2 (and subversions). Your error message -
    Oracle-HTTP-Server/1.3.28Shows you're using Apache 1.3.28
    Secondly, I'm confused by your comment -
    I do not have Apache 9.3 or higher but I think oracle should offer this in its companion CDOracle does offer the Apache server, if you're saying you didn't get it from Oracle then where did your Apache server come from?
    Thirdly, I notice from your config file -
    ErrorLog "|E:\oracle\product\10.1.0\Companion\Apache\Apache\bin\rotatelogs logs/error_log 43200"That you're piping the logs through rotatelogs, are you sure the logfiles haven't just been renamed?

Maybe you are looking for

  • Is it possible to download a mail(.eml) from outlook 365 using exchange service and store in database using c#

    Hi All, I have a outlook mail account ex:- my mail account id is [email protected] , using c# code and Microsoft.Exchange.WebServices ,  I want to download entair email and want to save this email in database , is it possible suggest me how can I go

  • Need to save streaming video - what to do?

    My apologies if this is the wrong forum, but I didn't know where to go... There is a 30-second streaming video clip on the web that I would like to save/download for a legal promotional personal use. Is there any macintosh software I can use to "grab

  • I can't buy more storage.

    I tried to buy more storage but all I get is the following messages: 1 - Completing purchase... 2 - An unknown error has ocurred > Dismiss I really would like to buy the 10GB plan. Thanks in advance!

  • Lightroom 4 Beta Download issue

    I have OS X 10.7.2 and am trying to download LR4 beta. It gets about half way through then quits before it's finished downloading the 412mb file. I've tried downloading this about 4 times now to no avail. I used a really old machine of mine to downlo

  • Adobe Software Error message

    Hi All Bit of a strange problem this... When a user presses Check and Send and then intentionally/accidentally double clicks on a field related to a generic service,  some of the populated fields go blank and then the message 'Adobe Software Error' p