2007 Jun 08 12:29 PM
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.
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.
2007 Jun 08 12:31 PM
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
2007 Jun 08 12:33 PM
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
2007 Jun 08 12:33 PM
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.
2007 Jun 08 12:34 PM
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
2007 Jun 08 12:34 PM
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
2007 Jun 08 12:34 PM
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
2007 Jun 08 12:35 PM
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
2007 Jun 08 12:35 PM
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
2007 Jun 08 12:36 PM
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
2007 Jun 08 12:37 PM
2007 Jun 08 12:37 PM
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
2007 Jun 08 12:38 PM
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
2007 Jun 08 12:39 PM
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
2007 Jun 08 12:39 PM
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
2007 Jun 08 12:39 PM
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
2007 Jun 08 12:40 PM
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
2007 Jun 08 12:40 PM
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
2007 Jun 08 12:41 PM
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
2007 Jun 08 12:45 PM
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 .
2007 Jun 08 12:50 PM
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
2007 Jun 08 12:53 PM
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.
2007 Jun 08 12:57 PM
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.
2007 Jun 08 12:48 PM
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 .
2007 Jun 08 1:24 PM
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
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |