Sie sind auf Seite 1von 12

Err.tmpo.ejec.

Excep.
Fecha y hora

COMPUTE_BCD_OVERFLOW
CX_SY_ARITHMETIC_OVERFLOW
29.06.2012 10:23:44

Texto breve
Overflow during the arithmetical operation (type P) in program

Qu ha sucedido?
Error in the ABAP Application Program
The current ABAP program "ZREC_DETINGRE_CONTANAL" had to be terminated because
it has
come across a statement that unfortunately cannot be executed.

Qu puede hacer?
Note down which actions and inputs caused the error.
To process the problem further, contact you SAP system
administrator.
Using Transaction ST22 for ABAP Dump Analysis, you can look
at and manage termination messages, and you can also
keep them for a long time.

Anl.errores
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_ARITHMETIC_OVERFLOW', was not
caught in
procedure "VALIDA_DATOS" "(FORM)", nor was it propagated by a RAISING clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
An overflow was discovered in an ongoing arithmetical operation with
operands of type P. Possible causes are:
1. The result field of type P is too small for the result.
2. The result or a intermediate result has more than 31 decimal places.

Notas para corregir errores


The result field must be enlarged, if this is still possible. It may
also be possible to break up the current process into subprocesses so
that only smaller values occur.
There may already be a solution to the error in the SAP notes system.
If you have access to the SAP notes system first try searching with the
following keywords:
"COMPUTE_BCD_OVERFLOW"
"BCD_FIELD_OVERFLOW" (Until release 4.0a, this runtime error occurred at this
position)
"ZREC_DETINGRE_CONTANAL" or "ZREC_DETINGRE_CONTANAL"
"VALIDA_DATOS"

Err.tmpo.ejec.
Excep.
Fecha y hora

COMPUTE_BCD_OVERFLOW
CX_SY_ARITHMETIC_OVERFLOW
29.06.2012 10:23:44

If you cannot solve the problem yourself and want to send an error
notification to SAP, include the following information:
1. The description of the current problem (short dump)
To save the description, choose "System->List->Save->Local File
(Unconverted)".
2. Corresponding system log
Display the system log by calling transaction SM21.
Restrict the time interval to 10 minutes before and five minutes
after the short dump. Then choose "System->List->Save->Local File
(Unconverted)".
3. If the problem occurs in a problem of your own or a modified SAP
program: The source code of the program
In the editor, choose "Utilities->More
Utilities->Upload/Download->Download".
4. Details about the conditions under which the error occurred or which
actions and input led to the error.
The exception must either be prevented, caught within proedure
"VALIDA_DATOS" "(FORM)", or its possible occurrence must be declared in the
RAISING clause of the procedure.
To prevent the exception, note the following:

Entorno sistema
SAP-Release 700
Application server... "TDP-ECC100AP1"
Network address...... "172.18.62.57"
Operating system..... "Windows NT"
Release.............. "6.1"
Hardware type........ "8x AMD64 Level"
Character length.... 16 Bits
Pointer length....... 64 Bits
Work process number.. 0
Shortdump setting.... "full"
Database
Database
Database
Database

server...
type.....
name.....
user ID..

"TDPCGECCDB"
"MSSQL"
"MEP"
"mep"

Char.set.... "C"
SAP kernel.......
created (date)...
create on........
Database version.

700
"Jun 26 2011 22:51:49"
"NT 5.2 3790 Service Pack 2 x86 MS VC++ 14.00"
"SQL_Server_8.00 "

Patch level. 308


Patch text.. " "
Database............. "MSSQL 9.00.2047 or higher"
SAP database version. 700
Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows

Err.tmpo.ejec.
Excep.
Fecha y hora

COMPUTE_BCD_OVERFLOW
CX_SY_ARITHMETIC_OVERFLOW
29.06.2012 10:23:44

NT 6.0, Windows NT 6.1"


Memory consumption
Roll.... 16192
EM...... 16768288
Heap.... 0
Page.... 57344
MM Used. 3678656
MM Free. 4702864

Usuario y transaccin
Client..............
User................
Language key........
Transaction.........
Program.............
Screen..............
Screen line.........

300
"GODINEZVJ"
"S"
"ZMH040 "
"ZREC_DETINGRE_CONTANAL"
"SAPMSSY0 1000"
6

Info posicin de cancelacin


Termination occurred in the ABAP program "ZREC_DETINGRE_CONTANAL" - in
"VALIDA_DATOS".
The main program was "ZREC_DETINGRE_CONTANAL ".
In the source code you have the termination point in line 1953
of the (Include) program "ZREC_DETINGRE_CONTANAL".
The termination is caused because exception "CX_SY_ARITHMETIC_OVERFLOW"
occurred in
procedure "VALIDA_DATOS" "(FORM)", but it was neither handled locally nor
declared
in the RAISING clause of its signature.
The procedure is in program "ZREC_DETINGRE_CONTANAL "; its source code begins
in line
1721 of the (Include program "ZREC_DETINGRE_CONTANAL ".

Detalle cdigo fuente


Ln.

Txt.fte.

1923
append wa_paso to ti_paso.
1924
1925 *Monto Pagado
1926
elseif wa_consulta-hvorg = '0060' and wa_consulta-tvorg = '0100'.
1927
1928
wa_consulta-betrh = ABS( wa_consulta-betrh ).
1929
wa_consulta-betrh4 = wa_consulta-betrh.
1930
1931
move-corresponding wa_consulta to wa_paso.
1932
append wa_paso to ti_paso.
1933
1934
endif.
1935
1936
clear:
1937
wa_consulta, wa_paso.

Err.tmpo.ejec.
Excep.
Fecha y hora
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
>>>>>
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972

COMPUTE_BCD_OVERFLOW
CX_SY_ARITHMETIC_OVERFLOW
29.06.2012 10:23:44

endloop.
********************************************************************************************
********************************************************************************************
*Recupera Sumatorias de los registros de la paso
clear: l_betrh1, l_betrh2, l_betrh3, l_betrh4, l_betrh5, vl_betrh6, vl_betrh7.
*utiliza los nuevos campos
* sort ti_paso by legal_org bu_group transpzone vktyp persl.
sort ti_paso by bpkind text40 legal_org textlong2 bu_group txt40 transpzone vtext psobtyp
loop at ti_paso into wa_paso.
l_betrh1 = l_betrh1 + wa_paso-betrh1.
l_betrh2 = l_betrh2 + wa_paso-betrh2.
l_betrh4 = l_betrh4 + wa_paso-betrh4.
*Obtiene Monto declarado ms Crditos aplicados
l_betrh3 = l_betrh1 + l_betrh2.
vl_betrh6 = vl_betrh6 + wa_paso-betrh6.
vl_betrh7 = vl_betrh7 + wa_paso-betrh7.
l_betrh5 = l_betrh3 - ( vl_betrh6 + vl_betrh7 ).

"Monto Declarado
"Crditos aplicados
"
"Ingreso Recaudado
"Monto Pagado Caja Unica
"Monto Pagado DTR
"Ingreso Devengado

move-corresponding wa_paso to wa_reporte.


*Valida final de cada partner
at end of persl.
move l_betrh1 to wa_reporte-betrh1.
move l_betrh2 to wa_reporte-betrh2.
move l_betrh3 to wa_reporte-betrh3.
move l_betrh4 to wa_reporte-betrh4.
move l_betrh5 to wa_reporte-betrh5.

Contenido campos sistema


Nom.

Val.

SY-SUBRC
SY-INDEX
SY-TABIX
SY-DBCNT
SY-FDPOS
SY-LSIND
SY-PAGNO
SY-LINNO
SY-COLNO
SY-PFKEY
SY-UCOMM
SY-TITLE
SY-MSGTY
SY-MSGID
SY-MSGNO
SY-MSGV1
SY-MSGV2
SY-MSGV3
SY-MSGV4

0
0
512
14
0
0
0
1
1
Reporte Detallado de Ingresos para Contabilidad Nacional
I
SF
616
ZREC_DETINGRE_CONTANAL
RE
ES

Err.tmpo.ejec.
Excep.
Fecha y hora
SY-MODNO
SY-DATUM
SY-UZEIT
SY-XPROG
SY-XFORM

COMPUTE_BCD_OVERFLOW
CX_SY_ARITHMETIC_OVERFLOW
29.06.2012 10:23:44

0
20120629
102343
SAPCNVE
CONVERSION_EXIT

Llamadas/Eventos activos
N

Cl.
Nom.

Programa

2 FORM
ZREC_DETINGRE_CONTANAL
VALIDA_DATOS
1 EVENT
ZREC_DETINGRE_CONTANAL
START-OF-SELECTION

Include
ZREC_DETINGRE_CONTANAL

1953

ZREC_DETINGRE_CONTANAL

525

Variables seleccionadas
Nom.
Val.
N
Nom.

2 Cl.
VALIDA_DATOS

Ln.

FORM

L_BETRH4
#######
0189990
061340C
L_BETRH5
#`#5P##
9693521
908503C
VL_BETRH6
#######
0000000
000000C
VL_BETRH7
#######
0189990
061340C
TI_PASO
Table IT_45[1089x768]
\PROGRAM=ZREC_DETINGRE_CONTANAL\DATA=TI_PASO
Table reference: 34
TABH+ 0(20) = 20890B00DF070000000000000000000000000000
TABH+ 20(20) = 220000002D000000410400000003000000000000
TABH+ 40(16) = 04000000A010000010000000C9308001
store
= 0x20890B00DF070000
ext1
= 0x0000000000000000
shmId
= 0
(0x00000000)
id
= 34
(0x22000000)
label
= 45
(0x2D000000)
fill
= 1089 (0x41040000)
leng
= 768
(0x00030000)
loop
= 0
(0x00000000)
xtyp
= TYPE#000074
occu
= 16
(0x10000000)

Err.tmpo.ejec.
Excep.
Fecha y hora

COMPUTE_BCD_OVERFLOW
CX_SY_ARITHMETIC_OVERFLOW
29.06.2012 10:23:44

access
= 1
(ItAccessStandard)
idxKind
= 1
(ItIndexLinear)
uniKind
= 2
(ItUniqueNon)
keyKind
= 1
(default)
cmpMode
= 8
(cmpManyEq)
occu0
= 1
groupCntl
= 0
rfc
= 0
unShareable = 0
mightBeShared = 0
sharedWithShmTab = 0
isShmLockId = 0
gcKind
= 0
isUsed
= 1
isCtfyAble
= 1
>>>>> Shareable Table Header Data <<<<<
tabi
= 0xF0E42A00DF070000
pgHook
= 0xA0E50F00DF070000
idxPtr
= 0x60143800DF070000
shmTabhSet
= 0x0000000000000000
id
= 37
(0x25000000)
refCount
= 0
(0x00000000)
tstRefCount = 0
(0x00000000)
lineAdmin
= 2048 (0x00080000)
lineAlloc
= 1104 (0x50040000)
shmVersId
= 0
(0x00000000)
shmRefCount = 1
(0x01000000)
>>>>> 1st level extension part <<<<<
regHook
= Not allocated
collHook
= Not allocated
ext2
= Not allocated
>>>>> 2nd level extension part <<<<<
tabhBack
= Not allocated
delta_head
= Not allocated
pb_func
= Not allocated
pb_handle
= Not allocated
WA_PASO
ZI01Grandes Contribuyentes
12Empresas Privadas
5433476666724667766776676722222222222222222233467767672576766672222222222222222222222222222222
A901721E45303FE4292595E453000000000000000000125D0253130029614130000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
TI_ZTBL_OBLIGACIONT
2222222222222222
0000000000000000
0000000000000000
0000000000000000
L_BETRH3
#w#)E##
9782411
970953C
N
Nom.

1 Cl.
EVENT
START-OF-SELECTION

RSJOBINFO
00000000000000
##
2222222222222222222222222222222233333333333333222222222222222222222222222222222200
0000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000

Err.tmpo.ejec.
Excep.
Fecha y hora

COMPUTE_BCD_OVERFLOW
CX_SY_ARITHMETIC_OVERFLOW
29.06.2012 10:23:44

0000000000000000000000000000000000000000000000000000000000000000000000000000000000
SCREEN
%_17SNS0004902355_%_%_%_%_%_%_
2533545333333333352525252525252222222222222222222222222222222222222222222222222222222222222222
5F173E30004902355F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
P_CAL
X
5
8
0
0
%_SPACE
2
0
0
0
%_PRINT
000
0###
2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
L_REPORTE
0
0000
0000
%_VIASELSCR
#
0
4
SY-MSGID
SF
54222222222222222222
36000000000000000000
00000000000000000000
00000000000000000000
BUT000
2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
TI_ZTBL_OBLIGACIONT[]
Table[initial]
SPACE
2
0
0
0
SY-MSGNO
616
333
616
000
000
SY-MSGV1
ZREC_DETINGRE_CONTANAL

Err.tmpo.ejec.
Excep.
Fecha y hora

COMPUTE_BCD_OVERFLOW
CX_SY_ARITHMETIC_OVERFLOW
29.06.2012 10:23:44

55445445444545444544442222222222222222222222222222
A253F4549E725F3FE41E1C0000000000000000000000000000
00000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000
SY-MSGV2
RE
54222222222222222222222222222222222222222222222222
25000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000
SY-MSGV3
ES
45222222222222222222222222222222222222222222222222
53000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000
SY-MSGV4
22222222222222222222222222222222222222222222222222
00000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000
Notas internas
The termination was triggered in function "ab_bcdArithmeticOverflow"
of the SAP kernel, in line 72 of the module
"//bas/700_REL/src/krn/runt/abcalc.c#7".
The internal operation just processed is "ccqd".
Internal mode was started at 20120629102335.

Llamadas activas ncleo SAP


Lneas de pila C en ncleo (estructura diferente segn la plataforma)
SAP (R) - R/3(TM) Callstack, Version 1.0
Copyright (C) SAP AG. All rights reserved.
Callstack without Exception:
App
: disp+work.EXE (pid=7700)
When
: 6/29/2012 10:23:44.100
Threads
: 2
Computer Name
: TDP-ECC100AP1
User Name
: sapservicemep
Number of Processors: 8
Processor Type: Intel64 Family 6 Model 23 Stepping
Windows Version
: 6.1 Current Build: 7601
State Dump for Thread Id 17fc
FramePtr
ReturnAd
Param#1
00000000086885c0 000007fefd6810dc 00000000ffffffff
0000000008688660 00000000017a52f1 0000000000000614
00000000086888b0 0000000000625fb5 0000000000000001
00000000086888e0 0000000000b3a20c 0000000000000001
0000000008688930 0000000000b3f7c1 0000000000000001
0000000008689310 0000000000925985 0000000001d37648
0000000008689350 0000000000860f58 000007df002d3e70
00000000086893e0 000000000086399d 0000000000000000
0000000008689540 0000000000a4b7ef 00000000000002f8
0000000008689590 0000000000a4bff7 0000000000000000

10
Function Name
ntdll!NtWaitForSingleObject
KERNELBASE!WaitForSingleObjectEx
disp+work!NTDebugProcess [ntstcdbg.c (509)]
disp+work!CTrcStack [dptstack.c (182)]
disp+work!rabax_CStackSave [abrabax.c (7313)]
disp+work!ab_rabax [abrabax.c (1276)]
disp+work!ab_bcdArithmeticOverflow [abcalc.c (7
disp+work!QuickCald [abextri.c (1857)]
disp+work!ab_extri [abextri.c (525)]
disp+work!ab_xevent [abrunt1.c (339)]

Err.tmpo.ejec.
Excep.
Fecha y hora

COMPUTE_BCD_OVERFLOW
CX_SY_ARITHMETIC_OVERFLOW
29.06.2012 10:23:44

0000000008689630 0000000000bbeb4c
00000000086896d0 000000000068bce6
0000000008689860 0000000000690d6e
0000000008689900 000000000069001a
00000000086899b0 0000000000647893
000000000868fc10 00000000004f7a72
000000000868fe90 0000000000430b1b
000000000868fec0 000000000040108d
000000000868fef0 0000000001a850a1
000000000868ff50 0000000076b6652d
000000000868ff80 0000000076eec521
000000000868ffd0 0000000000000000
State Dump for Thread Id 7f4
FramePtr
ReturnAd
0000000011a0fdf0 000007fefd68c3ff
0000000011a0fe60 000000000196419f
0000000011a0fef0 000007fefd71415f
0000000011a0ff20 000007fefd716ebd
0000000011a0ff50 0000000076b6652d
0000000011a0ff80 0000000076eec521
0000000011a0ffd0 0000000000000000

0000000000000000
000007df0000002d
000007df000c148c
0000000000000000
0000000000000000
0000000000000013
0000000000263350
ffffffff00000003
0000000000000000
0000000000000000
0000000000000000
0000000000000000

disp+work!ab_trigg [abrunt1.c (61)]


disp+work!ab_run [absubmit.c (408)]
disp+work!dynpmcal [dymainstp.c (2383)]
disp+work!dynppai0 [dymainstp.c (1114)]
disp+work!dynprctl [dymainstp.c (361)]
disp+work!dynpen00 [dymain.c (1941)]
disp+work!TskhLoop [thxxhead.c (4671)]
disp+work!DpMain [dpxxdisp.c (1171)]
disp+work!nlsui_main [thxxanf.c (84)]
disp+work!wmainCRTStartup [crtexe.c (498)]
kernel32!BaseThreadInitThunk
ntdll!RtlUserThreadStart

Param#1
0000000000000000
fffffffffffffffe
000000000d8623a0
000007fefd7a1ea0
0000000000000000
0000000000000000
0000000000000000

Function Name
ntdll!ZwFsControlFile
KERNELBASE!ConnectNamedPipe
disp+work!SigIMsgFunc [signt.c (679)]
msvcrt!srand
msvcrt!ftime64_s
kernel32!BaseThreadInitThunk
ntdll!RtlUserThreadStart

Lista de programas ABAP implicados


nd.
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

Tp. Programa
Prg
Prg
Prg
Prg
Prg
Typ
Prg
Prg
Typ
Typ
Prg
Prg
Typ
Prg
Typ
Typ
Prg
Prg
Typ
Prg
Prg
Typ
Prg
Prg
Typ
Prg
Typ
Prg
Prg
Typ
Typ
Prg
Typ

ZREC_DETINGRE_CONTANAL
SAPMSSY0
SAPMSSYD
SAPFSYSCALLS
RSDBRUNT
RSSCR
RSDBSPBL
SAPDB__S
VARID
SSCRFIELDS
%_CSYDB0
RSDBSPVA
RSVAMEMKEY
RSDBSPMC
DDSHDESCR
SPPARAMS
SAPLICON
%_CICON
ICONT
SAPLSABE
SAPLSECU
RSSUBINFO
SAPLDSYA
SAPFSDS1
TDCLD
SAPLSDOD
DOKIL
SAPCNVE
SAPLLANG
T002
RSEXFCODE
SAPFSPOR
RSSELINT

Grupo
0
1
1
1
0
0
0
0
0
0
0
0
0
0
0
0
16
16
0
19
20
0
22
22
0
25
0
27
28
0
0
0
0

Fecha

Tmpo

21.04.2012
03.10.2008
12.09.2006
09.09.2004
24.02.2009
30.03.2005
30.03.2005
30.03.2005
12.05.1997
13.05.1997
30.03.2005
24.02.2009
07.05.1997
12.09.2006
03.09.1997
07.05.1997
03.10.2008
03.10.2008
12.09.2006
09.09.2004
29.01.2010
14.10.1999
03.10.2008
30.03.2005
02.11.1998
24.02.2009
12.05.1997
09.09.2004
03.10.2008
03.10.2008
13.08.1997
03.10.2008
04.04.1995

08:08:36
13:21:40
11:33:31
14:18:32
20:03:23
10:21:45
10:21:58
10:22:01
16:51:30
12:54:26
10:21:45
19:54:00
13:07:49
11:25:01
03:05:16
13:10:38
13:35:25
13:35:25
11:25:01
14:18:36
10:30:29
22:01:03
13:18:12
10:22:01
09:51:35
19:33:44
16:46:17
14:36:10
12:21:29
12:21:29
12:52:57
22:38:06
16:12:37

Tam.
128000
92160
21504
7168
254976
5120
72704
19456
4096
5120
35840
133120
2048
79872
4096
2048
27648
107520
2048
12288
87040
3072
45056
52224
5120
45056
3072
8192
10240
2048
2048
14336
2048

Idioma
S
S
S
S
S
S
S
S
S
S
S
S
S
S
S
S
S
S
S
S

Err.tmpo.ejec.
Excep.
Fecha y hora
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89

Prg
Typ
Prg
Prg
Prg
Prg
Prg
Prg
Typ
Prg
Prg
Prg
Typ
Typ
Prg
Prg
Prg
Prg
Typ
Prg
Typ
Typ
Typ
Typ
Prg
Prg
Typ
Prg
Prg
Prg
Typ
Prg
Typ
Typ
Typ
Typ
Typ
Typ
Typ
Typ
Typ
Typ
Typ
Typ
Typ
Typ
Typ
Typ
Prg
Typ
Prg
Prg
Prg
Prg
Prg
Typ
Typ

COMPUTE_BCD_OVERFLOW
CX_SY_ARITHMETIC_OVERFLOW
29.06.2012 10:23:44

SAPLSCNT
DYCBOX
SAPLSVSM
SAPLSGUI
SAPLSTTM
SAPLSBDC
CL_DATAPROVIDER===============CP
%_CCNTL
OBJ_RECORD
SAPLSTUP
SAPLCNDP
SAPSHDTV
SHDSTU
SHDSTCIU
SAPFGUICNTL
SAPLOLEA
SAPLSFES
SAPLSPLUGIN
ARFCRDATA
SAPLGRFC
SWCBCONT
OLE_VERBS
OLE_PA
SSCRTEXTS
CL_GUI_PROPS_CONSUMER=========CP
SAPLTHFB
EUDB
CL_DYNAMIC_GUI_EXTENSIONS=====CP
CL_GUI_DATAMANAGER============CP
CL_ABAP_CHAR_UTILITIES========CP
RSVUVINT
RSDBSPVD
RVARI
RSVARIVDAT
ZTBL_OBLIGACIONT
TZONT
TB032T
TB004T
TPSOB001T
TB020
BUT021_FS
ADRC
BUT000
DFKKOP
TB002
DFKKZP
ZTBL_HISPAGOSPOR
ZTBL_REGPAGOBCCR
CX_SY_ARITHMETIC_OVERFLOW=====CP
SCX_SRCPOS
CX_SY_ARITHMETIC_ERROR========CP
CX_DYNAMIC_CHECK==============CP
CX_ROOT=======================CP
CX_NO_CHECK===================CP
CX_SY_NO_HANDLER==============CP
RSJOBINFO
SYST

Directorio de tablas de aplicacin

33
0
35
36
37
38
39
39
0
42
43
33
0
0
1
48
49
50
0
52
0
0
0
0
57
58
0
60
61
62
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
81
0
83
84
85
86
87
0
0

18.02.2005
20.08.1998
24.02.2009
03.10.2008
05.07.2005
03.10.2008
28.02.2005
18.02.2005
14.02.1998
24.02.2009
24.02.2009
05.01.2005
14.12.1998
14.12.1998
18.02.2005
24.02.2009
24.02.2009
09.09.2004
13.02.2005
13.02.2005
15.11.2000
04.04.1995
04.04.1995
03.09.1997
03.10.2008
29.01.2010
06.11.2003
18.02.2005
05.07.2005
05.07.2005
15.01.1996
03.10.2008
30.03.1998
04.04.1995
09.10.2008
14.02.1998
10.11.1998
15.04.1998
24.02.2005
15.11.2000
06.11.2003
06.11.2003
25.08.2005
07.10.2008
14.02.1998
03.10.2008
21.04.2012
21.04.2012
05.07.2005
18.05.2004
05.07.2005
05.07.2005
03.10.2008
05.07.2005
05.07.2005
29.04.1992
09.09.2004

14:16:06
11:16:53
19:53:46
13:21:40
13:10:18
12:22:11
21:00:46
14:15:08
08:30:43
19:33:47
20:02:47
16:26:16
23:15:34
23:15:34
14:15:08
20:01:12
20:02:55
14:18:36
18:20:24
18:20:25
17:55:11
16:02:20
16:02:19
03:12:33
13:38:30
10:30:30
20:28:08
14:15:28
13:10:15
13:10:15
16:09:23
12:30:34
09:40:50
16:12:54
18:10:00
15:14:38
05:48:52
00:37:24
16:17:14
17:56:50
20:26:42
20:25:51
22:00:55
16:59:08
12:33:25
20:18:52
08:08:36
08:08:36
13:10:16
14:07:11
13:10:16
13:10:16
12:44:30
13:10:16
13:10:16
14:52:25
14:18:12

30720
3072
28672
84992
69632
44032
49152
15360
2048
74752
197632
33792
2048
2048
24576
96256
260096
8192
6144
16384
3072
2048
2048
3072
29696
394240
8192
37888
75776
13312
2048
88064
4096
2048
2048
2048
2048
2048
2048
3072
3072
17408
19456
26624
2048
13312
7168
4096
10240
2048
10240
10240
11264
10240
10240
3072
31744

S
S
S
S
S
S
S
S
S
S
S
S
S
S
S

S
S
S
S
S
S

S
S
S
S
S
S

Err.tmpo.ejec.
Excep.
Fecha y hora

COMPUTE_BCD_OVERFLOW
CX_SY_ARITHMETIC_OVERFLOW
29.06.2012 10:23:44

Nom.
Val.

Fecha

Tmpo

Long.

Programa ZREC_DETINGRE_CONTANAL
SYST
09.09.2004 14:18:12
\0\0\0\0\x0015\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x000E\0\0\0
RSJOBINFO
. .
: :
00000000000000
BUT000
. .
: :

00004612

SSCRFIELDS

00001708

09.09.2004 14:18:02

SSCRTEXTS

00000164
00002268

00000742

00000094

Programa RSDBRUNT
RSVUVINT

|
VARID

00000252

00000130

:
|

00000098

Programa SAPLICON
ICONT
Programa SAPFSDS1
TDCLD
RE

DOKU

. .
8R XX XXLIMUDOKUX \x001EXR3TRPROGX

Programa SAPLSDOD
DOKIL

00000152

00000010

SHDSTU

00000106

SHDSTCIU

:
|

:
|
:

.
:
\0\0\0

00004068

Programa SAPLLANG
T002
SS2ES|
Programa SAPSHDTV

00000100

Programa CL_GUI_PROPS_CONSUMER=========CP
EUDB
%C6F06C2E1C704F17BA9330010183DFA56

Bloq.control ABAP (CONT)


nd.

Nom. Fl PAR0 PAR1 PAR2 PAR3 PAR4 PAR5 PAR6 Texto fuente

Ln.

Err.tmpo.ejec.
Excep.
Fecha y hora
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2557
2561
>>>>>
2566
2570
2574
2578
2582
2586
2587

PAR1
PAR1
PAR1
PAR1
PAR1
PAR1
PAR1
PAR1
PAR1
LOOP
LOOP
BRAN
ccqd
ccqd
ccqd
ccqd
ccqd
ccqd
cald
CALC

80
80
80
80
80
80
80
80
80
03
05
05
0B
0B
0B
0B
0B
0B
02
02

COMPUTE_BCD_OVERFLOW
CX_SY_ARITHMETIC_OVERFLOW
29.06.2012 10:23:44
0101
00F4
0102
00F5
0103
00F6
0104
0105
00F7
0243
0000
004A
62F2
62F2
62F2
6262
62F2
62F2
0071
0074

0053 0060 0000 0000 0000 0000


0053 0060 0000 0000 0000 0000
0000
0000
0000
0000
0000
0000

232C
2333
2341
232C
234F
2356

0000
0000
0000
0000
0000
0000

1213
1223
1243
2333
1263
1273

0000
0000
0000
0000
0000
0000

232C
2333
2341
233A
234F
2356

ZREC_DETINGRE_CONTANAL
ZREC_DETINGRE_CONTANAL
ZREC_DETINGRE_CONTANAL
ZREC_DETINGRE_CONTANAL
ZREC_DETINGRE_CONTANAL
ZREC_DETINGRE_CONTANAL
ZREC_DETINGRE_CONTANAL
ZREC_DETINGRE_CONTANAL
ZREC_DETINGRE_CONTANAL
ZREC_DETINGRE_CONTANAL
ZREC_DETINGRE_CONTANAL
ZREC_DETINGRE_CONTANAL
ZREC_DETINGRE_CONTANAL
ZREC_DETINGRE_CONTANAL
ZREC_DETINGRE_CONTANAL
ZREC_DETINGRE_CONTANAL
ZREC_DETINGRE_CONTANAL
ZREC_DETINGRE_CONTANAL
ZREC_DETINGRE_CONTANAL
ZREC_DETINGRE_CONTANAL

1950
1950
1950
1950
1950
1950
1950
1950
1950
1951
1951
1951
1953
1954
1955
1958
1960
1961
1962
1962

Das könnte Ihnen auch gefallen