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: 

Job Cancelled with an error "Data does not match the job def: Job terminat"

Former Member
0 Kudos

Dear Friends,

The following job is with respect to an inbound interface that transfers data into SAP.

The file mist.txt is picked from the /FI/in directory of the application server and is moved to the /FI/work directory of application server for processing. Once the program ends up without any error, the file is moved to /FI/archive directory.

The below are the steps listed in job log, no spool is generated for this job and it ended up with an error "Data does not match the job definition; job terminated".Please see below for more info.

1.Job Started

2.Step 001 started (program Y_SAP_FI_POST, variant MIST, user ID K364646)

3.File mist.txt copied from /data/sap/ARD/interface/FI/in/ to /data/sap/ARD/interface/FI/work/.

4.File mist.txt deleted from /data/sap/ARD/interface/FI/in/.

5.File mist.txt read from /data/sap/ARD/interface/FI/work/.

6.PD-DKLY-Y_SAP_FI_POST: This job was started periodically or directly from SM36/SM37 (Message Class: BD, Message Number : 076)

7.Job PD-DKLY-Y_SAP_FI_POST: Data does not match the job definition; job terminated (Message Class : BD, Message No. 078)

8.Job cancelled after system exception

ERROR_MESSAGE

Could you please analyse and come up about under what circumstance the above error is reported.

As well I heard that because of the customization issues in T.Code BMV0, the above error has raised.

Also please note that we can define as well schedule jobs from the above transaction and the corresponding data is stored in the table TBICU

My Trials

1. Tested uplaoding an empty file

2. Tested uploading with wrong data

3. Tested uploading with improper data that has false file structue

But failed to simulate the above scenario.

Clarification Required

Assume that I have defined a job using BMV0. Is that mandatory to use the same job in SM37/SM36 for scheduling?

Is the above question valid?

Edited by: dharmendra gali on Jan 28, 2008 6:06 AM

1 REPLY 1

Former Member
0 Kudos

Dear Friends,

_Urgent : Please work on this ASAP _

The following job is with respect to an inbound interface that transfers data into SAP.

The file mist.txt is picked from the /FI/in directory of the application server and is moved to the /FI/work directory of application server for processing. Once the program ends up without any error, the file is moved to /FI/archive directory.

The below are the steps listed in job log, no spool is generated for this job and it ended up with an error "Data does not match the job definition; job terminated".Please see below for more info.

1.Job Started

2.Step 001 started (program Y_SAP_FI_POST, variant MIST, user ID K364646)

3.File mist.txt copied from /data/sap/ARD/interface/FI/in/ to /data/sap/ARD/interface/FI/work/.

4.File mist.txt deleted from /data/sap/ARD/interface/FI/in/.

5.File mist.txt read from /data/sap/ARD/interface/FI/work/.

6.PD-DKLY-Y_SAP_FI_POST: This job was started periodically or directly from SM36/SM37 (Message Class: BD, Message Number : 076)

7.Job PD-DKLY-Y_SAP_FI_POST: Data does not match the job definition; job terminated (Message Class : BD, Message No. 078)

8.Job cancelled after system exception

ERROR_MESSAGE

Could you please analyse and come up about under what circumstance the above error is reported.

As well I heard that because of the customization issues in T.Code BMV0, the above error has raised.

Also please note that we can define as well schedule jobs from the above transaction and the corresponding data is stored in the table TBICU

My Trials

1. Tested uplaoding an empty file

2. Tested uploading with wrong data

3. Tested uploading with improper data that has false file structue

But failed to simulate the above scenario.

Clarification Required

Assume that I have defined a job using BMV0. Is that mandatory to use the same job in SM37/SM36 for scheduling?

Is the above question valid?