‎2007 Aug 31 1:36 PM
Hi,
Need to know, how to schedule an ABAP Query for Background Processing.
Regards,
‎2007 Aug 31 1:41 PM
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
‎2007 Aug 31 1:41 PM
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
‎2007 Aug 31 1:51 PM
Hi,
use SQ01, select the query and press "in background"
now you can insert the parameters and start it in background.
regards, dieter