cancel
Showing results for 
Search instead for 
Did you mean: 

Access key : "Not registered as a developer", use the "OSS"

Former Member
0 Kudos

Hello,

I'm a new developer and I want to learn ABAP. I registered on http://www.sdn.sap.com/ to install MiniSAP on my laptop.

Then I downloaded "64-bit SAP NetWeaver ABAP Trial Version 7:02 SP9 win" and then installed it.

I logged with user "DDIC" and after that I created a new user (user name: USERNAME).

Now I'm trying to create a table in "ABAP Dictionary" but I get the message:

"You are not registered as a developer. Please register in the Online Service System (OSS).

In the OSS you will receive an access key.

Key

user name: USERNAME

Access Key:

Installation: SAP-INTERN

Please help.

Thank you,

Mehran

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Dear Mehran,

Following are the way to unlock access key and some access key for predefined users.


1. Disable ERITOR_lock status of program "LSKEYF00"

Method : Create a program and run the following code :

   

     UPDATE PROGDIR SET EDTX = ''

    WHERE NAME = 'LSKEYF00'

    AND STATE = 'A'.


2. Set a Break-Point in program "LSKEYU05"

Method :

     A. In se38 , Input Program name with "LSKEYU05" and press "Display" button to display

    the source code

     B. Set Break-Point on "CASE SY-SUBRC. " sentence


3. Before Modify program "LSKEYF00"

Method :

     A. Open anther sap windows with T.code - se38 , and input program name

    With "LSKEYF00".

     B. Press "Change" button.

     C. Program will stop at Break-point ; change sy-subrc to zero ( Sy-subrc = 0 )

    And press "F8" to continue.

        You will change the sy-subrc value twice


4. Modify program "LSKEYF00"

Method :

     Atfer setp 3 , you will get into change mode with se38 .

     Find the subroutine "JUMP_TEMP_Wall";

     Insert the following code behind "CALL 'GET_DEVELOPER_KEY'"


     If sy-uname = '<USER_NAME>'. "* The user you created without access key

    sy-subrc = 0 .

     Endif.

former_member218171
Participant
0 Kudos

Hi Mehran,

Please check thread: http://scn.sap.com/thread/3414054

Hope it helps!

Regards!

hannes_kuehnemund
Active Contributor
0 Kudos

Hi Mehran,

if I remember correctly, there is a user with developer rights already available in the system, no need to create a new users. I do not have access to the documentation, but I think that you find the user and pass in there.

Additionally, why not using the latest NetWeaver 7.40 on MaxDB or HANA?

http://scn.sap.com/docs/DOC-41566

It is available in the cloud too 😉 and it is not as much classic like the 7.02.

Best Regards,

  Hannes