2010 Nov 13 11:29 AM
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
2010 Nov 13 11:34 AM
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
2010 Nov 14 5:17 AM
Hi,
This is first rule of custom development. Your naming convention in SAP should be with prefix of Z or Y.
Regards,
Masoom Ali