2013 May 10 3:49 AM
Hi,
Please let me know how to create transport request with tcodes and the relevant programs of that.
for example,
There are many y t-codes. YVR01....YVR80
i want to transport YVR01 tcode with all its associated programs(includes etc.) from DEV to QAS;
How can i attach those to a transport request.
zerandib
2013 May 10 5:49 AM
hello zerandib,
More detail is required to understand your problem. as per my assumption
you have to assign the package to your objects in sap package is move from one server to another.
all your objects including t-codes and includes etc should be in that package it should not be local like $tmp which is not transportable .
so go to se80
select packge from drop down list.
provide some name (z or y)
go to se03
select "include object in transport request"
enter package name and object names
this solution is as per my interpretation so feel free to revert back if it is not the case
with regards,
vikas
2013 May 10 4:54 AM
Hi,
You can get the programs associated with T-Code from DB table TSTC. You can get the includes name from table D010INC. Also use these FM TR_INSERT_REQUEST_WITH_TASKS, TR_OBJECTS_INSERT, TR_OBJECTS_CHECK. Should solve your purpose.
Cheers,
Arindam
2013 May 10 5:49 AM
hello zerandib,
More detail is required to understand your problem. as per my assumption
you have to assign the package to your objects in sap package is move from one server to another.
all your objects including t-codes and includes etc should be in that package it should not be local like $tmp which is not transportable .
so go to se80
select packge from drop down list.
provide some name (z or y)
go to se03
select "include object in transport request"
enter package name and object names
this solution is as per my interpretation so feel free to revert back if it is not the case
with regards,
vikas
2013 May 10 12:56 PM
Hi Zerandib,
To assign all your objects, u can use SE03 t include all objets manually.
Else Goto Se80 select the Programs right click and select change to package, it promts for package,
assign and it re promts for TR. Assign
2013 May 10 5:28 PM
Use SE03 -> Include objects.
Enter the package of the T-Code/Report/Tables.
It will open all the objects in a Package. Select your object and save in a Request.
-Satya