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

Error While creating a Job using JOB_OPEN

Former Member
0 Likes
486

Hello,

I am trying to create a job in the output type of a standard transaction.

But the job creation is failing. While debugging the transaction in update mode, I found out that the JOB_OPEN is coming out in the 'COMMIT WORK'.

Is there any other way to create a job so that the program executes properly.

Thanis/Regards,

Abhijit Anandgaonkar.

1 REPLY 1
Read only

Former Member
0 Likes
352

Hi,

create a RFC function module....and inside the function module...create the batch job..

in the output type processing program...call the RFC function module in background task..

Thanks

Naren