cancel
Showing results for 
Search instead for 
Did you mean: 

ACCESS-KEY (add developer)

Former Member
0 Kudos

Hello!

I have installed Netweaver testdrive for Suse Linux for teach myself in ABAP-Programming.

After starting TA SA38 and trying to generate the program Z_HELLO i get a input prompt where i should type the access-key. Is it really necessary to registrate a developer in service market place to program ABAP on the demosystem?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hmm the Installation name is "DEMOSYSTEM", User KARPBJ01. In Service Market Place there only are the names of the SAP installations at this company. What can i do?

Former Member
0 Kudos

Hi Bjorn

log on into the Web AS 6.4 system

User: DDIC

Password: DDIC (or ur DDIC password)

Langugage: EN

The SAP Easy Access desktop is displayed.

- create a user for developing

Select: SAP standard menu

-> Tools

-> Administration

-> User Maintenance

-> Users

Enter user: DDIC

Select from menu: User names -> Copy

Copy the user from DDIC to DEVELOPER.

Enter an initial password for the new user DEVELOPER.

Save the user by clicking the diskette symbol.

- log out of the system and log on as user DEVELOPER

Select from menu: System -> Log off

Log in as user DEVELOPER (the system will ask for a new password for

this user).

- create new ABAP program

Double click: ABAP Editor

Enter program name: ZZ_HELLO_WORLD

Click the button: Create

(ZZ is a reserved name space)

- enter the access key to add the new developer

User name: DEVELOPER

Access key: 35408798513176413512

Installation: DEMOSYSTEM

- set program attributes

Enter title: Hello World

Select type: Executable program

Save the attributes.

Save as local object.

- enter the ABAP source and test the program

REPORT ZZ_HELLO_WORLD .

WRITE 'HELLO WORLD' .

Save this ABAP source by clicking the diskette symbol.

Press the button: Activate

Select from menu: Program -> Test

regards,

kaushal

FabioPagoti
Active Contributor
0 Kudos

Kaushal Malavia,

i had the same problem with my SAP MBS Demo system. The user copy worked perfectly!

It's really not clear these kind of things. thanks a lot! Sorry to be unable to give points to you.