cancel
Showing results for 
Search instead for 
Did you mean: 

MEMORY_NO_MORE_PAGING " dump

Former Member
0 Kudos

Hi All,

We are at SAP ECC 5.0 SAP_BASIS 640.

Today morning while running mb51 we got " MEMORY_NO_MORE_PAGING " dump.

Could please help to fix this problem?

Here is the error info:

-


What happened?

The current ABAP program had to be terminated because the

ABAP processor detected an internal system error.

The current ABAP program "RM07DOCS" had to be terminated because the ABAP

processor discovered an invalid system state.

Error analysis

An internal error occurred when releasing memory in

SAP Paging. The release ended with the error code

"-1".

How to correct the error

It is probably not possible to eliminate the system error

with ABAP alone.

If you have access to SAPnet, you can search for a relevant note

using the following keywords:

-


"MEMORY_PGFREE_FAILED" " "

"RM07DOCS" bzw. "RM07DOCS_GENERATED"

"DATA_SELECTION"

171 endloop.

172

173 * process SELECT command depending on the

174 * required material selection

175 if l_cnt_matnr_total > 0 and

176 l_cnt_matnr_total = l_cnt_matnr_i_eq.

177 * work with .. for all entries ...

178 select (l_t_fields)

179 into corresponding fields of table itab

180 from mkpf inner join mseg

181 on mkpfmandt = msegmandt

182 and mkpfmblnr = msegmblnr

183 and mkpfmjahr = msegmjahr

184 for all entries in matnr

185 where matnr = matnr-low

186 and MKPF~BUDAT in BUDAT

187 and MSEG~BWART in BWART

188 and MSEG~CHARG in CHARG

189 and MSEG~KUNNR in KUNNR

190 and MSEG~LGORT in LGORT

191 and MSEG~LIFNR in LIFNR

192 and MKPF~MJAHR in MJAHR

193 and MSEG~SOBKZ in SOBKZ

194 and MKPF~USNAM in USNAM

195 and MKPF~VGART in VGART

196 and MSEG~WERKS in WERKS

197 and MKPF~XBLNR in XBLNR

198 .

199 else.

200 * work with the select command as usual

>>>>> select (l_t_fields)

202 into corresponding fields of table itab

203 from mkpf inner join mseg

204 on mkpfmandt = msegmandt

205 and mkpfmblnr = msegmblnr

206 and mkpfmjahr = msegmjahr

207 WHERE MKPF~BUDAT in BUDAT

208 and MSEG~BWART in BWART

209 and MSEG~CHARG in CHARG

210 and MSEG~KUNNR in KUNNR

211 and MSEG~LGORT in LGORT

212 and MSEG~LIFNR in LIFNR

213 and MSEG~MATNR in MATNR

214 and MKPF~MJAHR in MJAHR

215 and MSEG~SOBKZ in SOBKZ

216 and MKPF~USNAM in USNAM

217 and MKPF~VGART in VGART

218 and MSEG~WERKS in WERKS

219 and MKPF~XBLNR in XBLNR

Regards,

Leo

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I could get snote 1091141 which is atmost similar as far problem is concerned. It speaks about "The tracefile of the affected work process". I hope this will help you to figure your problem.

Rgds

Radhakrishna D S

Former Member
0 Kudos

Radhakrishna D S

Thanks for your reply.

My uploaded the snote 1091141 but it cannot be implemented on my system

Answers (1)

Answers (1)

Former Member
0 Kudos

Note 1091141 & note 1104914 also are recommending that you upgrade your Basis kernel release to resolve the error.

4.6D: 2348

6.40: 204

7.00: 131

If your Basis kernel release is not listed but you are receiving the error often, I would still upgrade to the latest kernel release.