cancel
Showing results for 
Search instead for 
Did you mean: 

Background Job Error

Former Member
0 Kudos

Hi All,

We have a job "Inbound Processing of IDocs ready for transfer" which is failing on regular basis.

Here I am pasting the job log for your reference.

1.Job started

2.Step 001 started (program RBDAPP01, variant Z_UK_INB2, user name BKGD)

3.ABAP/4 processor: CONVT_NO_NUMBER

4.Job cancelled

Please help us in investigating this job failure.

Thanks in Advance

KP

Accepted Solutions (1)

Accepted Solutions (1)

former_member204746
Active Contributor
0 Kudos

Fidel is right, one reason could be the program.

the other reason is a bad Idoc. it may contain non-numeric characters even if numeric values were expected. so, also check the program that created the Idoc in the first place.

anyway, if you area BASIS, this is probably not your problem.

Answers (1)

Answers (1)

0 Kudos

Hi,

You should review the program, the error CONVT_NO_NUMBER means that a field containing character is being converted into a "number" and that is not possible because not all "characters" are numbers.

Examinig the ABAP dump should give you more information