‎2008 Sep 22 11:23 PM
Hi all.
Somehow I'm not able of using the following source code within a program executed within a scheduled job:
SUBMIT RFEBKA00 USING SELECTION-SET 'VAR1'.
The above program is the transaction FF_5.
Does any one
‎2008 Sep 23 3:33 AM
in program RFEBKA00 selection screen go to Output control , there you may have to check the Option
Execute as Background Job and see...
‎2008 Sep 27 2:09 PM
‎2008 Sep 27 2:42 PM
try to code in the below mentioned ...
use BATCH = 'X' option.
submit rfebka00 USING SELECTION-SET 'VAR1'
with batch = 'X' AND RETURN
‎2008 Dec 01 12:55 PM