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: 

Purpose of JOB_OPEN, JOB_CLOSE..?

Former Member
0 Kudos

Hi All,

What is the exact purpose of the below FMu2019s..?

JOB_OPEN

JOB_CLOSE

Puppy.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

We ever u want to create the session in ths SM37 transation u have to use these FMs.

JOB_OPEN

Use JOB_OPEN to create a background job

The function module returns the unique ID number which, together with the job name, is required for identifying the job.

Once you have "opened" a job, you can add job steps to it with JOB_SUBMIT and submit the job for processing with JOB_CLOSE.

JOB_CLOSE

This is used to close the job which is opened.

JOB_SUBMIT is used to submit the job.

Example Programs.

You will know how to use this FMs

RSMODWRD

3 REPLIES 3

Former Member
0 Kudos

Hi,

JOB_OPEN --- Opens the spool request

JOB_CLOSE-- Close the Spool request

Regards

Ramakrishna Pathi

Former Member
0 Kudos

Hello,

We ever u want to create the session in ths SM37 transation u have to use these FMs.

JOB_OPEN

Use JOB_OPEN to create a background job

The function module returns the unique ID number which, together with the job name, is required for identifying the job.

Once you have "opened" a job, you can add job steps to it with JOB_SUBMIT and submit the job for processing with JOB_CLOSE.

JOB_CLOSE

This is used to close the job which is opened.

JOB_SUBMIT is used to submit the job.

Example Programs.

You will know how to use this FMs

RSMODWRD

Former Member
0 Kudos

Hi Puppy,

JOB_OPEN creates the Background job.

JOB_CLOSE indication of completed job.

for more info

hope it helps you

Thanks!