Application Development 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: 

Create DB table with source-code editor in Eclipse ( Define Table ... )

kutay_bektas
Explorer
0 Kudos
1,716

Hi ,

When I am trying to create DB table on Eclipse , the eclipse always open the SE11 GUI option to continue to create my db table.I just want to use "source-code editor" to create db table in SAP environment.(define table .... )

I am trying to learn what is the the reason behind this.

Product version:

EHP8 FOR SAP ERP 6.0 EHP8 FOR SAP ERP 6.0 15 (09/2020)

SAP NETWEAVER 7.5 19 (09/2020)

SAP ERP 2005 32 (01/2020)

DBACOCKPIT Info DB System : SAP HANA DBRelease : 2.00.05904Release : 750
1 ACCEPTED SOLUTION

wolfgang_woehrle
Product and Topic Expert
Product and Topic Expert
0 Kudos
1,268

Hi Kutay Bektas

Please note that the source-based editor is provided as of SAP NetWeaver AS for ABAP 7.52 SP00.

Your system does not support the source-based table editor.

Kind regards,

Wolfgang

13 REPLIES 13

matt
Active Contributor
0 Kudos
1,268

The reason is simple. The ADT team haven't written a table editor yet.

0 Kudos
1,268

Hi,

I am just trying to create a db table by following the instructions which are mentioned below.I can not do it in my system because eclipse is directing me SE11 tcode .

Working With Eclipse [3] : Creating Tables with code based editor – Discovering ABAP

abo
Active Contributor
1,268

if you look at the screenshoty, you'll see that it is connected to the TRL cloud environment.

matt
Active Contributor
0 Kudos
1,268

So the OP is following instructions for the cloud, for functionality only on the cloud, but isn't on the cloud. That makes sense.

wolfgang_woehrle
Product and Topic Expert
Product and Topic Expert
0 Kudos
1,268

No, sorry, Matthew. The source-based database table editor is provided as of 7.52.

Please see here our help content.

SugguSandeep
Contributor

0 Kudos
1,268

Hi sandeepsuggu ,

Actually I am trying these steps but the eclipse screen is directing me to SE11 GUI tcode .

0 Kudos
1,268

Ya, you can create dynamically frame the table through code or The SE11 T-Code Screen will open too at the time you double click on elements in which you written code

0 Kudos
1,268

Accoding to me I too came across like you while working in eclipse

0 Kudos
1,268

You have encountered the same thing?

matt
Active Contributor
0 Kudos
1,268

From the documentation

Eclipse has code based editor for creating table as well. This will be the only option when it comes to ABAP system on cloud.

Also, if your back end is not higher enough release, you can only go via SAPGui.

wolfgang_woehrle
Product and Topic Expert
Product and Topic Expert
0 Kudos
1,269

Hi Kutay Bektas

Please note that the source-based editor is provided as of SAP NetWeaver AS for ABAP 7.52 SP00.

Your system does not support the source-based table editor.

Kind regards,

Wolfgang

0 Kudos
1,268

Hello wolfgang.woehrle ,

I was assuming that would be related with the versions topic but I could not find anything regarding this.

Thanks for the information.