Application Development and Automation 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: 
Read only

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

0 Likes
524

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
Read only

Former Member
0 Likes
482

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

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

2 REPLIES 2
Read only

Former Member
0 Likes
483

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

Read only

Former Member
0 Likes
482

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