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

Former Member
0 Kudos

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

Former Member
0 Kudos

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:

Former Member
0 Kudos

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