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

TCode Type

Former Member
0 Likes
2,132

Hi All,

I have a tcode.

I went to se93 and provided the tcode and clicked on Display button.

At the bottom I saw that

D_SREPOVARI-REPORTTYPE = AQ

what it means.

what are the different types of tcodes are available and how can I identify it.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,246

Hi,

That means ur report is query type.

There are 6 diff types of report type.

AQ Query

BB Report Portfolio Rpt

LS Form

RE Drilldown Reporting

RW Report Writer Report

TR Transactions

If it is helpfull pls reward pts.

Regards

Srimanta

6 REPLIES 6
Read only

former_member210123
Active Participant
0 Likes
1,246

it is available in tstc table....in se16 u can get it...

Read only

Pramanan
Active Participant
0 Likes
1,246

Hi,

There are nearly 1500 and more Tcodes are there. They are mainly classified into to 4 major types

1.Applicaiton

2.HR

3.DEV

4.BW

for more information You can refer this link

http://www.sapdevelopment.co.uk/tcodes/tcodesbw.htm

thanks and regards,

Ramanan.P

Read only

Former Member
0 Likes
1,246

Hi ,

AQ means ur report is of type Query.

U can get the other report types in the transparent table SREPOTYPES.

U can find the Tcodes in TSTC Transparent table

Bhupal

Read only

0 Likes
1,246

Parameters for Transaction code with Transaction: START_REPORT are stored in SE16: TSTCP this way you may check if a transaction does not exist.

Another way to generate Transaction code for Query is to use SE43N, afterward you may rename and delete structure if you do not need it. However SE43N may help you to organize developed queries and reports in a Area Menu.

Read only

Former Member
0 Likes
1,246

Hi,

Please refer below:


D_SREPOVARI-REPORTTYPE = ‘AQ’ for ABAP Query 

D_SREPOVARI-REPORT = first 12 chars - user group name, 13th 
character ‘G’ for global workarea, space – for standard 
workarea 

D_SREPOVARI-EXTDREPORT = Query name as in SQ01 

D_SREPOVARI-VARIANT = variant name (optional) 

D_SREPOVARI-NOSELSCRN = skip selectiion screen

Thanks,

Sriram Ponna.

Read only

Former Member
0 Likes
1,247

Hi,

That means ur report is query type.

There are 6 diff types of report type.

AQ Query

BB Report Portfolio Rpt

LS Form

RE Drilldown Reporting

RW Report Writer Report

TR Transactions

If it is helpfull pls reward pts.

Regards

Srimanta