- What is Developer Key?
- Why Developer Key is required?
- What happens when the entry for a developer is deleted in the DEVACCESS table but the developer continues to use the same user ID?
The reason: Developer access key is nothing but an algorithm based on system number and SID and some other system values (SAP does not reveal the information). The developer access key is validated by SAP using a Kernel level C system program ''CHECK_DEVELOPER_KEY'. So, even if the developer access key has been deleted for a user ID in the DEVACCESS table, he can still use the same developer access key.
- Which Table is the Developer Key Stored In?
The table name is DEVACCESS and can be viewed with SE16 and SE11.
For new ABAP developer, we will be prompt for the developer if we are trying to create a program using the standard SAP naming convention.
Customer own created program should all start with a "Y" or "Z".
- How to register developer in marketplace?
Click on “Register Developer”
Insert the SAP User ID and select relevant installation number.
Then click “register” button.
Then developer key will generate and appear at the bottom of the screen.
Post a Comment
Any difficult to understand and implement this then don’t hesitate to ask me via comments Your comments are always appreciated except spam.