Do you have any question about this error?
Message type: E = Error
Message class: SY - ABAP/4 system messages
Message number: 471
Message text: Referenz ist zerstört - Header kann nicht angezeigt werden
You wanted to display the header of a deep data object (string, internal
table, object, data reference) in the ABAP Debugger.
However, the object reference has been destroyed. You can therefore
access neither the object nor the header.
Das System gibt eine Fehlermeldung aus und erlaubt Ihnen nicht, mit dieser Transaktion fortzufahren, bis der Fehler behoben ist.
This is not an error in the Debugger. The object reference was
destroyed earlier - probably by an error in the ABAP program.
You can display the hexadecimal value of the reference in the ABAP
Debugger using an ampersand as prefix (&ref).
You should find out, why this object reference was destroyed. By step
by step debugging or setting a watchpoint at the object reference (
&ref) you should establish, which statement (point in the program)
caused the destruction of the object reference.
You may have to write a problem message and specify the hexidecimal
value of the object reference in it.
Fehlermeldungsextrakt aus SAP-System. Copyright SAP SE
SY471
- Referenz ist zerstört - Header kann nicht angezeigt werden ?Get instant SAP help. Start your 7-day free trial now.
SY470
Zum Anlegen des Ausnahmeobjekts bitte Einstellung ändern
Was verursacht dieses Problem? The system did not create the exception object and therefore cannot display it.Systemantwort Das System gibt eine ...
SY469
Ausnahme der Klasse & existiert nicht
Selbsterklärende Nachricht Da SAP der Meinung ist, dass diese spezielle Fehlermeldung 'selbsterklärend' ist, wurden keine weiteren Informationen geg...
SY472
Es können nicht mehr als & Einträge angezeigt werden
Was verursacht dieses Problem? You tried to increase the size of a list of objects with dynamic memory consumption. This was not possible because n...
SY473
READ BINARY SEARCH-Prüfung wurde eingeschaltet
Was verursacht dieses Problem? You can only use the READ ... BINARY SEARCH statement if the relevant internal table is sorted by the key used. Othe...
Klicken Sie auf diesen Link, um alle SAP-Meldungen durchsuchen.