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

Forward Navigation

$
0
0

Hi Experts,

 

How to navigate or create subroutine in Eclipse from Perform statement?

 

Thanks


ADT in NWDS ?

$
0
0

Hi Eclipse fan,

 

I have a simple question :

Can i configure ADT in NWDS ?

Or i have to use 2 Eclipse session ?

 

Thanks,

Youri

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

Feature-Request: Extract/Refactoring Form-Routines

$
0
0

Hello,

 

could you please think about extending the extract-refactoring to form-routines?

We would like to extract code from a form-routine into a new static class-method to *begin* refactoring legacy code as described in "Working effectively with legacy code"...

 

Currently it's shock-and-awe:

awe: we can easily extract code and it's working great!

shock: we are limited to classes and cannot refactor the existing function-group codebase....

 

Great work so far!


Cheers,

Kai

Column config.of Internal table during Debugging

$
0
0

Hi,

 

Can you guys help me how to Hide a particular column of a internal table during debugging in Eclipse? We have option to delete row.

Basically need to know column configuration in Eclipse while debugging.

 

Thanks

CDS Data Preview

$
0
0

Hi all,

 

I have created a very simple CDS view:

 

Capture.PNG

And I can preview this using SAPGUI and write a simple ABAP to expose the data to ALV.  Syntax check is all fine and it activates OK.

 

However when I try to do a data preview I am getting an error message:

 

Capture.PNG

 

and the SQL executed is

 

Capture.PNG

as You can see my projection list does contain commas and I am only getting this problem when using data preview.  Has anyone seen this before?

 

Thanks,

 

Jon

Change label color using Javascript

$
0
0

Hello All,

I am working on an application.I have developed frontend using Xml now i want to change the label color on click of button can any1 please help me with this.

 

i tried the code

onclick : fuction()

{

var l = this.getView().byId("lbl");

document.getElementById("l").setColor = 'Blue';

}

 

but its not working please help me with this.

 

Thanks in advance

Use Select Options for CDS views in ABAP (Open SQL)

$
0
0

Hello,

 

I am new to CDS views in ABAP Dictionary so not sure whether my question is basic or complicated.

 

 

I want to create a CDS view in ABAP by joining 5-6 tables based on certain conditions and then retrieve the information from this view in my Report by passing the Select Options defined in the Report selection screen.

 

My Queries

 

a. Is the CDS view similar to a Normal Database view ?

 

b. Can I use IN select-option in my Open SQL statement to fetch information from CDS view ... e.g

 

   SELECT f1 f2 f3 from CDS-View into Internal-Table where f1 in so_f1

 

c. Is it possible to have a CDS view and code it similar to Procedure in HANA where I can make join on 2 tables and get the results in a Temp table and then again join the Temp table and a third table and fetch the results in Temp2 table?

 

 

d. If point c. is not possible in CDS view then my question is How can I pass a Select option (multiple options) to a AMDP Procedure and use that in my query to fetch the information from database

 

 

 

Regards,

Abhishek


Connecting to Hana cloud Trial system

$
0
0

Hi Experts,

 

Did any one come across below issue?

 

I get below error while connecting,

"The information about SAP HANA schemas and databases can not be fetched from SAP HANA platform. check the error log for more details"

 

Fyi, i am able to access Hana cloud trial version system and i hope i installed all necessary softwares, and proxy settings fine.

Am i missing something? It would be much appreciated if some one could document the steps to be carried to connect Hana cloud trial system from Eclipse.

 

Thanks

SAP ABAP in Eclipse Installation Issue

$
0
0

Hi Experts,

 

I am trying to install SAP ABAP in Eclipse, but I am encountering some issue below:

 

HANA ABAP Issues.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Error Message is:

 

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

  Software being installed: ABAP CDS Modeler 2.44.2 (com.sap.adt.tools.cds.modeler.feature.group 2.44.2)

  Missing requirement: CDS DDL Graphical Editor 2.44.2 (com.sap.adt.cds.ddl.modeler.ui 2.44.2) requires 'bundle org.eclipse.ui [3.103.0,4.0.0)' but it could not be found

  Cannot satisfy dependency:

    From: ABAP CDS Modeler 2.44.2 (com.sap.adt.tools.cds.modeler.feature.group 2.44.2)

    To: com.sap.adt.cds.ddl.modeler.ui [2.44.2]

 

 

I am using this SAP HANA Studio Version: 1.0.53.

 

Would you mind to share step by step procedure on how to fix such issue?

 

Thank's a lot!

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"

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 OR NWDS

$
0
0

Mates,

 

I am basically a java developer having baby steps in the world of ABAP  and SAP.

 

I have some doubts.

 

1.I read like we can do Abap coding in eclipse .ALso i read NWDS  also can be used.

Which one be the best to use for same.I am familiar with eclipse.

Also does NWDS comes as part of the sofware package for SAP?or do i have to download it separate.

 

 

2.How can i create a webdynpro Project using the clipse i have configured. I dont find a Create New webdynpro project option in eclispe.

 

 

3.Such type of webdynpro appalicayion will it me a mix of java and abap codes or can entire webdynpro app be created in java.If so

how should i start and do it in eclipse configured for sap?

 

 

Regards

Mandan

Change label color using Javascript

$
0
0

Hello All,

I am working on an application.I have developed frontend using Xml now i want to change the label color on click of button can any1 please help me with this.

 

i tried the code

onclick : fuction()

{

var l = this.getView().byId("lbl");

document.getElementById("l").setColor = 'Blue';

}

 

but its not working please help me with this.

 

Thanks in advance

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


Data preview in HANA studio for Open ABAP CDS views

$
0
0

Hello All,

 

I was trying to do a data preview for an Open ABAP CDS view that I created. It gives me data preview for the corresponding ABAP view. It just gives a popup as attached. Thanks for the help.

 

Best Regards,

Govind

Quick-fix not working anymore

$
0
0

Hi Folks,

 

I really love the the refactoring capabilities of eclipse using the quick-fix for class based implementation. It allows method/variable creations incredibly fast. It used to work fine for a certain class and suddenly stopped working for the very same class while it's still working for other classes. So, I guess there is something wrong with this one class. Did anyone else encounter similar problems? Would it be helpful when I post the source code of my class here?

 

Best regards

 

Tobias

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.

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.

(Lab preview) Data Preview Tools - We need your feedback

$
0
0

At ABAP Development Tools in Eclipse, we are developing simple and elegant data preview tools which offers functionality similar to SE16, and also an advanced free-styled open SQL editor to execute and preview results.

 

Here is a “lab preview” of the Modeled Data Preview editor that we are building, where the users can preview data in any Dictionary Tables, views. The video is 4 minute in length.

http://scn.sap.com/docs/DOC-44175

 

Here is a “lab preview” of the freestyle open-SQL Data Preview editor that we are building, where the users can write complex open-SQL queries and preview its results rapidly. The video is 2 minute in length.

http://scn.sap.com/docs/DOC-44324

__________________

 

 

Modeled Data Preview

Modeled-DP.png

Some highlights of the modeled data preview would be

  • Users can specify the size of the previewed result-set.
  • Users can add any number of filters. (Internally it would simply mean an AND condition in the WHERE clause)
  • Specify any comparators, e.g. EQUALS, LIKE and also IN (as in the above snapshot)
  • Sorting (results are fetched from backend up sorting)
  • Local filter can be used to further filter in the previewed result set
  • Graphically view all the distinct values. Table chart, bar chart and pie chart would be supported
  • View the logs of all the queries executed

__________________

 

 

Open SQL Data Preview

openSQL-DP.png

Some highlights of the open SQL data preview editor would be

  • Users need not create any report programs to execute the open SQL query
  • Users need not create the ABAP types to hold the result set of the SELECT query(The tool will take care of it internally)
  • Users can progressively build and test the open SQL query. Once ready, simply paste the query into your ABAP program

__________________

 

 

Could you please give us your feedback on these tools

  • How often do you see yourself using these tools?
  • Do you think it will help increase your productivity?
  • What features do you think are currently missing?

 

  • Overall, how do you like these tools? How would you rate these tools on a scale of 10? (10 = "excellent value")

 

You can be very honest about your feedback :-)

Viewing all 1215 articles
Browse latest View live


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