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 issue in background

Former Member
0 Likes
471

Hi experts,

I am submitting the other program which is using the LDB in my program. When i execute the program in foreground it is working properly. But when i execute the same program in background, the job is getting cancelled by giving the error message as 'fill in all required entry fields'. But there are no mandatory fields in calling program. I have been strugling with this from last one week. please help me regarding this issue

2 REPLIES 2
Read only

Former Member
0 Likes
429

u have to enter job name.

SUBMIT <REPORT> 
       USER <USER> VIA JOB <JOB NAME> NUMBER <JOB NUMBER>
       WITH PARAM1 =
       WITH PARAM2 =
       ..............................
          AND RETURN

Refer this Thread:

Read only

Former Member
0 Likes
429

hi sunil .....thanks for your reply. But i have already tried all these options....but no use. I am not able to understand why it is giving error as "FILL IN ALL REQUIRED ENTRY FIELDS"

eventhough there is no mandatory field in the selection screen