‎2008 Apr 16 6:36 AM
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.
‎2008 Apr 16 7:52 AM
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
‎2008 Apr 16 6:47 AM
‎2008 Apr 16 6:48 AM
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
‎2008 Apr 16 6:57 AM
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
‎2020 Sep 16 9:28 AM
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.
‎2008 Apr 16 7:46 AM
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.
‎2008 Apr 16 7:52 AM
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