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: 

Error happening on 'JOB_OPEN' ,JOB_SUBMIt and 'JOB_CLOSE'

Former Member
0 Kudos

hi,

when i excute JOB_SUMIT' with 'report 'RMDATIND' eror is happening that job has been canceled.job log is showing that

"DATA DOES NOT MATCH THE JOB DEFINITION , JOB TERMINATED'

thanks all

2 REPLIES 2

rahul_mahajan
Active Participant
0 Kudos

Hi,

Please refere OSS 71227 note.

******************************************************

Cause and prerequisites

The cause is an operating error: direct input jobs may only be started via transaction BMV0, and not directly via SM36/SM37.

Solution

Start the job via transaction BMV0.

If you want to schedule a periodic interface, you must first set the parameter 'Periodically allowed' in the job definition.

You then schedule the job periodically with 'Start job'.

If you want to define predecessor or successor jobs, search for the job scheduled via BMV0 in transaction SM37 and edit the job data according to your requirements.

Prior to 3.0F, it is not possible to schedule periodic jobs.

******************************************************

I hope this will resolve your issue.

Please read OSS note for detail information.

Regards,

Rahul Mahajan

0 Kudos

hi,

thank you for ur replay ,i want the job to done through programm, can i use FM 'BI_START_JOB' instead ? but ther is no docs avilable forthe same.. i am a bignner..

thank you.