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

Auth object $tmp to package

Former Member
0 Likes
822

Hi,

How can iput the Auth object $tmp to package.

regards,

aj

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
678

Hi Ajay,

You can migrate any object from $TMP to a transportable package by using transaction SE03 and going to the option "Object Directory Entry Change".

There, you will be given a screen to enter the object name and object and program ID. These fields you can get from table TADIR. Go to the table in SE16 and enter the object name as the authorization object name.

The primary key returned in TADIR, should be entered in SE03 and click on execute button.

Then you shall be shown the authorization object with the package as $TMP. Here you click on the object and execute. You shall be then prompted to change the package.

Unfortunately I do not have a system in front of me, hence the steps might not be exact. However I hope this will help you resolve your problem at hand.

Cheers,

Aditya

2 REPLIES 2
Read only

Former Member
0 Likes
679

Hi Ajay,

You can migrate any object from $TMP to a transportable package by using transaction SE03 and going to the option "Object Directory Entry Change".

There, you will be given a screen to enter the object name and object and program ID. These fields you can get from table TADIR. Go to the table in SE16 and enter the object name as the authorization object name.

The primary key returned in TADIR, should be entered in SE03 and click on execute button.

Then you shall be shown the authorization object with the package as $TMP. Here you click on the object and execute. You shall be then prompted to change the package.

Unfortunately I do not have a system in front of me, hence the steps might not be exact. However I hope this will help you resolve your problem at hand.

Cheers,

Aditya

Read only

0 Likes
678

Hi Aditya,

Good ...I got the answer.

regards,

aj