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

ABAP Query - Scheduling

Former Member
0 Likes
435

Hi,

Need to know, how to schedule an ABAP Query for Background Processing.

Regards,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
413

Hi sheldon,

try the following:

1. enter transaction SQ01 and select your query

2. then go to the menu Query > More functions > Display report name

3. with this you'll get the ABAP report name

4. now just enter transaction SM36 to schedule the job based on this report name

I hope this helps. Best regards,

Alvaro

2 REPLIES 2
Read only

Former Member
0 Likes
414

Hi sheldon,

try the following:

1. enter transaction SQ01 and select your query

2. then go to the menu Query > More functions > Display report name

3. with this you'll get the ABAP report name

4. now just enter transaction SM36 to schedule the job based on this report name

I hope this helps. Best regards,

Alvaro

Read only

Former Member
0 Likes
413

Hi,

use SQ01, select the query and press "in background"

now you can insert the parameters and start it in background.

regards, dieter