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

Error in SM37

sandip_panchal
Explorer
0 Likes
5,029

One job is scheduled and i can see it in SM37.

But when i want to see details of that job it is giving below error.

"Definition of job is incomplete error."

I am not able to find from where this erroneous job is triggered????.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,791

check the link

regards,

NZR

One job is scheduled and i can see it in SM37.

But when i want to see details of that job it is giving below error.

"Definition of job is incomplete error."

I am not able to find from where this erroneous job is triggered????.

10 REPLIES 10
Read only

former_member194669
Active Contributor
0 Likes
2,791

If you have SE37 or SE80 access in the server you can try with function module BP_JOBLOG_READ

Read only

Former Member
0 Likes
2,792

check the link

regards,

NZR

Read only

0 Likes
2,791

i dont want to delete this job because it is scheduled every day after 10 mins.

i want to know the program from which it is scheduled ??..

Read only

0 Likes
2,791

Hello,

Goto the table TBTCP, enter the JOBNAME and find the PROGNAME.

Vikranth

Read only

0 Likes
2,791

In TBTCP we have program which will be executed by Job.

I want the program from which this job is triggered???.

or program which is created this job???.

Read only

0 Likes
2,791

Hi,

It is quite possible that the job was scheduled MANUALLY (using SM36 / other)

and it was scheduled for interval of 10 minutes.

Regards,

Amit Mittal.

Read only

0 Likes
2,791

NO job is not scheduled manually using SM36.

It is trigerred by some program i want that program.

Read only

0 Likes
2,791

Check where used list for FM "JOB_OPEN" If a job is set programatically, It must be done using this function so you can find it.

Read only

0 Likes
2,791

For this job no log is exist so i am not able to see log using BP_JOBLOG_SHOW.

Read only

Former Member
0 Likes
2,791

HI,

Check out FM BP_JOBLOG_SHOW.

It gives the name of the report for the job in the log that it generates.

You can get the logic for determining the name of the report inside this FM.

Hope it helps,

Raj