MAC: Starting ABAP Transaction from eclipse ADT - Wrong GUI version

Hi there,
I am running eclipse (Kepler Service Release 2) with ADT for SAP HANA (Version 2.28.1) and SAP GUI 7.30 Revision 9.1 on my MAC. Whenever I try to run an ABAP transaction from within the IDE, I do get this error:
The GUI itself runs fine. It seems as if the GUI and ADT version do not match. What should I do?
Cheers

Hi Pascal,
you have already the newest version 7.30 patch level 9. Florian was wrong with 7.30 Compilation 3 Present. 2.
I have the same problem. I have tried older versions 7 and 8 too. With a reinstallation it has worked only for 2 or 3 times. It seems to be a new bug with new ADT 2.28 because 2.24 was working fine. Maybe it is related to the java version.
Actually I have no time to take care of this and create an OSS message.
Regards
Andreas

Similar Messages

  • How to Start a Transaction from SOLAR02 in ECC in a Different Language?

    Dear Experts,
    we are implementing SAP ECC 6.0 and I have to set up some test cases on SolMan..
    I added the transactions that our testers should execute trough SOLAR02 and RFC in ECC.
    Now, I need to enable the testers from SolMan (logged in EN) to start a transaction in ECC, in SH language.
    The problem is the SAP Solution Manager has only default languages available, but in ECC there is SH language as well.
    I have tried to set SH as default language in ECC in SU01, as well as in SolMan in SU01 (although I must logon to SolMan in EN) for the same user - and when a tx is started from SOLAR02 in ECC, it is started in EN language...
    Any advice would be appreciated...
    Thank you in advance and best regards,
    Nenad
    Edited by: Nenad Nikolic on Apr 10, 2009 4:09 PM

    Hi Nesimi, thanks for an answer, but the problem is that there is still no SH language interface customization for SolMan (I'll have to double check this - I have always used just EN in SolMan...)
    Anyway - the solution might be easy, as I was thinking in another direction, and I will post the result here when I try it out:
    I want to find out is the problem solved if I define SH as the language for the trusted connection from SolMan to ECC.
    I tried it with a SM.......CLNT.......LOGIN connection, and it worked with logon screen. Now all I have to do is to try it with trusted connection, as soon as I resolve another problem...
    Once again thank you for an answer,
    Nenad
    p.s. - I am not sure if I have understood the "as well as all content is displayed in SolMan and not ECC" part - in any way - clicking on the transaction XXX in Solman (one tx from the list of transactions for testing - stored in tx SOLAR02), opens a new session window in ECC, and goes directly in XXX transaction...

  • HT5538 If there is no "start new conversations from", what's wrong then? What should I do?

    I'm getting really tired of chat with my friends from my email, and I can't choose my number in "send and receive". There is no "start new conversations from"
    please help me, i've tried everything

    I would turn imessage off, then
    Hold down the Sleep/Wake button and the home button together until the apple logo appears (ignore the ON/OFF slider) then let both buttons go and wait for device to restart (no data will be lost).
    After that I would turn imessage back on and try to set it like you want.  Make sure you have yourself correctly entere in the contacts app, make sure you have your phone number entered in settings/phone/my number and in have your information entered in settings/general/siri under my info

  • How to start the emulator from eclipse

    Hello everybody, i've just installed Java_ME_platform_SDK_3.0 on my XP machine and i use eclipse helios with the eclipseme plugin for developing midlets. now, when i start a simple midlet with the emulator for my nokia device (S60_3rd_FP2_SDK_v1.1) the nokia emulator comes up and start the midlet. but when i choose the Java_ME_platform_SDK_3.0 as emulator i got the following output:
    -Xdebug Use a remote debugger
    -Xrunjdwp:[transport=<transport>,address=<address>,server=<y/n>
    suspend=<y/n>]
    Debugging options
    -Xdevice:<device> Select a device skin for the emulator
    -Xdomain:<domain_name>
    Set the MIDlet suite's security domain
    -Xquery Print device information
    -Xjam[:install=<JAD file url> | force | list | storageNames |
    run=[<storage name> | <storage number>] |
    remove=[<storage name> | <storage number> | all]]
    Java Application Manager and support
    for Over The Air provisioning (OTA)
    -Xautotest:<JAD file url>
    Run in autotest mode
    -Xdescriptor:<JAD file name>
    The JAD file to be executed
    any ideas how i can start the emulator directly from inside eclipse?

    Thank you Diane and Lynn.
    Diane what you said would be the obvious choice if i was using motor angles to calculate the distance i have to run. I am using Motor run block sets. that make the robot move a specific distance. then a combination of different blocks completes the square trajectory. I am refering to the NXT motor blocksets. so there are two states. the swerve around routine is working fine. However in the search mode. i have lets say three blocks. one makes the robot go 1.5 meter straight. then another block steers it. then it again moves 1.5 meter. Now when my mine is in between these 1.5 meter runs. i want it to start from the same point where it swtiched states. and then move onto the next two block. or atleast move to the next two blocks rather than start from beginning. i was wondering if there is some sort of flag that can be used to tell that this where the states were switched and when the flow comes back it starts from that flag rather than from beginning.
    Regards
    Asad Tirmizi
    Design Engineer
    Institute of Avionics and Aeronautics
    " Its never too late to be, what u want to be"
    Using LabVIEW 8.2

  • How to call ABAP transaction from Webdynpro in NWBC

    Hi
    I need to develop an Webdynpro application who lists Sales Orders. The Application is launched in NWBC DESKTOP version.
    This part is no big deal...
    But: i need to gain users the possibility to display the Sales Orders in T-CODE VA03 (ABAP) when they click a link in the list. How can i do that?
    I have tried to do a test like this:
    method ONACTIONTEST_LAUNCH .
      DATA: url TYPE string,
            query TYPE string.
      url = cl_nwbc=>url_construct( html_client        = abap_false
                                    canvas_transaction = 'VA03' ).
      cl_nwbc=>url_launch( url ).
    endmethod.
    But this url launches the HTML version of NWBC (inside the Desktop version...). and i want the system to launch the ABAP system.

    Hi Jakob,
    I would use Object Based Navigation in this case (OBN). With OBN you can define an OBN target in your WDA application and map that target to a transaction in your PFCG role.
    Here is some help
    http://help.sap.com/saphelp_nw74/helpdata/en/4c/5bdc7f97817511e10000000a42189b/content.htm?frameset=/en/66/48a793bc2f4ec5bdb8e7e93ea6cd9f/frameset.htm
    Hth,
    Simon

  • Intergrate any ABAP transaction in a ABAP WD application (not via ITS!)

    Can I integrate any standard ABAP transaction in a ABAP Webdynpro application, for instance in a  Popup? (not ITS!).
    My workaround is:
    To create an iView for the ABAP transaction in the portal and to call the iView using the iVIEW URL. This works, but should be a workaround only.

    hi andre......
                        you cannot call an abap transaction from webdynpro for that gui is not supported in webdynpro.
    ---regards,
       alex b justin

  • Calling ABAP Code From BSP

    Hello all,
    I dont have much idea of BSP ans would like to have some inputs from you all.
    I would like to know that can I call ABAP transaction from BSP page ?
    I have got a set of column entries just as an ALV column on my BSP page and I would like to provide hotspot or double click functionality so that for each of the entries in the table , the BSP page navigates to ABAP tcode and back to BSP page.Is this functionality possible?
    any help would highly be appreciated.
    Regards
    Amruta

    Hi Amruta ,
    You can't call an R/3 transaction directly from BSP.
    But you can achieve all the functionalities it does .
    for ex ..if an r/3 transaction is a report , u hav to code in BSP editor .u can call function modules from BSP .
    But one thing u hav to concern is ,,in BSP Apllication logic is seperatd from Business logic .
    U hav to move all your results into an itab / params and display that inside HTML tables .
    Start ur journey from here .......
    http://help.sap.com/saphelp_erp2004/helpdata/en/e6/e23fd8c47e11d4ad320000e83539c3/frameset.htm
    All the best .
    Regards,
    J

  • How to access ITS transaction from R/3

    Hi All,
    Is it possible to access ITS transaction like PZ02 in R/3? If yes, please tell me how to do the same?
    Thanks and warm regards,
    Aditya

    I dont think it is possible ...
    FYI
    Transaction PZ02 cannot be called in the Easy Access Menu; see long text                                                                               
    Message no. S#536                                                                               
    Diagnosis                                                                               
    The transaction that you wish to start can only be started in the Web     
         browser. It does not make sense to start the transaction from the Easy    
         Access Menu because the transaction was specifically designed to be used  
         in the browser.

  • Invoke a ABAP transaction in a report.

    Hi,
    How can I invoke another ABAP transaction from a report/module pool program?
    Can I pass values to the fields?
    Regards,
    Arvindh.

    hi,
    if you want to call tcode through your report or modulepool program
    use <b>call transaction</b> press f1 to see some more help on it.
    if you want to call another report program or any other report in through your program
    use <b> submit</b> key world.
    SUBMIT rep.
    other fields you can add are
    LINE-SIZE col
    LINE-COUNT lin
    TO SAP-SPOOL
    VIA SELECTION-SCREEN
    AND RETURN
    EXPORTING LIST TO MEMORY
    USER user VIA JOB job NUMBER n
    Various additions for parameter transfer to rep
    USING SELECTION-SETS OF PROGRAM prog
    don't forget to reward points if it helps.

  • Demarcate and propagate transactions from web components

    Hi,
    Can I start a transaction from within a JSP/Servlet and propagate it to EJBs?
    For example, say there are EJB1.method1 and EJB2.method2, both marked "required". Code a JSP/Servlet like:
    1 UserTransaction tx = ...;
    2 tx.begin();
    3 EJB1.method1();
    4 EJB2.method2();
    5 tx.commit();
    Does it embrace the two EJB methods in one transaction? What if the web components and EJBs are deployed on different servers physically?
    Thanks!
    Sunyu

    I think you probably want to look at a Web services transactions system that integrates with the JTA. That way you can span your transactions across both a loosely coupled and closely coupled environment. There are some examples at www.arjuna.com
    There are several web services transactions specifications out there (OASIS Business Transactions Protocol and IBMs Web Services Transactions, for example). The latter is probably the way to go as it's been designed to interoperate with existing TP systems (it doesn't do that too well at the moment due to "issues" in the spec. but those will be fixed). In addition, JSR 156 is aiming to give J2EE a standard set of interfaces to Web services transactions and interoperability with other J2EE transaction services (JTA and JTS) is high on the agenda.
    Mark.

  • Cannot debug from Eclipse (Mac OS 10.7, Drive 3.01)

    I piggy-backed this on another discussion three days ago, but perhaps creating a new thread will get more attention.
    I recently downloaded the Adobe Drive 3 SDK and am having problems debugging the sample connectors from Eclipse.  I've followed all of the instructions in the documentation, but no matter what I try I cannot get my built connectors (both basicftp and helloworld) to show up when I try to initiate a connection in Drive 3.01.
    I am definitely checking (selecting) the bundles for these two samples in the run configuration, as well as all the dependant bundles ("Validate Bundles" passes successfully).  In the console, if I type 'ss' I see both of the samples listed as ACTIVE.  I launch Drive after I see them as active.
    I tried typing 'csstat' in the console but that does not seem to be a recognized command (per the documentation).
    When I launch Adobe Drive 3.01 I only see the two out-of-the-box connectors (DAM and CMIS).
    If I do a proper build and export to the CS5ServiceManager directory, they do show up in Adobe Drive.  However, I really need to be able to run from within Eclipse to debug.
    I've followed the troubleshooting steps and killed the CS5ServiceManager and Adobe drive processes using Activity Manager (I'm on a Mac OS 10.7 Lion) and also deleted the 'data' folder, rebooted, no luck.
    I even tried doing a clean installation of everything on another machine, and had the same problem.
    Please help or suggest something else to try.  Thanks!

    Thanks so much for the suggestions.
    I haven't tried the 32 bit JVM yet, but your comments got me thinking about which bundles I have selected in my run configuration.  When I first tried selecting ALL bundles, I got an error when launching:
    The bundle could not be resolved. Reason: Missing Constraint: Import-Package: com.adobe.versioncue.serialization; version="0.0.0"
    To correct that, I had gone back to the run configuration, cleared all bundles, and pressed the "Add Required Bundles" button.  This only added a small subset of all bundles, but got rid of the validation error.
    I now went back and selected all bundles, despite the validation error, and now I am successfully able to launch the sample.basicftp bundle from Eclipse on one of my two machines.  The other one doesn't work, and when I go type 'ss' I see one of the bundles seems to get stuck in the STARTING state:
    com.adobe.csi.bootstrap_2.0.0.201003221714
    I can probably continue working with my one working machine, but something still doesn't seem right.
    1)  Should I be seeing that "Missing Constraint" error above?  If not, then where do I find the bundle that it is looking for?
    2)  Any idea why the com.adobe.csi.bootstrap is getting stuck in the STARTING state.
    Once again, thanks so much for your help!

  • Starting SAP transaction in between ABAP code

    Hi,
    How can I start a particular transaction in between ABAP code if certain condition is true.
    Regards,
    Tushar.

    If a program has a transaction code, there are two ways of starting it from another program.
    If you do not want to return to the calling program at the end of the new transaction, use the statement:
    LEAVE TO TRANSACTION <tcod> [AND SKIP FIRST SCREEN].
    This statement ends the calling program and starts transaction <tcod>. This deletes the call stack (internal sessions) of all previous programs. At the end of the transaction, the system returns to the area menu from which the original program in the call stack was started.
    If, on the other hand, you do not want to return to the calling program at the end of the new transaction, use the statement:
    CALL TRANSACTION <tcod> [AND SKIP FIRST SCREEN] [USING <itab>].
    This statement saves the data of the calling program, and starts transaction <tcod>. At the end of the transaction, the system returns to the statement following the call in the calling report. If the LEAVE statement occurs within the called transaction, the transaction ends and control returns to the program in which the call occurred.
    You can use a variable to specify the transaction <tcod>. This allows you to call transactions statically as well as dynamically.
    The addition AND SKIP FIRST SCREEN allows you to prevent the initial screen of the new transaction from being displayed. The first screen to be displayed is then the specified Next screen in the screen attributes of the initial screen. If the first screen calls itself as the next screen, you cannot skip it.
    Furthermore, the AND SKIP FIRST SCREEN option works only if all mandatory fields on the initial screen of the new transaction are filled completely and correctly with input values from SPA/GPA parameters.
    The USING ITAB addition in the CALL TRANSACTION statement allows you to pass an internal table <itab> to the new transaction. <itab> has the form of a batch input table. For further information about batch input tables, refer to Importing Data With Batch Input.
    Cheers
    Nishanth

  • ST22 timeout for all LC related transactions  LIVE cache start stop working from LC10

    Hi Team
    we are a getting a  ST22 timeout for all LC related transactions  LIVE cache start stop working from LC10
    LC version 7.9
    OS AIX
    SAP SCM 7
    SDBVERIFY giving the following error
    Checking package Redist Python
    Checking package Loader
    Checking package ODBC
    Checking package Messages
    Checking package JDBC
    Checking package DB Analyzer
    ERR: Failed
    ERR: Checking installation "Legacy" failed
    ERR: Group of directory /sapdb/data/config/install changed [0 =>
    sdbregview -l is showing good.
    any idea what might went wrong.
    trying to use sdbverify -repair_permissions , but not sure about the exact syntax to use.
    and it is not related to timeout parameter, we tested with different timeout values, but still the same error.
    thanks
    Kishore Ch

    Hello Kishore,
    you could check the sizing of the liveCache data.
    * Report  /SAPAPO/TS_LCM_REORG_SNP has checks  of the SNP planning areas for superfluous objects.
    * Delete old/temporary APO data.
    * /SAPAPO/TS_LCM_REORG report checked TS superfluous objects.
    If you didn't create the planning versions, copy of planning versions & data load to liveCache, then create the SAP message to check your system on the question of the dataarea usage.
    If you have the long running APO transactions => performance of the SCM system has to be checked.
    If you have the bottleneck in liveCache & could not solve the case by yourself => create the SAP message to BC-DB-LVC and get SAP support.
    Best regards, Natalia Khlopina

  • Can't Start oc4j from Eclipse (OracleDataSource problem)

    I 'm migrating from oc4j 10.1.2 to 10.1.3
    I've installed 10.1.3 standalone and I can start application from DOS prompt. This work fine.
    When I try to start applicacion from Eclipse, I receive the follow message
    2006-11-01 11:21:40.689 NOTIFICATION JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    2006-11-01 11:21:40.705 NOTIFICATION JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    2006-11-01 11:21:40.783 NOTIFICATION JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/jobstore].
    2006-11-01 11:21:40.892 NOTIFICATION JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/events].
    2006-11-01 11:21:40.939 NOTIFICATION JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/notifications].
    06/11/01 11:21:43 java.lang.NoSuchMethodError: oracle.jdbc.driver.OracleDriver.getSystemPropertyFastConnectionFailover(Ljava/lang/String;)Ljava/lang/String;
    06/11/01 11:21:43      at oracle.jdbc.pool.OracleDataSource.<clinit>(OracleDataSource.java:97)
    06/11/01 11:21:43      at java.lang.Class.forName0(Native Method)
    06/11/01 11:21:43      at java.lang.Class.forName(Class.java:219)
    06/11/01 11:21:43      at oracle.oc4j.sql.config.DataSourceConfigUtils.createConnectionFactory(DataSourceConfigUtils.java:244)
    06/11/01 11:21:43      at oracle.oc4j.sql.DataSourceConnectionPoolImpl.<init>(DataSourceConnectionPoolImpl.java:107)
    06/11/01 11:21:43      at oracle.oc4j.sql.spi.ResourceAdapterImpl.createDataSourceConnectionPool(ResourceAdapterImpl.java:99)
    06/11/01 11:21:43      at oracle.oc4j.sql.DataSourceUtils.getDataSourceConnectionPool(DataSourceUtils.java:322)
    06/11/01 11:21:43      at com.evermind.server.ApplicationStateRunning.initDataSourceConnectionPool(ApplicationStateRunning.java:1997)
    06/11/01 11:21:43      at com.evermind.server.ApplicationStateRunning.initDataSourceConnector(ApplicationStateRunning.java:1961)
    06/11/01 11:21:43      at com.evermind.server.ApplicationStateRunning.initConnector(ApplicationStateRunning.java:1220)
    06/11/01 11:21:43      at com.evermind.server.ApplicationStateRunning.initConnectors(ApplicationStateRunning.java:356)
    06/11/01 11:21:43      at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:208)
    06/11/01 11:21:43      at com.evermind.server.Application.setConfig(Application.java:391)
    06/11/01 11:21:43      at com.evermind.server.Application.setConfig(Application.java:308)
    06/11/01 11:21:43      at com.evermind.server.ApplicationServer.initializeDefaultApplication(ApplicationServer.java:1489)
    06/11/01 11:21:43      at com.evermind.server.ApplicationServer.initializeAutoDeployedApplications(ApplicationServer.java:1470)
    06/11/01 11:21:43      at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:922)
    06/11/01 11:21:43      at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:113)
    06/11/01 11:21:43      at java.lang.Thread.run(Thread.java:534)
    Any idea ?
    Really thanks

    this is my datasource.xml
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <data-sources xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/data-sources-10_1.xsd" schema-major-version="10" schema-minor-version="1">
    <managed-data-source connection-pool-name="Example Connection Pool" jndi-name="jdbc/OracleDS" name="OracleDS"/>
    <managed-data-source connection-pool-name="etgs" jndi-name="jdbc/etgs" name="etgs"/>
    <connection-pool name="Example Connection Pool">
    <connection-factory factory-class="oracle.jdbc.pool.OracleDataSource" user="scott" password="tiger" url="jdbc:oracle:thin:@//localhost:1521/oracle.regress.rdbms.dev.us.oracle.com"/>
    </connection-pool>
    <connection-pool name="etgs">
    <connection-factory
              factory-class="oracle.jdbc.pool.OracleDataSource"
              user="etgs"
              password="etgs"
              url="jdbc:oracle:thin:@70.101.0.200:1521:DEV"/>
              <property name="fastConnectionFailoverEnabled" value="true"/>
    </connection-pool>
    </data-sources>
    -pfrancav-

  • I messed up migrating from old iMac to my shiny new one. I didn't turn off power saver. How do I start again, it's all gone wrong, help

    I messed up migrating from old iMac to my shiny new one. I didn't turn off power saver. How do I start again, it's all gone wrong, help

    Boot into recovery mode, launch Disk Utility and wipe the HD. Quit DU and restore the OS. On first boot, migrate properly, using the steps in Pondini's Setup New Mac guide.

Maybe you are looking for