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: 

Changing logical database

petr_kobza
Advisor
Advisor
0 Kudos
350

Hello colleagues,

I'm not able to change the source code of logical database in eclipse. Whenever I try to change the code I get the following error:

Any idea?

Than you

Petr

1 ACCEPTED SOLUTION

schneidermic0
Advisor
Advisor
0 Kudos
227

Hi Petr,

this error message seems to be a bug. If ADT cannot support logical databases, a meaningful message has to be shown (at least). We will analyze it.

Thanks for reporting it!

Michael

4 REPLIES 4

Former Member
0 Kudos
227

Hi Petr,


This message occur when you try to change a SAP object without access key.


Remember the name syntax’s for ABAP program:

Program names beginning with Y or Z, or with SAPMZ or SAPMY, are reserved for customer developments.


You can check namespace reserved for customer developments in Basis Components -> Change and Transport System(BC-CTS) -> BC Namespaces and Naming Conventions.



Hector Palo

0 Kudos
227

Hello Hector,

I'm trying to change the DBREAOFXXX and not any object in customer name space. I can change this include in SAP Gui without any problem, but this not the case in eclipse, where this change is not possible.

Regards, Petr

schneidermic0
Advisor
Advisor
0 Kudos
228

Hi Petr,

this error message seems to be a bug. If ADT cannot support logical databases, a meaningful message has to be shown (at least). We will analyze it.

Thanks for reporting it!

Michael

0 Kudos
227

Thanks a lot!

Petr