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: 

background job on change of some field!!

Former Member
0 Kudos

HI

i have to trigger a background job on change of some field value (status field chages it's values from w to U).

so how to go about the same..

how to call a background job once some fields changes!!

regards

Gunjan

4 REPLIES 4

Manohar2u
Active Contributor
0 Kudos

For this you need to find an exit which should trigger at AFTERSAVE.

Here in this exit you should call your background job in new task.

Regds

Manohar

Former Member
0 Kudos

how do u call a background job in a new task?

Manohar2u
Active Contributor
0 Kudos

1. You can use JOB FM's to invoke the job.

2. You can call the FM ( Background execution program ) in background.

CALL FUNTION .... IN BACKGROUND.

Regds

Manohar

Manohar2u
Active Contributor
0 Kudos

YOu use JOB_OPEN/JOB_SUBMIT/JOB_CLOSE function modules if you have to prcessa job that has been already created in sm35.