Do you have any question about this error?
Message type: E = Error
Message class: RSPLFOX - FOX messages: Parsing and runtime
Message number: 191
Message text: Ha ocurrido una excepción aritmética
An arithmetic exception occurred during formula processing on HDB. The
main reasons for this are division by zero and overflow.
The system sets the result of the corresponding formula statement to
zero and continues to process the rest of the formula.
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.
El sistema emite un mensaje de error y no le permitirá continuar con esta transacción hasta que se resuelva el error.
Extracto de mensaje de error del sistema SAP. Copyright SAP SE.
RSPLFOX191
- Ha ocurrido una excepción aritmética ?Get instant SAP help. Start your 7-day free trial now.
RSPLFOX190
Se ha creado registro nuevo
Mensaje autoexplicativo Dado que SAP cree que este mensaje de error especÃfico 'se explica por sà mismo', no se ha proporcionado más información. ...
RSPLFOX176
&2 registros se han leÃdo del InfoSitio &1
Mensaje autoexplicativo Dado que SAP cree que este mensaje de error especÃfico 'se explica por sà mismo', no se ha proporcionado más información. ...
RSPLFOX200
Parte integrante de la fórmula errónea: &1
Mensaje autoexplicativo Dado que SAP cree que este mensaje de error especÃfico 'se explica por sà mismo', no se ha proporcionado más información. ...
RSPLFOX201
Error de sintaxis: Se esperaba número entero en lugar de &1
Mensaje autoexplicativo Dado que SAP cree que este mensaje de error especÃfico 'se explica por sà mismo', no se ha proporcionado más información. ...
Haga clic en este enlace para buscar todos los mensajes de SAP.