ABAP Program Run in Background
At transaction SE38 click Program -> Execute -> Background. In order to execute your program in the background, you need to specify a variant. You can schedule the program to run once at a certain time or periodically every month, week, days, hours or minutes. To define the print parameters, click Goto -> Print parameters. What is the difference between background and foreground? Is there any memory allocation difference or speed difference? Background jobs run in a background work process that is different from dialog work processes. Background processing lets you move long running or resource-intensive program runs to times when the system load is low. Here are the few points for consideration: 1. Limited Run Time: The Dialog work process has a run-time limit that prevents users from interactively running especially long reports. By default, the system terminates any dialog work process in a transaction that exceeds 300 seconds. Although this limit can be changed by Basis consultants but this is recommended. And if we talk about Background work process, there is no such limit applies to it. 2. Background work processes allocate memory differently than dialog work processes so that background work processes can become as large as they need to in allocated memory to allow for processing large volumes of data. *-- Amit Arora
More Function Module
Tables
ABAP Books List
Smart Forms
ABAP Menu:
Return to Index:-
(c) www.gotothings.com All material on this site is Copyright.
|