Quantcast
Channel: SCN : Popular Discussions - ABAP in Eclipse
Viewing all 1215 articles
Browse latest View live

Forward Navigation in Eclipse

$
0
0

Hi,

I am new to SAP and ABAP in Eclipse. So far we were using SAP GUI for ABAP , but now we are moving towards Eclipse for ABAP.

I want to know, is forward navigation possible in Eclipse?

I mean in SAP GUI when we want to create a subroutine using Form and call using Perform,

We first write Perform sub_routine_name parameters and double clicking on sub_routine_name it automatically generates Form code for us.

Is it Possible in Eclipse Editor?

 

Here are screenshots for SAP GUI forward navigation.

Double Clicking on the 'get_mard' subroutine a pop up window opens which ask to create new object and then it creates a form for this perform.

 

i2.PNG

 

The following perform is generated automatically.

i3.PNG

In Eclipse it says Form 'get_mard' does not exist. We need to create it manually.

 

Thanks in advance.


Error in forward navigation after SNC logon

$
0
0

Hi trouble shooters,

 

after login on to my abap project using SNC, I am not able to do a forward navigation.

 

Any idea, how I can fix this?

snc_error.PNG

Thank you in advance,

 

Peter

ABAP in Eclipse in HANA Studio

$
0
0

Hello,

I have seen several blogs about ABAP in Eclipse. The prerequisites always mention Eclipse release 3.6 or 3.7.

I have noticed that the HANA Studion is based on  Eclipse 3.8.

Can I install the ABAP for Eclipse Plugin in the HANA Studio or do I have to install a second IDE with the version 3.6 or 3.7?

 

Thanks,

Michael

Third Party Plugin for ABAP in Eclipse Editor

$
0
0

Hi

we are moving towards the use of Eclipse Editor for ABAP (ECC 6.0 EHP 6.0). \

I read somewhere that in eclipse you can use different plugin that can improve productivity and can make coder life easier.

Now i want to know if there are any plugins which can be used to increase productivity for ABAP development and can be used with ADT plugin for ABAP in Eclipse.

Configuration SAPGUI/Java for Eclipse

$
0
0

Hi,

 

Mac OS X (Lion), Java GUI 7.30, Eclipse Kepler with ADT. I do have a properly working entry in SAPGUI / Java for my HANA Trial but when I want to connect with Eclipse I have to choose one of the entries in my Java GUI and Eclipse does complain that there is no message server. But for HANA trial I don't need a message server (and - for good reasons - I don't have one ).

 

Why does that work in JAVAGUI and not in Eclipse?

 

connections file:

 

############################################################

#

# file    : /Users/$HOME/Library/Preferences/SAP/connections

# created : 27.09.2013 14:23:56 MESZ

# encoding: UTF-8

#

############################################################

A4H:conn=/H/xxx.xxx.xxx.xxx/S/3200&clnt=001&user=DEVELOPER&lang=DE&expert=true

NPL:conn=/H/yyy.yyy.yyy.yyy/S/3200&clnt=001&user=DEVELOPER&lang=DE&expert=true

 

settings file:

 

############################################################

#

# file    : /Users/$HOME/Library/Preferences/SAP/settings

# created : 06.11.2013 15:37:01 MEZ

# encoding: UTF-8

#

############################################################

@GLF_showDetailCol = "1"

@GLF_ColumnState = "0 / 75"

@logonFrame_2_X = "894"

@frameWidth = "632"

@frameHeight = "617"

@INCLUDE = "/Users/$HOME/Library/Preferences/SAP/connections"

ATC Result shown in Problem View

$
0
0

Hi,

 

we are facing one strange issue in eclipse. When we run ATC,its result is coming in Problem view instead of ATC view.

 

ATC.png

Net weaver Version : 7.3 ECC 6.0 EHP 6.0 .

 

But we have other system in which ATC result is coming ni ATC view

Other system Version 7.4 ECC 6.0 EHP 6.0.

 

can any one give me solution or reason for that ?

NWBC 5.0 breaks ABAP in Eclipse

$
0
0

In Windows, after installing SAP GUI 7.40 Patch 2 Hot Fix 2, if I open NWBC 5.0 and then open Eclipse I get a SAPUILandscape.xml malformed error.....

 

Does this happen to everyone? Seems such a strange occurence... I basically need to keep a backup of that file, and reset it after opening NWBC 5.0. NWBC adds some tags that Eclipse seems to refuse/mishandle.

 

I checked and Eclipse Luna is updated.

While exceuting Function Module in Eclipse, Error occurs

$
0
0

Hi,

I am new to SAP and ABAP in Eclipse.

We are now moving towards Eclipse from SAP GUI.

I am facing one problem while executing function module in Eclipse.

The following error occurs.

 

 

FM1.PNG

Can anyone help me out.

Thanks in advance.


SSO with ABAP in Eclipse

$
0
0

To begin with, I'm quite new to SAP and have little to no knowledge in ABAP and the whole SAP environment. I must also say that, just from the looks, our SAP never made me want to look deeper into it - it just seems old and inconvenient. Nevertheless, I'm "testing" ABAP in Eclipse; so far I'm impressed. Compared to the rusty workbench, this finally seems like a modern IDE with many helpful features.

 

There is one thing that bugs me though: whenever a new SAP GUI instance is opened in Eclipse, I have to reenter username and password.

 

I've tried reading into possible solutions to this, but all I have found are descriptions of rather complex processes that require changes on the backend as well.

 

My question is actually simple: can I get around this without having to make changes to the backend?

 

We don't need a SSO solution for the standard SAP GUI Logon, just for ABAP in Eclipse.

 

Thank you for any hints, links or comments!

ABAP/Eclipse tools connection to non-development environments?

$
0
0

Is it standard practice to allow connection from the Eclipse tools to non-development systems? (Quality Assurance or even Production?)

 

I could see benefit to code compares, SQL Console, and other performance tools... but was curious if this is recommended?  Is there any SAP provided literature on this topic I could present my basis team?

 

Thanks,

Chris

Short text in ABAP Doc Comments

$
0
0

Hi Everybody,

 

Is there any change to create and change method parameter short texts from eclipse adt (7.4. SP8) or is that a feature we've to wait for?

 

Regards,

Franz

Description for Methods

$
0
0

Hello,

 

Is there a posibility to put a description for method in eclipse as in SE80 (see Screen)?

 

se80.PNG

 

regards

Hartmut

Eclipse MARS and ADT

$
0
0

Soon as in every June , new version of Eclipse - Mars will be released. I'm just curious if SAP team have already looked on M6 version and started the adjustments of ADT or not yet?

ABAP in Eclipse(Kepler) Transport Organizer

$
0
0

Hello all,

 

In ADT 2.36.5 it get the following error whenever I execute the transport organizer.

 

An internal error  occurred  during: "Loading  transport requests..."

 

java.lang.NullPointerException

 

Any help would be appreciated.

ABAP in Eclipse in HANA Studio

$
0
0

Hello,

I have seen several blogs about ABAP in Eclipse. The prerequisites always mention Eclipse release 3.6 or 3.7.

I have noticed that the HANA Studion is based on  Eclipse 3.8.

Can I install the ABAP for Eclipse Plugin in the HANA Studio or do I have to install a second IDE with the version 3.6 or 3.7?

 

Thanks,

Michael


Eclipse MARS and ADT

$
0
0

Soon as in every June , new version of Eclipse - Mars will be released. I'm just curious if SAP team have already looked on M6 version and started the adjustments of ADT or not yet?

Errors in Eclipse - while installing new software.

$
0
0

Hi,

 

I get following error while trying to install new software. I tried both Kepeler Service Release 2 and Luna versions and always get similar errors. Any idea what is missing?

 

 

Operation details

  Cannot complete the install because one or more required items could not be found.

    Software currently installed: ABAP Development Tools for SAP HANA (Developer Edition) 2.36.1 (com.sap.adt.tools.hana.devedition.feature.group 2.36.1)

    Missing requirement: ABAP Development Tools Foundation 2.36.2 (com.sap.adt.tools.feature.group 2.36.2) requires 'org.eclipse.mylyn.context_feature.feature.group [3.9.0,4.0.0)' but it could not be found

    Cannot satisfy dependency:

      From: ABAP Development Tools for SAP HANA (Developer Edition) 2.36.1 (com.sap.adt.tools.hana.devedition.feature.group 2.36.1)

      To: com.sap.adt.tools.hana.feature.group [2.36.1]

    Cannot satisfy dependency:

      From: ABAP Development Tools for SAP HANA 2.36.1 (com.sap.adt.tools.hana.feature.group 2.36.1)

      To: com.sap.adt.tools.feature.group 1.5.0

 

Thanks

Vj

When open the Eclipse has an error

$
0
0

Hello everyone,

 

After i finish the installation and open the Eclipse, I have met an error like below:

 

ABAP communication layer is not configured properly. This might be caused by missing Microsoft Runtime DLLs VS2010. Consult the installation guide or download page for further details on how to install this component.

Error getting the version of the native layer: java.lang.UnsatisfiedLinkError: C:\TONY\eclipse-SDK-3.7.2-win32-x86_64\eclipse\configuration\org.eclipse.osgi\bundles\316\1\.cp\lib\sapjco3.dll: Can't find dependent libraries

 

 

Does anyone tell me why?(Microsoft Runtime DLLs VS2010  have already installed in the system or anyboby could give me the link to down the

Microsoft redistributable runtime DLLs VS2010 SP1 (x86)).

 

 

 

 

Thanks and best regards,

Tony

7.40 SP8 new syntax formatting issue

$
0
0

We have recently upgraded our netweaver 7.40 to SP8.  This gives us a lot of new ABAP features which are really nice.  The only problem is that ADT does not seem to recognize this syntax and thus formats multiple part of it in red (thus making it seem like errors).  No errors are shown in the problems tab and the code is compiled without problems, so it is only a display issue.  I work with ADT on Eclipse Luna, with all ADT components completely updated.

Has anyone else encountered this issue?  Is there a solution (planned) for this?

 

Missing authorization for new project

$
0
0

Hey folks,

 

I have a problem getting started with abap in eclipse.

When I want to start a new project I receive the following message, when trying to connect to the system:

User <user> is not authorized to access system <sid> via ABAP in Eclipse (No authorization to access the resource  /sap/bc/adt/compatibility/graph.)

 

I have the done all the things described in the following blog:

Enabling ABAP in Eclipse

 

Can someone help me?

 

Transaction SU53 was not helpfull.

Viewing all 1215 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>