cancel
Showing results for 
Search instead for 
Did you mean: 

back ground job

Former Member
0 Kudos

Basis Gurus,

Can background job schedule on O.S. level,if

yes thn plz tell me how.

Thanks in advance

Regards

Gopal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Well, if you want to have started bkg jobs fro OS you can do the following:

1. Define new event in SAP

2. Create in SAP background job started after this event

3. Create in OS batch wchich will raise this event

4. schedule this batch in OS

regards,

Wojtek

Former Member
0 Kudos

Dear Wojtek,

Thanks for reply.

I understand your first two step But I did not understand

your last two step.can u please explain these two step

briefly.

Thanks

Regards

Gopal

Former Member
0 Kudos

To raise an SAP event from OS level you shoul use sapevt.exe program.

So you should call it from *.bat file with required parameters (in case of windows)

SAP note "374379 - Triggering SAPEVT from a remote host" could be usefull to understand how to do it.

So - you have OS batch file which can rise the required event in SAP.

Last step is to determine how/when run this batch - the simplest way is just to create scheduled task in windows wchich will run this batch.

Answers (0)