Do you have any question about this error?
Message type: E = Error
Message class: SY - ABAP/4 system messages
Message number: 471
Message text: La référence est détruite : impossible d'afficher l'en-tête.
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.
Le système émet un message d'erreur et ne vous permettra pas de poursuivre cette transaction tant que l'erreur n'est pas résolue.
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.
Extrait du message d'erreur du système SAP. Copyright SAP SE.
SY471
- La référence est détruite : impossible d'afficher l'en-tête. ?Get instant SAP help. Start your 7-day free trial now.
SY470
Modifiez le paramétrage pour créer l'objet d'exception
Quelle est la cause de ce problème? The system did not create the exception object and therefore cannot display it.Réponse du système Le systèm...
SY469
Exception inexistante de la classe &
Message auto-explicatif Étant donné que SAP estime que ce message d'erreur spécifique est 'auto-explicatif', aucune autre information n'a été fou...
SY472
Impossible d'afficher plus de & entrées
Quelle est la cause de ce problème? You tried to increase the size of a list of objects with dynamic memory consumption. This was not possible beca...
SY473
Contrôle READ BINARY SEARCH activé
Quelle est la cause de ce problème? You can only use the READ ... BINARY SEARCH statement if the relevant internal table is sorted by the key used....
Cliquez sur ce lien pour rechercher tous les messages SAP.