cancel
Showing results for 
Search instead for 
Did you mean: 

Dump when VF01 DBIF_RSQL_INVALID_RSQL

cedillof
Participant
0 Kudos

Hi SAP Forums

I have the following dump in our prod environment in transaction VF01.

When attempting to open a cursor for a SELECT or OPEN CURSOR, all 16

cursors of the SAP-internal database interface were already in use.

The failed statement accesses table "MBEW ".

"DBIF_RSQL_INVALID_RSQL" " "

"SAPLKKBM" or "LKKBMU08"

"K_KKB_READ_BKLAS"

Termination occurred in the ABAP program "SAPLKKBM" - in "K_KKB_READ_BKLAS".

The main program was "SAPMV60A ".

In the source code you have the termination point in line 99

of the (Include) program "LKKBMU08".

97 * read BKLAS for all material stocks

98 if not t_mbew_key is initial.

>>>>> select bwkey matnr bwtar bklas

100 from mbew

101 into table t_mbew_res

102 for all entries in t_mbew_key

103 where bwkey = t_mbew_key-bwkey

104 and matnr = t_mbew_key-matnr

105 and bwtar = t_mbew_key-bwtar.

Please help me with this issue. How can I correct it and if it is posible to add more cursors ??

Regards,

Franklin

Accepted Solutions (0)

Answers (3)

Answers (3)

Lakshmipathi
Active Contributor
0 Kudos

Try applying source correction code mentioned in the following note:-

Note 1132244 - Valuation classes missing for duplicated entries

G. Lakshmipathi

gomatheeswaran_palaniappa
Active Contributor
0 Kudos

Hi,

A similar problem is discussed in another forum. Hope it will give you a clue.

Regards,

P Gomatheeswaran

former_member217082
Active Contributor
0 Kudos

Hi Franklin

As it is a Dump error,Please check in ST22 by giving the program name and Runtime error you are getting.Also give the date when you faced this Dump Error to get the accurate data

Regards

Srinath