2009 Jul 02 8:48 AM
Hi,
We have a list of TCodes starting with Y_*
Some of these TCodes could be related to SAP Queries and some could be real custom transactions. How do I find out which one of those are related to SAP queries and which ones are related to custom SAP transactions?
I have already checked table TSTC for the program names of these Transactions, but the program name field (PGMNA) is blank. Also in TCode SE93 the transaction mentioned is START_REPORT. Also for some, when I go to the transaction (Y_*) and then environment->status to check the program name the values found are something like AQ11FI==========F10A==========.
Please help on how to identify whether a TCode is actually for an SAP query or for a customized transaction.
Thanks in advance.
Mick
2009 Jul 02 8:58 AM
You can check one more table : D010SINF.
It stores all the program names.
Generally in TSTC Table, All the program having pattern like AQSEANIL========ZMARA=========, stands for query.
So you can check whether it is a query or a report program.
Regds,
Anil
Hi,
We have a list of TCodes starting with Y_*
Some of these TCodes could be related to SAP Queries and some could be real custom transactions. How do I find out which one of those are related to SAP queries and which ones are related to custom SAP transactions?
I have already checked table TSTC for the program names of these Transactions, but the program name field (PGMNA) is blank. Also in TCode SE93 the transaction mentioned is START_REPORT. Also for some, when I go to the transaction (Y_*) and then environment->status to check the program name the values found are something like AQ11FI==========F10A==========.
Please help on how to identify whether a TCode is actually for an SAP query or for a customized transaction.
Thanks in advance.
Mick
2009 Jul 02 8:58 AM
You can check one more table : D010SINF.
It stores all the program names.
Generally in TSTC Table, All the program having pattern like AQSEANIL========ZMARA=========, stands for query.
So you can check whether it is a query or a report program.
Regds,
Anil
2009 Jul 02 9:26 AM
Thanks Anil.
In TSTC, the filed for program name is blank. Therefore I would have to go to each and every transaction (I have around 250 Y_* TCodes with me) and then to environment->status to get the program name and then check whether it is A......
Is there any easier way to know whether a TCode refers to an SAP query or a custom developed transactions/program.
Mick
2009 Jul 14 5:17 AM