Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Iam getting error while coding in enhancement and generating a sales doc.

0 Kudos

Hi,

I have written code in user exit include ZXVEDU02 to process IDOC information.

If i create a sales doc. and process output type iam getting following message...

Error Info... 00 671: ABAP/4 processor: DBIF_RSQL_INVALID_RSQL

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You have to investigate a bit deeper, you have to find out what caused DBIF_RSQL_INVALID_RSQL

Check the dump, it has more info, it is huge, but the best info is already available in the first few pages until the part of the code where the error occured.

Maybe your system determined a number for the sales doc that is already in your database. (double records are not allowed).

Regards

2 REPLIES 2

Former Member
0 Kudos

Hi,

You have to investigate a bit deeper, you have to find out what caused DBIF_RSQL_INVALID_RSQL

Check the dump, it has more info, it is huge, but the best info is already available in the first few pages until the part of the code where the error occured.

Maybe your system determined a number for the sales doc that is already in your database. (double records are not allowed).

Regards

Former Member
0 Kudos

hai venkata, it may be due to item conversion table is not transfered

jus refer the note 664044 and it might help in solvign ur problem

regards

m.a