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

Attach a Tcode to an ABAP Query

Former Member
0 Likes
565

Hi,

How do we attach a Tcode to an ABAP Query?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
536

select the query and go to QUERY in the menubar then goto more functions where you have an option display report name it will give you the report name.

Menubar ---> Quer ---> MoreFunctions ----> Display Reportname.

Now GOTO SE93 to create the transaction code and give the transaction name what you want and give the report name and try to give the screen number as 1000. As 1000 is the default screen for the SAP generated programs.

give the GUI support as SAP GUI for Windows if the operating system is Windows.

or

GOTO SE80 and select the program and give the program name you will find the screen number there right click on the report name and got to the context menu

Create ---> Transaction

This will solve the issue.

Regards,

Gurpreet

3 REPLIES 3
Read only

Former Member
0 Likes
537

select the query and go to QUERY in the menubar then goto more functions where you have an option display report name it will give you the report name.

Menubar ---> Quer ---> MoreFunctions ----> Display Reportname.

Now GOTO SE93 to create the transaction code and give the transaction name what you want and give the report name and try to give the screen number as 1000. As 1000 is the default screen for the SAP generated programs.

give the GUI support as SAP GUI for Windows if the operating system is Windows.

or

GOTO SE80 and select the program and give the program name you will find the screen number there right click on the report name and got to the context menu

Create ---> Transaction

This will solve the issue.

Regards,

Gurpreet

Read only

Former Member
0 Likes
536

HI,

Find the name for the report generated for the Query.

Now goto tcode se93 and create a transaction ( parameter type )

-Rajat

Read only

Former Member
0 Likes
536

Refer SAP note 393160