Skip to Content
0
Former Member
Mar 12, 2015 at 06:47 PM

Error when removing roles from users

168 Views

Hi All,

When I try to remove a role from a user using an Access Request I’m getting one of those “Error in module RSQL of the database interface”:

Category ABAP Programming Error

Runtime Errors DBIF_RSQL_INVALID_RSQL

Except. CX_SY_OPEN_SQL_DB

ABAP Program CL_GRAC_ACCESS_REQUEST_UTIL===CP

Application Component GRC-AC

Error analysis

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught

in

procedure "VERIFY_USERROLE_PARTOFBR" "(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:

In a SELECT access, the read file could not be placed in the target

field provided.

Either the conversion is not supported for the type of the target field,

the target field is too small to include the value, or the data does not

have the format required for the target field.

We are in release V1000 SP 11 and the notes I have seen don’t seem to address this problem. Any help is greatly appreciated.