Application Development 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: 

Access key problem

Former Member
0 Kudos
324

I installed netweaver_preview_2004s_abap, after I login by user of BCUSER and try to create new table in ABAP Dictionary, I encounter the problem of "Access key". I was required to input "Access key" for my creating operation and I don't know where to get that key.

My questions are:

Does BCUSER has not enough right for creating table in dictionary?

How can I check the right of BCUSER and confirmed it has suitable right for me to execute some operation?

How and where to get correct "Access Key" for my operation?

Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
191

I din't work on this but

this might be the access key --29671482393151224771

In the below link SAP said the developer key is where we apply for license for MINISAP's

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/bb493f34-0801-0010-a3bc-ce2...

and this is the HTML link the above document is refering to.

http://www.sap.com/platform/netweaver/minisap.epx

so 29671482393151224771 must be the key.

and what I know is only BCUSER is allowed for development functions not DDIC.

Message was edited by: Keerti Vemulapalli

Message was edited by: Keerti Vemulapalli

Message was edited by: Keerti Vemulapalli

7 REPLIES 7

Former Member
0 Kudos
191

I thought that the DDIC user that came with that system had a developer key... Try logging on with that user. Otherwise, I'll check tonight and get back to you tomorrow - I left my laptop at home today.

Former Member
0 Kudos
192

I din't work on this but

this might be the access key --29671482393151224771

In the below link SAP said the developer key is where we apply for license for MINISAP's

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/bb493f34-0801-0010-a3bc-ce2...

and this is the HTML link the above document is refering to.

http://www.sap.com/platform/netweaver/minisap.epx

so 29671482393151224771 must be the key.

and what I know is only BCUSER is allowed for development functions not DDIC.

Message was edited by: Keerti Vemulapalli

Message was edited by: Keerti Vemulapalli

Message was edited by: Keerti Vemulapalli

0 Kudos
191

Hi keerti,

Thank you very much!

I can follow your instructions one by one until the last step, after I entered access key, the system told me that the access key is incorrect, Woo....!

I also check the webpage accompanying with installing of server, and confirmed that the access key you are providing is correct, exactly the same number list in page.

I guess maybe one situation cause my incorrect access key problem, which is my initial installation license has not expired, so when I try to add access key of demosystem(extended license installation), it cause the error.

So two choice is facing to me, reinstalling or waiting until initial installation expire.

0 Kudos
191

Hi,

This access key that u entered is correct but u can use only with BCUSER/minisap.It is used for creating some new report or whatever u want to create but in case of when u will go to change the Standard object then again system will ask u a Developer key and that key provides Sap for his depeloper only so without Developer key u cannot changes the Standard Object.

Hope it helps u.

Forget to say u donot need to reinstall ur system or waiting for ur initial licensed has expired because it doesnot related to that.

Regards

Subhash

Message was edited by: Subhash Chandra

0 Kudos
191

Thank you, Subhash.

I confirmed I am loggin in by BCUSER/minisap, and I can not create a database table from "ABAP Dictionary". After I input access key of "29671482393151224771" per the requirement, I still encounter the error of "Incorrect entry ...".

I also read doc in http://www.sap.com/platform/netweaver/minisap.epx and realize that as if the access key is only applicable to extend license rather than initial installation.

I guess BCUSER IS NOT GRANTED to the full right as developer for creating table in "ABAP Dictionary" directly, meanwhile, I find I can create program in workbench.

Can I adjust the authorization of BCUSER for the full developer right?

0 Kudos
191

Hi Jianfeng,

Actually u are still confused.BCUSER has full rights,if u want to chek it just go to SU01 enter the name of user and select Display, and check that the BCUSER has Aggined two profile one is S_A.SYSTEM and SAP_ALL.so there is not authorization problem. let me know one thing when u creating a table what did u enter the name i told u that u have to follow the naming conventions of SAP. A-X are reserve for SAP objects. So whenever u create a new objects always follow the naming conventions, and starts with Y or Z.

Second one is if u are going to change a Standard Objects then another screen will appeared which asked u to enter Developer access key,so if u entered "29671482393151224771" there it will not accept because at this point of time u have to enter a developer key which are necessary to change the standard sap program or table or anything and this developer key provide by sap to their registered developer.

Their are difference between "Access Key" and "Developer key"

Hope It will help u.

Regards

Subhash

Message was edited by: Subhash Chandra

0 Kudos
191

Thanks Subhash,

You explain is very clear.

I can now and very happy(:

Thanks again.