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

Execute Query

Former Member
0 Likes
665

Hi,

Is there a transaction that will execute a query directly?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
626

Hi

What do you mean exactly by this?

If you execute a Transaction attached to a program, it will give selection screen and execute gives the results.

Generally we design a program in SE38 with all the querries and attach a Tcode in SE93 and gave some Tcode (custom).

when you execute that Tcode, the results will be displayed.

Reward points if useful

Regards

Anji

5 REPLIES 5
Read only

Former Member
0 Likes
626

Hi Joseph,

Could be a bit specific?

Ravi

Read only

0 Likes
626

Hi,

For example, I have a query 'ZQUERY'. Is there a transaction that will run this directly by just going to that transaction and entering the Query name (ZQUERY).

Read only

Former Member
0 Likes
626

I BELIEVE NO

Read only

Former Member
0 Likes
626

Yo can create a transaction with parameters to execute directly your query.

Inside you must write in default values for: transaction START_REPORT and mark flag of skip initial screen. Then in default values you must complete strcuture d_srepovari with diferent fields values:

Example:

D_SREPOVARI-REPORTTYPE = AQ

D_SREPOVARI-REPORT = (user group)

D_SREPOVARI-EXTDREPORT = (query name)

Read only

Former Member
0 Likes
627

Hi

What do you mean exactly by this?

If you execute a Transaction attached to a program, it will give selection screen and execute gives the results.

Generally we design a program in SE38 with all the querries and attach a Tcode in SE93 and gave some Tcode (custom).

when you execute that Tcode, the results will be displayed.

Reward points if useful

Regards

Anji