on ‎2007 May 10 11:37 AM
Hi all,
I installed NSP for ABAP. I created a new user in the system but,
Do you know if it is possible to get the developer key for this new user?
Regards,
Manuel
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hi Manuel,
First, it right. Only the user bcuser have a developer key.
Second: in the SAP-Net you can register other user only for offical systems - not for "Sneak Review".
But there is a solution. I't works in my installation (in the MiniSAP 4.6 i had a second solution - I could change any ABAP-programs, not only Y- and Z-objects).
1. in Include LSKEYF00 you must comment the call DEVELOPER_KEY_CHECK
FORM CHECK_KEY USING KEY TYPE C.
CALL FUNCTION 'DEVELOPER_KEY_CHECK'
EXPORTING
DEVELOPKEY = KEY
EXCEPTIONS
WRONG_KEY = 01
PARAMETERS_WRONG = 02.
sy-subrc = 0.
ENDFORM.
(you must write a program:
- Include download: read report 'LSKEYF00' into t.
- change it
- and upload: INSERT REPORT 'LSKEYF00' FROM t.)
2. insert in the table DEVACCESS a entry for the user (or change a program in the transaction SE38, the the entry will create automaticly).
Sven
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Manuel,
In Sneakpreview version You can work only with BCUSER, you cant get a developer key for NSP as per my understanding.
Regards
Subhash
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
>
> I just installed Mini SAP for ABAP on my PC. But I could not find the Developer Key. As I learned from the comment of Manuel there is gerneral key for BCUSER available ?
>
> Where can get this key?
I thought it was already installed. You should just logon as BCUSER and you're fine. Did you get a prompt for a developer key when creating a new program?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.