0% found this document useful (0 votes)
789 views3 pages

Dump-Itab Struc Access Violation

The document provides instructions for resolving a kernel dump error that may occur after a kernel upgrade. It recommends implementing SAP Notes 1296930, 1452003, or 1295973 to address the specific error, and checking that the ABAP/buffersize parameter is sufficiently sized to avoid the issue. Increasing the buffer size may resolve it.

Uploaded by

Khan K Shabnam
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
789 views3 pages

Dump-Itab Struc Access Violation

The document provides instructions for resolving a kernel dump error that may occur after a kernel upgrade. It recommends implementing SAP Notes 1296930, 1452003, or 1295973 to address the specific error, and checking that the ABAP/buffersize parameter is sufficiently sized to avoid the issue. Increasing the buffer size may resolve it.

Uploaded by

Khan K Shabnam
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Getting following dump after kernel upgrade?

Implement following Notes:1222907 1610716 After this, Run report rut_note_1610716 in se38 . check & repair

In this case, Implement one of the following SAP Note :

1.

Note 1296930 - ITAB_STRUC_ACCESS_VIOLATION in ME_EKPV_ARRAY_READ

2.

Note 1452003 - ITAB_STRUC_ACCESS_VIOLATION in SAPLME06

3.

Note 1295973 - Runtime error ITAB_STRUC_ACCESS_VIOLATION

Note : This type of dump may occur when you upgrade kernel.

check the abap/buffersize parameter in your system, is it mainained? if yes, value -? increase size by size .(default 25mb, you can extend up to 1GB). Also check paging size .below notes may give you an idea, Note 307976 - PXA_NO_SHARED_MEMORY Note 4101 - PXA_NO_SHARED_MEMORY

I resolved it by improving program buffer size

abap/buffersize = 400000

You might also like