cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi all,

Below is the error message we are getting while loading from Infopackage in process chain : Production System.

Further analysis done are:

There are no Idocs or trfc struck in source system.

RSA3 is good.

ST22 dump error details is DBIF_RSQL_INVALID_CURSOR

Source system connection is good.

Datasource is active & replicated.

Its a generic datasource based on function Module.

Please suggest us with solutions.

0 Likes
View Entire Topic
former_member185177
Contributor
0 Likes

Hi Aravind,  The error should be in FM. Check the FM if you have used OPEN CURSOR and FETCH CURSOR and you need to use CLOSE CURSOR. In continuation, check the data declaration there you need declare the cursor using statics key word.   STATICS : s_cursor type cursor.  Hope it solves your problem.  Regards, Krishna Chaitanya.

anshu_lilhori
Active Contributor
0 Likes

Hi Krishna,

One suggestion if you don't mind..

Can you give the replies in different paragraph rather than combining all into one.It makes more easy to understand.

I hope you will also feel the same.

Regards,

AL