Application Development 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: 

how do i save abap query as a transaction ?

Former Member
0 Kudos

hi

i created an abap query and i want to know how to connect this query to a transaction

i also want to know <b>what is the difference between standard area</b> ( client specific) <b>and</b> <b>global area</b> ( cross-client ) ? ( i created my query under global area )

thanks

ami

6 REPLIES 6

Former Member
0 Kudos

Steps to Create a Tcode for SAP Query:

1. Goto Tcode SQ01.

Enter the Query Name

Select the Menu path: Query -> More Options -> Generate program.

2. in SE93 Create a tcode for this program.

reward if helpful.

Former Member
0 Kudos

Hi,

Generate a program from your query and create transaction

for that program in SE93.

Sastry

0 Kudos

i want to se93 and i had to enter my request. i created the query in global query area - does it matter ??????????? what is the different between global and standart ?

0 Kudos

Generally, queries in the global area are created in your development environment and transported, whereas queries in the standard area are created directly in the client.

0 Kudos

ok thanks

so what should i do if i dont have request ??????????

varma_narayana
Active Contributor
0 Kudos

Hi..

Steps to Create a Tcode for SAP Query:

1. Goto Tcode SQ01.

Enter the Query Name

Select the Menu path: Query -> More Options -> Generate program.

2. in SE93 Create a tcode for this program .

Select the Transaction type as Report Transaction.

<b>reward if helpful. </b>