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

submit program in background job

Former Member
0 Likes
1,051

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
Read only

Former Member
0 Likes
616

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

Execute as Background Job and see...

Read only

Former Member
0 Likes
616

This message was moderated.

Read only

0 Likes
616

try to code in the below mentioned ...

use BATCH = 'X' option.

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

Read only

Former Member
0 Likes
616

The problem is with this spesific program.