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

Finding Object in $tmp

Former Member
0 Likes
6,643

Hi All,

Is there a way to find out if there is any object in the transport request is still in $tmp .

Or let us say in my Task , i have created many tables and structures and all the developments have been saved in some dev class and hence under some request other than one structure .

Can i track in Se01 or Se10, if a particular Request still has some object in $tmp..

Thanks in Advance.

Praveen.

24 REPLIES 24
Read only

Former Member
0 Likes
4,035

Hello Praveen,

I couldn't understand ur question.

The TR will be asked by the system only when it is saved in any of the transporting Dev. Class.

If ur object is saved in $TMP then there is no chance of TR attached to the object.

Am I right ???

Regards,

Vasanth

Read only

Former Member
0 Likes
4,035

Use SE03 transaction -

or else see the report attributes ....

or else goto se38 transaction or se93 or se11 transaction ->press F4 and use package or development class is $tmp and here you get list of $tmp objects

if you want to convert from $tmp to Development class or package ,then use SE03 Transaction

Read only

kiran_k8
Active Contributor
0 Likes
4,035

Praveen,

$TMP itself says that it is a local object and can't be transported.So,once you save your object under $TMP as local object it will not ask for a transport request.You will be able to create a transport request only if you save a object in some package.

If you want to see all the objects that are under local object go to TADIR table and given $tmp in the DEVCLASS field and press f8,thus you will be able to see all the objects that are saved under local object.

If any doubts revert it.

K.Kiran.

Read only

Former Member
0 Likes
4,035

Hi

Unless you assign a DEV class an object may not be included in request

But when you add a program (in which certain objects like Tables, domains are in $tmp) then they will create a problem,

There is no strict rule to check such Local objects in a Request.

anyhow check the tables E070 and E071 . may be useful

Reward points for useful Answers

Regards

Anji

Read only

S0025444845
Active Participant
0 Likes
4,035

hi,

Go to se80.

there select paakage option n give ur package name,

click on display icon.

it will display all yhe objects in ur package.

regards,

sudha,

reward points if useful

Read only

S0025444845
Active Participant
0 Likes
4,035

hi,

Go to se80.

there select paakage option n give ur package name,

click on display icon.

it will display all yhe objects in ur package.

regards,

sudha,

reward points if useful

Read only

S0025444845
Active Participant
0 Likes
4,035

hi,

Go to se80.

there select paakage option n give ur package name,

click on display icon.

it will display all yhe objects in ur package.

regards,

sudha,

reward points if useful

Read only

S0025444845
Active Participant
0 Likes
4,035

hi,

Go to se80.

there select paakage option n give ur package name,

click on display icon.

it will display all yhe objects in ur package.

regards,

sudha,

reward points if useful

Read only

S0025444845
Active Participant
0 Likes
4,035

hi,

Go to se80.

there select paakage option n give ur package name,

click on display icon.

it will display all yhe objects in ur package.

regards,

sudha,

reward points if useful

Read only

RaymondGiuseppi
Active Contributor
0 Likes
4,035

There are no <b>loca</b>l object (class $TMP) in transport orders

What's your exact nedd?

Regards

Read only

S0025444845
Active Participant
0 Likes
4,035

hi,

Go to se80.

there select paakage option n give ur package name,

click on display icon.

it will display all yhe objects in ur package.

regards,

sudha,

reward points if useful

Read only

S0025444845
Active Participant
0 Likes
4,035

hi,

Go to se80.

there select paakage option n give ur package name,

click on display icon.

it will display all yhe objects in ur package.

regards,

sudha,

reward points if useful

Read only

Former Member
0 Likes
4,035

Hi Praveen

If u had created under $tmp package u cant check it in transport request bcz as it is temporary package. So u cant trace it out in Se10 or SE09

Reward all helpfull answers

Regards

Pavan

Read only

S0025444845
Active Participant
0 Likes
4,035

hi,

Go to se80.

there select paakage option n give ur package name,

click on display icon.

it will display all yhe objects in ur package.

regards,

sudha,

reward points if useful

Read only

S0025444845
Active Participant
0 Likes
4,035

hi,

Go to se80.

there select paakage option n give ur package name,

click on display icon.

it will display all yhe objects in ur package.

regards,

sudha,

reward points if useful

Read only

S0025444845
Active Participant
0 Likes
4,035

hi,

Go to se80.

there select paakage option n give ur package name,

click on display icon.

it will display all yhe objects in ur package.

regards,

sudha,

reward points if useful

Read only

S0025444845
Active Participant
0 Likes
4,035

hi,

Go to se80.

there select paakage option n give ur package name,

click on display icon.

it will display all yhe objects in ur package.

regards,

sudha,

reward points if useful

Read only

S0025444845
Active Participant
0 Likes
4,035

hi,

Go to se80.

there select paakage option n give ur package name,

click on display icon.

it will display all yhe objects in ur package.

regards,

sudha,

reward points if useful

Read only

Former Member
0 Likes
4,035

Hi All ,

I think i was not clear enough in my question .

Suppose i saved my program in dev class with request .

Now letus take a scenario i am using one structure ZSTR in this program, which i didnt save in Dev Class . The program works fine no issues at all .

Now when i transport this to Quality, my struture will not be transported and when i run it in Qbox, i get error ZSTR not in Qbox..

I wanted to check this point in Development system itself, if object used by program is still in $TMP ..

I think its clear now

Thanks once again for ur Replies ..

Praveen .

Read only

0 Likes
4,035

Hello Praveen,

Open the structure in SE11 and check the Development classs in the attributes of the str.

If it is a tranportable Package then check the version of the STR.

If there is TR in the version list check the log of the TR. There may some error while transporting.

Hope u understood.

Regards,

Vasanth

Read only

0 Likes
4,035

Hi,

then go to se11.

give ur structure name

then In Go To --> object directory enry and change ur $tmp package to ur package.

hope it wil work.

Read only

0 Likes
4,035

Praveen,

When you create a object in the very initial step itself we will assing it to a package so that it can be transported.

If it is saved as a Local object then the point of transporting this doesn't arise.

If you want to check whether the program is assigned to a package or not then go the radio button ATTRIBUTES in the initial screen of SE38 and check the field PACKAGE.

If it is showing $TMP then it is under local object and can't be transported.

If it showing say Z0MM OR Z0SD then it means that it is assigned to a package and can be transported from Development to Quality or Production.

K.Kiran.

Read only

Former Member
0 Likes
4,035

Hi All ,

I think i was not clear enough in my question .

Suppose i saved my program in dev class with request .

Now letus take a scenario i am using one structure ZSTR in this program, which i didnt save in Dev Class . The program works fine no issues at all .

Now when i transport this to Quality, my struture will not be transported and when i run it in Qbox, i get error ZSTR not in Qbox..

I wanted to check this point in Development system itself, if object used by program is still in $TMP ..

I think its clear now

Thanks once again for ur Replies ..

Praveen .

Read only

0 Likes
4,035

In se11 type the structure name which u want to change

then on the menu bar

goto--> object directory entry then goto change mode and change ur package this is the only option u have

reward all helpfull answers

Regards

Pavan