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: 

LDB BRF Dump:DBIF_RSQL_INVALID_CURSOR

Former Member
0 Kudos

Dear All,

I used the LDB: BRF for getting BSEG, when I run it secondly, then system is Dump.

But if I run it first, then it is not Dump. Only run it secondly will be occurred this Dump.

The Dump is:DBIX_RSQL_INVALID_CURSOR

My sentence is :

GET BKPF.

Get BSEG.

MOVE-CORRESPONDING BSEG TO GT_BSEG.

APPEND GT_BSEG.

How can I fix it?

Thanks

2 REPLIES 2

Former Member
0 Kudos

Hi Sun,

Are you using the GET statements in a LOOP?

0 Kudos

hi,PGnana .

the Get BSEG code is not in LOOP .