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

tmp

Former Member
0 Likes
602

is it possible to transport the object via local class(tmp) ? if not why

1 ACCEPTED SOLUTION
Read only

ferry_lianto
Active Contributor
0 Likes
565

Hi,

It is not possible to transport local class.

Local class is a list of all of the local private objects of a user.

Objects in this list belong to development class $TMP and are not transported. You can display both your own local private objects and those of other users. Local objects are used mostly for testing. If you want to transport a local object, you must assign it to another development class.

For more information, please check this link on how to change development class.

http://help.sap.com/saphelp_46c/helpdata/en/d1/801972454211d189710000e8322d00/content.htm

Regards,

Ferry Lianto

Regards,

Ferry Lianto

4 REPLIES 4
Read only

Former Member
0 Likes
565

Sunil,

Local objects cannot be transported. You should assign a package to be transportable.I guess, it is to make everything package based or systematic.

Vivek

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
565

No, the development class $TMP is for local objects. If you want to move your object using transport, you must reassign the object to another development class which supports the transporting of objects. You can do this in SE38. Choose, Go To -> Object Directory Entry, click change and change the development class. Click check mark, system will ask for a transport request.

Regards

Rich Heilman

Read only

ferry_lianto
Active Contributor
0 Likes
566

Hi,

It is not possible to transport local class.

Local class is a list of all of the local private objects of a user.

Objects in this list belong to development class $TMP and are not transported. You can display both your own local private objects and those of other users. Local objects are used mostly for testing. If you want to transport a local object, you must assign it to another development class.

For more information, please check this link on how to change development class.

http://help.sap.com/saphelp_46c/helpdata/en/d1/801972454211d189710000e8322d00/content.htm

Regards,

Ferry Lianto

Regards,

Ferry Lianto

Read only

abdul_hakim
Active Contributor
0 Likes
565

hi

it wont be transported since itz a local object.

Cheers,

Abdul Hakim