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

Background Job

Former Member
0 Likes
535

Hi All,

I am creating a background job using JOB_OPEN , SUBMIT and JOB_CLOSE.

Is there any way to set default user BACKGROUND as creater of the job??

Thanks n Regards,

Harkamal

Hi All,

I am creating a background job using JOB_OPEN , SUBMIT and JOB_CLOSE.

Is there any way to set default user BACKGROUND as creater of the job??

Thanks n Regards,

Harkamal

3 REPLIES 3
Read only

Former Member
0 Likes
495

YOu can use BP_JOB CREATE instead of JOB_OPEN and pass AUTHCKNAM field of the exporting parameter JOB_CR_HEAD_INP

Regards,

Ravi

Read only

Former Member
0 Likes
495

Hello Harkamal

By using FM: JOB_SUBMIT to add the steps, we can default the user name.

The same field(AUTHCKNAM) as Ravi has mentioned in his post.

Anyhow, all these FM's exist in the same Function group: <b>BTCH</b>

Kind Regards

Eswar

Read only

Former Member
0 Likes
495

you can use program RSBDCSUB