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

How to create Background job for Dialog program

Former Member
0 Likes
1,308

Hi Experts,

I have copied Standard tcode to Z-tcode (CS12 tcode).

Now my requirement is to create background job for this program (but program is not a 'E' type its 'I').

How we can schedule Dialog program to Background.

Pls suggest me.

Regards

SK

Hi Experts,

I have copied Standard tcode to Z-tcode (CS12 tcode).

Now my requirement is to create background job for this program (but program is not a 'E' type its 'I').

How we can schedule Dialog program to Background.

Pls suggest me.

Regards

SK

3 REPLIES 3
Read only

Former Member
0 Likes
793

Hi do as below :

Reefer below :

You will have to submit your report using Submit statement ,

then inside the submitted report write open_job.

Regards,

Uma

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
793

I dont think its possible.

You must use a call transaction with mode 'N' or a Session.

Just try it yourself in SM36 and check the error it displays, see the long text of error message.

It must be of type 1 or J.

Read only

Former Member
0 Likes
793

closed