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: 

Functional Module required for getting list of successful jobs

Former Member
0 Kudos

Hi All,

There is one function module BP_JOB_SELECT which gives me name of unsuccessful job. Now I want to find the name of all successful job. Can anyone please tell me the function module name for that?

Thanks in advance,

Siddarth.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI,

Check this Function-group BTCH. You can find the all the Job related FM inthis Function group.

4 REPLIES 4

Former Member
0 Kudos

HI,

Check this Function-group BTCH. You can find the all the Job related FM inthis Function group.

GauthamV
Active Contributor
0 Kudos

hi,

use these tables.

TBTCO

BTCJN

ALBTCMON

RSJOBTAB.

Former Member
0 Kudos

You can use the same FM - BP_SELECT_JOB.

While filling structure JOBSEL_PARAM_IN, you can pass FINISHED = 'X' and

SCHEDUL = ' '

READY = ' '

RUNNING = ' '

ABORTED = ' '

Regards,

Mohaiyuddin

Former Member
0 Kudos

No concrete resolution. Completed in some other way.