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?

Similar Messages

  • 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

  • I am fed up with Spring and Apple passing me off to one another and neither will fix the problem. I am unable to receive a connection on my phone.

    I am fed up with Spring and Apple passing me off to one another and neither will fix the problem. I am unable to receive a connection on my phone.
    The internet goes out and I have to reset network setting each and every time. This is only a temporary solution which by the time I release the line with Spring or leave the apple store the issue is back. Sprint indicates that it is a know issue with the Iphone 5 and apple says it is a network issue as Sprint's network is not up to par with the Iphone and can not meet the expectations on the Iphone 5.
    I have attached a few picture, as you can see it clearly says I have 5 bars and 3g available but I have no connections what so ever.
    This issue affects all data and so I can not send or receive picture messages, use apps, or access the internet. The data goes in and out intermittently and it seems the phone chooses what I can and can't do.
    For example I can watch Youtube or Vevo videos but I can not access Facebook or Instagram.
    Is anyone else having this issue?
    I will soon loose my patience....
    I have reset my phone three time and have reset network and other setting mutltiple times.

  • A Java security or permissions problem?

    First of all, I don't know much about Java, even its naming and version numbering nomenclature, and second, if there is a better group to ask this in, please let me know.
    System is Mac with 10.4.4. I have Java 1.3.1, 1.4.2, and J2SE 5.0 (1.5.0) installed. The Java preferences application lets me choose J2SE 5 or 1.4.2 to run applets via a browser. The problem happens in both settings.
    The problem is that we have a printer that serves a little Java-based management application to view history and otherwise manage it. When I hit the IP, I get the Java coffee cup for a few moments, then a blank area. It fails in both Safari and Internet Explorer.
    I'm pretty sure this used to work in OS X 10.4.3. It works from Windows which has runtime 1.4.something.
    In the Java console, I get the following. (I've snipped some lines.)
    ========================================
    Java Plug-in 1.5.0
    Using JRE version 1.5.0_05 Java HotSpot(TM) Client VM
    User home directory = /Users/timmurray
    java.security.AccessControlException: access denied
    (java.lang.RuntimePermission accessClassInPackage.com.apple.mrj)
    at
    java.security.AccessControlContext.checkPermission(AccessControlContext.java:264 )
    at java.security.AccessController.checkPermission(AccessController.java:427)
    at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
    at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1512)
    <snipped 22 similar lines>
    Exception in thread "Thread-17" java.lang.NullPointerException
    at sun.plugin.util.GrayBoxPainter.showLoadingError(GrayBoxPainter.java:153)
    at sun.plugin.AppletViewer.showAppletException(AppletViewer.java:1968)
    at sun.applet.AppletPanel.runLoader(AppletPanel.java:664)
    at sun.applet.AppletPanel.run(AppletPanel.java:320)
    at java.lang.Thread.run(Thread.java:613)
    java.lang.NullPointerException
    at sun.plugin.util.GrayBoxPainter.showLoadingError(GrayBoxPainter.java:153)
    at sun.plugin.AppletViewer.showAppletStatus(AppletViewer.java:1898)
    at sun.applet.AppletPanel.run(AppletPanel.java:365)
    at java.lang.Thread.run(Thread.java:613)
    Exception in thread "thread
    applet-com.efi.appls.webtools.WebToolsApplet.class"
    java.lang.NullPointerException
    at sun.plugin.util.GrayBoxPainter.showLoadingError(GrayBoxPainter.java:153)
    at sun.plugin.AppletViewer.showAppletException(AppletViewer.java:1968)
    at sun.applet.AppletPanel.run(AppletPanel.java:529)
    at java.lang.Thread.run(Thread.java:613)
    ========================================
    This appears like a permissions problem, but I've fixed permissions several times.
    Any idea what the problem is, and is it fixable from my end?

    Problem has finally -- over a year later -- just gone away.

  • [Redwood] Abap_run error : Please choose a valid variant name

    Hello all,
    We have a problem with running ABAP programs using some variants : we have 30 variants but the program can only run with 25 variants, with the other 5 left the program displays this error :
    Please choose a valid variant name
    We then decided to run RSI_IMPORT_ABAP_PROGRAMS and RSI_IMPORT_VARIANTS but the script still fails and shows the "Please choose a valid variant name" error message.
    We have checked if these 5 variants exist in the target system, and it does. What other check can we do to find why the jobs failed ?
    Thanks a lot.
    Regards

    Hello Gerben,
    I tried to run RSI_IMPORT_ABAP_PROGRAMS and RSI_IMPORT_VARIANTS again, and the variants exist in the target client.
    Actually, I realized that I didn't chose the right client.
    The program runs correctly now with all the variants.
    Thanks a lot for your help (and sorry for the inconvenience).
    Regards.

  • SAPGUI JAVA

    Dear All,
    As I am Installing SAPGUI JAVA(PlatinGUI720Linux_5.JAR) in SLES 11.0 SP1for SolMan,I am getting the following below Error as:
    The java class could not be loaded. java.lang.UnsupportedClassVersionError: (com/sap/platin/micro/Microkernel) bad major version at offset=6 .
    My current Java version is as:
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 2.3)
    IBM J9 VM (build 2.3, J2RE 1.4.2 IBM J9 2.3 Linux amd64-64 j9vmxa64142ifx-20110628 (JIT enabled)
    J9VM - 20110627_85693_LHdSMr
    JIT  - 20090210_1447ifx5_r8
    GC   - 200902_24)
    Kindly help me out regarding the same.
    Thanks & Regards
    Ajitabh

    Hello Steve,
    I am also facing same problem.
    I also want to use SAP GUI for JAVA. Should I install JDK 1.6 in SLES 11 SP1? I know JAVA GUI have some limitations.
    I also want to know whether it will going to create any problem for SAP as it requires JAVA 1.4.2?
    if it is possible then How to set multiple JAVA_HOME in same system as my JAVA_HOME is already set for JAVA 1.4.2?
    Please help me on this issue.
    Thanks & Regards,
    Ishan

  • The JAVA program for "Philosopher Problem"

    When I learn the book of "Operating Systems (Design and Implementation)"(written by Andrew S.Tanenbaum), I try to write a program for the "Philosopher Problem" . In the book there is a sample of this problem in C language, and I write it in JAVA. The following is my program, I have tested it. It is correct, but maybe it is not the most efficient way to solve the problem. Can you think out a more efficient program in JAVA to solve this problem?
    * Philosopher Eating Problem
    * @author mubin
    * @version 1.0
    public class PhilosopherEating {
    //Philosophers' number
    private final static int PHER_NUM = 20;
    //Philosophers' state
    private volatile static int[] pherState = new int[PHER_NUM];
    //THINKING
    private final static int THINKING = 0;
    //HUNGRY
    private final static int HUNGRY = 1;
    //EATING
    private final static int EATING = 2;
    //Philosophers thread group
    public static Philosopher[] philosophers = new Philosopher[PHER_NUM];
    //finish indicator
    public volatile static boolean finished =false;
    //thread lock
    public static Object threadLock = new Object();
    public PhilosopherEating() {
    * Philosopher class
    * @author mubin
    * @version 1.0
    public static class Philosopher extends Thread{
    int pherNo ;
    public Philosopher(int no){
    this.pherNo = no;
    public void run(){
    while(!PhilosopherEating.finished){
    think();
    takeForks(this.pherNo);
    eat();
    putForks(this.pherNo);
    * Thinking
    private void think(){
    System.out.println("Philosopher"+this.pherNo+"is thinking...");
    try {
    Thread.sleep( (int)(Math.random()*100));
    }catch (Exception ex) {
    ex.printStackTrace(System.out);
    * Eating
    private void eat(){
    System.out.println("Philosopher"+this.pherNo+"is eating...");
    try {
    Thread.sleep( (int)(Math.random()*100));
    }catch (Exception ex) {
    ex.printStackTrace(System.out);
    * Take the fork
    private void takeForks(int no){
    //System.out.println("takeForks:no:"+no);
    synchronized (threadLock) {
    pherState[no] = HUNGRY;
    testPher(no);
    * Put down the fork
    private void putForks(int no){
    //System.out.println("putForks:no:"+no);
    synchronized (threadLock) {
    pherState[no] = THINKING;
    if( pherState[getLeft()]==HUNGRY ){
    philosophers[getLeft()].interrupt();
    if( pherState[getRight()]==HUNGRY ){
    philosophers[getRight()].interrupt();
    * Return the NO. of philosopher who is sitting at the left side of this philosopher
    * @return the NO. of the left philosopher
    private int getLeft(){
    int ret = (pherNo-1)<0? PHER_NUM-1 : (pherNo-1);
    return ret;
    * Return the NO. of philosopher who is sitting at the right side of this philosopher
    * @return the NO. of the right philosopher
    private int getRight(){
    int ret = (pherNo+1)>=PHER_NUM ? 0 :(pherNo+1);
    return ret;
    private void testPher(int no){
    while(true){
    if(pherState[no]==HUNGRY
    &&pherState[getLeft()]!=EATING
    &&pherState[getRight()]!=EATING) {
    pherState[no] = EATING;
    //Print and check the philosophers' state
    printPher(pherState);
    return;
    }else{
    try {
    System.out.println(" Philosopher "+this.pherNo+"is waiting a fork");
    threadLock.wait();
    }catch (java.lang.InterruptedException ex) {
    System.out.println(" Philosopher "+this.pherNo+"is interrupted and woken up to take fork");
    //when it is interrupted, do nothing. Just let it continue!
    }//end of while(true)
    * Print and check the philosophers' state.
    * To insure there are no two philosophers sit side by side
    * are eating at the same time.
    private static void printPher(int[] phers){
    System.out.print(" philosophers' state��");
    for (int i = 0; i < phers.length; i++) {
    System.out.print(" "+phers);
    System.out.println("");
    for (int i = 0; i < phers.length-1; i++) {
    if (phers[i]==EATING && phers[i+1]==EATING){
    System.err.println(i+" and "+(i+1)+"two of philosophers sitted side by side are eating at the same time!");
    if (phers[0]==EATING && phers[PHER_NUM-1]==EATING){
    System.err.println("0 and "+PHER_NUM+"two of philosophers sitted side by side are eating at the same time!");
    public static void main(String[] args) {
    for (int i = 0; i < PHER_NUM; i++) {
    PhilosopherEating.pherState[i] = THINKING;
    PhilosopherEating aPhilosopherEating = new PhilosopherEating();
    for (int i = 0; i < PHER_NUM; i++) {
    philosophers[i] = new Philosopher(i);
    philosophers[i].start();
    try {
    Thread.sleep(30000);
    catch (InterruptedException ex) {
    ex.printStackTrace(System.out);
    //End all the threads of philosophers
    PhilosopherEating.finished = true;

    this problem is about learning how to use threads/synchronise objects etc, the efficiency of the code isn't really an issue, if that's what you mean. As for the efficiency of the solution, it's very hard to tell how efficient it is, but as long as all the philosphers get to eat there's no problem. I haven't really scrutized your code, but I'm not sure that you have a deadlock free solution: as long as it is possible for all the phils to pick up one fork at the same time there's a problem, and it seems from your code that each philosopher will pick up "his" fork. Again, I could be wrong, I haven't really looked. If you haven't come up with a solution, try drawing it on paper and working it out, or if you're lazy a quick google will probably give you the answer, but I'm pretty sure nobody here will :)

  • SAPGUI JAVA 7.10 (OSX 10.5.1): cannot select multiple columns in ALV

    Hi,
    in sapgui java 7.10 (on mac osx 10.5.1) I cannot select multiple columns in ALV reports.
    I can do it only in some transactions (like SE16). But on all our custom reports (REUSE_ALV_GRID_DISPLAY) in does not work.
    Any hint?
    Many thanks,
    Lorenzo

    Hi Lorenzo,
    did you double check if selecting multiple columns works with SAP GUI for Windows in the same report?
    If yes, I suggest to file a bug report so we can do a remote logon to run your custom report.
    If not it might be because of REUSE_ALV_GRID_DISPLAY itself or your parameters calling REUSE_ALV_GRID_DISPLAY.
    Best regards
    Rolf-Martin

  • BI setup: WebAS ABAP Setting - Java to ABAP communication problem

    Hello,
    i've got a problem during intallation of BI in Netweaver 2004s. The Diagnostics & Support Desktop Tool reports errors in WebAS ABAP Settings. These errors are:
    - "Web Template Validation failed due Java to ABAP communication problem (return code:ERSBOLAP018)"  with the suggested solution "Check Connector Connection of System Object in Portal System Landscape". What does it mean?
    - "Call ABAP->Java for function RSWR_RFC_SERVICE_TEST failed for destination <destination>" and "Call ABAP->Java for function RSRD_MAP_TO_PORTAL_USERS failed for destination <destination>" with suggested solution "Check the data of the destination in transaction SM59. Check that the target host is running and has registered a program id in the gateway." Run of transaction SM59 returns no errors.
    Further i've take a look in the log 'dev_jrfc.trc' and there i found the errors:
    - Exception thrown by application running in JCo Server
    java.lang.RuntimeException: Bean RSRD_MAP_TO_PORTAL_USERS not found on host <host>
    - Exception thrown by application running in JCo Server
    java.lang.RuntimeException: Bean RSWR_RFC_SERVICE_TEST not found on host  <host>
    - Exception thrown by application running in JCo Server
    java.lang.RuntimeException: Bean RSWR_PREEXECUTION_PROXY not found on host  <host>
    Can these errors be the cause of the WebAS ABAP Setting error displayed in the Diagnostics & Support Desktop Tool? How they can be solved?
    Thanks for your help,
    Martin

    Hello Chetan,
    thanks for your response. Maybe i've described my problem not clear enough. There is no problem of installation and usage of support & dektop tool, but of installation of BI. The support & dektop tool indicates the errors described above with no other hints. My questions is, if anybody knows, what is the cause of the errors and what i must do, to install BI correctly.
    Cheers,
    Martin

  • HT1414 is there another way i can fix this problem without having to restore my phone?

    my wifi settings is faded out so i cannot turn the wifi on. i followed the steps that this website said to do so it could get fixed but it didn't work.  then thet said i would have to restore my phone and i can't do that. is there another way i can fix this problem without having to restore my phone?

    No.
    A restore might not even fix it; a fair amount of the time, when the Wi-Fi is grayed out it is a hardware issue.

  • I have a problem choosing artist from my artist list when I will put music on my iPad from my iMac. I can only see the 25 first artis and it is not possible to scroll down the list

    have a problem choosing artist from my artist list when I will put music on my iPad from my iMac. I can only see the 25 first artis and it is not possible to scroll down the list

    Hi stig68,
    If you are having grouping issues with compilation albums in iTunes, you may find the following article helpful:
    Apple Support: Why aren't songs with the same album art grouped together?
    http://support.apple.com/kb/TS1468
    Regards,
    - Brenden

  • SAPGUI Windows *.ini to SAPGUI Java config files?

    I have access to the files saplogon.ini, saproute.ini, sapmsg.ini from Windows SAPGUI and I'd like to use these under SAPGUI for Java. 
    In the SAPGUI for Java, I can see where to put the saproute.ini and sapmsg.ini, but the puting the saplogon.ini into the 'Include Configuration File' , but does not yield any results (does not populate the SAPGUI picklist).
    As reference the saplogon.ini has the following format:
    [router]
    Item1=
    Item2=
    [server]
    Item1=
    Item2=
    [Database]
    Item1=
    Item2=
    [System]
    Item1=
    Item2=
    [Description]
    Item1=
    Item2=
    [Address]
    Item1=
    Item2=
    [MSSrvName]
    Item1=
    Item2=
    ...etc....
    Is there a way to convert this into a file that SAPGUI Java can understand?
    Any help would be welcome.  Thanks.

    Inside the Documentation for the SAPGUI for Java just look for
    7. Administrator Configuration
    There you find a description of the formats for the configuration files.
    and
    6. User Configuration -> Setting Configuration Files
    For SAPGUI for Java it's always a good idea to put the company wide configuration files like message server list onto a webserver.
    Regards
    Robert Straub

  • Where can I download  the sapgui java 6.20??

    Good afternoon.
    I need the sapgui java 6.20, for I obtain the archive PlatinGUI-Win32-620r4.jar.
    Where can I download  the sapgui java 6.20?, Do they know some link??.
    Best regards.

    Hi Ticiano,
    I am not sure that sapgui java 6.20 which you want is still available in sap ftp but if you want you can try the links in below.
    SAP Download : ftp.sap.com
    ftp.sap.com/pub/sapgui/java/6.20r8
    http://service.sap.com/sapgui
    http://service.sap.com/enterprise
    http://service.sap.com/netweaver
    Regards,

  • .tif files wouldn't open with Reader XI. It said  they weren't supported or were damaged. I uninstalled readerXI and installed Reader DC and it still doesn't work. When I send them to another computer, they open without any problems. What can I do next?

    Reader XI would not open several files. It said .tif was not a supported file type or it was damaged. I uninstalled Reader XI and installed Reader DC with the same results. When sent to another computer, they open with no problems. What do I do next?

    The other computer must have something that opens .tif files. Adobe Reader has always only opened .pdf files.
    If you are double clicking on a .pdf and Reader is trying to open the file, you need to set your systems file associations for the proper program to open that file type.

  • Will apple give me another iphone 5 if it has problems?

    will apple give me another iphone 5 if it has problems?

    No.
    I sent mine back to Apple last week.  It was approx 2 months old.  not waking up / unresponsive.  no water damage and Apple said they could not find anything wrong with it and are sending it back to me.
    Not Happy as ive been without a phone for nearly 2 weeks - just to get the same one back

Maybe you are looking for