Hi,
I have developed RFC. In that I am getting an Internal Table with Binary Data.
When I executed that, the Internal table got 42,42526 records.
When I tried to see that...the Run time error Occured.
So, I am not able see what the data is there in the Internal Table.
Here I am gicing the details of Runtime Error:
Run Time Error: MEMORY_NO_MORE_PAGING
Short text : SAP paging overflow when storing data in the ABAP/4 memory.
What happened?
The current program requested storage space from the SAP paging area,
but this request could not be fulfilled.
of this area in the SAP system profile.
Error analysis
The ABAP/4 runtime system and the ABAP/4 compiler use a common
interface to store different types of data in different parts of
the SAP paging area. This data includes the
ABAP/4 memory (EXPORT TO MEMORY), the SUBMIT REPORT parameters,
CALL DIALOG and CALL TRANSACTION USING, as well as internally defined
macros (specified with DEFINE).
To store further data in the SAP paging area, you attempted to
allocate a new SAP paging block, but no more blocks were
available.
When the SAP paging overflow occurred, the ABAP/4 memory contained
entries for 21 of different IDs.
Please note:
To facilitate error handling, the ABAP/4 memory was
deleted.
Please let me know why it is happening.
Thanks,
Sandip