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

T code for Query

Former Member
0 Likes
584

Hi FI Gurus,

Is it possible to attach Transaction code for the query created by SQ02 and SQ02 in standard area? if yes please let me know the steps. Thanks in advance.

Regards,

Prakash

4 REPLIES 4
Read only

Former Member
0 Likes
535

Hi

Checxk the program in SQ01 in the system --status by executingthe query

Kindly create the t code through SE93 and asssign the program in that.

Regards

Damu

Read only

Former Member
0 Likes
535

Hi Prakash,

Generate the program name: SQ01->Query->More Functions->Generate Program and then proceed to SE93 and assign the trnasaction code for the report program generated.

Hope this helps.

Thanks,

Rod

Read only

Former Member
0 Likes
535

It is helpful to me in resolving the issue

Read only

Former Member
0 Likes
535

Hi,

We have created transaction codes for ABAP queries.

Create tcode of transaction type in SE93

give the transaction code as START_REPORT

select the check box skip initial screen

In default values(bottom) enter the below values


D_SREPOVARI-REPORTTYPE	                          AQ
D_SREPOVARI-REPORT	                                 <usergroup name>
D_SREPOVARI-EXTDREPORT	                        <Query name>
D_SREPOVARI-VARIANT	                        <default variant if any>                                                                       

Hope this will help.

Please let me know if any further details required.

Regards'

Shibino