How To Fix RSPLFOX191 - Une exception arithmétique est survenue.


RSPLFOX191 - Overview

  • Message type: E = Error

  • Message class: RSPLFOX - FOX messages: Parsing and runtime

  • Message number: 191

  • Message text: Une exception arithmétique est survenue.

  • Show details Hide details
  • Quelle est la cause de ce problème?

    An arithmetic exception occurred during formula processing on HDB. The
    main reasons for this are division by zero and overflow.

    Réponse du système

    The system sets the result of the corresponding formula statement to
    zero and continues to process the rest of the formula.

    Comment corriger cette erreur?

    Check your formula. The behavior of the runtime systems of the
    application server and the HDB are different. The formula line:
    { KEYFIG1, CHARVALUE1 } = { KEYFIG1, CHARVALUE1 } +
    { KEYFIG2, CHARVALUE2 } / { KEYFIG3, CHARVALUE4 }.
    will be evaluated differently. If the value of { KEYFIG2, CHARVALUE2 }
    is zero, the ABAP/V runtime system will set the result to the value of {
    KEYFIG1, CHARVALUE1 }, even if the value of { KEYFIG3, CHARVALUE4 } is
    zero. In this case, no arithmetic exception in the ABAP/V runtime system
    occurs. The HDB runtime system will set the result to zero if the value
    of { KEYFIG3, CHARVALUE4 } is zero. An arithmetic exception occurs here.
    You can rewrite the formula as follows:
    L_HELP = { KEYFIG3, CHARVALUE4 }.

    { KEYFIG1, CHARVALUE1 } = { KEYFIG1, CHARVALUE1 } + { KEYFIG2,
    CHARVALUE2 } / L_HELP.

    Procédure pour les administrateurs système

    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.


    Extrait du message d'erreur du système SAP. Copyright SAP SE.


Smart SAP Assistant

  • Quelle est la cause et la solution de l'erreur SAP RSPLFOX191 - Une exception arithmétique est survenue. ?







Instant HelpGet instant SAP help. Sign up for our Free Essentials Plan.


Messages d'erreur SAP associés

Cliquez sur les liens ci-dessous pour voir les messages connexes suivants:

Cliquez sur ce lien pour rechercher tous les messages SAP.


Rating
ERPlingo simplifies finding the accurate answers to SAP message errors. I now use every week. A must have tool for anyone working with SAP! Highly recommended!
Rate 1
Kent Bettisworth
Executive SAP Consultant