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

create a job

Former Member
0 Likes
710

Hi,

How to create a job using ABAP language.

Thx in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
682

Hi,

use transaction po03. and function modules are job_open.

***do rewards if usefull

Regards,

vijay

Hi,

How to create a job using ABAP language.

Thx in advance.

4 REPLIES 4
Read only

Former Member
0 Likes
682

hI,

Use the FM job_open

job_submit

job_close.

sudheer.A

Read only

Former Member
0 Likes
682

go to transaction sm36 and create the background job..

regards

sathsih

Read only

Former Member
0 Likes
682

Hai,

You have to use the Function Module JOB_OPEN, JOB_SUBMIT and JOB_CLOSE for creating the job.

Here many examples are available to create a job

http://help.sap.com/saphelp_nw04/helpdata/en/fa/096d40543b11d1898e0000e8322d00/frameset.htm

Regards,

Padmam.

Read only

Former Member
0 Likes
683

Hi,

use transaction po03. and function modules are job_open.

***do rewards if usefull

Regards,

vijay