cancel
Showing results for 
Search instead for 
Did you mean: 

AM897 - Internal error - insert in sorted tabl ZADRT

0 Kudos

Hi exports!~

there have a runtime error when I use XK02 or XK03 . at the init screen(XK02,XK03), I input a vender number, and press ENTER. there must be a DUMP,like this:

and then ,when I use ST22 to view the dump detail infomation,I found the message AM897 type X:

we have patched the system note (number:436119),but it is not work.

I search this problem,and found the note number is 369091, I'm not sure.

Plz tell me how to solve it.

Thanks !!

TammyPowlas
Active Contributor
0 Kudos

Hello, ZADRT is a custom element; I recommend working with one of your ABAP developers to troubleshoot further and fix

0 Kudos

Thank you very much!!

In SAP system,there have no data element、domai,etc.

and "ZADRT" in program :

DATA: BEGIN OF zadrt OCCURS 0. "Dateninhalt auf der DB

INCLUDE STRUCTURE adrt.

DATA: END OF zadrt.

so I think maybe this is a System Error.~

Regards!!

Accepted Solutions (0)

Answers (1)

Answers (1)

JL23
Active Contributor
0 Kudos

Read the first 50 lines of the dump, it has hints to approach this problem, it tells you for example the key words to search for OSS notes.

All OSS notes based on a search with either AM897 or ZADRT return notes with program fixes, except the note that you already mentioned and this note which has as well an analysis and cleansing report for inconsistencies: 412258 - SU01 : sapsql_array_insert_duprec runtime error

So if this report from 412258 does not help then open a call at SAP as the chance for another bug is high.

0 Kudos

thank you very much for answer my question!!

in my st22 shutdump info,there is:

===============Start===============

If the error occures in a non-modified SAP program, you may be able to find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following keywords:

"MESSAGE_TYPE_X" " "

"SAPLSZA1" or "LSZA1O02"

"D0100_READ_ADDRESS"

Transaktion......... "XK02 "

Programm............ "SAPLSZA1"

Dynpro.............. "SAPLSZA1 0301"

Dynprozeile......... 4

Termination occurred in the ABAP program "SAPLSZA1" - in "D0100_READ_ADDRESS".

The main program was "SAPMF02K ".

In the source code Row 1884

(after call function 'ADDR_COMM_GET')

=====================End=====================

At last,thank you very much!