Hi All,
I am doing the local client copy in PI7.3 ehp1 system.During client copy at the last stage, am getting dump at post processing phase.It has copied all the tables but after that postprocessing is not completing successfully.Below is the dump in our system.Hope someone can give a solution too.
Category ABAP Programming Error
Runtime Errors MESSAGE_TYPE_X
ABAP Program CL_ADDR_MAIN==================CP
Application Component BC-SRV-ADR
Date and Time 31.12.2012 10:00:14
Short text
The current application triggered a termination with a short dump.
What happened?
The current application program detected a situation which really
should not occur. Therefore, a termination with a short dump was
triggered on purpose by the key word MESSAGE (type X).
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
Short text of error message:
Specify either address number or address handle
Long text of error message:
Technical information about the message:
Message class....... "AM"
Number.............. 053
Variable 1.......... " "
Variable 2.......... " "
Variable 3.......... " "
Variable 4.......... " "
How to correct the error
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:
"MESSAGE_TYPE_X" " "
"CL_ADDR_MAIN==================CP" or "CL_ADDR_MAIN==================CM007"
"CHECK_KEY"
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..... 731
SAP Basis Level. 0000
Application server... "nflspiaps1"
Network address...... "10.142.1.94"
Operating system..... "SunOS"
Release.............. "5.10"
Hardware type........ "sun4v"
Character length.... 16 Bits
Pointer length....... 64 Bits
Work process number.. 13
Shortdump setting.... "full"
Database server... "nflspiaps1"
Database type..... "ORACLE"
Database name..... "PIR"
Database user ID.. "SAPSR3"
Terminal.......... " "
Char.set.... "C"
SAP kernel....... 720
created (date)... "Dec 19 2011 20:30:15"
create on........ "SunOS 5.10 Generic_141444-09 sun4us"
Database version. "OCI_112, 11.2.0.2.0, V2, default"
Patch level. 117
Patch text.. " "
Database............. "ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*, ORACLE 11.2.*.*.*"
SAP database version. 720
Operating system..... "SunOS 5.10, SunOS 5.11"
Memory consumption
Roll.... 2035584
EM...... 0
Heap.... 24465024
Page.... 147456
MM Used. 1948160
MM Free. 64912
User and Transaction
Client.............. 301
User................ "SAP*"
Language key........ "E"
Transaction......... " "
Transaction ID...... "50E170E260944C06E10000000A8E015E"
EPP Whole Context ID.... "80144FFA9F681EE294E5FA3EF94DD96F"
EPP Connection ID....... 00000000000000000000000000000000
EPP Caller Counter...... 0
Program............. "CL_ADDR_MAIN==================CP"
Screen.............. "SAPMSSY0 1000"
Screen Line......... 6
Debugger Active..... "none"
Information on where terminated
Termination occurred in the ABAP program "CL_ADDR_MAIN==================CP" -
in "CHECK_KEY".
The main program was "RSSOUSCO_FOR_CC ".
In the source code you have the termination point in line 16
of the (Include) program "CL_ADDR_MAIN==================CM007".
The program "CL_ADDR_MAIN==================CP" was started as a background job.
Job Name....... "CLIENTCOPY 000 -> 301 (SAP_ALL )"
Job Initiator.. "SAP*"
Job Number..... 09532400
Source Code Extract
Line SourceCde
1 METHOD check_key.
2
3 * This method checks the structure IS_ADDRESS_KEY
4 * for formal consistency.
5
6 CASE is_address_key-address_type.
7
8 WHEN c_organization_address
9 OR c_independent_comm_data.
10
11 IF is_address_key-address_number IS INITIAL
12 AND is_address_key-address_handle IS INITIAL
13 OR ( NOT is_address_key-address_number IS INITIAL
14 AND NOT is_address_key-address_handle IS INITIAL ).
15
>>>>> MESSAGE x053(am).
17
18 ENDIF.
19
20 IF NOT is_address_key-person_number IS INITIAL.
21 MESSAGE x890(am) WITH 'IS_ADDRESS_KEY-PERSON_NUMBER'.
22 ENDIF.
23
24 IF NOT is_address_key-person_handle IS INITIAL.
25 MESSAGE x890(am) WITH 'IS_ADDRESS_KEY-PERSON_HANDLE'.
26 ENDIF.
27
28
29 WHEN c_personal_address
30 OR c_contact_partner_address.
31
32 IF is_address_key-address_number IS INITIAL
33 AND is_address_key-address_handle IS INITIAL
34 OR ( NOT is_address_key-address_number IS INITIAL
35 AND NOT is_address_key-address_handle IS INITIAL ).
Contents of system fields
Name Val.
SY-SUBRC 0
SY-INDEX 0
SY-TABIX 1
SY-DBCNT 1
SY-FDPOS 0
SY-LSIND 0
SY-PAGNO 0
SY-LINNO 1
SY-COLNO 1
SY-PFKEY
SY-UCOMM
SY-TITLE SAPoffice: Create consistency between SOUD, SOUC and addresses
SY-MSGTY X
SY-MSGID AM
SY-MSGNO 053
SY-MSGV1
SY-MSGV2
SY-MSGV3
SY-MSGV4
SY-MODNO 0
SY-DATUM 20121231
SY-UZEIT 100012
SY-XPROG RSDBRUNT
SY-XFORM %_INIT_PBO_FIRST
Active Calls/Events
No. Ty. Program Include Line
Name
7 METHOD CL_ADDR_MAIN==================CP CL_ADDR_MAIN==================CM007 16
CL_ADDR_MAIN=>CHECK_KEY
6 METHOD CL_ADDR_MAIN==================CP CL_ADDR_MAIN==================CM009 30
CL_ADDR_MAIN=>CONVERT_KEY_TO_ID_INTERNAL
5 METHOD CL_ADDR_MAIN==================CP CL_ADDR_MAIN==================CM005 16
CL_ADDR_MAIN=>CONVERT_KEY_TO_ID
4 METHOD CL_SO_OFFICE_USER_ADDRESS=====CP CL_SO_OFFICE_USER_ADDRESS=====CM001 28
CL_SO_OFFICE_USER_ADDRESS=>ADDR_GET_ID
3 FUNCTION SAPLSOA3 LSOA3U31 65
SO_USER_ADDRESS_COPY_TO_SODE
2 FUNCTION SAPLSOA3 LSOA3U18 170
SO_OFFICE_USER_DELETE_IN_VB
1 EVENT RSSOUSCO_FOR_CC RSSOUSCO_FOR_CC 241
START-OF-SELECTION
Chosen variables
Name
Val.
No. 7 Ty. METHOD
Name CL_ADDR_MAIN=>CHECK_KEY
IS_ADDRESS_KEY
1
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
3222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0031002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
IS_ADDRESS_KEY-ADDRESS_TYPE
1
0
0
3
1
0031
SY-REPID
CL_ADDR_MAIN==================CP
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
4454445544443333333333333333334522222222
3CF1442FD19EDDDDDDDDDDDDDDDDDD3000000000
0043004C005F0041004400440052005F004D00410049004E003D003D003D003D003D003D003D003D003D003D003D00
IS_ADDRESS_KEY-ADDRESS_NUMBER
0000000000
0000000000
2222222222
0000000000
0020002000200020002000200020002000200020
SYST-REPID
CL_ADDR_MAIN==================CP
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
4454445544443333333333333333334522222222
3CF1442FD19EDDDDDDDDDDDDDDDDDD3000000000
0043004C005F0041004400440052005F004D00410049004E003D003D003D003D003D003D003D003D003D003D003D00
IS_ADDRESS_KEY-ADDRESS_HANDLE
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
%_PRINT
001RSSOUSCO_SAP X8##A
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
2222333555455445545222222222222222222222222222222222222222222222222222222222222222222222253004
0000001233F533FF310000000000000000000000000000000000000000000000000000000000000000000000088001
0020002000200020003000300031005200530053004F005500530043004F005F005300410050002000200020002000
SY-MSGID
AM
00000000000000000000
00000000000000000000
44222222222222222222
1D000000000000000000
0041004D002000200020002000200020002000200020002000200020002000200020002000200020
SPACE
0
0
2
0
0020
SY-MSGNO
053
000
000
333
053
003000350033
SY-FDPOS
0
0000
0000
00000000
SY-MSGV1
00000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000
22222222222222222222222222222222222222222222222222
00000000000000000000000000000000000000000000000000
0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
SY-MSGV2
00000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000
22222222222222222222222222222222222222222222222222
00000000000000000000000000000000000000000000000000
0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
SY-MSGV3
00000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000
22222222222222222222222222222222222222222222222222
00000000000000000000000000000000000000000000000000
0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
SY-MSGV4
00000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000
22222222222222222222222222222222222222222222222222
00000000000000000000000000000000000000000000000000
0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
IS_ADDRESS_KEY-PERSON_NUMBER
0000000000
0000000000
2222222222
0000000000
0020002000200020002000200020002000200020
SY-XPROG
RSDBRUNT
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
5544554522222222222222222222222222222222
234225E400000000000000000000000000000000
005200530044004200520055004E005400200020002000200020002000200020002000200020002000200020002000
No. 6 Ty. METHOD
Name CL_ADDR_MAIN=>CONVERT_KEY_TO_ID_INTERNAL
IT_ADDRESS_KEY
Table IT_34[2x602]
\CLASS=CL_SO_OFFICE_USER_ADDRESS\METHOD=ADDR_GET_ID\DATA=LT_ADDR_KEY
Table reference: 12
TABH+ 0(20) = 0000000107E34A10000000000000000000000000
TABH+ 20(20) = 0000000C00000022000000020000025AFFFFFFFF
TABH+ 40(16) = 04000050000119900004249413000000
store = 0x0000000107E34A10
ext1 = 0x0000000000000000
shmId = 0 (0x00000000)
id = 12 (0x0000000C)
label = 34 (0x00000022)
fill = 2 (0x00000002)
leng = 602 (0x0000025A)
loop = -1 (0xFFFFFFFF)
xtyp = TYPE#000028
occu = 4 (0x00000004)
accKind = 1 (ItAccessStandard)
idxKind = 0 (ItIndexNone)
uniKind = 2 (ItUniNo)
keyKind = 1 (default)
cmpMode = 2 (cmpSingleMcmpR)
occu0 = 1
stMode = 0
groupCntl = 0
rfc = 0
unShareable = 0
mightBeShared = 1
sharedWithShmTab = 0
isShmLockId = 0
isUsed = 1
isCtfyAble = 1
hasScndKeys = 0
hasRowId = 0
scndKeysOutdated = 0
scndUniKeysOutdated = 0
----- Shareable Table Header Data -----
tabi = 0x0000000107E36788
pgHook = 0x0000000000000000
idxPtr = 0x0000000000000000
id = 17 (0x00000011)
shmTabhSet = 0x0000000000000000
refCount = 1 (0x00000001)
tstRefCount = 0 (0x00000000)
lineAdmin = 4 (0x00000004)
lineAlloc = 4 (0x00000004)
shmVersId = 0 (0x00000000)
shmRefCount = 2 (0x00000002)
rowId = 18446744073709551615
scndKeyAdmin = 0x0000000000000000
1
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
3222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0031002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
3
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
3222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0033002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
IV_CONVERT_DELETED
0
0
2
0
0020
ET_KEY_TO_ID
Table[initial]
%_DUMMY$$
0000
0000
2222
0000
0020002000200020
LT_ADDRESS_KEY_CHECK
Table[initial]
LT_ADDRESS_KEY
Table IT_59[2x602]
\CLASS=CL_ADDR_MAIN\METHOD=CONVERT_KEY_TO_ID_INTERNAL\DATA=LT_ADDRESS_KEY
Table reference: 25
TABH+ 0(20) = 0000000107E34A100000000107ECB18000000000
TABH+ 20(20) = 000000190000003B000000020000025A000000E0
TABH+ 40(16) = 040000520006AD200004249413000000
store = 0x0000000107E34A10
ext1 = 0x0000000107ECB180
shmId = 0 (0x00000000)
id = 25 (0x00000019)
label = 59 (0x0000003B)
fill = 2 (0x00000002)
leng = 602 (0x0000025A)
loop = 224 (0x000000E0)
xtyp = TYPE#000186
occu = 4 (0x00000004)
accKind = 1 (ItAccessStandard)
idxKind = 0 (ItIndexNone)
uniKind = 2 (ItUniNo)
keyKind = 1 (default)
cmpMode = 2 (cmpSingleMcmpR)
occu0 = 1
stMode = 0
groupCntl = 0
rfc = 0
unShareable = 0
mightBeShared = 1
sharedWithShmTab = 0
isShmLockId = 0
isUsed = 1
isCtfyAble = 1
hasScndKeys = 0
hasRowId = 0
scndKeysOutdated = 0
scndUniKeysOutdated = 0
----- Shareable Table Header Data -----
tabi = 0x0000000107E36788
pgHook = 0x0000000000000000
idxPtr = 0x0000000000000000
id = 17 (0x00000011)
shmTabhSet = 0x0000000000000000
refCount = 1 (0x00000001)
tstRefCount = 0 (0x00000000)
lineAdmin = 4 (0x00000004)
lineAlloc = 4 (0x00000004)
shmVersId = 0 (0x00000000)
shmRefCount = 2 (0x00000002)
rowId = 18446744073709551615
scndKeyAdmin = 0x0000000000000000
----- 1st level extension part --------
regHook = 0x0000000107ECB010
collHook = 0x0000000000000000
ext2 = 0x0000000000000000
1
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
3222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0031002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
3
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
3222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0033002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
<LS_ADDRESS_KEY>
1
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
3222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0031002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
ME
{O:4*\CLASS=CL_ADDR_MAIN}
F0000000
B0000004
FB00000000000004
ME->MT_KEY_TO_ID
Table[initial]
<LS_KEY_TO_ID>
???
??????
??????
????????????
<LS_ADDRESS_KEY>-ADDRESS_TYPE
1
0
0
3
1
0031
<LS_ADDRESS_KEY>-ADDRESS_NUMBER
0000000000
0000000000
2222222222
0000000000
0020002000200020002000200020002000200020
<LS_ADDRESS_KEY>-PERSON_NUMBER
0000000000
0000000000
2222222222
0000000000
0020002000200020002000200020002000200020
<LS_ADDRESS_KEY>-ADDRESS_HANDLE
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
<LS_ADDRESS_KEY>-PERSON_HANDLE
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
SY-SUBRC
0
0000
0000
00000000
ME->MT_KEY_TO_ID_DELETED
Table[initial]
No. 5 Ty. METHOD
Name CL_ADDR_MAIN=>CONVERT_KEY_TO_ID
IT_ADDRESS_KEY
Table IT_34[2x602]
IV_RETRIEVE_BEFORE_IMAGE
0
0
2
0
0020
ET_KEY_TO_ID
Table[initial]
ME
{O:4*\CLASS=CL_ADDR_MAIN}
F0000000
B0000004
FB00000000000004
ME->GO_ADDR_MAIN_BEFORE_IMAGE
{O:24*\CLASS=CL_ADDR_MAIN_BEFORE_IMAGE}
E0000001
70000008
E700000000000018
No. 4 Ty. METHOD
Name CL_SO_OFFICE_USER_ADDRESS=>ADDR_GET_ID
I_ADDRNUM
0000000000
0000000000
2222222222
0000000000
0020002000200020002000200020002000200020
I_PERSNUM
0000000000
0000000000
2222222222
0000000000
0020002000200020002000200020002000200020
E_ADDRESS_ID
0000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000
2222222222222222222222222222222222222222222222222222222222222222222222
0000000000000000000000000000000000000000000000000000000000000000000000
0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
E_ORG_ADDRESS_ID
0000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000
2222222222222222222222222222222222222222222222222222222222222222222222
0000000000000000000000000000000000000000000000000000000000000000000000
0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
SY-REPID
CL_SO_OFFICE_USER_ADDRESS=====CP
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
4455454444445554554445455333334522222222
3CF3FFF66935F5352F1442533DDDDD3000000000
0043004C005F0053004F005F004F00460046004900430045005F0055005300450052005F0041004400440052004500
LS_ADDR_KEY-PERSON_NUMBER
0000000000
0000000000
2222222222
0000000000
0020002000200020002000200020002000200020
LT_ADDR_KEY
Table IT_34[2x602]
LS_ADDR_KEY
3
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
3222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0033002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
%_ARCHIVE
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
LO_ADDR_MAIN
{O:4*\CLASS=CL_ADDR_MAIN}
F0000000
B0000004
FB00000000000004
%_DUMMY$$
0000
0000
2222
0000
0020002000200020
SYST-REPID
CL_SO_OFFICE_USER_ADDRESS=====CP
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
4455454444445554554445455333334522222222
3CF3FFF66935F5352F1442533DDDDD3000000000
0043004C005F0053004F005F004F00460046004900430045005F0055005300450052005F0041004400440052004500
LT_ADDR_KEY_TO_ID
Table[initial]
LR_ADDR_KEY_TO_ID
{A:initial}
C0000000
F0000000
CF00000000000000
C_ORG_ADDRESS
1
0
0
3
1
0031
SY-SUBRC
0
0000
0000
00000000
%_SPACE
0
0
2
0
0020
LR_ADDR_KEY_TO_ID->ADDRESS_ID
???
??????
??????
????????????
No. 3 Ty. FUNCTION
Name SO_USER_ADDRESS_COPY_TO_SODE
IP_USER
SAP*
000000000000
000000000000
545222222222
310A00000000
005300410050002A00200020002000200020002000200020
EP_NEW_SO_KEY
0000000000
0000000000
2222222222
0000000000
0020002000200020002000200020002000200020
%_DUMMY$$
0000
0000
2222
0000
0020002000200020
MTUS
MUS
0000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000
4552222222222222222222222222222222222222222222222222222222222222222222
D530000000000000000000000000000000000000000000000000000000000000000000
004D005500530020002000200020002000200020002000200020002000200020002000200020002000200020002000
SY-REPID
SAPLSOA3
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
5454544322222222222222222222222222222222
310C3F1300000000000000000000000000000000
005300410050004C0053004F0041003300200020002000200020002000200020002000200020002000200020002000
USCV
USCV
0000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000
5545222222222222222222222222222222222222222222222222222222222222222222
5336000000000000000000000000000000000000000000000000000000000000000000
0055005300430056002000200020002000200020002000200020002000200020002000200020002000200020002000
SY-SUBRC
0
0000
0000
00000000
SYST-REPID
SAPLSOA3
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
5454544322222222222222222222222222222222
310C3F1300000000000000000000000000000000
005300410050004C0053004F0041003300200020002000200020002000200020002000200020002000200020002000
OFFICE_TASO14
SO14
0000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000
5433222222222222222222222222222222222222222222222222222222222222222222
3F14000000000000000000000000000000000000000000000000000000000000000000
0053004F00310034002000200020002000200020002000200020002000200020002000200020002000200020002000
PRIN
PRIN
0000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000
5544222222222222222222222222222222222222222222222222222222222222222222
029E000000000000000000000000000000000000000000000000000000000000000000
005000520049004E002000200020002000200020002000200020002000200020002000200020002000200020002000
LP_IDADTYPE
00
00
00
33
00
00300030
%_SPACE
0
0
2
0
0020
REPC
REPC
0000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000
5454222222222222222222222222222222222222222222222222222222222222222222
2503000000000000000000000000000000000000000000000000000000000000000000
0052004500500043002000200020002000200020002000200020002000200020002000200020002000200020002000
SPACE
0
0
2
0
0020
LP_ADDRNUMBER
0000000000
0000000000
2222222222
0000000000
0020002000200020002000200020002000200020
LP_PERSNUMBER
0000000000
0000000000
2222222222
0000000000
0020002000200020002000200020002000200020
L_ADDRESS_ID
0000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000
2222222222222222222222222222222222222222222222222222222222222222222222
0000000000000000000000000000000000000000000000000000000000000000000000
0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
L_ORG_ADDRESS_ID
0000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000
2222222222222222222222222222222222222222222222222222222222222222222222
0000000000000000000000000000000000000000000000000000000000000000000000
0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
LO_ADDR_COMPL
{O:initial}
F0000000
F0000000
FF00000000000000
RM_VM_OBJ
S
0
0
5
3
0053
ROOM_TAPP30
PP30
0000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000
5533222222222222222222222222222222222222222222222222222222222222222222
0030000000000000000000000000000000000000000000000000000000000000000000
0050005000330030002000200020002000200020002000200020002000200020002000200020002000200020002000
SEND_X500
X50
00000000
00000000
53322222
85000000
00580035003000200020002000200020
SEND_PRINTER
PRT
00000000
00000000
55522222
02400000
00500052005400200020002000200020
SLAF
SLAF
0000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000
5444222222222222222222222222222222222222222222222222222222222222222222
3C16000000000000000000000000000000000000000000000000000000000000000000
0053004C00410046002000200020002000200020002000200020002000200020002000200020002000200020002000
No. 2 Ty. FUNCTION
Name SO_OFFICE_USER_DELETE_IN_VB
NEW_SO_KEY
0000000000
0000000000
0000000000
3333333333
0000000000
0030003000300030003000300030003000300030
SAPNAME
SAP*
000000000000
000000000000
545222222222
310A00000000
005300410050002A00200020002000200020002000200020
USERD_KEY-USRTP
USR
000
000
555
532
005500530052
USERD_KEY-USRYR
36
00
00
33
36
00330036
USERD_KEY-USRNO
000000000002
000000000000
000000000000
333333333333
000000000002
003000300030003000300030003000300030003000300032
RCODE
4
0000
0004
00000004
USERD_KEY
USR36000000000002
00000000000000000
00000000000000000
55533333333333333
53236000000000002
00550053005200330036003000300030003000300030003000300030003000300032
FLD
FLD
000
000
444
6C4
0046004C0044
USERD_DAT-USRADR
0000010771
0000000000
0000000000
3333333333
0000010771
0030003000300030003000310030003700370031
DSRT
DSRT
0000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000
4555222222222222222222222222222222222222222222222222222222222222222222
4324000000000000000000000000000000000000000000000000000000000000000000
0044005300520054002000200020002000200020002000200020002000200020002000200020002000200020002000
SRTN
SRTN
0000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000
5554222222222222222222222222222222222222222222222222222222222222222222
324E000000000000000000000000000000000000000000000000000000000000000000
005300520054004E002000200020002000200020002000200020002000200020002000200020002000200020002000
LP_NEW_SO_KEY
0000000000
0000000000
2222222222
0000000000
0020002000200020002000200020002000200020
No. 1 Ty. EVENT
Name START-OF-SELECTION
NUMBER_OF_DELETED_SOUD
0
0000
0000
00000000
SOUD_TAB[]
Table IT_9[10x110]
\PROGRAM=RSSOUSCO_FOR_CC\DATA=SOUD_TAB[]
Table reference: 4
TABH+ 0(20) = 0000000107EF79F0000000000000000000000000
TABH+ 20(20) = 00000004000000090000000A0000006E00000000
TABH+ 40(16) = 04000000000269000080249003000000
store = 0x0000000107EF79F0
ext1 = 0x0000000000000000
shmId = 0 (0x00000000)
id = 4 (0x00000004)
label = 9 (0x00000009)
fill = 10 (0x0000000A)
leng = 110 (0x0000006E)
loop = 0 (0x00000000)
xtyp = TYPE#000070
occu = 128 (0x00000080)
accKind = 1 (ItAccessStandard)
idxKind = 0 (ItIndexNone)
uniKind = 2 (ItUniNo)
keyKind = 1 (default)
cmpMode = 2 (cmpSingleMcmpR)
occu0 = 0
stMode = 0
groupCntl = 0
rfc = 0
unShareable = 0
mightBeShared = 0
sharedWithShmTab = 0
isShmLockId = 0
isUsed = 1
isCtfyAble = 1
hasScndKeys = 0
hasRowId = 0
scndKeysOutdated = 0
scndUniKeysOutdated = 0
----- Shareable Table Header Data -----
tabi = 0x0000000107D7B328
pgHook = 0x0000000000000000
idxPtr = 0x0000000000000000
id = 8 (0x00000008)
shmTabhSet = 0x0000000000000000
refCount = 0 (0x00000000)
tstRefCount = 0 (0x00000000)
lineAdmin = 128 (0x00000080)
lineAlloc = 128 (0x00000080)
shmVersId = 0 (0x00000000)
shmRefCount = 1 (0x00000001)
rowId = 18446744073709551615
scndKeyAdmin = 0x0000000000000000
301USR34000000000001DDIC DDIC 0000010769
0000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000
3335553333333333333344442222222244442222222223333333333
3015323400000000000144930000000044930000000000000010769
0033003000310055005300520033003400300030003000300030003000300030003000300030003100440044004900
301USR36000000000001TMSADM TMSADM
0000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000
3335553333333333333354544422222254544422222222222222222
301532360000000000014D314D0000004D314D00000000000000000
003300300031005500530052003300360030003000300030003000300030003000300030003000310054004D005300
301USR36000000000002SAP* SAP* 0000010771
0000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000
3335553333333333333354522222222254522222222223333333333
30153236000000000002310A00000000310A0000000000000010771
0033003000310055005300520033003600300030003000300030003000300030003000300030003200530041005000
301USR36000000000003SAPCPIC SAPCPIC
0000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000
3335553333333333333354545442222254545442222222222222222
3015323600000000000331030930000031030930000000000000000
0033003000310055005300520033003600300030003000300030003000300030003000300030003300530041005000
301USR36000000000012D003432 D003432 1@X0000010810
0000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000
3335553333333333333343333332222243333332223453333333333
3015323600000000001240034320000040034320001080000010810
0033003000310055005300520033003600300030003000300030003000300030003000300031003200440030003000
SOUD_TAB
301USR36000000000002SAP* SAP* 0000010771
0000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000
3335553333333333333354522222222254522222222223333333333
30153236000000000002310A00000000310A0000000000000010771
0033003000310055005300520033003600300030003000300030003000300030003000300030003200530041005000
<%_L001>
???
??????
??????
????????????
EMAA
EMAA
0000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000
4444222222222222222222222222222222222222222222222222222222222222222222
5D11000000000000000000000000000000000000000000000000000000000000000000
0045004D00410041002000200020002000200020002000200020002000200020002000200020002000200020002000
NUMBER_OF_NEW_OFFICE
0
0000
0000
00000000
<%_L001>-DELETED
???
??????
??????
????????????
ITAB_USR02[]
Table IT_11[5x1022]
\PROGRAM=RSSOUSCO_FOR_CC\DATA=ITAB_USR02[]
Table reference: 8
TABH+ 0(20) = 0000000107EB3228000000000000000000000000
TABH+ 20(20) = 000000080000000B00000005000003FEFFFFFFFF
TABH+ 40(16) = 04000000000268A0001024C003000000
store = 0x0000000107EB3228
ext1 = 0x0000000000000000
shmId = 0 (0x00000000)
id = 8 (0x00000008)
label = 11 (0x0000000B)
fill = 5 (0x00000005)
leng = 1022 (0x000003FE)
loop = -1 (0xFFFFFFFF)
xtyp = TYPE#000068
occu = 16 (0x00000010)
accKind = 1 (ItAccessStandard)
idxKind = 0 (ItIndexNone)
uniKind = 2 (ItUniNo)
keyKind = 1 (default)
cmpMode = 8 (cmpManyEq)
occu0 = 0
stMode = 0
groupCntl = 0
rfc = 0
unShareable = 0
mightBeShared = 0
sharedWithShmTab = 0
isShmLockId = 0
isUsed = 1
isCtfyAble = 1
hasScndKeys = 0
hasRowId = 0
scndKeysOutdated = 0
scndUniKeysOutdated = 0
----- Shareable Table Header Data -----
tabi = 0x0000000107EBB968
pgHook = 0x0000000000000000
idxPtr = 0x0000000000000000
id = 10 (0x0000000A)
shmTabhSet = 0x0000000000000000
refCount = 0 (0x00000000)
tstRefCount = 0 (0x00000000)
lineAdmin = 16 (0x00000010)
lineAlloc = 16 (0x00000010)
shmVersId = 0 (0x00000000)
shmRefCount = 1 (0x00000001)
rowId = 18446744073709551615
scndKeyAdmin = 0x0000000000000000
301BHARAT 嬩#唈枃0000000000000000ASUPER # DDIC 201212262012122607340
0000000000000005F56000000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000B457000000000000000000000000000000000000000000000000000000000000000000000000000
3334445452222222008333333333333333345554522222220222222222222444422222222333333333333333333333
3012812140000009A83000000000000000013505200000000000000000000449300000000201212262012122607340
0033003000310042004800410052004100540020002000200020002000205B29F40A55086783003000300030003000
301BRAMAKR 箟㔥痉ᰯ0000000000000000SSUPER # BHARAT 201212262012123109320
0000000000000007371000000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000B55C000000000000000000000000000000000000000000000000000000000000000000000000000
33345444452222292C2333333333333333355554522222220222222222222444545222222333333333333333333333
301221D1B200000F59F000000000000000033505200000000000000000000281214000000201212262012123109320
003300300031004200520041004D0041004B0052002000200020002000207B9F352575C91C2F003000300030003000
301DDIC 捩炥鑟#0000000000000000ASUPER # 000000002012123104350
000000000000000679D000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000003049000000000000000000000000000000000000000000000000000000000000000000000000000
3334444222222226A52333333333333333345554522222220222222222222222222222222333333333333333333333
30144930000000095F0000000000000000013505200000000000000000000000000000000000000002012123104350
003300300031004400440049004300200020002000200020002000200020636970A5945FD920003000300030003000
301DDIC_COPY ߞ♎⢒⒯0000000000000000ASUPER # DDIC 201212312012123104370
0000000000000000222000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000007684000000000000000000000000000000000000000000000000000000000000000000000000000
333444454455222D49A333333333333333345554522222220222222222222444422222222333333333333333333333
3014493F3F09000EE2F000000000000000013505200000000000000000000449300000000201212312012123104370
0033003000310044004400490043005F0043004F0050005900200020002007DE264E289224AF003000300030003000
301J2EE_ADMIN #읦烈#0000000000000000ASUPER # DDIC_COPY 201212312012123104490
0000000000000001CF1000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000008799000000000000000000000000000000000000000000000000000000000000000000000000000
333434454444422D697333333333333333345554522222220222222222222444454455222333333333333333333333
301A255F14D9E00D6FC0000000000000000135052000000000000000000004493F3F09000201212312012123104490
003300300031004A003200450045005F00410044004D0049004E0020002018DDC766F99F197C003000300030003000
ITAB_USR02
301DDIC 捩炥鑟#0000000000000000ASUPER # 000000002012123104350
000000000000000679D000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000003049000000000000000000000000000000000000000000000000000000000000000000000000000
3334444222222226A52333333333333333345554522222220222222222222222222222222333333333333333333333
30144930000000095F0000000000000000013505200000000000000000000000000000000000000002012123104350
003300300031004400440049004300200020002000200020002000200020636970A5945FD920003000300030003000
%_DUMMY$$
0000
0000
2222
0000
0020002000200020
OFFICE_TASO23
SO23
0000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000
5433222222222222222222222222222222222222222222222222222222222222222222
3F23000000000000000000000000000000000000000000000000000000000000000000
0053004F00320033002000200020002000200020002000200020002000200020002000200020002000200020002000
SYST-REPID
RSSOUSCO_FOR_CC
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
5554554454455442222222222222222222222222
233F533FF6F2F330000000000000000000000000
005200530053004F005500530043004F005F0046004F0052005F004300430020002000200020002000200020002000
OFFICE_TASO04
SO04
0000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000
5433222222222222222222222222222222222222222222222222222222222222222222
3F04000000000000000000000000000000000000000000000000000000000000000000
0053004F00300034002000200020002000200020002000200020002000200020002000200020002000200020002000
SOUD_TAB-SAPNAM
SAP*
000000000000
000000000000
545222222222
310A00000000
005300410050002A00200020002000200020002000200020
USAC
USAC
0000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000
5544222222222222222222222222222222222222222222222222222222222222222222
5313000000000000000000000000000000000000000000000000000000000000000000
0055005300410043002000200020002000200020002000200020002000200020002000200020002000200020002000
SY-SUBRC
0
0000
0000
00000000
MTAS
MAS
0000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000
4452222222222222222222222222222222222222222222222222222222222222222222
D130000000000000000000000000000000000000000000000000000000000000000000
004D004100530020002000200020002000200020002000200020002000200020002000200020002000200020002000
TEST
0
0
2
0
0020
WAST
WST
0000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000
5552222222222222222222222222222222222222222222222222222222222222222222
7340000000000000000000000000000000000000000000000000000000000000000000
0057005300540020002000200020002000200020002000200020002000200020002000200020002000200020002000
RSJOBINFO
00000000000000 ##
0000000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000000
2222222222222222222222222222222233333333333333222222222222222222222222222222222200
0000000000000000000000000000000000000000000000000000000000000000000000000000000000
0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
OFFICE_TASO03
SO03
0000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000
5433222222222222222222222222222222222222222222222222222222222222222222
3F03000000000000000000000000000000000000000000000000000000000000000000
0053004F00300033002000200020002000200020002000200020002000200020002000200020002000200020002000
SY-REPID
RSSOUSCO_FOR_CC
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
5554554454455442222222222222222222222222
233F533FF6F2F330000000000000000000000000
005200530053004F005500530043004F005F0046004F0052005F004300430020002000200020002000200020002000
OFFICE_TASO05
SO05
0000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000
5433222222222222222222222222222222222222222222222222222222222222222222
3F05000000000000000000000000000000000000000000000000000000000000000000
0053004F00300035002000200020002000200020002000200020002000200020002000200020002000200020002000
OFFICE_TASO06
SO06
0000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000
5433222222222222222222222222222222222222222222222222222222222222222222
3F06000000000000000000000000000000000000000000000000000000000000000000
0053004F00300036002000200020002000200020002000200020002000200020002000200020002000200020002000
%_SPACE
0
0
2
0
0020
SY-LDBPG
SAPDB__S
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
5454455522222222222222222222222222222222
31042FF300000000000000000000000000000000
00530041005000440042005F005F005300200020002000200020002000200020002000200020002000200020002000
Application Information
Index Information
1 System user, switch to SYNC_CPIC
Internal notes
The termination was triggered in function "ab_jmess"
of the SAP kernel, in line 1411 of the module
"//bas/720_REL/src/krn/runt/abdynpro.c#7".
The internal operation just processed is "MESS".
Internal mode was started at 20121231100012.
Active Calls in SAP Kernel
Lines of C Stack in Kernel (Structure Differs on Each Platform)
[0] DoStack2 ( 0x107616680, 0xffffffff7fff8740, 0xffffffff7fff7e51, 0xaad88, 0x323365c, 0x10385bd4
[1] CTrcStack2 ( 0x107616680, 0x0, 0xaac00, 0x3233aac, 0x10385bd48, 0x2 ), at 0x1006282e8
[2] __1cQrabax_CStackSave6F_v_ ( 0x103800, 0x103906ad0, 0x104800, 0x8550d027, 0x1039fa804, 0xfffff
[3] ab_rabax ( 0x2000, 0x103800, 0x103906, 0x0, 0x10775a, 0x104818 ), at 0x1008e9b04
[4] __1cIab_jmess6F_v_ ( 0x5c, 0x100858418, 0x1039dfa22, 0x10756bef4, 0x100858000, 0x109ab3420 ),
[5] __1cIab_extri6F_i_ ( 0x10775d000, 0x5c, 0x104811000, 0x1039e4000, 0x10775d, 0x107400 ), at 0x1
[6] __1cJab_xevent6FpkH_i_ ( 0x0, 0x107400, 0x1, 0x1039fd, 0xffffffff43db1380, 0x103800 ), at 0x10
[7] __1cIab_trigg6F_i_ ( 0x10756b4bc, 0x107619fa0, 0x0, 0x10090e5e8, 0x4, 0x1076171e0 ), at 0x1009
[8] ab_run ( 0x107e40650, 0x107616e3c, 0x1039074b8, 0x0, 0x107619000, 0x107616 ), at 0x100971f78
[9] dynpmcal ( 0x107e40650, 0x0, 0x103800, 0x103907, 0x0, 0x102e85760 ), at 0x10064d438
[10] dynppai0 ( 0x107e40650, 0x0, 0xc, 0x2, 0x102e84f10, 0x107e4170c ), at 0x10064a514
[11] dynprctl ( 0x107e40650, 0x0, 0x102e849f8, 0x4, 0x102e84af8, 0x1 ), at 0x1006491ac
[12] dynpen00 ( 0x103906, 0x103906000, 0x107e40650, 0x0, 0x10063f000, 0x102c00 ), at 0x1006454dc
[13] TskhLoop ( 0x0, 0x0, 0x1, 0xd, 0xc, 0x3 ), at 0x1003a740c
[14] DpMain ( 0x1, 0x1038e5, 0x1, 0x103906000, 0x103906, 0x103800 ), at 0x1002b6e1c
List of ABAP programs affected
Index Typ Program Group Date Time Size Lang.
0 Prg RSSOUSCO_FOR_CC 0 09.09.2011 21:34:15 167936 E
1 Prg SAPMSSY0 1 09.09.2011 21:34:38 111616 E
2 Prg SAPMSSYD 1 09.09.2011 21:34:41 24576 E
3 Prg SAPFSYSCALLS 1 07.03.2005 18:01:13 8192 E
4 Prg RSDBRUNT 0 09.09.2011 21:33:31 305152 E
5 Prg SAPLSPRI 5 09.09.2011 21:20:26 405504 E
6 Typ PRI_PARAMS 0 27.10.1998 15:01:35 5120
7 Typ ARC_PARAMS 0 08.08.1997 14:45:20 5120
8 Typ PRI_LAYOUT 0 04.09.2002 14:38:36 3072
9 Typ PRIPAR_EXT 0 09.09.2011 20:56:18 3072
10 Typ PRIPAR_EX3 0 09.09.2011 20:54:52 3072
11 Typ PRIPAR_EX2 0 09.09.2011 20:54:51 2048
12 Typ TPRI_DEF 0 01.02.2001 17:50:49 5120
13 Prg CL_ABAP_LIST_UTILITIES========CP 13 09.09.2011 21:10:55 23552 E
14 Typ USR01 0 09.09.2011 20:55:50 4096
15 Prg SAPLSFES 15 09.09.2011 21:13:26 315392 E
16 Prg SAPLSUSM 16 09.09.2011 21:22:52 49152 E
17 Typ USR21 0 09.09.2011 20:53:31 4096
18 Typ USR03 0 09.09.2011 20:55:49 6144
19 Prg CL_ABAP_CHAR_UTILITIES========CP 19 18.11.2005 14:35:28 14336 E
20 Typ TSP1D 0 09.09.2011 20:57:01 5120
21 Prg SAPLSPOO 21 09.09.2011 21:19:55 181248 E
22 Prg SAPLRSPOLSTDRV 22 28.05.2009 08:18:25 64512 E
23 Typ TSPOPTIONS 0 06.12.1996 16:09:18 2048
24 Typ TSP03 0 13.08.1998 16:56:08 5120
25 Prg SAPCNVE 25 07.03.2005 18:01:13 9216 E
26 Prg SAPLSPOC 26 09.09.2011 21:19:41 177152 E
27 Typ RSPOCHECK 0 14.07.1997 13:01:20 4096
28 Typ DEVPAR 0 09.09.2011 20:54:15 3072
29 Typ RSPOATTR 0 19.01.2000 18:34:33 2048
30 Typ RSSCR 0 23.11.1999 09:24:41 5120
31 Prg RSDBSPBL 0 07.03.2005 18:01:13 84992 E
32 Prg SAPDB__S 0 07.03.2005 18:01:13 21504 E
33 Prg RSDBSPMC 0 05.09.2006 14:14:08 92160 E
34 Typ DDSHDESCR 0 28.11.1997 16:26:30 4096
35 Typ SPPARAMS 0 07.03.1997 14:48:48 2048
36 Prg SAPLSABE 36 09.09.2011 21:09:40 14336 E
37 Prg SAPLSECU 37 09.09.2011 21:16:10 107520 E
38 Typ RSSUBINFO 0 22.11.1999 21:15:17 3072
39 Prg SAPLSTUP 39 24.06.2008 15:12:31 86016 E
40 Prg SAPLCNDP 40 09.09.2011 21:04:50 231424 E
41 Prg SAPLSCNT 41 07.03.2005 18:01:13 34816 E
42 Prg SAPSHDTV 41 09.09.2011 21:34:51 38912 E
43 Prg SAPFGUICNTL 1 07.03.2005 18:01:13 27648 E
44 Prg SAPLOLEA 44 28.05.2009 08:17:47 110592 E
45 Prg SAPLSGUI 45 04.12.2009 20:43:32 105472 E
46 Prg SAPLSTTM 46 09.09.2011 21:26:18 79872 E
47 Prg SAPLSBDC 47 13.12.2007 10:50:07 48128 E
48 Prg SAPLTHFB 48 09.09.2011 21:25:02 471040 E
49 Typ WPINFO 0 28.05.2009 08:12:57 6144
50 Prg SAPLURFC 50 09.09.2011 21:28:10 26624 E
51 Prg SAPLSPLUGIN 51 09.09.2011 21:19:29 9216 E
52 Typ SWCBCONT 0 09.09.2011 20:56:57 3072
53 Typ OLE_VERBS 0 09.02.1995 13:23:37 2048
54 Typ OLE_PA 0 13.01.1995 11:06:59 2048
55 Typ SOUC 0 18.01.1995 16:52:20 3072
56 Prg SAPLSOA3 56 09.09.2011 21:17:14 314368 E
57 Typ SOUD3 0 23.01.2006 17:28:04 3072
58 Prg SAPFSSO0 56 24.06.2008 15:00:25 386048 E
59 Typ SOPR 0 09.09.2011 20:56:56 17408
60 Typ SOADRBUF 0 08.08.1997 15:01:36 5120
61 Typ SOUIO 0 23.01.2006 17:28:05 3072
62 Typ SOUDD 0 09.09.2011 20:55:35 18432
63 Typ SOUD 0 09.09.2011 20:55:30 18432
64 Typ SOFDO 0 07.04.1997 18:31:57 9216
65 Typ SOFMO 0 18.01.1995 16:48:06 7168
66 Typ SOFM 0 08.02.1995 22:32:04 7168
67 Prg SAPFSSO6 56 13.12.2007 11:01:04 194560 E
68 Prg SAPFSSO1 56 13.12.2007 11:01:04 345088 E
69 Typ SOUCK 0 18.01.1995 16:52:23 2048
70 Typ V_SOUCADRP 0 09.09.2011 22:46:00 3072
71 Typ SOUB 0 18.01.1995 16:51:57 3072
72 Typ V_SOUDADRP 0 09.09.2011 22:46:00 16384
73 Typ V_SOUBADRP 0 09.09.2011 22:46:00 3072
74 Prg SAPLSPIAGENTCW 74 09.09.2011 21:19:11 14336 E
75 Prg SAPLSPILS 75 09.09.2011 21:19:20 80896 E
76 Prg CL_OS_TRANSACTION_END_NOTIFIERCP 76 07.03.2005 18:01:13 10240 E
77 Prg CL_SYSTEM_TRANSACTION_STATE===CP 77 04.12.2009 20:43:32 146432 E
78 Typ SPROT_U 0 16.01.1998 17:49:22 3072
79 Prg SAPLSUUA 79 09.09.2011 21:23:39 58368 E
80 Prg CL_SO_OFFICE_USER_ADDRESS=====CP 80 09.09.2011 21:28:52 80896 E
81 Typ ADDRS_ADDRESS_KEY 0 09.09.2011 20:55:57 3072
82 Prg CL_ADDR_MAIN==================CP 82 09.09.2011 21:12:10 474112 E
83 Prg SAPLSZA0 83 09.09.2011 21:28:29 2331648 E
84 Prg SAPLSZA12 84 09.09.2011 21:28:41 25600 E
85 Typ ADCOMTYPES 0 09.09.2011 20:53:46 2048
86 Prg SAPLAIEV 86 07.03.2005 18:01:13 14336 E
87 Prg CL_ADDR_TSADRV_MNGR===========CP 87 09.09.2011 21:12:24 9216 E
88 Prg CL_ADDR_TSADRV================CP 88 09.09.2011 21:12:23 20480 E
89 Prg CL_ADDR_PERSISTENCY_SZA0======CP 89 09.09.2011 21:12:17 150528 E
90 Prg CL_ADDR_MAP===================CP 90 09.09.2011 21:12:14 79872 E
91 Prg CL_ADDR_ENCODE================CP 91 09.09.2011 21:12:08 65536 E
92 Prg CL_ADDR_TD_CFG_TSADVC_ALL=====CP 92 09.09.2011 21:12:23 15360 E
93 Typ TSADVC_CLIDEP 0 09.09.2011 20:55:28 2048
94 Prg CL_ADDR_CHECK=================CP 94 15.09.2011 15:55:39 96256 E
95 Prg SAPLSUGZ 95 24.06.2008 14:46:09 38912 E
96 Prg CL_ADDR_METADATA_MNGR=========CP 96 09.09.2011 21:12:17 9216 E
97 Prg CL_ADDR_METADATA==============CP 97 09.09.2011 21:12:16 77824 E
98 Prg CL_ADDR_COMPARE_MNGR==========CP 98 09.09.2011 21:12:06 9216 E
99 Prg CL_ADDR_COMPARE===============CP 99 09.09.2011 21:12:06 106496 E
100 Prg CL_CMD_APPLLOG================CP 100 09.09.2011 21:09:38 278528 E
101 Prg IF_CMD_APPLLOG_CONV===========IP 100 09.09.2011 22:01:58 11264 E
102 Prg SAPLBDLS 102 09.09.2011 21:09:12 275456 E
103 Typ T000 0 09.09.2011 20:55:45 4096
104 Prg SAPLSYGU 104 28.05.2009 08:25:07 24576 E
105 Prg CL_SYSTEM_UUID================CP 105 09.09.2011 21:34:44 36864 E
106 Prg CX_UUID_ERROR=================CP 106 28.05.2009 08:49:41 12288 E
107 Prg CX_STATIC_CHECK===============CP 107 18.11.2005 14:35:29 11264 E
108 Prg CX_ROOT=======================CP 108 09.09.2011 21:51:41 13312 E
109 Prg IF_CMD_APPLLOG_CONST==========IP 100 09.09.2011 22:01:58 8192 E
110 Typ CMD_S_LOGS 0 09.09.2011 20:54:09 2048
111 Prg CL_ADDR_MAIN_BEFORE_IMAGE=====CP 111 09.09.2011 21:12:13 93184 E
112 Prg CL_ADDR_RETRIEVE_DB===========CP 112 09.09.2011 21:12:22 164864 E
113 Prg IF_ADDR_TYPES=================IP 82 09.09.2011 22:00:56 45056 E
114 Typ SYST 0 15.09.2004 17:25:35 30720
115 Prg %_CSYDB0 0 07.03.2005 18:01:13 40960 E
116 Typ RSVAMEMKEY 0 16.12.1996 19:31:50 2048
117 Prg %_CRSDS 0 07.03.2005 18:01:13 11264 E
118 Prg %_CSLIS 37 28.05.2009 08:14:59 96256 E
119 Typ DTC_S_LAYO 0 01.02.2001 17:11:04 7168
120 Typ CAT_SVARS 0 09.09.2011 20:55:46 3072
121 Typ BDI_LSPAR 0 13.11.2001 00:00:45 4096
122 Typ ADDRS_KEY_TO_ID 0 09.09.2011 20:55:57 4096
123 Typ SOUDK 0 18.01.1995 16:53:03 2048
124 Typ RSJOBINFO 0 09.09.2011 20:56:49 3072
Directory of Application Tables
Name Date Time Lngth
Val.
Program RSSOUSCO_FOR_CC
SYST 15.09.2004 17:25:35 00004612
\0\0\0\0\0\x0001\0\x0002\0\0\0\0\0\x0005\0\0\0\0\0\0\0
SY . . : : 00004612
\0\0\0\0\0\x0001\0\x0002\0\0\0\0\0\x0005\0\0\0\0\0\0\0
RSJOBINFO . . : : 00000164
00000000000000
Program SAPLSPRI
TSP03 . . : : 00000460
\0\0
USR01 . . : : 00000222
301SAP* HK1
PRI_PARAMS . . : : 00000380
001RSSOUSCO_SAP
ARC_PARAMS . . : : 00000660
_ _ _
TPRI_DEF . . : : 00002932
301GV21 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0
TSP1D . . : : 00000320
0000000000
Program SAPLSUSM
USR03 . . : : 00000876
USR21 . . : : 00000382
301SAP*
Program SAPLSPOO
TSP03 . . : : 00000460
\0\0
TSP1D . . : : 00000320
X_PAPER ANY PL0001000010SAP 1998040711
Program SAPLRSPOLSTDRV
TSP03 . . : : 00000460
\0\0
TSPOPTIONS . . : : 00000432
Program SAPFSSO0
SOFM . . : : 00000282
0
SOPR . . : : 00001338
301 X \0
SOUD . . : : 00000952
301USR36000000000002USR34000000000001SAP 201108161
SOUB . . : : 00000090
|
SOUC . . : : 00000090
301SAP* USR36000000000002SAP* |
V_SOUDADRP . . : : 00001020
000000000
V_SOUCADRP . . : : 00000160
V_SOUBADRP . . : : 00000160
SOADRBUF . . : : 00002964
301SOSOADDRBUF \0\0\0\0\0\0\0\0\0\0\0
Program SAPLSUUA
USR21 . . : : 00000382
301SAP*
Program SAPLBDLS
T000 . . : : 00000214
301PI Preproduction Leeds GBP
ABAP Control Blocks (CONT)
Index Name Fl PAR0 PAR1 PAR2 PAR3 PAR4 PAR5 PAR6 Source Code Line
20110 1121
998 BRAF 05 0003 CL_ADDR_MAIN==================CM007 11
999 CMPS 20 02DB C006 C006 CL_ADDR_MAIN==================CM007 11
1001 BRAF 05 000D CL_ADDR_MAIN==================CM007 11
1002 BREL 80 0000 CL_ADDR_MAIN==================CM007 11
1003 MOVL 00 0002 0074 0013 CL_ADDR_MAIN==================CM007 16
1005 mlq1 02 0500 0F50 0058 CL_ADDR_MAIN==================CM007 16
1007 MOVL 00 0008 0075 00C9 CL_ADDR_MAIN==================CM007 16
1009 CLEA 00 0076 CL_ADDR_MAIN==================CM007 16
1010 CLEA 00 0077 CL_ADDR_MAIN==================CM007 16
1011 CLEA 00 0078 CL_ADDR_MAIN==================CM007 16
1012 CLEA 00 0079 CL_ADDR_MAIN==================CM007 16
>>>>> MESS 00 00C9 CL_ADDR_MAIN==================CM007 16
1014 CMPS 20 02DB C007 C007 CL_ADDR_MAIN==================CM007 20
1016 BRAF 05 0010 CL_ADDR_MAIN==================CM007 20
1017 BREL 80 0000 CL_ADDR_MAIN==================CM007 20
1018 MOVL 00 0002 0074 0013 CL_ADDR_MAIN==================CM007 21
1020 mlq1 02 0500 0F50 0058 CL_ADDR_MAIN==================CM007 21
1022 MOVL 00 0008 0075 00C4 CL_ADDR_MAIN==================CM007 21
1024 DWRI 01 0076 CL_ADDR_MAIN==================CM007 21
System details:Oracle 11gr2/solaris 5.10/PI7.31(abap+java)/unicode And patches are as below
SAPBASIS 731 0000
SAPABAP 731 0000
PI_BASIS 731 0000
ST-PI 2008_1_710 0004
SAP_BW 731 0000
Regards
Ram