cancel
Showing results for 
Search instead for 
Did you mean: 

DBIF_RSQL_INVALID_REQUEST dump

Former Member
0 Kudos

Hi every one

In my development server am getting DBIF_RSQL_INVALID_REQUEST dumps

When is running any transaction is getting this dump

My server is ECC 6.0

Database is oracle 10g

Os windows 2003server

pls give solution for this dump very urgent

Dump details are

Runtime Errors DBIF_RSQL_INVALID_REQUEST

Date and Time 14.09.2007 09:52:23

Short text

Invalid request.

What happened?

The current ABAP/4 program terminated due to

an internal error in the database interface.

What can you do?

Note which actions and input led to the error.

For further help in handling the problem, contact your SAP administrator

.

You can use the ABAP dump analysis transaction ST22 to view and manage

termination messages, in particular for long term reference.

Error analysis

An invalid request was made to the SAP database interface in a statement

in which the table "BSEG " was accessed.

How to correct the error

Start the work process involved and repeat the action that lead to the

error.

If the error position is in a program that you can change, you can try

to create preliminary solution: Reformulate the database command by

varying the properties such as individual record access instead of

input/output via internal tables, the structure of the selection

conditions (WHERE clause), nested SELECT loops instead of FOR ALL

ENTRIES and other such variations.

Please check the entries in the system log (Transaction SM21).

Check the entries in the developer trace of the work process involved

(transaction ST11).

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:

"DBIF_RSQL_INVALID_REQUEST" " "

"SAPDBKDF" or "SAPDBKDF"

"PUT_BSEG"

User and Transaction

Client.............. 290

User................ "SHAKTI"

Language key........ "E"

Transaction......... "J1INCERT "

Program............. "SAPDBKDF"

Screen.............. "SAPMSSY0 1000"

Screen line......... 6

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Kiran ,

Since error itself describe the issue :

<b>Error analysis

An invalid request was made to the SAP database interface in a statement

in which the table "BSEG " was accessed..</b>

Can you able to access the table BSEG ?

Also check the Index should be healthy ( Take a assist of Developer if you are not sure )

Keep Posting !

Regards ,

Santosh

Former Member
0 Kudos

Hello Kiran,

Mainly It happens due to problems in database generally when duplicate entries are entered in tables or if any datafile changes.

you can check note :- 300757

Also you should check the patch level of R3check and your kernel. Read OSS note 650475 for more info.

New kernel patches can be downloaded from service.sap.com/patches

Regards,

Jafer