You are on page 1of 34

Runtime Errors

OBJECT_NOT_STRUCTURED
Date and Time
16.05.2013 00:28:47
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Short text
|
|
Invalid operand type for the MOVE-CORRESPONDING statement.
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|What happened?
|
|
Error in the ABAP Application Program
|
|
|
|
The current ABAP program "FAGL_FC_VALUATION" had to be terminated because i
t
|
|
has
|
|
come across a statement that unfortunately cannot be executed.
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|What can you do?
|
|
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.
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Error analysis
|

|
|

The MOVE-CORRESPONDING statement can only be used on operands with a


|
structured type.
|

|
|
In the case at hand, this condition is not fulfilled: Operand "<GH_BUCHUNG>
|
has
|
|
the type "C".
|
--------------------------------------------------------------------------------------------------|
"
|

--------------------------------------------------------------------------------------------------|How to correct the error


|
|
You must only use this statement for fields whose type is defined as a
|
|
structure.
|
|
|
|
Probably the only way to eliminate the error is to correct the program.
|
|
|
|
|
|
If the error occures in a non-modified SAP program, you may be able to
|
|
find an interim solution in an SAP Note.
|
|
If you have access to SAP Notes, carry out a search with the following
|
|
keywords:
|
|
|
|
"OBJECT_NOT_STRUCTURED" " "
|
|
"FAGL_FC_VALUATION" or "FAGL_FC_I1"
|
|
"LISTE"
|
|
|
|
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.
|

|
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|System environment
|
|
SAP-Release 700
|
|
|
|
Application server... "gcecc62"
|
|
Network address...... "192.168.254.128"
|
|
Operating system..... "Windows NT"
|
|
Release.............. "5.2"
|
|
Hardware type........ "Intel 80686 (Mo"
|
|
Character length.... 16 Bits
|
|
Pointer length....... 32 Bits
|

|
|

Work process number.. 0


|
Shortdump setting.... "full"
|

|
|
|
|
|

|
Database server...
|
Database type.....
|
Database name.....
|
Database user ID..
|

"GCECC62"
"ORACLE"
"ECC"
"SAPSR3"

|
|

|
Char.set.... "C"
|

|
|
|
|
|

|
SAP kernel.......
|
created (date)...
|
create on........
|
Database version.
|

700
"Aug 29 2006 00:18:21"
"NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"
"OCI_10201_SHARE (10.2.0.1.0) "

|
|
|

|
Patch level. 75
|
Patch text.. " "
|

|
|
|
Database............. "ORACLE 9.2.0.*.*, ORACLE 10.1.0.*.*, ORACLE 10.2.0.*
.*"
|
|
SAP database version. 700
|
|
Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2"
|
|
|
|
Memory consumption
|
|
Roll.... 8176
|
|
EM...... 10452240
|
|
Heap.... 0
|
|
Page.... 147456
|
|
MM Used. 2445240
|
|
MM Free. 688800
|
---------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------------------------------|User and Transaction


|
|
Client.............. 800
|
|
User................ "SAPUSER"
|
|
Language key........ "E"
|
|
Transaction......... "FAGL_FC_VAL "
|
|
Program............. "FAGL_FC_VALUATION"
|
|
Screen.............. "SAPMSSY0 1000"
|
|
Screen line......... 6
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Information on where terminated
|
|
Termination occurred in the ABAP program "FAGL_FC_VALUATION" - in "LISTE".
|
|
The main program was "FAGL_FC_VALUATION ".
|
|
|
|
In the source code you have the termination point in line 581
|
|
of the (Include) program "FAGL_FC_I1".
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Source Code Extract
|
--------------------------------------------------------------------------------------------------|Line |SourceCde
|
--------------------------------------------------------------------------------------------------| 551|
endif.
|
| 552|
else.
|
| 553|
ld_txt = ld_no+2.
|
| 554|
endif.
|
| 555|
else.
|
| 556|
ld_txt = ld_no+1.

|
| 557|

endif.
|

| 558| else.
|
ld_txt = ld_no.
|
| 560| endif.
|
| 561|
|
| 562| if ld_stats-MSG_CNT_A > 0.
|
| 563|
gs_message-icon = lc_critical.
|
| 564| elseif ld_stats-MSG_CNT_E > 0.
|
| 565|
gs_message-icon = lc_error.
|
| 566| elseif ld_stats-MSG_CNT_W > 0.
|
| 567|
gs_message-icon = lc_warning.
|
| 568| elseif ld_stats-MSG_CNT_I > 0.
|
| 569|
if gs_message-icon ne lc_info.
|
| 570|
gs_message-icon = lc_info.
|
| 571|
endif.
|
| 572| endif.
|
| 573|
|
| 574| concatenate ld_txt text-044
|
| 575|
into gs_message-text separated by space.
|
| 576|
|
| 577|* get number of postings for display
|
| 578| describe table <gt_buchung> lines ld_no.
|
| 579| read table <gt_buchung> index ld_no
|
| 580|
ASSIGNING <gh_buchung>. "into buchung.
|
|>>>>>| MOVE-CORRESPONDING <gh_buchung> TO buchung.
|
| 582|
|
| 583|
|
| 584| ld_no = buchung-post.
|
| 585|* remove leading zeros without a place holder!
|
| 586| if ld_no(1) = 0.
| 559|

|
if ld_no(2) = 0.
|
| 588|
if ld_no(3) = 0.
|
| 589|
if ld_no(4) = 0.
|
| 590|
if ld_no(5) = 0.
|
| 591|
if ld_no(6) = 0.
|
| 592|
clear ld_txt.
|
| 593|
else.
|
| 594|
ld_txt = ld_no+5.
|
| 595|
endif.
|
| 596|
else.
|
| 597|
ld_txt = ld_no+4.
|
| 598|
endif.
|
| 599|
else.
|
| 600|
ld_txt = ld_no+3.
|
--------------------------------------------------------------------------------------------------| 587|

--------------------------------------------------------------------------------------------------|Contents of system fields


|
--------------------------------------------------------------------------------------------------|Name
|Val.
|
--------------------------------------------------------------------------------------------------|SY-SUBRC|4
|
|SY-INDEX|0
|
|SY-TABIX|0
|
|SY-DBCNT|424
|
|SY-FDPOS|70
|
|SY-LSIND|0
|
|SY-PAGNO|0
|
|SY-LINNO|1
|
|SY-COLNO|1
|

|SY-PFKEY|
|
|SY-UCOMM|
|
|SY-TITLE|Foreign Currency Valuation
|
|SY-MSGTY|S
|
|SY-MSGID|FR
|
|SY-MSGNO|886
|
|SY-MSGV1|1900000005 001 2013
|
|SY-MSGV2|02
|
|SY-MSGV3|31.05.2013
|
|SY-MSGV4|
|
|SY-MODNO|0
|
|SY-DATUM|20130516
|
|SY-UZEIT|002847
|
|SY-XPROG|SAPMSSY0
|
|SY-XFORM|NEW-LINE
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Active Calls/Events
|
--------------------------------------------------------------------------------------------------|No. Ty.
Program
Include
Line |
|
Name
|
--------------------------------------------------------------------------------------------------|
2 FORM
FAGL_FC_VALUATION
FAGL_FC_I1
581 |
|
LISTE
|
|
1 EVENT
FAGL_FC_VALUATION
FAGL_FC_VALUATION
723 |
|
END-OF-SELECTION
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Chosen variables
|

--------------------------------------------------------------------------------------------------|Name
|
|
Val.
|
--------------------------------------------------------------------------------------------------|No.
2 Ty.
FORM
|
|Name LISTE
|
--------------------------------------------------------------------------------------------------|%_VIASELSCR
|
|
#
|
|
0
|
|
4
|
|BSID_CLAUSES
|
|
######
|
|
2222222222222222222222222222220000FF
|
|
0000000000000000000000000000000000FF
|
|
0000000000000000000000000000000000FF
|
|
0000000000000000000000000000000000FF
|
|LD_STATS-MSG_CNT_W
|
|
0
|
|
0000
|
|
0000
|
|%_SPACE
|
|
|
|
2
|
|
0
|
|
0
|
|
0
|
|GS_SP_FIELDS
|
|
|
|
2222222222222222222222222222222222222222222222222222222222222222222
|

0000000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000000
|
|P_REMON
|
|
|
|
2
|
|
0
|
|
0
|
|
0
|
|SYST
|
|
######################F####################################################
#!########## C####|
|
00000000000000000000A04000000000000000E000000000000000000000000000000000000
020C000000050240000|
|
00000000000000000000806010001000000000E000000040800000000000000000000000000
010C000400080030400|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000040000000|
|
000000000000000000001000000000000000001000000000000000000000000000000000000
00000000000D000000C|
|LD_STATS-MSG_CNT_I
|
|
0
|
|
0000
|
|
0000
|
|BU_WAERTAB_ERR-DMSHB
|
|
#######
|
|
0000000
|
|
000000C
|
|GS_MESSAGE-ICON
|
|
@5B@
|
|
4344
|
|
0520
|
|
0000
|
|
0000
|
|LC_INFO
|

@5B@

#
|
|
43442222222222222222222222222222220222222222222222222
|
|
05200000000000000000000000000000000000000000000000000
|
|
00000000000000000000000000000000000000000000000000000
|
|
00000000000000000000000000000000000000000000000000000
|
|SYST-REPID
|
|
FAGL_FC_VALUATION
|
|
4444544554454544422222222222222222222222
|
|
617CF63F61C5149FE00000000000000000000000
|
|
0000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000
|
|<FWSALDO>
|
|
???
|
|
??????
|
|
??????
|
|GS_MESSAGE-TEXT
|
|
1 Messages
|
|
32467766672222222222
|
|
10D53317530000000000
|
|
00000000000000000000
|
|
00000000000000000000
|
|LD_TXT
|
|
1
|
|
322222
|
|
100000
|
|
000000
|
|
000000
|
|TEXT-044
|
|
Messages
|
|
46776667222222222222
|

D5331753000000000000
|
|
00000000000000000000
|
|
00000000000000000000
|
|<GT_BUCHUNG>
|
|
Table[initial]
|
|T_SLIS_LAYOUT_ALV
|
|
###
|
|
200022222222222222222222222222222222222222222222222222222222222222222222222
2222222222222222222|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|LD_NO
|
|
000000
|
|
333333
|
|
000000
|
|
000000
|
|
000000
|
|SY-TFILL
|
|
0
|
|
0000
|
|
0000
|
|<GH_BUCHUNG>
|
|
???
|
|
??????
|
|
??????
|
|BUCHUNG
|
|
00000000
000000 000
####
|
|
222222222222222222233333333222222222233333323332222200002222222222222222222
2222222222222222222|
|
0000000000000000000000000000000000000000000000000000000C0000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|

|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|LOCK_TAB
|
|
|
|
222222222222222
|
|
000000000000000
|
|
000000000000000
|
|
000000000000000
|
|HWTYP2
|
|
|
|
2
|
|
0
|
|
0
|
|
0
|
|T044A
|
|
800GE02
X M M
SA X X
000
|
|
3334433222252422242222254252252222223332222
|
|
8007502000080D000D0000031080080000000000000
|
|
0000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000
|
|%_SSCR
|
|
%_SC1100##R ##
|
|
25543333F152002222222222222222222222222222222222222222222222222222222222222
2222222222222222222|
|
5F3311002020000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
00000000C000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000008000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
--------------------------------------------------------------------------------------------------|No.
1 Ty.
EVENT
|
|Name END-OF-SELECTION
|
--------------------------------------------------------------------------------------------------|FTPOST
|

000

|
|
233322222222222222222222222222222222222222222222222222222222222222222222222
2222222222222222222|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|%_DUMMY$$
|
|
|
|
2222
|
|
0000
|
|
0000
|
|
0000
|
|F100_BEL
|
|
00000000
00000000
|
|
2222222222222233333333222222222233333333
|
|
0000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000
|
|PROBCLASS_MEDIUM
|
|
3
|
|
3
|
|
3
|
|
0
|
|
0
|
|%_SSCR[]
|
|
Table IT_0[113x492]
|
|
\PROGRAM=FAGL_FC_VALUATION\DATA=%_SSCR[]
|
|
Table reference: 0
|
|
TABH+ 0(20) = 9014CF3C00000000000000000000000000000000
|
|
TABH+ 20(20) = 71000000EC010000FFFFFFFF04000000E0030000
|
|
TABH+ 40( 8) = 04000000C9108401
|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

store

= 0x9014CF3C
|
ext1
= 0x00000000
|
shmId
= 0
(0x00000000)
|
id
= 0
(0x00000000)
|
label
= 0
(0x00000000)
|
fill
= 113 (0x71000000)
|
leng
= 492 (0xEC010000)
|
loop
= -1
(0xFFFFFFFF)
|
xtyp
= TYPE#000006
|
occu
= 4
(0x04000000)
|
access
= 1
(ItAccessStandard)
|
idxKind
= 1
(ItIndexLinear)
|
uniKind
= 2
(ItUniqueNon)
|
keyKind
= 1
(default)
|
cmpMode
= 8
(cmpManyEq)
|
occu0
= 0
|
groupCntl
= 0
|
rfc
= 0
|
unShareable = 0
|
mightBeShared = 1
|
sharedWithShmTab = 0
|
isShmLockId = 0
|
gcKind
= 0
|
isUsed
= 1
|
isCtfyAble = 1
|
>>>>> Shareable Table Header Data <<<<<
|
tabi
= 0xD00CCF3C
|
pgHook
= 0x8839DD3C
|
idxPtr
= 0x5877DD3C
|
shmTabhSet = 0x00000000
|

id

= 2
(0x02000000)
|
|
refCount
= 2
(0x02000000)
|
|
tstRefCount = 0
(0x00000000)
|
|
lineAdmin
= 236 (0xEC000000)
|
|
lineAlloc
= 140 (0x8C000000)
|
|
shmVersId
= 0
(0x00000000)
|
|
shmRefCount = 3
(0x03000000)
|
|
>>>>> 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
|
|SY-BATCH
|
|
|
|
2
|
|
0
|
|
0
|
|
0
|
|FLAG_ONLI
|
|
X
|
|
5
|
|
8
|
|
0
|
|
0
|
|T_BSBW_NEW[]
|
|
Table[initial]
|

|TCURR
|
|

########
|
|
222222222222222222222222200000000
|
|
000000000000000000000000000C0000C
|
|
000000000000000000000000000000000
|
|
00000000000000000000000000000C000
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Internal notes
|
|
The termination was triggered in function "ab_jmvco"
|
|
of the SAP kernel, in line 529 of the module
|
|
"//bas/700_REL/src/krn/runt/abmvco.c#1".
|
|
The internal operation just processed is "MVCO".
|
|
Internal mode was started at 20130516002825.
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Active Calls in SAP Kernel
|
--------------------------------------------------------------------------------------------------|Lines of C Stack in Kernel (Structure Differs on Each Platform)
|
--------------------------------------------------------------------------------------------------|SAP (R) - R/3(TM) Callstack, Version 1.0
|
|Copyright (C) SAP AG. All rights reserved.
|
|Callstack without Exception:
|
|App
: disp+work.EXE (pid=1984)
|
|When
: 5/16/2013 0:28:47.171
|
|Threads : 2
|
|Computer Name
: GCECC62
|
|User Name
: SAPServiceECC
|
|Number of Processors: 1
|

|Processor Type: x86 Family 6 Model 15 Stepping 8


|
|Windows Version
: 5.2 Current Build: 3790
|
|State Dump for Thread Id 83c
|
|eax=000f6c38 ebx=000004a8 ecx=00000348 edx=00000000 esi=000004a8 edi=00000000
|
|eip=7c82ed54 esp=0549c424 ebp=0549c494 iopl=0
nv up ei ng nz ac po cy
|
|cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000
efl=00200297
|
|function : KiFastSystemCallRet
|
|
7c82ed54 c3
ret
|
|
7c82ed55 8da42400000000 lea
esp,[esp]
ss:0549c424=7c
822124
|
|
7c82ed5c 8d642400
lea
esp,[esp]
ss:25feaa37=??
??????
|
|FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name
|
|0549c494 77e6ba12 000004a8 0001d4c0 00000000 0549c4cc ntdll!KiFastSystemCallRet
|
|0549c4a8 0101f939 000004a8 0001d4c0 00000001 7c38b5c8 kernel32!WaitForSingleObj
ect
|
|0549c4cc 005641c2 005641fb 7c38b5c8 7c38b5c8 7c38b5c8 disp+work!NTDebugProcess
[ntstcdbg.c (501)] |
|0549c4d0 005641fb 7c38b5c8 7c38b5c8 7c38b5c8 01d87888 disp+work!NTStack [dptsta
ck.c (1367)]
|
|0549c4ec 0056422f 7c38b5c8 00000000 0085f2b9 7c38b5c8 disp+work!CTrcStack2 [dpt
stack.c (352)]
|
|0549c4f8 0085f2b9 7c38b5c8 00000000 005f0059 00300030 disp+work!CTrcStack [dpts
tack.c (182)]
|
|0549c51c 008626fb 3cd92b18 71a59018 3cd92b18 6934c2fc disp+work!rabax_CStackSav
e [abrabax.c (7020)|
|0549cdc4 0071de59 013d6800 013d67d4 00000211 1f87a518 disp+work!ab_rabax [abrab
ax.c (1243)]
|
|0549cfec 006914a8 00000003 00000000 00000000 0549d054 disp+work!ab_jmvco [abmvc
o.c (529)]
|
|0549d054 007c8d1e 3cdb2c44 00000000 0549d080 00000000 disp+work!ab_extri [abext
ri.c (552)]
|
|0549d068 007c92ba 00000000 00000000 0000000c 00000000 disp+work!ab_xevent [abru
nt1.c (281)]
|
|0549d080 008b24e2 3cdb1738 3cdb273c 00000020 00000084 disp+work!ab_trigg [abrun
t1.c (141)]
|
|0549d098 0059f94d 3cdb1738 3cdb2c44 00000000 00590053 disp+work!ab_run [absubmi
t.c (403)]
|
|0549d1c0 005a2e23 3cdb1738 3cdb1738 0549fd04 00000000 disp+work!dynpmcal [dymai
nstp.c (2278)]
|
|0549d1d4 005a2654 00000001 3cdb1738 00000003 0549fd04 disp+work!dynppai0 [dymai
nstp.c (1003)]
|
|0549d1f0 00577116 3cdb1738 0003f120 00000000 0000000c disp+work!dynprctl [dymai
nstp.c (359)]
|
|0549fd04 004741c6 0000000c 07e08fc8 00000001 0049792f disp+work!dynpen00 [dymai
n.c (1464)]
|
|0549fd14 0049792f 0000000c 01cba200 00000003 00000002 disp+work!Thdynpen00 [thx
xhead.c (4683)]
|
|0549fee0 00497ead 00000001 00000000 00000000 00430000 disp+work!TskhLoop [thxxh
ead.c (4395)]
|

|0549ff00 004214f1 00000000 00000000 7ffd4000 0549ff60 disp+work!ThStart [thxxhe


ad.c (1153)]
|
|0549ff14 00401080 00000003 056367c0 00000001 00000000 disp+work!DpMain [dpxxdis
p.c (1119)]
|
|0549ff60 011bf720 00000003 056367c0 05637478 01c05000 disp+work!nlsui_main [thx
xanf.c (82)]
|
|0549ffc0 77e523cd 00000000 00000000 7ffd4000 00000000 disp+work!wmainCRTStartup
[crtexe.c (395)] |
|0549fff0 00000000 011bf5dd 00000000 00905a4d 00000003 kernel32!IsProcessorFeatu
rePresent
|
|State Dump for Thread Id 8a0
|
|eax=00000001 ebx=00000103 ecx=fffffffe edx=05630000 esi=00000000 edi=00000000
|
|eip=7c82ed54 esp=074cfec0 ebp=074cff04 iopl=0
nv up ei pl zr na po nc
|
|cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000
efl=00000246
|
|function : KiFastSystemCallRet
|
|
7c82ed54 c3
ret
|
|
7c82ed55 8da42400000000 lea
esp,[esp]
ss:074cfec0=7c
821514
|
|
7c82ed5c 8d642400
lea
esp,[esp]
ss:2801e4d3=??
??????
|
|FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name
|
|074cff04 0110e0b7 000006e8 00000000 00000000 0563a1c0 ntdll!KiFastSystemCallRet
|
|074cff84 7c349565 00000000 00000000 00000000 0563a258 disp+work!SigIMsgFunc [si
gnt.c (594)]
|
|074cffb8 77e66063 0563a258 00000000 00000000 0563a258 MSVCR71!endthreadex
|
|074cffec 00000000 7c3494f6 0563a258 00000000 00000000 kernel32!GetModuleFileNam
eA
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|List of ABAP programs affected
|
--------------------------------------------------------------------------------------------------|Index |Typ|Program
|Group |Date
|Time
|
Size
|Lang.
|
--------------------------------------------------------------------------------------------------|
0|Prg|FAGL_FC_VALUATION
|
0|13.08.2011|00:48:42|
487424|E
|
|
1|Prg|SAPMSSY0
|
1|07.11.2006|07:31:48|
90112|E
|
|
2|Prg|SAPMSSYD
|
1|07.11.2006|07:31:42|
21504|E
|
|
3|Prg|SAPFSYSCALLS
|
1|09.09.2004|14:18:32|
8192|E
|
|
4|Prg|RSDBRUNT
|
0|07.11.2006|07:31:31|
251904|E
|
|
5|Typ|RSSCR
|
0|30.03.2005|10:21:45|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

8192|
|
6|Prg|RSDBSPBL
72704|E
|
7|Prg|%_CABAP
29696|E
|
8|Prg|SAPDBD$S
19456|E
|
9|Typ|VARID
7168|
|
10|Typ|SSCRFIELDS
5120|
|
11|Prg|%_CSYDB0
35840|E
|
12|Prg|RSDBSPVA
132096|E
|
13|Prg|RSDBSPDD
40960|E
|
14|Typ|RSCONVERT
4096|
|
15|Prg|CONTEXT_X_FREE_SEL_DD_INFO
63488|E
|
16|Typ|TCONT
2048|
|
17|Typ|CONTEXTB
6144|
|
18|Typ|RSCONVERT
4096|
|
19|Typ|RSVAMEMKEY
2048|
|
20|Prg|%_CRSDS
10240|E
|
21|Typ|RSDSWHERE
2048|
|
22|Typ|RSDSEXPR
3072|
|
23|Typ|RSDSSELOPT
2048|
|
24|Prg|RSDBSPMC
78848|E
|
25|Typ|DDSHDESCR
4096|
|
26|Typ|SPPARAMS
2048|
|
27|Typ|SPPARAMS
2048|
|
28|Prg|SAPLICON
27648|E
|
29|Prg|%_CICON
104448|E
|
30|Typ|ICONT
2048|
|
31|Prg|SAPLSABE
13312|E
|
32|Prg|SAPLSECU
87040|E
|
33|Typ|RSSUBINFO
3072|
|
34|Prg|SAPLDSYA
45056|E
|
35|Prg|SAPFSDS1

0|30.03.2005|10:21:58|

0|05.07.2005|13:10:15|

0|30.03.2005|10:22:01|

0|12.05.1997|16:51:30|

0|13.05.1997|12:54:26|

0|30.03.2005|10:21:45|

0|28.08.2006|03:27:20|

0|22.12.2005|12:17:05|

0|09.11.2000|14:11:21|

0|22.12.2005|12:16:59|

0|09.09.2004|14:18:43|

0|09.09.2004|14:15:52|

0|09.11.2000|14:11:21|

0|07.05.1997|13:07:49|

0|18.02.2005|14:15:39|

0|04.04.1995|16:11:56|

0|20.08.1998|10:57:18|

0|04.04.1995|16:11:56|

0|07.11.2006|07:15:29|

0|03.09.1997|03:05:16|

0|07.05.1997|13:10:38|

0|07.05.1997|13:10:38|

28|07.11.2006|07:15:35|

28|29.03.2006|11:43:02|

0|07.11.2006|07:15:12|

31|09.09.2004|14:18:36|

32|29.03.2006|11:44:19|

0|14.10.1999|22:01:03|

34|18.02.2005|14:15:28|

34|30.03.2005|10:22:01|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

53248|E
|
36|Typ|TDCLD
5120|
|
37|Prg|SAPLSDOD
45056|E
|
38|Typ|DOKIL
3072|
|
39|Typ|RSEXFCODE
2048|
|
40|Typ|BOOLE
2048|
|
41|Typ|SELTABINFO
2048|
|
42|Prg|SAPFSPOR
15360|E
|
43|Typ|RSPARINT
2048|
|
44|Prg|SAPLSCNT
30720|E
|
45|Typ|DYCBOX
3072|
|
46|Prg|SAPLSTUP
73728|E
|
47|Prg|SAPLCNDP
195584|E
|
48|Prg|SAPSHDTV
33792|E
|
49|Typ|SHDSTU
2048|
|
50|Typ|SHDSTCIU
2048|
|
51|Typ|RSSELINT
3072|
|
52|Prg|SAPLSVSM
27648|E
|
53|Prg|SAPLSGUI
82944|E
|
54|Prg|SAPLSTTM
69632|E
|
55|Prg|SAPLSBDC
44032|E
|
56|Prg|CL_DATAPROVIDER===============CP
49152|E
|
57|Prg|%_CCNTL
15360|E
|
58|Typ|OBJ_RECORD
2048|
|
59|Prg|SAPFGUICNTL
24576|E
|
60|Prg|SAPLOLEA
96256|E
|
61|Prg|SAPLSFES
256000|E
|
62|Prg|SAPLSPLUGIN
8192|E
|
63|Typ|ARFCRDATA
7168|
|
64|Prg|SAPLGRFC
16384|E
|
65|Typ|SWCBCONT

0|02.11.1998|09:51:35|

37|29.03.2006|11:28:09|

0|12.05.1997|16:46:17|

0|13.08.1997|12:52:57|

0|04.04.1995|15:41:35|

0|30.11.1998|15:53:35|

0|09.09.2004|14:18:32|

0|10.04.1995|09:58:38|

44|18.02.2005|14:16:06|

0|20.08.1998|11:16:53|

46|22.12.2005|12:20:12|

47|29.05.2006|22:10:19|

44|05.01.2005|16:26:16|

0|14.12.1998|23:15:34|

0|14.12.1998|23:15:34|

0|04.04.1995|16:12:37|

52|22.12.2005|12:24:13|

53|07.11.2006|07:31:48|

54|05.07.2005|13:10:18|

55|05.07.2005|13:10:18|

56|28.02.2005|21:00:46|

56|18.02.2005|14:15:08|

0|14.02.1998|08:30:43|

1|18.02.2005|14:15:08|

60|05.07.2005|13:10:18|

61|07.11.2006|07:31:48|

62|09.09.2004|14:18:36|

0|13.02.2005|18:20:24|

64|13.02.2005|18:20:25|

0|15.11.2000|17:55:11|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

3072|
|
66|Typ|OLE_VERBS
2048|
|
67|Typ|OLE_PA
2048|
|
68|Typ|SSCRTEXTS
3072|
|
69|Prg|CL_GUI_PROPS_CONSUMER=========CP
30720|E
|
70|Prg|SAPLTHFB
389120|E
|
71|Typ|EUDB
8192|
|
72|Prg|CL_DYNAMIC_GUI_EXTENSIONS=====CP
37888|E
|
73|Prg|CL_GUI_DATAMANAGER============CP
75776|E
|
74|Prg|CL_ABAP_CHAR_UTILITIES========CP
13312|E
|
75|Typ|RSVUVINT
2048|
|
76|Prg|SAPLF018
11264|E
|
77|Typ|T001
13312|
|
78|Typ|FAGL_S_BUKRS
2048|
|
79|Prg|SAPLFAGL_ACTIVATION_SERVICES
46080|E
|
80|Prg|SAPLSTR9
39936|E
|
81|Prg|CONTEXT_X_TR_SYS_PARAMS
40960|E
|
82|Typ|FAGL_ACTIVEC
5120|
|
83|Typ|FAGL_CHECK_SETUP
2048|
|
84|Typ|T033
3072|
|
85|Typ|DCOBJDEF
2048|
|
86|Prg|SAPLSDTO
29696|E
|
87|Typ|DD07L
3072|
|
88|Typ|DD07T
3072|
|
89|Typ|DD07V
3072|
|
90|Prg|SAPLFAGL_CLOS_LEDGER_VALU_AREA
9216|E
|
91|Typ|TACC_BWBER_PR
2048|
|
92|Prg|SAPLACC_ACCPRINCPILE_SERVICES
13312|E
|
93|Typ|TACC_TRGT_LDGR
2048|
|
94|Prg|SAPLFAGL_LEDGER
119808|E
|
95|Typ|T881

0|04.04.1995|16:02:20|

0|04.04.1995|16:02:19|

0|03.09.1997|03:12:33|

69|18.02.2005|14:15:08|

70|07.11.2006|07:31:48|

0|06.11.2003|20:28:08|

72|18.02.2005|14:15:28|

73|05.07.2005|13:10:15|

74|05.07.2005|13:10:15|

0|15.01.1996|16:09:23|

76|30.03.2006|11:16:31|

0|09.12.2005|17:54:01|

0|11.12.2003|14:59:47|

79|13.08.2011|00:48:42|

80|22.12.2005|12:17:22|

80|22.12.2005|12:16:59|

0|19.08.2004|16:55:10|

0|11.12.2003|15:01:05|

0|19.08.2004|16:55:51|

0|27.08.1999|18:04:47|

86|29.05.2006|22:12:07|

0|09.09.2004|14:19:32|

0|12.05.1997|16:45:51|

0|09.09.2004|14:20:41|

90|02.03.2004|12:31:03|

0|24.01.2002|20:28:50|

92|24.01.2002|21:04:00|

0|05.05.2004|03:20:38|

94|28.08.2006|07:14:42|

0|05.05.2004|03:21:32|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

8192|
|
96|Prg|SAPLFAGL_APPLICATION
11264|E
|
97|Typ|FAGL_S_APPLICATION
2048|
|
98|Prg|SAPLFM00
87040|E
|
99|Typ|FMISPS
5120|
|
100|Prg|FAGL_APPLICATION==============CP
12288|E
|
101|Prg|CL_BADI_BASE==================CP
7168|E
|
102|Prg|CX_BADI_NOT_IMPLEMENTED=======CP
10240|E
|
103|Typ|SCX_SRCPOS
2048|
|
104|Prg|CX_BADI_NOT_SINGLE_USE========CP
10240|E
|
105|Prg|CX_BADI=======================CP
10240|E
|
106|Prg|CX_NO_CHECK===================CP
10240|E
|
107|Prg|CX_ROOT=======================CP
11264|E
|
108|Prg|CX_BADI_INITIAL_REFERENCE=====CP
10240|E
|
109|Typ|T044A
5120|
|
110|Typ|T044B
2048|
|
111|Prg|RSDBSPVD
90112|E
|
112|Typ|RVARI
4096|
|
113|Typ|RSVARIVDAT
2048|
|
114|Prg|SAPLFAGL_REPRESENTIV_LEDGER
41984|E
|
115|Typ|FAGL_TLDGRP
2048|
|
116|Typ|FAGL_TLDGRP_MAP
2048|
|
117|Prg|CL_FAGL_SPLIT_SERVICES========CP
62464|E
|
118|Prg|CL_FAGL_VALUATION_FIELDS======CP
10240|E
|
119|Typ|FAGL_FCBAL_FIELD
2048|
|
120|Prg|CL_ABAP_TYPEDESCR=============CP
30720|E
|
121|Prg|CL_ABAP_ELEMDESCR=============CP
36864|E
|
122|Prg|CL_ABAP_DATADESCR=============CP
19456|E
|
123|Prg|CL_ABAP_REFDESCR==============CP
24576|E
|
124|Prg|CL_ABAP_STRUCTDESCR===========CP
40960|E
|
125|Prg|CL_ABAP_COMPLEXDESCR==========CP

96|13.12.2005|09:47:09|

0|14.01.2004|10:04:44|

98|07.11.2006|15:23:42|

0|05.05.2004|03:20:50|

100|13.12.2005|09:47:09|

101|08.12.2004|18:54:01|

102|05.07.2005|13:10:16|

0|18.05.2004|14:07:11|

104|09.12.2005|14:56:33|

105|09.12.2005|14:56:33|

106|05.07.2005|13:10:16|

107|05.07.2005|13:10:16|

108|05.07.2005|13:10:16|

0|14.01.2004|10:05:11|

0|28.08.1997|09:04:31|

0|29.03.2006|11:30:35|

0|30.03.1998|09:40:50|

0|04.04.1995|16:12:54|

114|24.12.2005|01:28:14|

0|09.12.2005|17:43:17|

0|11.12.2003|15:01:07|

117|13.08.2011|00:48:42|

118|09.01.2005|17:58:32|

0|09.12.2004|14:16:18|

120|05.07.2005|13:10:15|

121|28.08.2006|03:25:08|

122|05.07.2005|13:10:15|

123|05.07.2005|13:10:15|

124|29.03.2006|11:29:06|

125|05.07.2005|13:10:15|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

17408|E
|
126|Prg|CL_ABAP_TABLEDESCR============CP
25600|E
|
127|Prg|CL_ABAP_CLASSDESCR============CP
30720|E
|
128|Prg|CL_ABAP_OBJECTDESCR===========CP
34816|E
|
129|Prg|CL_ABAP_INTFDESCR=============CP
25600|E
|
130|Typ|FAGL_FC_DOCUMENTS
9216|
|
131|Typ|FAGL_FC_REFERENCE
2048|
|
132|Prg|CL_ABAP_SOFT_REFERENCE========CP
10240|E
|
133|Prg|CL_ABAP_REFERENCE=============CP
8192|E
|
134|Prg|CX_SY_STRUCT_COMP_NAME========CP
12288|E
|
135|Prg|CX_SY_STRUCT_CREATION=========CP
11264|E
|
136|Prg|CX_SY_TYPE_CREATION===========CP
10240|E
|
137|Prg|CX_DYNAMIC_CHECK==============CP
10240|E
|
138|Prg|CX_SY_STRUCT_ATTRIBUTES=======CP
11264|E
|
139|Prg|CX_SY_STRUCT_SUFFIX_NAME======CP
12288|E
|
140|Prg|CX_SY_STRUCT_COMP_TYPE========CP
11264|E
|
141|Rty|type000000000000
0|
|
142|Prg|CX_SY_TABLE_LINE_TYPE=========CP
11264|E
|
143|Prg|CX_SY_TABLE_CREATION==========CP
10240|E
|
144|Typ|FAGL_FC_POSTINGS
6144|
|
145|Prg|%_CGLT0
44032|E
|
146|Rty|type000000000001
0|
|
147|Typ|FAGL_FC_POSTINGS_CURR
5120|
|
148|Rty|type000000000002
0|
|
149|Typ|FAGL_FC_LIST_ITEM
8192|
|
150|Rty|type000000000003
0|
|
151|Typ|LDBCB
2048|
|
152|Typ|BAL_S_LOG
7168|
|
153|Prg|SAPLSBAL
323584|E
|
154|Typ|BAL_S_CONT
2048|
|
155|Typ|BAL_S_PARM

126|05.07.2005|13:10:15|

127|05.07.2005|13:10:15|

128|05.07.2005|13:10:15|

129|05.07.2005|13:10:15|

0|28.04.2005|11:49:31|

0|09.12.2004|14:12:16|

132|05.07.2005|13:10:15|

133|09.09.2004|14:18:16|

134|05.07.2005|13:10:16|

135|05.07.2005|13:10:16|

136|05.07.2005|13:10:16|

137|05.07.2005|13:10:16|

138|05.07.2005|13:10:16|

139|29.03.2006|11:29:41|

140|05.07.2005|13:10:16|

0|16.05.2013|00:28:45|

142|05.07.2005|13:10:16|

143|05.07.2005|13:10:16|

0|09.12.2004|14:12:16|

120|13.08.2011|00:48:42|

0|16.05.2013|00:28:45|

0|09.12.2004|14:12:16|

0|16.05.2013|00:28:45|

0|09.12.2004|14:12:16|

0|16.05.2013|00:28:45|

0|14.02.1998|08:13:18|

0|04.12.2000|13:04:00|

153|07.11.2006|07:28:47|

0|02.11.1998|09:43:07|

0|04.12.2000|12:45:14|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

3072|
|
156|Typ|BAL_S_CLBK
2048|
|
157|Typ|BAL_S_SCNT
3072|
|
158|Typ|BAL_S_SDEF
2048|
|
159|Prg|SAPLSBAL_SERVICE
172032|E
|
160|Prg|SAPLSYGU
30720|E
|
161|Typ|SCHEDMAN_SELKRIT
4096|
|
162|Prg|SAPLMOF2
81920|E
|
163|Typ|SMMAIN
9216|
|
164|Prg|SAPLMOF4
138240|E
|
165|Prg|SAPLSCMA_SERVICES
163840|E
|
166|Typ|SCMAPROGRAMS
2048|
|
167|Typ|SCMA_TASKS
3072|
|
168|Typ|TRDIRT
2048|
|
169|Prg|SAPLBDLS
195584|E
|
170|Typ|T000
4096|
|
171|Typ|SMSELKRIT
5120|
|
172|Typ|SMPARAM
5120|
|
173|Typ|SMBATCH
4096|
|
174|Prg|SAPLBTCH
1837056|E
|
175|Typ|SMSCMAID
2048|
|
176|Typ|SCMATREED
4096|
|
177|Typ|PEPAPPL
3072|
|
178|Prg|SAPLMOF3
68608|E
|
179|Typ|SMAPPL
3072|
|
180|Prg|SAPLKPEP_WL_SCMAINTF
10240|E
|
181|Prg|%_CKPEPW
26624|E
|
182|Prg|CL_EXITHANDLER================CP
30720|E
|
183|Prg|SAPLSEXV
116736|E
|
184|Typ|SXS_ATTR
5120|
|
185|Prg|CL_BADI_FLT_DATA_TRANS_AND_DB=CP

0|02.11.1998|09:43:07|

0|30.11.1998|15:52:33|

0|04.12.2000|12:45:15|

159|28.08.2006|03:27:31|

160|09.09.2004|14:18:36|

0|15.11.2000|17:53:04|

162|28.08.2006|04:47:38|

0|30.08.2001|17:57:31|

164|07.11.2006|07:15:36|

165|28.08.2006|04:47:38|

0|12.04.1999|16:15:02|

0|12.04.1999|16:05:18|

0|14.02.1998|17:01:07|

169|29.03.2006|11:44:15|

0|11.09.1997|10:17:18|

0|15.11.2000|17:54:17|

0|15.11.2000|17:54:17|

0|15.11.2000|17:54:09|

174|07.11.2006|07:31:50|

0|15.11.2000|17:54:17|

0|09.09.2004|14:17:50|

0|01.06.1999|12:00:29|

178|28.08.2006|04:47:38|

0|12.03.1999|15:15:29|

180|23.02.2001|17:13:29|

180|23.02.2001|17:22:14|

182|07.11.2006|07:21:49|

183|07.11.2006|07:55:56|

0|09.12.2005|11:11:17|

185|07.11.2006|07:22:02|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

35840|E
|
186|Typ|V_EXT_ACT
2048|
|
187|Typ|SXC_EXIT
2048|
|
188|Typ|SCHEDMAN_ADD_KEY
2048|
|
189|Prg|SAPLSPIAGENTCW
13312|E
|
190|Prg|SAPLSPILS
62464|E
|
191|Prg|CL_OS_TRANSACTION_END_NOTIFIERCP
9216|E
|
192|Prg|CL_SYSTEM_TRANSACTION_STATE===CP
102400|E
|
193|Prg|SAPLFACS
287744|E
|
194|Typ|X001
3072|
|
195|Typ|T001A
3072|
|
196|Typ|LFB1
13312|
|
197|Typ|BSIK
30720|
|
198|Typ|BSIK
30720|
|
199|Typ|BSEG
54272|
|
200|Typ|BSEC
9216|
|
201|Typ|BSAK
30720|
|
202|Typ|SKA1
5120|
|
203|Typ|FAGL_S_CURTYPES
4096|
|
204|Prg|SAPLF048
173056|E
|
205|Typ|RF048_A
2048|
|
206|Prg|SAPLGL_BA
11264|E
|
207|Prg|SAPLFACSCORE
13312|E
|
208|Typ|T000K
9216|
|
209|Prg|SAPLRKSRCORE
41984|E
|
210|Prg|SAPLFISPLIT
41984|E
|
211|Prg|CL_EX_FISPLIT=================CP
65536|E
|
212|Prg|IF_EX_FISPLIT=================IP
12288|E
|
213|Prg|%_CSXRT
15360|E
|
214|Prg|CL_EXIT_MASTER================CP
23552|E
|
215|Prg|SAPLSEXE

0|09.11.2000|14:27:05|

0|09.11.2000|14:23:43|

0|01.03.1999|13:32:10|

189|18.02.2005|14:15:59|

190|07.11.2006|07:31:48|

191|05.07.2005|13:05:25|

192|07.11.2006|07:31:47|

193|07.11.2006|15:32:02|

0|11.09.1997|10:20:14|

0|03.09.1997|03:13:22|

0|09.12.2005|17:43:33|

0|09.12.2005|17:42:36|

0|09.12.2005|17:42:36|

0|16.12.2005|16:47:21|

0|05.07.2005|13:04:24|

0|09.12.2005|17:42:34|

0|26.02.2002|09:52:23|

0|19.08.2004|16:52:02|

204|07.11.2006|15:23:41|

0|04.04.1995|16:09:09|

206|07.06.2001|18:27:10|

207|29.05.2006|22:06:41|

0|09.12.2005|17:54:01|

209|29.03.2006|11:43:14|

210|13.08.2011|00:48:42|

211|13.08.2011|00:48:42|

182|13.08.2011|00:48:42|

211|29.03.2006|11:43:17|

214|29.03.2006|11:43:23|

215|07.11.2006|07:44:00|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

92160|E
|
216|Typ|SXS_MLCO
2048|
|
217|Prg|CL_EX_BADI_LAYER==============CP
28672|E
|
218|Prg|IF_EX_BADI_LAYER==============IP
7168|E
|
219|Typ|V_EXT_IMP
3072|
|
220|Typ|V_EXT_IMP
3072|
|
221|Prg|CL_DEF_IM_FISPLIT=============CP
29696|E
|
222|Prg|SAPLG_BEB_FISPLIT
41984|E
|
223|Typ|T8HSPLITACT
2048|
|
224|Prg|SAPLASTAT_TRIG
13312|E
|
225|Typ|ASTAT_TYP2
2048|
|
226|Typ|FAGL_BSBW_HISTRY
4096|
|
227|Typ|BAL_S_MSG
7168|
|
228|Prg|SAPLRHFE
15360|E
|
229|Typ|TFDIR
3072|
|
230|Prg|SAPLSETRM
145408|E
|
231|Typ|T030B
2048|
|
232|Typ|SLPB
3072|
|
233|Typ|BSBW
3072|
|
234|Typ|FAGL_BSBW_HST_BL
4096|
|
235|Prg|/1BCDWBEN/SAPLFEN0001
278528|E
|
236|Prg|SAPLSENA
31744|E
|
237|Typ|SCHEDMAN_SPOOL
2048|
|
238|Typ|SCHEDMAN_EXT
2048|
|
239|Typ|SCHEDMAN_MESSAGE
5120|
|
240|Typ|SCMA_EVENT
3072|
|
241|Prg|SAPLKPEP_WL_STEP
116736|E
|
242|Prg|SAPLSALV
262144|E
|
243|Prg|SAPLSKBB
70656|E
|
244|Prg|CL_ALV_VARIANT================CP
152576|E
|
245|Typ|DISVARIANT

0|04.12.2000|14:59:55|

217|29.03.2006|11:43:23|

182|29.03.2006|11:43:49|

0|06.11.2003|20:40:20|

0|06.11.2003|20:40:20|

221|13.08.2011|00:48:42|

222|13.08.2011|00:48:42|

0|19.02.2002|12:52:32|

224|09.09.2004|14:18:33|

0|10.11.1998|05:35:18|

0|11.12.2003|15:01:05|

0|04.12.2000|13:04:01|

228|15.06.2005|11:39:28|

0|13.02.2005|17:31:57|

230|07.11.2006|07:25:39|

0|12.06.1992|17:58:39|

0|24.01.2002|20:28:31|

0|30.03.1998|09:55:57|

0|02.03.2004|12:28:35|

235|28.08.2006|11:58:48|

236|07.11.2006|07:28:52|

0|01.03.1999|13:32:11|

0|26.03.1999|14:56:45|

0|29.11.1999|17:45:16|

0|12.04.1999|16:05:18|

241|23.02.2001|17:13:29|

242|07.11.2006|07:46:32|

243|28.08.2006|03:38:04|

244|07.11.2006|07:46:31|

0|29.07.1998|18:25:39|

3072|
|
246|Typ|LVC_S_LAYO
|
0|18.05.2004|14:08:00|
15360|
|
| 247|Typ|LVC_S_DD01
|
0|18.05.2004|14:06:56|
2048|
|
| 248|Typ|LVC_S_TOTO
|
0|04.12.2000|12:48:07|
5120|
|
| 249|Typ|DTC_S_LAYO
|
0|04.12.2000|12:46:23|
6144|
|
| 250|Typ|LVC_S_PRNT
|
0|29.03.2006|11:22:44|
10240|
|
| 251|Typ|ALV_S_PCTL
|
0|29.03.2006|11:21:04|
8192|
|
| 252|Typ|PRI_PARAMS
|
0|02.11.1998|09:46:12|
5120|
|
| 253|Typ|ARC_PARAMS
|
0|28.08.1997|08:36:28|
5120|
|
| 254|Typ|T002
|
0|14.02.1998|10:24:58|
2048|
|
| 255|Typ|EUINFO
|
0|16.07.1997|14:45:04|
6144|
|
| 256|Prg|%_CSLIS
| 242|29.03.2006|11:44:04|
89088|E
|
| 257|Prg|%_CKKBLO
| 242|29.03.2006|11:44:04|
139264|E
|
| 258|Prg|SAPLSKBH
| 258|07.11.2006|07:28:56|
826368|E
|
| 259|Prg|SAPLSECH
| 259|05.07.2005|13:10:18|
26624|E
|
| 260|Prg|SAPLSSN1
| 260|29.03.2006|11:44:19|
27648|E
|
| 261|Prg|SAPLSDIFRUNTIME
| 261|05.07.2005|13:11:53|
95232|E
|
| 262|Typ|DDFIXVALUE
|
0|27.08.1999|18:04:56|
3072|
|
| 263|Typ|X031L
|
0|05.07.2005|13:10:15|
6144|
|
| 264|Typ|DFIES
|
0|28.12.2004|17:06:45|
10240|
|
| 265|Prg|SAPLSDNT
| 265|05.07.2005|13:10:18|
219136|E
|
| 266|Prg|SAPLSUGS
| 266|22.12.2005|12:17:22|
47104|E
|
| 267|Typ|DDFTX
|
0|05.11.1997|02:52:59|
5120|
|
| 268|Typ|SYST
|
0|09.09.2004|14:18:12|
31744|
|
| 269|Typ|TCURR
|
0|24.02.1999|03:18:14|
3072|
|
--------------------------------------------------------------------------------------------------|

--------------------------------------------------------------------------------------------------|Directory of Application Tables


|
--------------------------------------------------------------------------------------------------|Name
Date
Time
Lngth
|

Val.

|
--------------------------------------------------------------------------------------------------|Program FAGL_FC_VALUATION
|
--------------------------------------------------------------------------------------------------|SYST
09.09.2004 14:18:12 00004612
|
|
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0#\0F\0\x0001\0\0\0
|
|TCURR
. .
: :
00000066
|
|
\0\0\x000C\0\x0C00\0\0\x000C|
|
|T044A
. .
: :
00000086
|
|
800GE02
X M M
SA X X
000
|
|
|T044B
. .
: :
00000116
|
|
800EGE02valuation method for ge02
|
|T001
. .
: :
00000490
|
|
800GE02genpact 02
hyderabad
I
|
|T033
. .
: :
00000038
|
|
8000210
GE02
|
|
|LFB1
. .
: :
00001006
|
|
0000000000000000
|
|SKA1
. .
: :
00000250
|
|
GE02
00000000
|
|BSEG
. .
: :
00003424
|
|
0000000 0000000000000000
|
|BSIK
. .
: :
00002052
|
|
800GE020000800000AA00000000
0000800000
201
|
|BSEC
. .
: :
00001064
|
|
0000000
|
|X001
. .
: :
00000060
|
|
GE02
|
|
|T030B
. .
: :
00000022
|
|
800KDF4050 |
|

|SSCRFIELDS

09.09.2004 14:18:02

00001708

|
|
|
|T001A

. .

: :

00000046

. .

: :

00000076

: :

00000742

|
|

|
|

|DCOBJDEF
|
|

|
|

|SSCRTEXTS

. .
|

|
|
--------------------------------------------------------------------------------------------------|Program RSDBRUNT
|
--------------------------------------------------------------------------------------------------|RSVUVINT
. .
: :
00000094
|
|
|
|
|VARID
. .
: :
00000252
|
|
|
--------------------------------------------------------------------------------------------------|Program CONTEXT_X_FREE_SEL_DD_INFO
|
--------------------------------------------------------------------------------------------------|CONTEXTB
. .
: :
00002992
|
|
800EBFREE_SEL_DD_INFO
000005000120130516000000\0\0\0\0
|
|TCONT
. .
: :
00000068
|
|
FREE_SEL_DD_INFO
00000000000000|
|
--------------------------------------------------------------------------------------------------|Program SAPLICON
|
--------------------------------------------------------------------------------------------------|ICONT
. .
: :
00000130
|
|
|
--------------------------------------------------------------------------------------------------|Program SAPFSDS1
|
---------------------------------------------------------------------------------------------------

|TDCLD

. .
: :
00000098
|
|
RE DOKU 8R XX XXLIMUDOKUX \x001EXR3TRPROGX
|
|
--------------------------------------------------------------------------------------------------|Program SAPLSDOD
|
--------------------------------------------------------------------------------------------------|DOKIL
. .
: :
00000152
|
|
REFAGL_FC_VALUATION
|
--------------------------------------------------------------------------------------------------|Program SAPSHDTV
|
--------------------------------------------------------------------------------------------------|SHDSTU
. .
: :
00000106
|
|
|
|
|SHDSTCIU
. .
: :
00000100
|
|
|
|
--------------------------------------------------------------------------------------------------|Program CL_GUI_PROPS_CONSUMER=========CP
|
--------------------------------------------------------------------------------------------------|EUDB
. .
: :
00004068
|
|
%C0001300041341BC205EC484690B3EB945D4CB835 \0\0\0
|
--------------------------------------------------------------------------------------------------|Program SAPLF018
|
--------------------------------------------------------------------------------------------------|T001
. .
: :
00000490
|
|
800GE02genpact 02
hyderabad
I
|
--------------------------------------------------------------------------------------------------|Program CONTEXT_X_TR_SYS_PARAMS
|
--------------------------------------------------------------------------------------------------|CONTEXTB
. .
: :
00002992
|
|
800EBTR_SYS_PARAMS
000006000120130516000000\0\0\0\0
|
|TCONT
. .
: :
00000068
|

TR_SYS_PARAMS

20161227180610|
|
--------------------------------------------------------------------------------------------------|Program SAPLMOF2
|
--------------------------------------------------------------------------------------------------|SMMAIN
. .
: :
00000484
|
|
800####`\x000CT90CLNT09012013051520130515205845205846SAPUS
|
|SMBATCH
. .
: :
00000128
|
|
\0\0\0\0\0\x000C
|
|SMSELKRIT
. .
: :
00000996
|
|
800####`\x000C\0BKPF
BUKRS
|
|SMPARAM
. .
: :
00000996
|
|
800####`\x000C\0RFPDO1
F100MET
|
|SMSCMAID
. .
: :
00000030
|
|
\0\0\0\0\0\x000C\0\0\0\0\0\x000C|
|
--------------------------------------------------------------------------------------------------|Program SAPLSCMA_SERVICES
|
--------------------------------------------------------------------------------------------------|PEPAPPL
. .
: :
00000322
|
|
FI-GL
FI
|
|SCMAPROGRAMS
. .
: :
00000146
|
|
SAPF100
FI-GL
|
|TRDIRT
. .
: :
00000222
|
|
SAPF100
EForeign Currency
|
--------------------------------------------------------------------------------------------------|Program SAPLBDLS
|
--------------------------------------------------------------------------------------------------|T000
. .
: :
00000214
|
|
800IDES-ALE: Central FI SystFrankfurt - Deutschland EUR
|
--------------------------------------------------------------------------------------------------|Program SAPLFACS
|

--------------------------------------------------------------------------------------------------|T001A
. .
: :
00000046
|
|
|
|
|X001
. .
: :
00000060
|
|
GE02
|
|
--------------------------------------------------------------------------------------------------|Program SAPLF048
|
--------------------------------------------------------------------------------------------------|T000K
. .
: :
00000316
|
|
800Ides Company
USD
X K4 X X X 12
|
--------------------------------------------------------------------------------------------------|Program SAPLFACSCORE
|
--------------------------------------------------------------------------------------------------|T001
. .
: :
00000490
|
|
800GE02genpact 02
hyderabad
I
|
--------------------------------------------------------------------------------------------------|Program SAPLRKSRCORE
|
--------------------------------------------------------------------------------------------------|T001
. .
: :
00000490
|
|
800GE02genpact 02
hyderabad
I
|
--------------------------------------------------------------------------------------------------|Program SAPLRHFE
|
--------------------------------------------------------------------------------------------------|TFDIR
. .
: :
00000268
|
|
ECATT_MODIFY_BALMSG
SAPLSETRM
|
--------------------------------------------------------------------------------------------------|Program SAPLSKBB
|
--------------------------------------------------------------------------------------------------|EUINFO
. .
: :
00003184
|
|
%F800TABLiGLU1
\0\0\0
|

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|ABAP Control Blocks (CONT)


|
--------------------------------------------------------------------------------------------------|Index|Name|Fl|PAR0|PAR1|PAR2|PAR3|PAR4|PAR5|PAR6|Source Code
|Line
|
--------------------------------------------------------------------------------------------------| 3162|BRAF|05|0003|
|
|
|
|
|
|FAGL_FC_I1
|
569|
| 3163|mvq2|08|0100|4ED4|01C0|
|
|
|
|FAGL_FC_I1
|
570|
| 3165|COND|03|0281|
|
|
|
|
|
|FAGL_FC_I1
|
574|
| 3166|PAR1|82|012E|
|
|
|
|
|
|FAGL_FC_I1
|
574|
| 3167|PAR1|82|C001|
|
|
|
|
|
|FAGL_FC_I1
|
574|
| 3168|PAR1|83|401F|
|
|
|
|
|
|FAGL_FC_I1
|
574|
| 3169|DESC|01|0000|400E|0000|0000|0000|0000|0000|FAGL_FC_I1
|
578|
| 3173|CATC|08|0000|
|
|
|
|
|
|FAGL_FC_I1
|
578|
| 3174|MOVE|FF|009A|C000|027F|
|
|
|
|FAGL_FC_I1
|
578|
| 3176|CATC|48|0000|
|
|
|
|
|
|FAGL_FC_I1
|
578|
| 3177|TREA|21|FFFF|400E|8000|C000|0000|0000|0000|FAGL_FC_I1
|
579|
| 3181|TUTL|0C|0000|400E|8000|
|
|
|
|FAGL_FC_I1
|
579|
|>>>>>|MVCO|02|0000|
|
|
|
|
|
|FAGL_FC_I1
|
581|
| 3184|PAR2|00|0000|8000|0058|
|
|
|
|FAGL_FC_I1
|
581|
| 3186|mvqk|0C|0080|0000|0076|
|
|
|
|FAGL_FC_I1
|
584|
| 3188|COMP|00|009A|C004|0005|
|
|
|
|FAGL_FC_I1
|
586|
| 3190|BRAF|02|0021|
|
|
|
|
|
|FAGL_FC_I1
|
586|
| 3191|COMP|00|009A|C005|0005|
|
|
|
|FAGL_FC_I1
|
587|
| 3193|BRAF|02|001B|
|
|
|
|
|
|FAGL_FC_I1
|
587|
| 3194|COMP|00|009A|C006|0005|
|
|
|
|FAGL_FC_I1
|
588|
---------------------------------------------------------------------------------------------------

You might also like