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: 

jobs overview

former_member737583
Participant
0 Kudos

Hi!

Is there a way to find in sm37 or any other transaction from where job was called? E.g. if it was created manually of from program.

4 REPLIES 4

Former Member
0 Kudos

Hello,

You can use the fm BP_FIND_JOBS_WITH_PROGRAM.

See this [http://help.sap.com/saphelp_nw04/helpdata/en/fa/096f8e543b11d1898e0000e8322d00/frameset.htm].

Regards.

former_member737583
Participant
0 Kudos

There is no way to look from where job was called. Sometimes tcode st05 is helpful but this is not exactly what I was looking for.

GauthamV
Active Contributor
0 Kudos

hi,

check TBTCO , TBTCP tables.

u may get some details.

0 Kudos

I know that tables. You can find there name of programs which are set as a jobs. This what I was looking for is an information how job was created. E.g. if it was created manually or maybe from other program using SUBMIT command. This information you didn't find in mentioned tables.