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

UserExit - Developer key?

Former Member
0 Likes
1,035

hi,

I have an key to write applications within SAP. Now I try to write an userexit, but my regular key doesn't work.

has anyone an idea?

thanks mike

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
826

Your key is developer key which will allow you to chnage/ create objects in customer name sapce Z/ Y.

When you try to change a SAP object you will see a window which will give you the object directory entry

"R3TR PROG MV45AFZZ". ( the prog will be the prog you are trying to change ).

Then you need to goto following website

http://service.sap.com/sscr

You need to have a user id or password. If you donot have you can request your Basis / Admin to register the object for you.

Once inside the website click on "Registration". If the OSS id is linked to multiple installations you will see more that one entry here . Choose the correct installation ( again Basis may help you here ) . After this you will be prompted to enter Object directory entry which you saw in previous step . After putting correct values . click on register . You will get a key ,

use this key to change the object in SAP.

Cheers

7 REPLIES 7
Read only

Former Member
0 Likes
826

Hi

Are you sure the key is right? Check the key in OSS!

Max

Read only

krzysztof_konitz4
Contributor
0 Likes
826

Hi,

What kind of user exit you try to write ?

For some of them (for example in SD) you will need to obtain key for object (include).

Krzys

Read only

0 Likes
826

In some cases you need to get the access key by using Program ID,Object type and Object name.

ADIRACCESS check with this table the key already registered or not.

Cheers,

Sasi

Read only

0 Likes
826

Hi,

it's a user exit in SD. how can I obtain the key?

mike

Read only

0 Likes
826

You will have to register your object with SAP giving installation number, object id, object name etc.

Read only

0 Likes
826

Hi

when you try to change the object (here the user-exit), the system show a popup where you have to insert the key, but in this popup you can see the ID of the object:

Object ID (Usually R3TR)

Object Type

Object Name

and also you can see the installation number.

So the go to OSS (you have to have an user for OSS) and register object, after registring the system give you the key.

Max

Read only

Former Member
0 Likes
827

Your key is developer key which will allow you to chnage/ create objects in customer name sapce Z/ Y.

When you try to change a SAP object you will see a window which will give you the object directory entry

"R3TR PROG MV45AFZZ". ( the prog will be the prog you are trying to change ).

Then you need to goto following website

http://service.sap.com/sscr

You need to have a user id or password. If you donot have you can request your Basis / Admin to register the object for you.

Once inside the website click on "Registration". If the OSS id is linked to multiple installations you will see more that one entry here . Choose the correct installation ( again Basis may help you here ) . After this you will be prompted to enter Object directory entry which you saw in previous step . After putting correct values . click on register . You will get a key ,

use this key to change the object in SAP.

Cheers