2023 Jan 05 9:17 AM
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 : 7502023 Jan 09 4:01 PM
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
2023 Jan 05 12:47 PM
The reason is simple. The ADT team haven't written a table editor yet.
2023 Jan 05 1:19 PM
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
2023 Jan 05 1:31 PM
if you look at the screenshoty, you'll see that it is connected to the TRL cloud environment.
2023 Jan 05 4:51 PM
So the OP is following instructions for the cloud, for functionality only on the cloud, but isn't on the cloud. That makes sense.
2023 Jan 11 8:06 AM
No, sorry, Matthew. The source-based database table editor is provided as of 7.52.
Please see here our help content.
2023 Jan 05 1:17 PM
Hi kutay_bektas,
Check Out These links which might helpful
Working With Eclipse [3] : Creating Tables with code based editor – Discovering ABAP
Create a Simple Database Table for ABAP Environment | Tutorials for SAP Developers
Thank You,
Suggu Sandeep.
2023 Jan 05 1:21 PM
Hi sandeepsuggu ,
Actually I am trying these steps but the eclipse screen is directing me to SE11 GUI tcode .
2023 Jan 05 1:24 PM
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
2023 Jan 05 1:25 PM
Accoding to me I too came across like you while working in eclipse
2023 Jan 05 1:49 PM
2023 Jan 05 4:52 PM
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.
2023 Jan 09 4:01 PM
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
2023 Jan 10 12:19 PM
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.