Application Development 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: 

Local Object Program Transport to Request

Former Member
0 Kudos

Hi Friends,

I was created one "Z " Report in local object package and Created new Request . But I do not know how to transport local object package to Request package.

Please give me clear information,

Thanks

Saravanan R

1 ACCEPTED SOLUTION

former_member194669
Active Contributor
0 Kudos

$TMP objects cannot be transportable. You need to assign a transport request and valid package

4 REPLIES 4

former_member194669
Active Contributor
0 Kudos

$TMP objects cannot be transportable. You need to assign a transport request and valid package

Former Member
0 Kudos

Hello

SE38 -> Goto -> Object Directory Entry -> Change

Set Development class and save.

0 Kudos

Thanks ....

It is working perfect.....

Former Member
0 Kudos

Hi Saravanan,

open your code in SE38.

then in menu bar click GOTO->OBJECT DIRECTORY ENTRY

it will now show you the current package which y\would be $TMP for you.

change it to a package. click F4 on that field if you have a Z package better use it.

then when you click save it will ask you a transport request number. either you can select a transport request which you have created before or you can create there it self clicking the create button.

after the TR is assigned, activate the code again.( as now it will be inactive status)

now you can release the TR from TCODE: SE01 or SE09 or SE10. for releasing you have to release the task first and then the TR.

after it is released you can import it from the server to which the target has been set.

Hope this helps

Somu