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

access key

Former Member
0 Likes
768

difference between developer access key and object access key?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
689

Hello,

Developer access key is required by a user to create objects (programs, data dictionary objects etc.) in SAP. This can be obtained from OSS against a user name and gets into table DEVACCESS.

Object access key is required for modifying standard objects delivered by SAP. This can be tracked by transactions SPAU or SPAD and needs to be looked into during upgrade. With source code plug-in technology, you can create explicit or implicit enhancements without Object access key in ERP 6.0.

Thanks,

Venu

3 REPLIES 3
Read only

Former Member
0 Likes
690

Hello,

Developer access key is required by a user to create objects (programs, data dictionary objects etc.) in SAP. This can be obtained from OSS against a user name and gets into table DEVACCESS.

Object access key is required for modifying standard objects delivered by SAP. This can be tracked by transactions SPAU or SPAD and needs to be looked into during upgrade. With source code plug-in technology, you can create explicit or implicit enhancements without Object access key in ERP 6.0.

Thanks,

Venu

Read only

Former Member
0 Likes
689

1) Developer Key - To Create/Change any Custom Object your will require this Key.

2) Object Access key - This key will be available in service.sap.com and is for modifying the standard SAP Objects.

Regards

Shital

Read only

Former Member
0 Likes
689

Developer's key is used to register the user with SAP, so that you can make changes in already existing functionality of SAP.

Developer key is what you need to create objects in the system.

Object Access key is where you are trying to change or create an object which is not "Z" or "Y" objects i.e. standard sap objects.

Check the link below for details.

Regards,

Lalit Mohan Gupta.