cancel
Showing results for 
Search instead for 
Did you mean: 

when carry out T-cdoe co11n and co11 then i got DBIF_RSQL_SQL_ERROR

Former Member
0 Kudos

Hi there.

When I carry out T-code co11n and co11 then I got the error message DBIF_RSQL_SQL_ERROR

sm21 logs shows following error for that particular user

Database error 1438 at UPD access to table S024

ORA-01438: value larger than specified precision allows for this column

Run-time error "DBIF_RSQL_SQL_ERROR" occurred

Update terminated

records in sm13 is not updating even after doing repeat update process

on production server ,messege shows records could be resterted ,& there

is no process occured further.

There are most v2 records that are not updating and less v1 records.

There are over 100 records in production server which are not updated

yet.

I already extended our tabel space.

but It keeps following..

Urgently help is appriciated.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You abap technical team and the functional team can help in resolving this.

reason:

the value which is being entered into the column is having more precision than allowed. Administrator cannot modify the column. ABAP & Function team need to find for a correction note. Or ask to raise an message to service market place

Interim solution:

ask the concerned user to enter the value with less precision which wont throws error. Ex: Means he can split the orders and can do something like that for time being

cheers