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

Create transport request with t-codes, programs

former_member199632
Participant
0 Likes
6,876

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,750

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   

4 REPLIES 4
Read only

arindam_m
Active Contributor
0 Likes
3,750

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

Read only

Former Member
0 Likes
3,751

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   

Read only

Former Member
0 Likes
3,750

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

Read only

satyabrata_sahoo3
Contributor
0 Likes
3,750

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