2009 Dec 08 6:27 AM
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.
2009 Dec 08 6:35 AM
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.
2009 Dec 08 6:30 AM
2009 Dec 08 6:35 AM
you can check the table TSTC for tcodes in system.. and TSTCT for texts of tcodes..
and use meaningful subject line from next posts...
2009 Dec 08 6:38 AM
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
2009 Dec 08 6:48 AM
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
2009 Dec 08 6:49 AM
hi..
U can use FM 'RH_TCODE_CHECK'.
Just pass the tcode and check for sy-subrc.
thanks,
Padma
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |