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

SAP ABAP developer edition - invalid access key

ofekda9
Explorer
0 Likes
5,118

Hello experts

I installed SAP ABAP 7.52 SP04, developer edition.

I can't create a function module because my access key is invalid.

When I want to create a program or a class so it is allowed with the same access key.

The access key I used is 35408798513176413512, but I tried to put another access key that also no match.

I logon the system with the DEVELOPER user.

I Thank a lot to the helpers !!!

1 ACCEPTED SOLUTION
Read only

jmodaal
Active Contributor
4,919

Hello,

the problem is the function group you entered (/IWBEP...). This is not in the customer namespace, and therefore an object key is required to change it. Not to be mixed up with a developer key!

Create a function group starting with Z, use that one for your function module and you will be happy!

Hello experts

I installed SAP ABAP 7.52 SP04, developer edition.

I can't create a function module because my access key is invalid.

When I want to create a program or a class so it is allowed with the same access key.

The access key I used is 35408798513176413512, but I tried to put another access key that also no match.

I logon the system with the DEVELOPER user.

I Thank a lot to the helpers !!!

10 REPLIES 10
Read only

abo
Active Contributor
4,919

Each access key is tied to a single installation / object / release so you cannot merely reuse it, for sure.

I have no problems creating objects in the customer namespace.

Read only

joltdx
Active Contributor
4,919

Adding to Andreas answer here, I second the "no reuse"...

Customer namespace should work just fine, SAP namespace should need registration in the support portal and a key for the object you want to create. Not sure how that is working for the demo systems. Never tried it. Did you manage to register and get the key via the link in the Register object dialog, where you enter the key?

Read only

jmodaal
Active Contributor
4,916

Hello,

in the installation guide there is a chapter "ABAP license key". Did you do what is described there? Transaction SLICENSE has to be displayed similar to this:

Read only

ofekda9
Explorer
0 Likes
4,916

Hi Jan,

It seems that my license setting is the same as yours.

Read only

ofekda9
Explorer
0 Likes
4,915

It seems that my license setting is the same as yours.

licence.png

Read only

jmodaal
Active Contributor
4,915

Hello,

can you give more details about what exactly goes wrong resp. how it does like when you try to create a function module 'Z_TEST'?

Read only

ofekda9
Explorer
0 Likes
4,915

When I create a function

And after that in the next screen, the fail is cooming.

The same process in se38 work as well, I entered the access key, and it's working.

Thank you for your help!

Read only

jmodaal
Active Contributor
4,920

Hello,

the problem is the function group you entered (/IWBEP...). This is not in the customer namespace, and therefore an object key is required to change it. Not to be mixed up with a developer key!

Create a function group starting with Z, use that one for your function module and you will be happy!

Read only

0 Likes
4,915

Thanks, Jan I understood my mistake.. its works well now 🙂

I am a sap HR consultant so I am a freshman with ABAP development.

Read only

Sandra_Rossi
Active Contributor
4,915

jmodaal You should post it (/IWBEP ... function group ... Z) as an answer, it's exactly the problem and you give the solution.