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 set a Executable ABAP Program to run as a Background Batch Job

Former Member
0 Likes
750

Hi

Currently I had a Executable ABAP Program which when executed prompts for user to enter selection once entered and executed it will delete user entered selections from a Table.

Now my requirment is to enhance that program to run it as a BACKGROUND BATCH JOB so that there will be an entry in SM37 when the program is executed

How can i achieve this

1 ACCEPTED SOLUTION
Read only

Clemenss
Active Contributor
0 Likes
683

Create a batch input session using transaction SHDB.

Then run the session in background, can see in SM37.

Regards,

Clemens

Hi

Currently I had a Executable ABAP Program which when executed prompts for user to enter selection once entered and executed it will delete user entered selections from a Table.

Now my requirment is to enhance that program to run it as a BACKGROUND BATCH JOB so that there will be an entry in SM37 when the program is executed

How can i achieve this

3 REPLIES 3
Read only

Clemenss
Active Contributor
0 Likes
684

Create a batch input session using transaction SHDB.

Then run the session in background, can see in SM37.

Regards,

Clemens

Read only

Former Member
0 Likes
683

Can you please explain me in a bit detail as i am a NON ABAPER

Thanks

Read only

Former Member
0 Likes
683

Hi,

Please refer this link .

It has the steps.

http://sapient.wordpress.com/2007/06/19/how-do-you-set-up-background-jobs-in-sap/

Regards,

SuryaD.