on 2011 Mar 01 6:11 PM
Good Morning My Friends,
estou com este damp durante a execução de leitura de uma tabela.
este e código que gera o damp.
<fs_tabela> esta tabela tem o valor de 76924 linhas.
ti_aux_val_aut esta tabela tem 3 linhas.
LOOP AT .
LOOP AT ti_aux_val_aut INTO wa_zst_valores_de_autorizacao.
DO.
.
.
.codigo
.
.
ENDDO.
ENDLOOP.
APPEND wa_dados_valores_de_autoriza TO ti_aux_dados_val_aut.
CLEAR wa_dados_valores_de_autoriza-dados.
ENDLOOP.
alguém sabe como posso resolver isso?
Damp
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Runtime errors CONVT_OVERFLOW
Exception CX_SY_CONVERSION_OVERFLOW
Occurred on 01.03.2011 at 14:36:22
Overflow when converting from 32768
What happened?
Error in ABAP application program.
The current ABAP program "SAPLZGPMGF_INDEP_HR" had to be terminated because one
of the
statements could not be executed.
This is probably due to an error in the ABAP program.
What can you do?
Print out the error message (using the "Print" function)
and make a note of the actions and input that caused the
error.
To resolve the problem, contact your SAP system administrator.
You can use transaction ST22 (ABAP Dump Analysis) to view and administer
termination messages, especially those beyond their normal deletion
date.
Error analysis
An exception occurred. This exception is dealt with in more detail below
. The exception, which is assigned to the class 'CX_SY_CONVERSION_OVERFLOW',
was neither
caught nor passed along using a RAISING clause, in the procedure
"GET_DADOS_SEARCH_HELP" "(FORM)"
.
Since the caller of the procedure could not have expected this exception
to occur, the running program was terminated.
The reason for the exception is:
When attempting to convert the value 32768,
an overflow occurred.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Edited by: Deivison.Lana on Mar 1, 2011 3:12 PM
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
já esta ok meus amigos!
o problema era que a minha tabela esta com a key tamanho 5 quando coloquei tamanho 15 não teve mais problema.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.