cancel
Showing results for 
Search instead for 
Did you mean: 

2lis_13_vditm

Former Member
0 Kudos

Hello,

I am trying to load delta data from r3 to BW for 2lis_13_vditm.While loading, the r3 system has given a short dump with a runtime error : BCD_BADDATA.

An arithmetic operation in the current program "GP1IKE5W65NWJKDCRXMX7M01JZP"

attempts

to process a field of type P that contains an invalid

BCD format.

Possible reasons:

1. If the field is part of a field string and its current contents are

hex 20, the field string was deleted with MOVE SPACE ... instead of

CLEAR.

2. The VARYING parameter was incorrectly placed within a DO loop,

e.g. because the TIMES parameter was too large.

Similar for WHILE ... VARY.

3. A FIELD-SYMBOL was incorrectly assigned.

How to correct the error

If the error occurred in one of your own programs or in an SAP program

that you modified, try to correct it yourself.

You may able to find an interim solution to the problem

in the SAP note system. If you have access to the note system yourself,

use the following search criteria:

-


"BCD_BADDATA" C

"GP1IKE5W65NWJKDCRXMX7M01JZP" or "GP1IKE5W65NWJKDCRXMX7M01JZP"

"INVERT_KEY_FIGURES"

-


It is showing an error while processing the field BONBA.

Pls help.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

With logistics in general please check the relevant OSS notes - there are a number of them specific for the LIS extractors. There are also some relating to BCD_BADDATA.

The problem itself is probably not directly related to the extractor, but may be to the data coming in. You could try to check the customising in the logistics cockpit just to make sure that customising and generated version are inline.

You may also trace where the field and field value in question come from. If it is a user exit supplied field, you may have a type conflict when passing values into it. If it comes from the DB - see if you can see anything in SE16 that looks abnormal.

You could also try to debug the extractor in the RSA3.

Good luck

Henry

Answers (0)