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

Mass-Activation usability improvement

$
0
0

Hello all,

 

I'm currently using ABAP in Eclipse (2.41.1) almost on a daily basis, and I'd like to make a minor suggestion to improve the handling of the function to activate multiple objects at once (Ctrl+F3). In the SAP GUI environment, you can simply press F9 to select all lines followed by Enter to confirm the dialog - that is not possible here. You have to either use the mouse to select all or use an unfamiliar shortcut (Alt+W for German UI) to select all entries. After that, you can't simply press Enter because the "Activate" button isn't the default button of the dialog. It doesn't even have a mnemonic assigned, so you have to either use tab to select it or, again, use the mouse. I don't particularly like taking my hands off the keyboard when coding, so I would suggest to a) add F9 as a shortcut for the Select All button and b) make the Activate button the default button. Small changes, perhaps, but I think that this would make things a bit easier for people migrating from SE80...

 

Best regards

  Volker Wegert


How to Read Source code of a class

$
0
0

Hi Folks,

 

How to read ABAP Class source code (including ABAP Docu tags which was manintained in ADT) ?

 

Regards,

Rao

Unable to read repository at https://tools.hana.ondemand.com/luna/content.xml

$
0
0

Hi, I am following this tutorial:

 

SAP HANA Cloud Platform

 

"Installing SAP Development Tools for Eclipse"

 

configured my proxy settings (I am sure the data is correct, ip, port, user, password).

 

and go to Help, Install Software and paste the url SAP HANA Cloud Platform

 

 

 

and get this error:

 

Unable to read repository at https://tools.hana.ondemand.com/luna/content.xml.

Unable to read repository at https://tools.hana.ondemand.com/luna/content.xml.

sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

 

 

Any advice how to fix this error?

 

Thanks.

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

Error: System does not support Eclipse based ABAP Development Tools

$
0
0

When attempting to create a new ABAP Project in ADT, I get an error at the credentials screen.

 

"Logon to system ERD failed (System "ERD" does not support Eclipse based ABAP Development Tools)"

 

ADTFailure.PNG

 

Perhaps someone can help shed some light on this.  Is there some additional configuration that must be done either on the client or backend?

 

Thanks

Luke

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.

Export SQL Console

$
0
0

Hi there,

 

is it possible to save or export the output from SQL Console

 

regards

Björn

Where-Used not working? (ADT 2.44.2 Luna)

$
0
0

Hi there,

 

after not finding anything in the search, i'll try my luck.

I am trying to use the Where-Used List in Eclipse:

 

My main programm looks like this:

[quote]

INCLUDE /wue/mm_pur_rel_orgstruct_top.  "Top

INCLUDE /wue/mm_pur_rel_orgstruct_s01.  "Selection Screen

INCLUDE /wue/mm_pur_rel_orgstruct_d01.  "Class Definitions

INCLUDE /wue/mm_pur_rel_orgstruct_p01.  "Class Implementations

INCLUDE /wue/mm_pur_rel_orgstruct_i01.  "PAI

INCLUDE /wue/mm_pur_rel_orgstruct_o01.  "PBO

INCLUDE /wue/mm_pur_rel_orgstruct_f01.  "Forms

 

INITIALIZATION.

w_ekorg = /wue/if_cc_ekorg=>c_e002.

 

START-OF-SELECTION. * Initialization Drag and Drop

PERFORM init_dragdrop_left.

[...]

[/quote]

 

Like it is used to be in wue/mm_pur_rel_oprgsctruct_f01 there are several forms and now i want to use Where-Used on the form "add_leaf_left" which is used in another form in this include. As used from SE80 i excpect that it shows me the line of code in this include but Eclipse only shows me the main programm and sets a marker on the INCLUDE-command (See below or attachment).So the question is: Is it "works as designed", "not working" or "dude you forgot to press button [enterbuttonhere]" ?

 

I know i can just select the variable and select the Where-Used with the bar on the right side of the Editor (don't know what's the correct term but the bar where you see errors as little red bars, warnings yellow etc.) but that is nothing compared to the overview in SE80 and it is only searching in the same Include so that's not the best option.

 

 

Best Regards

Markus

 

 

Eclipse_Where_Used.png


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

saplink

$
0
0

Hi everybody,

 

I'm developing with Eclipse Luna and have installed SAPlink .

(Help -> Install New Software ...... http://eclipse.saplink.org)

 

I did the following after the installation of saplink:

 

Right click on the system (Project) on which I want to install the SAPlink for ADT and select SAPlink -> Install SAPlink.

 

saplink01.PNG

 

So nothing happens

Who knows please, what the cause is?

 

 

Many thanks!

 

Best

Ali

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"

Description of elements (methods, parameters, types,...)

$
0
0

Hello,

 

I would like to open this discussion as a feature request to SAP.

 

It´s about the possibility to create/determine descriptions for all kind of development elements.

For in example, in SE24 for every element there is the column "description". (Attributes, Methods, method parameters, Class Types,..).

 

For dictionary objects (for example the dictionary type of an attribute or a method parameter) the description is automatically determined from dictionary, and you can also overwrite it manually.

For other elements like methods, you can of course also create your own descriptions.

 

It would be very helpful to have the same possibilities in general also in Eclipse.

Because now, if I for example create a new method, I don´t do it in Eclipse because then the descriptions are missing. So, I have to jump to SE80, create the method there, descriptions are determined or manually set, and then jump back to Eclipse.

 

That´s just one example, and it would much more convenient to do everything consistently in Eclipse without jumping to other tools.

 

I hope this can be considered to be added as a new feature.

Thanks!

 

Regards,

Michael

Regarding reusable association in open CDS view

$
0
0

Hello All,

 

We have a scenario in our data model where same associations spread across different entities. So is there anything similar to managed association in HANA CDS view that can be used in ABAP CDS view? Thanks for the help.

 

Best Regards,

Govind

ABAP in Eclipse Installation Error

$
0
0

I am trying to install ABAP in Eclipse  and getting below error.

does any one any idea how to resolve it.

 

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

  Software being installed: ABAP Development Tools - Core 1.0.2 (com.sap.adt.tools.feature.group 1.0.2)

  Missing requirement: ABAP Development Tools Communication Framework 1.0.2 (com.sap.adt.fwk.ci.feature.group 1.0.2) requires 'org.eclipse.mylyn.commons.feature.group [3.4.3,4.0.0)' but it could not be found

  Cannot satisfy dependency:

    From: ABAP Development Tools - Core 1.0.2 (com.sap.adt.tools.feature.group 1.0.2)

    To: com.sap.adt.fwk.ci.feature.group [1.0.0,2.0.0)

Unable to read repository at https://tools.hana.ondemand.com/luna/content.xml

$
0
0

Hi, I am following this tutorial:

 

SAP HANA Cloud Platform

 

"Installing SAP Development Tools for Eclipse"

 

configured my proxy settings (I am sure the data is correct, ip, port, user, password).

 

and go to Help, Install Software and paste the url SAP HANA Cloud Platform

 

 

 

and get this error:

 

Unable to read repository at https://tools.hana.ondemand.com/luna/content.xml.

Unable to read repository at https://tools.hana.ondemand.com/luna/content.xml.

sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

 

 

Any advice how to fix this error?

 

Thanks.


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

Roles to restrict access of ABAP Eclipse

$
0
0

Hello,

 

We have created one common training user ID for abap development but we don't want to give authorization to access abap eclipse i.e. AMDP, CDS, External View etc.

 

Is it possible ?

 

-Amit

ADT API for batch editing of development objects

$
0
0

Hi,

 

we are working on a custom plugin for Eclipse based on the ADT SDK. We would need a possibility to edit multiple ABAP development objects (classes, reports etc.) in background without opening them in the Eclipse editor, i.e. load the objects, update them and post them back to the application server.

 

Are there some services in the ADT API that we could use in order to solve this issue?

 

Thanks

Victor

Downloadable ABAP Development Tool for Eclipse

$
0
0

Hello,

 

I want to use ABAP for HANA and there is no ABAP Perspective in the HANA Studio.

I tried to install Eclipse and add the ABAP Development Tools using a link, and it worked.

Now I need to do the same procedure, only now the difference is I can't use a link to install it, and I need it as a downloadable file.

So my question is where can I download the ABAP Development Tool.

My Eclipse version is Luna 4.4.2

 

Thanks.

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>