Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

What is this error while creating a new ABAP project in Eclipse?

Former Member
0 Likes
1,970

I've installed the ABAP development plugin for Eclipse Oxygen. As I try to create an ABAP project, the following error pops up.

After clicking OK, this window opens:

What is this system ID? I have a HANA database userid and password and also know the instance number. But where can I find the System ID and is application server same as the server IP/Hostname of my HANA server?

Thanks.

I've installed the ABAP development plugin for Eclipse Oxygen. As I try to create an ABAP project, the following error pops up.

After clicking OK, this window opens:

What is this system ID? I have a HANA database userid and password and also know the instance number. But where can I find the System ID and is application server same as the server IP/Hostname of my HANA server?

Thanks.

6 REPLIES 6
Read only

ThFiedler
Product and Topic Expert
Product and Topic Expert
1,574

Hi Tanmay,

have you installed SAP GUI on your local machine? This is a prerequisite to use ABAP in Eclipse.

Regards,

Thomas.

Read only

Former Member
0 Likes
1,574

No, I have not. I didn't know that it was needed. Thank you.

I searched about it and read that it's not available for free. Is that true? What about members of the SAP partnerEdge program?

Read only

ThFiedler
Product and Topic Expert
Product and Topic Expert
0 Likes
1,574

Hi Tanmay,

I guess you are using the ABAP Developer Edition as your ABAP system.

There you will also find a SAP GUI for free as part of the installation package.

Regards,

Thomas.

Read only

Former Member
0 Likes
1,574

Thomas,

I think it's not the developer edition.

We have installed SAP HANA DB version 2.0 on a remote SUSE Linux server. I connect to it using the HANA administration plugin for eclipse from Windows 10. SQL operations are working fine.

I am looking for developing in ABAP on my local machine. So, I'll have to install SAP GUI on the local system, right?

Thanks,

Tanmay

Read only

ThFiedler
Product and Topic Expert
Product and Topic Expert
0 Likes
1,574

Hi Tanmay,

there is no local development possible with ABAP. You need an ABAP application server that is connected to your HANA DB.

Then you can connect your Eclipse IDE with that Application server.

Please find more details about the ABAP stack in the SCN:

https://www.sap.com/developer/topics/abap-platform/abap-for-newbies.html

Regards,

Thomas.

Read only

Former Member
0 Likes
1,574

Thank you!