How To Fix RSPLFOX191 - Es ist eine arithmetische Ausnahme aufgetreten


SAP Error Message - Details

  • Message type: E = Error

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

  • Message number: 191

  • Message text: Es ist eine arithmetische Ausnahme aufgetreten

  • Show details Hide details
  • Was verursacht dieses Problem?

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

    Systemantwort

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

    Wie behebe ich diesen Fehler?

    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.

    Vorgehensweise für Systemadministratoren

    Das System gibt eine Fehlermeldung aus und erlaubt Ihnen nicht, mit dieser Transaktion fortzufahren, bis der Fehler behoben ist.


    Fehlermeldungsextrakt aus SAP-System. Copyright SAP SE


Smart SAP Assistant

  • Was ist die Ursache und Lösung für den SAP Fehler RSPLFOX191 - Es ist eine arithmetische Ausnahme aufgetreten ?




    • Do you have any question about this error?


      Upgrade now to chat with this error.


Instant HelpGet instant SAP help. Start your 7-day free trial now.


Zugehörige SAP-Fehlermeldungen

Klicken Sie auf die Links unten, um die folgenden verwandten Nachrichten anzuzeigen:

Klicken Sie auf diesen Link, um alle SAP-Meldungen durchsuchen.


Rating
The AI Support Assistant is great. It provides comprehensive assistance even on the most difficult issues. I highly recommend this service.
Rate 1
John Jordan
SAP Consultant & Author