cancel
Showing results for 
Search instead for 
Did you mean: 

Restarting of process in BPE

zbynek_kabrt3
Participant
0 Kudos

Hi guys,

is it possible to restart some stopped process in BPE? Try to imagine running process. After shutdown XI server the process is terminated or stopped. Is it possible execute the stopped process again? Does any FM exist?

Thanks in advance!

Regards

Zbynek

Accepted Solutions (1)

Accepted Solutions (1)

zbynek_kabrt3
Participant
0 Kudos

Thank you all! Your replies helped me very much.

Now I know how I could run Continue Process After System Crash (transaction SXMB_MONI_BPE). I hope I'll find FM that is used in the transaction. I need the FM for creation of own report that will check one special process and in case the process will be stopped, the FM will restart it. The report would be executed in regular period. Do you think that it is possible?

Zbynek

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>Do you think that it is possible?

of course it is it's the power of ABAP (if compared to java...)

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi,

the program for this job is called:

RSWF_XI_SWPC

@ Michal: I thought both languages are Turing-complete

Regards

Patrick

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

in tcode SXMB_MONI_BPE you could run Continue Process After System Crash.

Hope this helps.

Regards

Patrick

prateek
Active Contributor
0 Kudos
MichalKrawczyk
Active Contributor
0 Kudos

hi,

have a look at my blog on how to start and stop BPE

I also mention oss note inside it - have a look at it too

Regards,

Michal Krawczyk