Do you have any question about this error?
Message type: E = Error
Message class: TPDA - Debugger
Message number: 491
Message text: Pt surveillance sur table : baisses performance potent. (cf. texte desc.)
Setting a watchpoint on an internal table may cause a severe
deterioration in performance regarding the runtime of the program.
Using the empirical formular:
,,f = 5 + R/10 + B/10000
where
,,f: Factor by which the program slows down
,,R: Number of rows in the internal table
,,B: Size of the internal table in bytes
you can estimate how much slower the program will run.
For example, if you have an internal table with 1000 characters and 1000
bytes per row, executing the program slows down by a factor of 205.
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.
In many cases it is therefore advisable to only activate watchpoints for
internal tables for short program sections.
Tip:
In cases where you are only interested in the change in number of rows
of the internal table, you can alternatively proceed as follows:
Set a watchpoint on the header of the internal table, such as "*ITAB[]",
possibly with the condition:
Not equal to the current row number, such as: "LINES( ITAB ) <> 1000"
Extrait du message d'erreur du système SAP. Copyright SAP SE.
TPDA491
- Pt surveillance sur table : baisses performance potent. (cf. texte desc.) ?Get instant SAP help. Start your 7-day free trial now.
TPDA490
Comparaison impossible car ancien/actuel nom de la variable manque
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...
TPDA474
Conversion impossible de Binary XML en XML 1.0 : &
Quelle est la cause de ce problème? An XSTRING is to be displayed in the XML browser. The flag for Binary XML (BXML?) was found at the start of the...
TPDA496
FIN DE L'EVENEMENT atteinte (posit. sur dernière ligne de l'événement)
Quelle est la cause de ce problème? The end of an ABAP processing block has been reached. In many cases, this is linked to an explicit language ele...
TPDA500
Erreur interne : paramètre &1 / &2 / &3 / &4.
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...
Cliquez sur ce lien pour rechercher tous les messages SAP.