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

Background job

Former Member
0 Likes
533

Hi

I have an ABAP Program like RSXMB_RESTART_MESSAGES. How to find the corresponding background for this program if it exists ??

thanks

kumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
508

Try this FM

BP_FIND_JOBS_WITH_PROGRAM. If u pass the program name it will retun u the job names

Hi

I have an ABAP Program like RSXMB_RESTART_MESSAGES. How to find the corresponding background for this program if it exists ??

thanks

kumar

2 REPLIES 2
Read only

Former Member
0 Likes
508

You asked the same question less than half an hour ago. I don't think the answer has changed since then.

Mea culpa

Rob

Edited by: Rob Burbank on Aug 5, 2008 4:57 PM

Read only

Former Member
0 Likes
509

Try this FM

BP_FIND_JOBS_WITH_PROGRAM. If u pass the program name it will retun u the job names