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: 

How to create Background job for Dialog program

Former Member
0 Kudos

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

Former Member
0 Kudos

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

kesavadas_thekkillath
Active Contributor
0 Kudos

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.

Former Member
0 Kudos

closed