Application Development 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: 

submit program in background job

Former Member
0 Kudos

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

4 REPLIES 4

former_member188685
Active Contributor
0 Kudos

in program RFEBKA00 selection screen go to Output control , there you may have to check the Option

Execute as Background Job and see...

Former Member
0 Kudos

This message was moderated.

0 Kudos

try to code in the below mentioned ...

use BATCH = 'X' option.

submit rfebka00 USING SELECTION-SET 'VAR1' 
  with batch  = 'X' AND RETURN

Former Member
0 Kudos

The problem is with this spesific program.