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

How to identify whether a TCode is for SAP query or for a customized TCode

Former Member
0 Likes
1,983

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,483

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

3 REPLIES 3
Read only

Former Member
0 Likes
1,484

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

Read only

0 Likes
1,483

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

Read only

Former Member
0 Likes
1,483

Marking as answered as no more inputs were received.