Application Development and Automation 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: 
Read only

Abap dump extract_resourcehandler_failed while running report in loop

rahul_khilari
Explorer
0 Likes
420

Hello everyone, we need help to solve this error.

We have one custom program (ZZMM02_ZZMO841) which runs and create files on server.We have made another custom program(ZZMM02_ZZMO841_IFRUN) which fetches entries from one table and then for every entry it triggers report

ZZMM02_ZZMO841.So if pre-program select the 1000 entries then report ZZMM02_ZZMO841 will run 1000 times.Here, everything work well unless and until total runs are less than 1000. For example, report ZZMM02_ZZMO841 runs successfully for 999 times but it gives ABAP dump for 1000th run.Here is details about dump :

-------------------------------------------------------------------------------------------------------------------------------

Category Internal Kernel Error
Runtime Errors EXTRACT_RESOURCEHANDLER_FAILED
Application Component BC-ABA-LA
Date and Time 01.10.2020 06:46:18
-------------------------------------------------------------------------------------------------------------------------------
Short text
Internal error: Error when logging on to delete the extract file.
-------------------------------------------------------------------------------------------------------------------------------
What happened?
Error in the SAP kernel.
The current ABAP "ZZMM02_ZZMO841" program had to be terminated because the
ABAP processor detected an internal system error.

-------------------------------------------------------------------------------------------------------------------------------

Source code extract

186 DESCRIBE TABLE ET_SOAP LINES TL.
187 PERFORM WRITE_SELECTION_LOG USING 0004 'ET_SOAP' TL.
188
189LOOP AT ET_SOAP.
190
>>>PERFORM EXTRACT_DATA.
192ENDLOOP.
193
194ENDFORM.

0 REPLIES 0