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

Access key needed when creating a new database table with SE11

Former Member
0 Likes
1,458

Hi,

I'm using SAP Testdrive (evaluation) on linux in order to learn a bit about ABAP programming. I want to create a new database table in the dictionary to be used in my programs. I proceed in the following way:

1) I run the SE11 transaction

2) At the first entry I write the name of the table to be created (in the Database Table field)

3) I click on the create button.

But then the system asks me an Access Key to register, where can I get this?

Thanks in advance,

Kind Regards,

Dariyoosh

Hi,

I'm using SAP Testdrive (evaluation) on linux in order to learn a bit about ABAP programming. I want to create a new database table in the dictionary to be used in my programs. I proceed in the following way:

1) I run the SE11 transaction

2) At the first entry I write the name of the table to be created (in the Database Table field)

3) I click on the create button.

But then the system asks me an Access Key to register, where can I get this?

Thanks in advance,

Kind Regards,

Dariyoosh

2 REPLIES 2
Read only

Former Member
0 Likes
693

Ok I found the answer to my question in another thread

...

Make sure that your program names starts with "Z" or "Y", otherwise the system will ask you to register the object because it thinks you are creating/changing in the SAP namespace.

...

In fact this was my error, my table name didn't start with neither "Z" nor "Y".

Kind Regards,

Dariyoosh

Edited by: dariyoosh on Nov 13, 2010 12:34 PM

Read only

Former Member
0 Likes
693

Hi,

This is first rule of custom development. Your naming convention in SAP should be with prefix of Z or Y.

Regards,

Masoom Ali