Hi Experts,
How to navigate or create subroutine in Eclipse from Perform statement?
Thanks
Hi Experts,
How to navigate or create subroutine in Eclipse from Perform statement?
Thanks
Hi Eclipse fan,
I have a simple question :
Can i configure ADT in NWDS ?
Or i have to use 2 Eclipse session ?
Thanks,
Youri
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
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
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
Hi all,
I have created a very simple CDS view:
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:
and the SQL executed is
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
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
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
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
Hi Experts,
I am trying to install SAP ABAP in Eclipse, but I am encountering some issue below:
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!
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"
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
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
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
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
Thanks and best regards,
Tony
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
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
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:
Can someone help me?
Transaction SU53 was not helpfull.
Hi, I am following this tutorial:
"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:
Any advice how to fix this error?
Thanks.
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
Some highlights of the modeled data preview would be
__________________
Open SQL Data Preview
Some highlights of the open SQL data preview editor would be
__________________
Could you please give us your feedback on these tools
You can be very honest about your feedback :-)