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 standard tcode to z tcode

Former Member
0 Likes
899

hi gurus,

what is the procedure for copying a standard tcode to z tcode ?

thanks in advance,

manoj

3 REPLIES 3
Read only

Former Member
0 Likes
615

Hi Manoj,

For this - Goto Tcode Se93

then type your standard Tcode and click on the button Copy,

then provide the ZTcode, then click on Copy.

Then it will ask for the Package and the Transport Request to save the changes.

Regards,

Md Ziauddin.

Read only

Former Member
0 Likes
615

Copy the standard report of the trasaction into Z-Report in SE38. Then link the zreport to a custome tcode.

--

Reddy

Read only

matt
Active Contributor
0 Likes
615

Think about whether you really need to do it. Is there a real business requirement, or is it just a nice to have? Can you achieve the same without doing a copy, perhaps using a user exit, or the enhancement framework. Finally, can it be done using a modification?

When you've thought about it for a while, think again. Copying a standard transaction must be absolutely the last resort, and must be carefully documented. If the original has bugs in it, they'll be fixed by a support package or note. Your copy won't be, unless you are very diligent.