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

Plz Solve dis

Former Member
0 Likes
802

Hi ,

In our organisation we have various 'Z' and 'Y' Tcodes . Each ABAPer creating a new report having same perpuse.

IS any tool avilable in SAP so that we can see is this 'Z' tcode already exist or not if, no then only we need to create new Tcode.

We want to stop to creat duplicate Tcode having same perpose and output ?

Thanks & Regards,

Mon.

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
752

you can check the table TSTC for tcodes in system.. and TSTCT for texts of tcodes..

and use meaningful subject line from next posts...

Hi ,

In our organisation we have various 'Z' and 'Y' Tcodes . Each ABAPer creating a new report having same perpuse.

IS any tool avilable in SAP so that we can see is this 'Z' tcode already exist or not if, no then only we need to create new Tcode.

We want to stop to creat duplicate Tcode having same perpose and output ?

Thanks & Regards,

Mon.

5 REPLIES 5
Read only

Former Member
0 Likes
752

Please use a meaningful subject line

Read only

former_member156446
Active Contributor
0 Likes
753

you can check the table TSTC for tcodes in system.. and TSTCT for texts of tcodes..

and use meaningful subject line from next posts...

Read only

Former Member
0 Likes
752

Hi Monica,

Check the entries in the table TSTCT by giving relevant text (purpose of the transaction)

in the field TTEXT. Likewise u can check for the availability of duplicate transactions.

Regards,

Deeba

Read only

viquar_iqbal
Active Contributor
0 Likes
752

Hi

Another simple option is go to se93 to check what t-codes exists with z. Type Z* click on F4 and youll get all of the Z tcodes.

if you know the first few words of tcode(naming standards) you can search like that as well.

Thanks,

Viquar Iqbal

Read only

Former Member
0 Likes
751

hi..

U can use FM 'RH_TCODE_CHECK'.

Just pass the tcode and check for sy-subrc.

thanks,

Padma