cancel
Showing results for 
Search instead for 
Did you mean: 

job cancelled every one hour

Former Member
0 Kudos

Hi,

When i am checking in SM37 cancelled jobs ,SWWERRE job failed every one hour.job log is showing like below.

Job started

Step 001 started (program RSWWERRE, variant &0000000000004, user ID WF-BATCH)

Starting Background Steps in Status "Being Processed"

==> 0 background steps started

==> 0 error(s) occurred ( > see application log)

ABAP/4 processor: CONVT_NO_NUMBER

Job cancelled

Thanks&Regards

Ramakrishna

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

These jobs are related BPE ( Business Process Engine). So post the dump information from ST22, then we can analyse why the jobs is getting cancelled.

With regards

Sudha

Former Member
0 Kudos

HI,

This is dump in ST22.

Error analysis

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_CONVERSION_NO_NUMBER', was not

caught in

procedure "EVALUATE_ARITHMETIC_OP" "(METHOD)", nor was it propagated by a

RAISING clause.

Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is:

The program attempted to interpret the value "US" as a number, but

since the value contravenes the rules for correct number formats,

this was not possible.

How to correct the error

Whole numbers are represented in ABAP as a sequence of numbers, possibly

with an algebraic sign.

The following are the possibilities for the representation of floating

point numbers:

[algebraic sign][mantissa]E[algebraic sign][exponent]

[algebraic sign][whole number part].[fraction part]

For example, -12E+34, +12E-34, 12E34, 12.34

If the error occurred in your own ABAP program or in an SAP

program you modified, try to remove the error.

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"CONVT_NO_NUMBER" "CX_SY_CONVERSION_NO_NUMBER"

"CL_SWF_EXP_ARITHMETIC=========CP" or "CL_SWF_EXP_ARITHMETIC=========CM004"

"EVALUATE_ARITHMETIC_OP"

Thanks&REgards

Ramakrishna