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

copying one tcode into another

Former Member
0 Likes
1,951

Hi,

I want to know how to copy the one tcode into another tcode.

For eg. I want to copy a tcode named SLR into another tcode ZSLR . So that the source code of the tcode SLR also should be copied into ZSLR.

Can anyone explain me how to do this.

Thanks

Phyrose.

5 REPLIES 5
Read only

Former Member
0 Likes
1,457

Hi,

Copy the program name of the transaction code and assign the program name to your name Z tr code.

Regards

Shiva

Read only

Former Member
0 Likes
1,457

Call Se80 Progamm look behind the transaction stands. This copying. A new transaction put on. These assign the program. Ready

Read only

Former Member
0 Likes
1,457

hi,

I think that is not possible ..

coz, each & every object will be created indivdually & stored ..

so u need to copy each & every component and then assign the tcode...

With Rgds,

S.Barani

Read only

varma_narayana
Active Contributor
0 Likes
1,457

Hi

If you copy the Tcode in SE93 :

Then the New Tcode still points to the Same Source code.

But if you want to Copy the source code from one program to Another:

Either in SE38 or SE80 Copy the Program to a New Program and Create a New Tcode.

Note: When you copy a program , Tcode is not Copied .. bcoz a Tcode can point to only one program.

Reward if Helpful.

Read only

Former Member
0 Likes
1,457

Hi

Go to SE93....

Click on copy button on the application tool bar...

a pop up will appear..

give SLR in from TCODE

give ZSLR in transaction code

enter

The rest of the things will get copied automatically..

Regards,

DJ.