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.
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.