Sunteți pe pagina 1din 37

Category

External Error
Runtime Errors
CONVT_CODEPAGE
Except.
CX_SY_CONVERSION_CODEPAGE
Date and Time
01/31/2012 07:48:16
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Short text
|
|
A character set conversion is not possible.
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|What happened?
|
|
During conversion of a text from code page '4110' to code page '4103',
|
|
one of the following occurred:
|
|
- Characters were discovered that cannot be displayed in one of the
|
|
code pages
|
|
- The conversion could not be performed for some other reason (see
|
|
below for more details).
|
|
|
|
Excerpt from the source buffer from the first character that could not
|
|
be converted, displayed in hexadecimal form (with the ASCII characters
|
|
in brackets):
|
|
"E3 6F 20 50 61 75 6C 6F 09 42 52 41 09 4E 55 4C (.o Paulo.BRA.NUL)"
|
|
|
|
The system was forced to terminate the current ABAP program
|
|
'Z_LOEM_RATED_REPORT'
|
|
since the conversion would have produced incorrect data.
|
|
|
|
There are 1 of these non-convertible characters. If this number is 0,
|
|
the second of the two scenarios described above applies.
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-------------------|What can you do?


|
|
Please make a note of the actions and input which caused the error.
|
|
|
|
|
|
To resolve the problem, contact your
|
|
SAP system administrator.
|
|
|
|
With transaction ST22 for the ABAP dump analysis, you can analyze and
|
|
administrate termination messages, or store them for a longer time
|
|
period.
|
|
|
|
If the application prompted you to enter a code page, you could
|
|
restart the application and try entering a different code page to see
|
|
if this prevents the system from terminating.
|
|
|
|
If characters could not be converted: Run transaction SCP to analyze
|
|
the codepages you have used. Search for characters you wanted to
|
|
convert and are not entered in the table. (If you have modified a code
|
|
page, run transaction SP12 to invalidate the character set cache (CCC)).
|
|
|
|
You can find additional code page utility functions in transactions
|
|
I18N and SNLS.
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Error analysis
|
|
An exception occurred that is explained in detail below.
|
|
The exception, which is assigned to class 'CX_SY_CONVERSION_CODEPAGE', was
not
|
|
caught in
|
|
procedure "READ_FILE_DATA" "(FORM)", nor was it propagated by a RAISING cla
use.
|

|
|
|
|
|
|
|
|

Since the caller of the procedure could not have anticipated that the
|
exception would occur, the current program is terminated.
|
The reason for the exception is:
|
Characters are always displayed in only a certain codepage. Many
|
codepages only define a limited set of characters. If a text from a
|
codepage should be converted into another codepage, and if this text
|
contains characters that are not defined in one of the two codepages, a
|
conversion error occurs.
|

|
|
|

|
Moreover, a conversion error can occur if one of the needed codepages
|
'4110' or '4103' is not known to the system.
|

|
|
If the conversion error occurred at read or write of screen, the file
|
|
name was '\\SAPCCTFS\TST_CCOEMDBOXACTI\CCT\LOEM\CC_INPUT\MSLOEM_NAMED_PARTN
ER_I
|
|
NFO.TXT'. (further information about the file: "X 354#")
|
--------------------------------------------------------------------------------------------------|

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


|
|
|
|
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:
|
|
|
|
"CONVT_CODEPAGE" "CX_SY_CONVERSION_CODEPAGE"
|
|
"Z_LOEM_RATED_REPORT" or "Z_LOEM_RATED_REPORT_PRO"
|
|
"READ_FILE_DATA"
|
|
|
|
|
|
If you cannot solve the problem yourself and want to send an error

|
notification to SAP, include the following information:
|

|
|

|
1. The description of the current problem (short dump)
|

|
|
|

|
To save the description, choose "System->List->Save->Local File
|
(Unconverted)".
|

|
|

|
2. Corresponding system log
|

|
|
|
|
|

|
Display the system log by calling transaction SM21.
|
Restrict the time interval to 10 minutes before and five minutes
|
after the short dump. Then choose "System->List->Save->Local File
|
(Unconverted)".
|

|
|
|
|
|

|
3. If the problem occurs in a problem of your own or a modified SAP
|
program: The source code of the program
|
In the editor, choose "Utilities->More
|
Utilities->Upload/Download->Download".
|

|
|
|

|
4. Details about the conditions under which the error occurred or which
|
actions and input led to the error.
|

|
|
The exception must either be prevented, caught within proedure
|
|
"READ_FILE_DATA" "(FORM)", or its possible occurrence must be declared in t
he
|
|
RAISING clause of the procedure.
|
|
To prevent the exception, note the following:
|
--------------------------------------------------------------------------------------------------|

--------------------------------------------------------------------------------------------------|File attributes \\SAPCCTFS\TST_CCOEMDBOXACTI\CCT\LOEM\CC_INPUT\MSLOEM_NAMED_PAR


TNER_INFO.TXT
|

|Authorizations
|
|Last change

/ /
|

|Last access

/ /
|

|Last Status Change

/ /
|

|Size

Bytes

|
|Current Position

354
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|System environment
|
|
SAP Release..... 702
|
|
SAP Basis Level. " "
|
|
|
|
Application server... "mptst00"
|
|
Network address...... "157.59.252.78"
|
|
Operating system..... "Windows NT"
|
|
Release.............. "6.0"
|
|
Hardware type........ "24x AMD64 Level"
|
|
Character length.... 16 Bits
|
|
Pointer length....... 64 Bits
|
|
Work process number.. 0
|
|
Shortdump setting.... "full"
|
|
|
|
Database server... "SAPTSTCCDB"
|
|
Database type..... "MSSQL"
|
|
Database name..... "MPT"
|
|
Database user ID.. "dbo"
|
|
|
|
Terminal.......... "svia"
|
|
|
|
Char.set.... "C"

|
|
|
|
|
|

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

720
"Nov 29 2011 23:12:45"
"NT 5.2 3790 S x86 MS VC++ 14.00"
"SQL_Server_9.00 "

|
|
|

|
Patch level. 114
|
Patch text.. " "
|

|
|
Database............. "MSSQL 9.00.2047 or higher"
|
|
SAP database version. 720
|
|
Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Wind
ows
|
|
NT 6.0, Windows NT 6.1"
|
|
|
|
Memory consumption
|
|
Roll.... 0
|
|
EM...... 12569376
|
|
Heap.... 0
|
|
Page.... 81920
|
|
MM Used. 2918928
|
|
MM Free. 1268192
|
--------------------------------------------------------------------------------------------------|

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


|
|
Client.............. 300
|
|
User................ "FEIBINGZ"
|
|
Language key........ "E"
|
|
Transaction......... "SE38 "
|
|
Transaction ID...... "D9224CE1A08AF1F08F3318A9055858E4"
|

|
|
|
|

|
EPP Whole Context ID.... "18A9055858E41ED1938430B167618F33"
|
EPP Connection ID....... 00000000000000000000000000000000
|
EPP Caller Counter...... 0
|

|
|
Program............. "Z_LOEM_RATED_REPORT"
|
|
Screen.............. "SAPMSSY0 1000"
|
|
Screen Line......... 6
|
|
Debugger Active..... "none"
|
--------------------------------------------------------------------------------------------------|

--------------------------------------------------------------------------------------------------|Information on where terminated


|
|
Termination occurred in the ABAP program "Z_LOEM_RATED_REPORT" - in
|
|
"READ_FILE_DATA".
|
|
The main program was "Z_LOEM_RATED_REPORT ".
|
|
|
|
In the source code you have the termination point in line 180
|
|
of the (Include) program "Z_LOEM_RATED_REPORT_PRO".
|
|
The termination is caused because exception "CX_SY_CONVERSION_CODEPAGE"
|
|
occurred in
|
|
procedure "READ_FILE_DATA" "(FORM)", but it was neither handled locally nor
|
|
declared
|
|
in the RAISING clause of its signature.
|
|
|
|
The procedure is in program "Z_LOEM_RATED_REPORT "; its source code begins
in
|
|
line
|
|
156 of the (Include program "Z_LOEM_RATED_REPORT_PRO ".
|
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

|Source Code Extract


|
--------------------------------------------------------------------------------------------------|Line |SourceCde
|
--------------------------------------------------------------------------------------------------| 150|*&
Form READ_FILE_DATA
|
| 151|*&---------------------------------------------------------------------*
|
| 152|*
text
|
| 153|*----------------------------------------------------------------------*
|
| 154|*
-->P_FILE text
|
| 155|*----------------------------------------------------------------------*
|
| 156|FORM READ_FILE_DATA USING
P_FILE
|
| 157|
TEXT.
|
| 158|
|
| 159| data: lv_inline type string.
|
| 160| data: gt_data type table of string.
|
| 161| data: lv_tab(1) type c.
|
| 162|
|
| 163| lv_tab = cl_abap_char_utilities=>horizontal_tab.
|
| 164|
|
| 165| clear lv_rc.
|
| 166|*open dataset
|
| 167| open dataset p_file for input in text mode encoding default.
|
| 168| if sy-subrc ne 0.
|
| 169|
message s368(00) with p_file.
|
| 170|
lv_rc = sy-subrc.
|
| 171|
return.
|
| 172| endif.
|
| 173|
|
| 174| CASE TEXT.
|
| 175|
WHEN 'PARTNER'.
|

| 176|
| 177|
| 178|
| 179|
|>>>>>|
| 181|
| 182|
| 183|
| 184|

CLEAR LT_PARTNER.
|
REFRESH LT_PARTNER.
|
do.
|
clear lv_inline.
|
read dataset p_file into lv_inline.
|
if sy-subrc ne 0.
|
close dataset p_file.
|
exit.
|
endif.
|

| 185|
| 186|
| 187|
| 188|

|
clear: gt_data.
|
refresh gt_data.
|
split lv_inline at lv_tab into table gt_data.
|

| 189|
|
clear lv_inline.
|
| 191|
LOOP AT gt_data into lv_inline.
|
| 192|
assign component sy-tabix of structure lt_partner to <p>.
|
| 193|
if sy-subrc eq 0.
|
| 194|
<p> = lv_inline.
|
| 195|
else.
|
| 196|
message e368(00) with text-007 p_pfile.
|
| 197|
endif.
|
| 198|
ENDLOOP.
|
| 199|
append lt_partner.
|
--------------------------------------------------------------------------------------------------| 190|

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


|
--------------------------------------------------------------------------------------------------|Name
|Val.
|
--------------------------------------------------------------------------------

-------------------|SY-SUBRC|0
|
|SY-INDEX|3
|
|SY-TABIX|2
|
|SY-DBCNT|0
|
|SY-FDPOS|128
|
|SY-LSIND|0
|
|SY-PAGNO|0
|
|SY-LINNO|1
|
|SY-COLNO|1
|
|SY-PFKEY|
|
|SY-UCOMM|
|
|SY-TITLE|Program to genrate XML file to CHIP from SAP CC/CI data
|
|SY-MSGTY|
|
|SY-MSGID|
|
|SY-MSGNO|000
|
|SY-MSGV1|
|
|SY-MSGV2|
|
|SY-MSGV3|
|
|SY-MSGV4|
|
|SY-MODNO|0
|
|SY-DATUM|20120131
|
|SY-UZEIT|074752
|
|SY-XPROG|SAPLSYST
|
|SY-XFORM|SYSTEM_HOOK_OPEN_DATASET
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Active Calls/Events
|
--------------------------------------------------------------------------------------------------|No. Ty.
Program
Include
Line |

Name

|
--------------------------------------------------------------------------------------------------|
2 FORM
Z_LOEM_RATED_REPORT
Z_LOEM_RATED_REPORT_PRO
180 |
|
READ_FILE_DATA
|
|
1 EVENT
Z_LOEM_RATED_REPORT
Z_LOEM_RATED_REPORT
40 |
|
START-OF-SELECTION
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Chosen variables
|
--------------------------------------------------------------------------------------------------|Name
|
|
Val.
|
--------------------------------------------------------------------------------------------------|No.
2 Ty.
FORM
|
|Name READ_FILE_DATA
|
--------------------------------------------------------------------------------------------------|P_FILE
|
|
\\SAPCCTFS\TST_CCOEMDBOXACTI\CCT\LOEM\CC_INPUT\MSLOEM_NAMED_PARTNER_INFO.TX
T
|
|
555454454555555444444445445454455444454454455554544445444445545544554444255
5222222222222222222|
|
CC31033463C434F33F5D42F81349C334CCF5DC33F9E054CD3CF5DFE1D54F0124E52F9E6FE48
4000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
5C005C00530041005000430043005400460053005C005400530054005F00430043004F00450
04D00440042004F0058|
|SY-MSGV2
|
|
|
|
22222222222222222222222222222222222222222222222222
|
|
00000000000000000000000000000000000000000000000000
|
|
00000000000000000000000000000000000000000000000000
|
|
00000000000000000000000000000000000000000000000000
|
|
200020002000200020002000200020002000200020002000200020002000200020002000200

0200020002000200020|
|SY-MSGV3
|
|
|
|
22222222222222222222222222222222222222222222222222
|
|
00000000000000000000000000000000000000000000000000
|
|
00000000000000000000000000000000000000000000000000
|
|
00000000000000000000000000000000000000000000000000
|
|
200020002000200020002000200020002000200020002000200020002000200020002000200
0200020002000200020|
|SY-MSGV4
|
|
|
|
22222222222222222222222222222222222222222222222222
|
|
00000000000000000000000000000000000000000000000000
|
|
00000000000000000000000000000000000000000000000000
|
|
00000000000000000000000000000000000000000000000000
|
|
200020002000200020002000200020002000200020002000200020002000200020002000200
0200020002000200020|
|%_S_PROG_%_APP_%
|
|
S_PROG Program Name
to
@1F\QMultip|
|
555544225766766246662222222222222222227622222222222222222222222222222222222
2222222243455476767|
|
3F02F70002F721D0E1D50000000000000000004F00000000000000000000000000000000000
00000000016C1D5C490|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
53005F00500052004F00470020002000500072006F006700720061006D0020004E0061006D0
0650020002000200020|
|S_TDATE-LOW
|
|
00000000
|
|
33333333
|
|
00000000
|
|
00000000
|
|
00000000
|
|
30003000300030003000300030003000
|
|TEXT
|
|
PARTNER

|
|

5455445

0124E52

0000000

0000000

|
|
|
|
50004100520054004E0045005200
|
|LT_OUTPUT_TMP4[]
|
|
Table[initial]
|
|
|
|SY-REPID
|
|
Z_LOEM_RATED_REPORT
|
|
5544445545445545455222222222222222222222
|
|
AFCF5DF21454F250F24000000000000000000000
|
|
0000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000
|
|
5A005F004C004F0045004D005F00520041005400450044005F005200450050004F005200540
0200020002000200020|
|S_FDATE
|
|
0000000000000000
|
|
2223333333333333333
|
|
0000000000000000000
|
|
0000000000000000000
|
|
0000000000000000000
|
|
200020002000300030003000300030003000300030003000300030003000300030003000300
0
|
|LT_PARTNER
|
|
386948
|
|
333333222222222222222222222222222222222222222222222222222222222222222222222
2222222222222222222|
|
386948000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
330038003600390034003800200020002000200020002000200020002000200020002000200
0200020002000200020|
|LT_PARTNER[]
|

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

|
Table IT_897[2x1300]
|
\PROGRAM=Z_LOEM_RATED_REPORT\DATA=LT_PARTNER[]
|
Table reference: 11
|
TABH+ 0(20) = 703A2E00DF070000000000000000000000000000
|
TABH+ 20(20) = 0B000000810300000200000014050000FFFFFFFF
|
TABH+ 40(16) = 04000000B054010004000000C124C000
|
store
= 0x703A2E00DF070000
|
ext1
= 0x0000000000000000
|
shmId
= 0
(0x00000000)
|
id
= 11
(0x0B000000)
|
label
= 897 (0x81030000)
|
fill
= 2
(0x02000000)
|
leng
= 1300 (0x14050000)
|
loop
= -1
(0xFFFFFFFF)
|
xtyp
= TYPE#000049
|
occu
= 4
(0x04000000)
|
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 = 0
|
sharedWithShmTab = 0
|
isShmLockId = 0
|
isUsed
= 1

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

|
= 1
|
hasScndKeys = 0
|
hasRowId
= 0
|
scndKeysOutdated = 0
|
scndUniKeysOutdated = 0
|
----- Shareable Table Header Data ----|
tabi
= 0xF0322A00DF070000
|
pgHook
= 0x0000000000000000
|
idxPtr
= 0x0000000000000000
|
id
= 838 (0x46030000)
|
shmTabhSet = 0x0000000000000000
|
refCount
= 0
(0x00000000)
|
tstRefCount = 0
(0x00000000)
|
lineAdmin
= 4
(0x04000000)
|
lineAlloc
= 4
(0x04000000)
|
shmVersId
= 0
(0x00000000)
|
shmRefCount = 1
(0x01000000)
|
rowId
= 18446744073709551615
|
scndKeyAdmin = 0x0000000000000000
|
isCtfyAble

|
|
TPID
MPNID
MIOI|
|
554422222222222222222222222222222222222222222222222222222222222222222222222
2222245444222224444|
|
409400000000000000000000000000000000000000000000000000000000000000000000000
00000D0E9400000D9F9|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
540050004900440020002000200020002000200020002000200020002000200020002000200
0200020002000200020|
|
|
|
386948
|
|
333333222222222222222222222222222222222222222222222222222222222222222222222
2222222222222222222|
|
386948000000000000000000000000000000000000000000000000000000000000000000000
|

0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
330038003600390034003800200020002000200020002000200020002000200020002000200
0200020002000200020|
|SYST-REPID
|
|
Z_LOEM_RATED_REPORT
|
|
5544445545445545455222222222222222222222
|
|
AFCF5DF21454F250F24000000000000000000000
|
|
0000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000
|
|
5A005F004C004F0045004D005F00520041005400450044005F005200450050004F005200540
0200020002000200020|
|%B001000_BLOCK_1000
|
|
Selection Criteria
|
|
566667666247676766222222222222222222222222222222222222222222222222222222222
22222222
|
|
35C5349FE032945291000000000000000000000000000000000000000000000000000000000
00000000
|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
00000000
|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
00000000
|
|
530065006C0065006300740069006F006E00200043007200690074006500720069006100200
0200020002000200020|
|LV_INLINE
|
|
388354###FALSE#PROCOMP AMAZONIA INDUSTRIA ELETRONI#"Av. Dr. Gastao Vidigal,
2001"#NULL##Sao Pa|
|
333333000444540554444524445444424445555442444554440247224722467766256666662
2333320454400566256|
|
38835499961C35902F3FD001D1AFE9109E453429105C542FE99216E042E071341F0694971CC
0200129E5CC9931F001|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
330038003800330035003400090009000900460041004C00530045000900500052004F00430
04F004D005000200041|
|S_TDATE-OPTION
|
|
|
|
22
|
|
00
|
|
00
|
|
00

|
|

20002000
|

|SY-SUBRC
|
|

0000

0000

00000000

|
|
|
|
|GT_DATA
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

|
Table IT_896[13x8]
|
\PROGRAM=Z_LOEM_RATED_REPORT\FORM=READ_FILE_DATA\DATA=GT_DATA
|
Table reference: 13
|
TABH+ 0(20) = F0521D00DF070000000000000000000000000000
|
TABH+ 20(20) = 0D000000800300000D00000008000000FFFFFFFF
|
TABH+ 40(16) = 04000000A05B010004000000C128C000
|
store
= 0xF0521D00DF070000
|
ext1
= 0x0000000000000000
|
shmId
= 0
(0x00000000)
|
id
= 13
(0x0D000000)
|
label
= 896 (0x80030000)
|
fill
= 13
(0x0D000000)
|
leng
= 8
(0x08000000)
|
loop
= -1
(0xFFFFFFFF)
|
xtyp
= TYPE#000086
|
occu
= 4
(0x04000000)
|
accKind
= 1
(ItAccessStandard)
|
idxKind
= 0
(ItIndexNone)
|
uniKind
= 2
(ItUniNo)
|
keyKind
= 1
(default)
|
cmpMode
= 4
(cmpSingleEq)
|
occu0
= 1
|
stMode
= 0

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

|
= 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
= 0xB0D10B00DF070000
|
pgHook
= 0xD0C80000DF070000
|
idxPtr
= 0x0000000000000000
|
id
= 837 (0x45030000)
|
shmTabhSet = 0x0000000000000000
|
refCount
= 0
(0x00000000)
|
tstRefCount = 0
(0x00000000)
|
lineAdmin
= 1020 (0xFC030000)
|
lineAlloc
= 28
(0x1C000000)
|
shmVersId
= 0
(0x00000000)
|
shmRefCount = 1
(0x01000000)
|
rowId
= 18446744073709551615
|
scndKeyAdmin = 0x0000000000000000
|
groupCntl

|
|
|

386948

333333

386948

|
|

|
|

000000

000000

|
330038003600390034003800
|

|
|
|

<empty string>

10000000

40000000

|
1400000000000000
|

|
|

|
|
|

<empty string>

10000000

40000000

|
1400000000000000
|

|
|

|
|
|

FALSE

44454

61C35

00000

00000

|
460041004C0053004500
|

|
|
|
|

|
|
NTT System Sp. z o.o.
|
|
455257776625722726262
|
|
E44039345D030E0A0FEFE
|
|
000000000000000000000
|
|
000000000000000000000
|
|
4E00540054002000530079007300740065006D002000530070002E0020007A0020006F002E0
06F002E00
|
|S_FPRD
|
|
#####
|
|
22200000
|

|
|

00000000

00000000

00000000

|
|
|
20002000200000000000000000000000
|
--------------------------------------------------------------------------------------------------|No.
1 Ty.
EVENT
|
|Name START-OF-SELECTION
|
--------------------------------------------------------------------------------------------------|SY
|
|
###########################################################################'
######### C##>|
|
000000000000000000000080000000000000000000000000F00000000000000000000000000
020E000F0008F240000|
|
300020D00000000000000000100010000000008000000000F00000000000000000000000000
070A000F0000F030200|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
000000000008F000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000FF00000C|
|
0300000000000000020000000D0000000000000000000000000000000000000000000000000
0000000000000800000|
|LV_RC
|
|
0
|
|
0000
|
|
0000
|
|
00000000
|
|SCREEN
|
|
%_17SNS0003859110_%_%_%_%_%_%_
|
|
253354533333333335252525252525222222222222222222222222222222222222222222222
2222222222222222222|
|
5F173E30003859110F5F5F5F5F5F5F000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
25005F003100370053004E00530030003000300033003800350039003100310030005F00250
05F0025005F0025005F|
|P_PFILE
|
|
\\SAPCCTFS\TST_CCOEMDBOXACTI\CCT\LOEM\CC_INPUT\MSLOEM_NAMED_PARTNER_INFO.TX
T
|
|
555454454555555444444445445454455444454454455554544445444445545544554444255
|

5222222222222222222|
|
CC31033463C434F33F5D42F81349C334CCF5DC33F9E054CD3CF5DFE1D54F0124E52F9E6FE48
4000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
5C005C00530041005000430043005400460053005C005400530054005F00430043004F00450
04D00440042004F0058|
|P_CTFILE
|
|
\\SAPCCTFS\TST_CCOEMDBOXACTI\CCT\LOEM\CC_INPUT\MSLOEM_NAMED_CONTACT_INFO.TX
T
|
|
555454454555555444444445445454455444454454455554544445444445444544554444255
5222222222222222222|
|
CC31033463C434F33F5D42F81349C334CCF5DC33F9E054CD3CF5DFE1D54F3FE4134F9E6FE48
4000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
5C005C00530041005000430043005400460053005C005400530054005F00430043004F00450
04D00440042004F0058|
|P_CPFILE
|
|
\\SAPCCTFS\TST_CCOEMDBOXACTI\CCT\LOEM\CC_INPUT\PROGRAMID_TPID_COOPID.TXT
|
|
555454454555555444444445445454455444454454455555544544445554454445442555222
2222222222222222222|
|
CC31033463C434F33F5D42F81349C334CCF5DC33F9E054C02F721D94F4094F3FF094E484000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
5C005C00530041005000430043005400460053005C005400530054005F00430043004F00450
04D00440042004F0058|
|SYST
|
|
###########################################################################'
######### C##>|
|
000000000000000000000080000000000000000000000000F00000000000000000000000000
020E000F0008F240000|
|
300020D00000000000000000100010000000008000000000F00000000000000000000000000
070A000F0000F030200|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
000000000008F000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000FF00000C|
|
0300000000000000020000000D0000000000000000000000000000000000000000000000000
0000000000000800000|
|%_PRINT
|
|
000
0###|
|
222233322222222222222222222222222222222222222222222222222222222222222222222
2222222222222223000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
200020002000200030003000300020002000200020002000200020002000200020002000200
0200020002000200020|
|LV_XML_RESULT
|
|
<empty string>
|
|
10000000
|
|
40001000
|
|
1400000001000000
|
|/1FE/0LOEM0IT-BITDATE_TO
|
|
00000000
|
|
33333333
|
|
00000000
|
|
00000000
|
|
00000000
|
|
30003000300030003000300030003000
|
|%_S_TDATE_%_APP_%
|
|
S_TDATE To Date
to
@1F\QMultip|
|
555445425624676222222222222222222222227622222222222222222222222222222222222
2222222243455476767|
|
3F4414504F04145000000000000000000000004F00000000000000000000000000000000000
00000000016C1D5C490|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
53005F0054004400410054004500200054006F0020004400610074006500200020002000200
0200020002000200020|
|GT_SOURCE_NEW[]
|
|
Table[initial]
|
|
|
|LV_FILENAME
|
|
\\SAPMPTFS\TST_CCOEMOJSE\MPT\LOEM\NAMED_20120131074752.xml
|
|
555454554555555444444454545554444544444533333333333333276622222222222222222
2222222222222222222|
|
CC310D0463C434F33F5DFA35CD04CCF5DCE1D54F20120131074752E8DC00000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000|
|
5C005C005300410050004D0050005400460053005C005400530054005F00430043004F00450
04D004F004A00530045|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Internal notes
|
|
The termination was triggered in function "DsetReadText"
|
|
of the SAP kernel, in line 1746 of the module
|
|
"//bas/720_REL/src/krn/runt/abdset.c#12".
|
|
The internal operation just processed is "DSET".
|
|
Internal mode was started at 20120131074721.
|
|
Internal error code of the character set converter: 0
|
|
SAP CHARCODE of the replacement character for the convertsion: 23
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|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=20304)
|
|When
: 1/31/2012 7:48:16.415
|
|Threads : 2
|
|Computer Name
: CO1SAPTSTCCCL2
|
|User Name
: mptadm
|
|Number of Processors: 24
|
|Processor Type: Intel64 Family 6 Model 29 Stepping 1
|
|Windows Version
: 6.0 Current Build: 6002
|
|State Dump for Thread Id 409c

|
|0000000002027B10 000000014188E136
bg.c (548)]
|
|0000000002027C10 0000000140273B44
stcdbg.c (383)]
|
|0000000002027C40 00000001404B688A
k.c (183)]
|
|0000000002027C90 00000001404BC48D
abrabax.c (8649)] |
|00000000020285A0 00000001405AC3AC
c (1419)]
|
|0000000002029240 00000001405B3712
[abdset.c (1748)] |
|0000000002029360 00000001405B3E45
et.c (4173)]
|
|0000000002029400 00000001405B8B8D
et.c (4397)]
|
|0000000002029930 00000001404A5D51
(6550)]
|
|0000000002029AB0 000000014051D478
c (721)]
|
|0000000002029B00 000000014051DD86
.c (278)]
|
|0000000002029B90 00000001404F8079
c (60)]
|
|0000000002029C20 00000001402E62A2
(511)]
|
|0000000002029DD0 00000001402EAA8A
p.c (2732)]
|
|0000000002029E60 00000001402E9FFB
p.c (1225)]
|
|0000000002029F30 000000014029E6E7
p.c (470)]
|
|000000000202F320 00000001401126DB
(2026)]
|
|000000000202FDF0 0000000140112EEC
.c (4871)]
|
|000000000202FE50 000000014002E766
c (1195)]
|
|000000000202FEF0 00000001400010B1
(1174)]
|
|000000000202FF20 0000000141BA91F0
f.c (80)]
|
|000000000202FF50 0000000076FDBE3D
[crtexe.c (594)] |
|000000000202FF80 00000000771E6861
|
|000000000202FFD0 0000000000000000
|
|State Dump for Thread Id 48f4
|
|000000000A12FDE0 0000000076FCB530
|
|000000000A12FE50 0000000141A7E2AF
|
|000000000A12FEF0 0000000074E837D7
.c (717)]
|
|000000000A12FF20 0000000074E83894
|
|000000000A12FF50 0000000076FDBE3D

0000000002D7D0D0 disp+work!DumpStacks [ntstcd


0000000074F39FD0 disp+work!NTDebugProcess [nt
0000000074F39FD0 disp+work!CTrcStack [dptstac
0000000143223C20 disp+work!rabax_CStackSave [
00000000020292E8 disp+work!ab_rabax [abrabax.
C000000800000014 disp+work!DsetThrowConvError
000007DF000F4FA0 disp+work!DsetReadText [abds
000007FFCE796220 disp+work!DsetReadData [abds
00000000FFFFFFFF disp+work!ab_jdset [abdset.c
0000000000000000 disp+work!ab_extri [abextri.
0000000000000000 disp+work!ab_xevent [abrunt1
0000000141D43B70 disp+work!ab_trigg [abrunt1.
000007DF000CAEA0 disp+work!ab_run [absubmit.c
000007DF000CAEA0 disp+work!dynpmcal [dymainst
0000000000000000 disp+work!dynppai0 [dymainst
00000000FFFFFFFE disp+work!dynprctl [dymainst
0000000000000000 disp+work!dynpen00 [dymain.c
FFFFFFFFFFFFFF00 disp+work!TskhLoop [thxxhead
0000000002D7D038 disp+work!ThStart [thxxhead.
FFFFFFFF00000001 disp+work!DpMain [dpxxdisp.c
0000000002030000 disp+work!nlsui_main [thxxan
0000000000000000 disp+work!__tmainCRTStartup
0000000000000000 kernel32!BaseThreadInitThunk
0000000000000000 ntdll!RtlUserThreadStart

0000000000000000 ntdll!NtFsControlFile
FFFFFFFFFFFFFFFE kernel32!ConnectNamedPipe
00000000037098A0 disp+work!SigIMsgFunc [signt
0000000074F395C0 MSVCR80!endthreadex
0000000000000000 MSVCR80!endthreadex

|
|000000000A12FF80 00000000771E6861 0000000000000000 kernel32!BaseThreadInitThunk
|
|000000000A12FFD0 0000000000000000 0000000000000000 ntdll!RtlUserThreadStart
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|List of ABAP programs affected
|
--------------------------------------------------------------------------------------------------|Index |Typ|Program
|Group |Date
|Time
|
Size
|Lang.
|
--------------------------------------------------------------------------------------------------|
0|Prg|Z_LOEM_RATED_REPORT
|
0|01/09/2012|17:13:08|
103424|E
|
|
1|Prg|SAPMSSY0
|
1|08/10/2011|09:20:08|
111616|E
|
|
2|Prg|SAPMSSYD
|
1|08/10/2011|09:20:08|
24576|E
|
|
3|Prg|SAPFSYSCALLS
|
1|09/09/2004|14:18:32|
8192|E
|
|
4|Prg|RSDBRUNT
|
0|12/22/2011|16:32:47|
305152|E
|
|
5|Typ|RSSCR
|
0|03/30/2005|10:21:45|
5120|
|
|
6|Prg|RSDBSPBL
|
0|03/30/2005|10:21:58|
84992|E
|
|
7|Prg|SAPDB__S
|
0|03/30/2005|10:22:01|
21504|E
|
|
8|Typ|VARID
|
0|08/10/2011|05:52:10|
5120|
|
|
9|Typ|SSCRFIELDS
|
0|05/13/1997|12:54:26|
5120|
|
|
10|Prg|RSDBSPVA
|
0|08/10/2011|09:21:35|
160768|E
|
|
11|Prg|%_CSYDB0
|
0|03/30/2005|10:21:45|
40960|E
|
|
12|Prg|SAPLSVAR
|
12|12/22/2011|16:32:36|
921600|E
|
|
13|Typ|RSVAMEMKEY
|
0|05/07/1997|13:07:49|
2048|
|
|
14|Prg|RSDBSPMC
|
0|09/12/2006|11:25:01|
92160|E
|
|
15|Typ|DDSHDESCR
|
0|09/03/1997|03:05:16|
4096|
|
|
16|Typ|SPPARAMS
|
0|05/07/1997|13:10:38|
2048|
|
|
17|Prg|SAPLICON
|
17|12/17/2007|16:04:40|
31744|E
|
|
18|Prg|%_CICON
|
17|12/17/2007|16:04:39|
126976|E
|
|
19|Typ|ICONT
|
0|09/12/2006|11:25:01|
2048|
|
|
20|Prg|SAPLSABE
|
20|06/12/2008|12:31:55|
14336|E
|

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

21|Prg|SAPLSECU
107520|E
|
22|Typ|RSSUBINFO
3072|
|
23|Prg|%_CRSDS
11264|E
|
24|Typ|RSDSEXPR
3072|
|
25|Prg|SAPLDSYA
52224|E
|
26|Prg|SAPFSDS1
61440|E
|
27|Typ|TDCLD
5120|
|
28|Prg|SAPLSDOD
52224|E
|
29|Typ|DOKIL
3072|
|
30|Prg|SAPCNVE
9216|E
|
31|Prg|SAPLLANG
11264|E
|
32|Typ|T002
2048|
|
33|Typ|RSEXFCODE
2048|
|
34|Prg|SAPFSPOR
16384|E
|
35|Typ|RSSELINT
3072|
|
36|Typ|RSPARINT
2048|
|
37|Prg|SAPLSCNT
34816|E
|
38|Typ|DYCBOX
3072|
|
39|Prg|SAPLSVSM
33792|E
|
40|Prg|SAPLSGUI
105472|E
|
41|Prg|SAPLSTTM
79872|E
|
42|Prg|SAPLSBDC
49152|E
|
43|Prg|CL_DATAPROVIDER===============CP
57344|E
|
44|Prg|SAPLSTUP
86016|E
|
45|Prg|SAPLCNDP
231424|E
|
46|Prg|SAPSHDTV
38912|E
|
47|Prg|SAPFGUICNTL
27648|E
|
48|Prg|SAPLOLEA
110592|E
|
49|Prg|SAPLSFES
315392|E
|
50|Prg|SAPLSPLUGIN
9216|E
|

21|08/10/2011|09:23:22|

0|10/14/1999|22:01:03|

0|02/18/2005|14:15:39|

0|08/20/1998|10:57:18|

25|02/11/2011|19:12:23|

25|03/30/2005|10:22:01|

0|11/02/1998|09:51:35|

28|12/17/2008|07:17:30|

0|05/12/1997|16:46:17|

30|09/09/2004|14:36:10|

31|09/10/2007|14:53:12|

0|09/10/2007|14:53:12|

0|08/13/1997|12:52:57|

0|06/12/2008|13:33:02|

0|04/04/1995|16:12:37|

0|04/10/1995|09:58:38|

37|02/18/2005|14:16:06|

0|08/20/1998|11:16:53|

39|08/10/2011|06:09:42|

40|08/13/2010|22:02:15|

41|07/05/2005|13:10:18|

42|12/17/2007|15:30:54|

43|06/12/2008|12:52:49|

44|12/22/2011|15:25:28|

45|08/10/2011|07:14:53|

37|12/22/2011|16:32:35|

1|02/18/2005|14:15:08|

48|12/22/2011|16:32:59|

49|12/22/2011|16:31:02|

50|08/10/2011|07:12:16|

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

51|Typ|ARFCRDATA
6144|
|
52|Prg|SAPLGRFC
16384|E
|
53|Typ|SWCBCONT
3072|
|
54|Typ|OLE_VERBS
2048|
|
55|Typ|OLE_PA
2048|
|
56|Typ|SSCRTEXTS
3072|
|
57|Prg|CL_GUI_PROPS_CONSUMER=========CP
34816|E
|
58|Prg|SAPLTHFB
472064|E
|
59|Typ|EUDB
8192|
|
60|Prg|%_CCNTL
17408|E
|
61|Prg|CL_DYNAMIC_GUI_EXTENSIONS=====CP
44032|E
|
62|Prg|CL_GUI_DATAMANAGER============CP
87040|E
|
63|Prg|CL_ABAP_CHAR_UTILITIES========CP
14336|E
|
64|Typ|RVARI
4096|
|
65|Typ|RSVARIDYN
5120|
|
66|Typ|RSVARIVDAT
2048|
|
67|Typ|RSVDATDYN
3072|
|
68|Typ|RSVAR
8192|
|
69|Typ|TRDIR
6144|
|
70|Typ|VARI
6144|
|
71|Typ|RSDYNNR
2048|
|
72|Typ|TADIR
5120|
|
73|Typ|VARIT
2048|
|
74|Typ|VARIS
2048|
|
75|Typ|LVC_S_FCAT
20480|
|
76|Prg|CL_GUI_CONTROL================CP
125952|E
|
77|Prg|CL_GUI_OBJECT=================CP
449536|E
|
78|Prg|CL_GUI_CFW====================CP
190464|E
|
79|Typ|OBJ_RECORD
2048|
|
80|Typ|TOLE
3072|
|

0|08/10/2011|05:49:47|

52|08/10/2011|06:01:35|

0|08/10/2011|05:51:37|

0|04/04/1995|16:02:20|

0|04/04/1995|16:02:19|

0|09/03/1997|03:12:33|

57|06/12/2008|12:52:49|

58|12/22/2011|16:34:10|

0|11/06/2003|20:28:08|

57|02/18/2005|14:15:08|

61|02/18/2005|14:15:28|

62|06/12/2008|12:52:49|

63|12/22/2011|16:31:02|

0|03/30/1998|09:40:50|

0|08/10/2011|05:51:26|

0|04/04/1995|16:12:54|

0|11/15/2000|17:52:04|

0|11/02/1998|09:48:19|

0|08/12/2011|18:15:53|

0|05/12/1997|15:27:09|

0|05/07/1997|13:06:10|

0|08/10/2011|05:50:08|

0|05/12/1997|16:51:30|

0|05/12/1997|15:27:21|

0|08/10/2011|05:50:48|

76|06/12/2008|12:52:49|

77|06/12/2008|12:52:49|

78|08/10/2011|06:07:26|

0|02/14/1998|08:30:43|

0|07/29/1998|19:56:01|

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

81|Prg|%_COLE2
11264|E
|
82|Prg|SAPLSCP2
169984|E
|
83|Typ|SWCONT
3072|
|
84|Prg|CL_GUI_ALV_GRID===============CP
837632|E
|
85|Prg|CL_GUI_ALV_GRID_BASE==========CP
254976|E
|
86|Prg|CL_GUI_CUSTOM_CONTAINER=======CP
46080|E
|
87|Prg|CL_GUI_CONTAINER==============CP
61440|E
|
88|Prg|SAPLCNTH
34816|E
|
89|Prg|CL_GUI_DATAPONDEMAND==========CP
70656|E
|
90|Prg|CL_DATAPTABLECACHE============CP
64512|E
|
91|Prg|CL_GUI_FRONTEND_SERVICES======CP
139264|E
|
92|Prg|CL_ALV_TRACE==================CP
281600|E
|
93|Prg|CL_ALV_VARIANT================CP
167936|E
|
94|Typ|LVC_S_TOTO
5120|
|
95|Prg|CL_ALV_BDS====================CP
165888|E
|
96|Prg|CL_BDS_DOCUMENT_SET===========CP
129024|E
|
97|Prg|CL_CTMENU=====================CP
41984|E
|
98|Prg|CL_ALV_EVENT_TOOLBAR_SET======CP
9216|E
|
99|Prg|CL_ALV_Z_PARAMS===============CP
75776|E
|
100|Prg|CL_SALV_CSQ_PARAMS_DB=========CP
47104|E
|
101|Prg|CL_SALV_GZT_ADMIN=============CP
14336|E
|
102|Prg|CL_SALV_BOQ_PARAMS============CP
31744|E
|
103|Typ|LVC_S_LAYO
16384|
|
104|Typ|DISVARIANT
3072|
|
105|Typ|LVC_S_PRNT
10240|
|
106|Prg|CL_SALV_VERI_RUN==============CP
97280|E
|
107|Prg|CL_ABAP_OBJECTDESCR===========CP
37888|E
|
108|Prg|CL_ABAP_TYPEDESCR=============CP
33792|E
|
109|Prg|CL_ABAP_ELEMDESCR=============CP
41984|E
|
110|Prg|CL_ABAP_DATADESCR=============CP
21504|E
|

48|02/18/2005|14:15:28|

82|12/22/2011|16:31:03|

0|08/10/2011|05:51:43|

84|12/22/2011|15:35:17|

85|12/22/2011|15:35:17|

86|06/12/2008|12:52:49|

87|06/12/2008|12:52:49|

88|02/18/2005|14:15:08|

89|08/10/2011|06:07:27|

90|07/05/2005|13:10:15|

91|08/10/2011|07:02:59|

92|12/22/2011|15:35:17|

93|12/22/2011|15:35:17|

0|12/04/2000|12:48:07|

95|12/22/2011|15:35:17|

96|08/10/2011|09:20:45|

97|08/10/2011|07:48:50|

98|06/12/2008|12:48:15|

99|12/22/2011|15:26:00|

100|08/10/2011|06:08:17|

101|08/10/2011|06:08:32|

102|12/22/2011|15:25:57|

0|08/10/2011|05:50:41|

0|07/29/1998|18:25:39|

0|02/07/2006|10:07:58|

106|12/17/2008|07:18:28|

107|08/10/2011|06:05:13|

108|08/10/2011|06:05:29|

109|08/10/2011|06:05:04|

110|08/10/2011|06:04:50|

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

111|Prg|CL_ABAP_REFDESCR==============CP
34816|E
|
112|Prg|CL_ABAP_STRUCTDESCR===========CP
49152|E
|
113|Prg|CL_ABAP_COMPLEXDESCR==========CP
19456|E
|
114|Prg|CL_ABAP_TABLEDESCR============CP
37888|E
|
115|Prg|CL_ABAP_CLASSDESCR============CP
34816|E
|
116|Prg|CL_ABAP_INTFDESCR=============CP
27648|E
|
117|Prg|CL_SALV_CALLER_SERVICES=======CP
59392|E
|
118|Typ|LVC_S_BDS
26624|
|
119|Prg|SAPLKKBL
1695744|E
|
120|Typ|LVC_S_ROID
2048|
|
121|Prg|%_CABAP
36864|E
|
122|Typ|LVC_S_DD01
2048|
|
123|Prg|CL_SALV_TOOLTIP===============CP
14336|E
|
124|Prg|CL_SALV_METADATA_BASE=========CP
9216|E
|
125|Prg|CL_SALV_METADATA==============CP
10240|E
|
126|Prg|SAPLSLVC
510976|E
|
127|Prg|SAPLSKBB
73728|E
|
128|Typ|DFIES
10240|
|
129|Typ|EUINFO
6144|
|
130|Prg|SAPLSDIFRUNTIME
123904|E
|
131|Typ|DDFIXVALUE
2048|
|
132|Typ|X031L
6144|
|
133|Prg|SAPLSDNT
279552|E
|
134|Prg|SAPLSUGS
60416|E
|
135|Typ|DDFTX
4096|
|
136|Prg|CL_ABAP_MATH==================CP
17408|E
|
137|Typ|LVC_S_COL
2048|
|
138|Prg|CL_ABAP_SOFT_REFERENCE========CP
10240|E
|
139|Prg|CL_ABAP_REFERENCE=============CP
8192|E
|
140|Prg|CL_I18N_BIDI==================CP
51200|E
|

111|08/10/2011|06:05:17|

112|08/10/2011|06:05:21|

113|08/10/2011|06:04:45|

114|08/10/2011|06:05:24|

115|08/10/2011|06:04:42|

116|08/10/2011|06:05:08|

117|12/22/2011|15:26:02|

0|09/09/2004|14:16:48|

119|12/22/2011|15:35:18|

0|10/14/1999|21:58:04|

84|08/10/2011|05:59:01|

0|05/18/2004|14:06:56|

123|09/11/2007|11:24:33|

124|09/11/2007|11:24:32|

125|09/11/2007|11:24:33|

126|12/22/2011|15:35:18|

127|08/10/2011|06:06:39|

0|08/10/2011|05:50:03|

0|07/16/1997|14:45:04|

130|12/22/2011|16:32:35|

0|08/27/1999|18:04:56|

0|08/10/2011|05:52:34|

133|12/22/2011|15:25:43|

134|08/08/2011|03:19:26|

0|11/05/1997|02:52:59|

136|08/10/2011|07:09:36|

0|12/21/1999|19:15:32|

138|07/05/2005|13:10:15|

139|09/09/2004|14:18:16|

140|12/22/2011|16:31:02|

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

141|Prg|CL_ABAP_CONV_IN_CE============CP
25600|E
|
142|Prg|CL_SALV_BS_RUNTIME_INFO=======CP
63488|E
|
143|Prg|CX_SALV_BS_SC_RUNTIME_INFO====CP
14336|E
|
144|Prg|CX_SALV_BS_SC_MSG=============CP
13312|E
|
145|Prg|CX_SALV_BS_SC=================CP
11264|E
|
146|Prg|CX_STATIC_CHECK===============CP
11264|E
|
147|Prg|CX_ROOT=======================CP
13312|E
|
148|Prg|CX_NO_CHECK===================CP
11264|E
|
149|Prg|%_CSCTX
10240|E
|
150|Typ|STB_BUTTON
3072|
|
151|Prg|CL_ALV_CHECK_THIRD_PARTY======CP
13312|E
|
152|Prg|IF_ALV_Z======================IP
20480|E
|
153|Prg|CL_SALV_BS_SESSION_CACHE======CP
16384|E
|
154|Prg|IF_CACHED_PROP================IP
5120|E
|
155|Prg|IF_GUI_DYNAMIC_DATA===========IP
5120|E
|
156|Prg|SAPFGUICNTL_CFW
16384|E
|
157|Prg|CL_ALV_XSLT_TRANSFORM=========CP
28672|E
|
158|Prg|SAPLAQXI
20480|E
|
159|Typ|AQXINTI
2048|
|
160|Prg|SAPLSLVX
41984|E
|
161|Typ|LVC_S_STBL
2048|
|
162|Typ|LVC_S_ADDI
3072|
|
163|Typ|LVC_S_RPRP
3072|
|
164|Typ|LVC_S_SELF
3072|
|
165|Prg|%_CSLIS
96256|E
|
166|Prg|%_CKKBLO
149504|E
|
167|Prg|SAPLSKBH
934912|E
|
168|Typ|DTC_S_LAYO
7168|
|
169|Typ|ALV_S_PCTL
8192|
|
170|Typ|PRI_PARAMS
5120|
|

141|12/22/2011|16:31:02|

142|08/13/2010|22:01:19|

143|09/11/2007|11:21:50|

144|09/11/2007|11:21:50|

145|09/11/2007|11:21:50|

146|07/05/2005|13:10:16|

147|08/10/2011|06:13:37|

148|07/05/2005|13:10:16|

97|09/09/2004|14:18:14|

0|08/10/2011|05:51:37|

151|12/22/2011|15:26:00|

151|08/10/2011|07:27:14|

153|08/10/2011|07:26:27|

62|02/18/2005|14:12:55|

62|02/18/2005|14:13:18|

1|06/12/2008|12:52:49|

157|12/22/2011|15:28:50|

158|09/09/2004|14:18:33|

0|04/14/1998|11:17:17|

160|09/11/2007|13:44:52|

0|11/30/1998|15:53:11|

0|12/04/2000|12:47:40|

0|12/04/2000|12:48:05|

0|12/04/2000|12:48:07|

126|08/10/2011|05:59:01|

126|09/11/2007|13:44:52|

167|12/22/2011|16:31:02|

0|12/04/2000|12:46:23|

0|02/07/2006|10:07:06|

0|11/02/1998|09:46:12|

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

171|Typ|ARC_PARAMS
5120|
|
172|Typ|LVC_S_LAYL
2048|
|
173|Typ|LVC_S_INFO
6144|
|
174|Typ|RFC_FIELDS
3072|
|
175|Prg|SAPLCNTL
362496|E
|
176|Typ|DPPROPS
2048|
|
177|Prg|SAPLURFC
26624|E
|
178|Prg|SAPLSRFC
48128|E
|
179|Prg|SAPLSYST
44032|E
|
180|Prg|CL_SYSTEM_UUID================CP
37888|E
|
181|Prg|CX_UUID_ERROR=================CP
12288|E
|
182|Prg|SAPMSSY1
25600|E
|
183|Prg|SAPLCNT0
47104|E
|
184|Prg|CX_SY_MOVE_CAST_ERROR=========CP
12288|E
|
185|Prg|CX_DYNAMIC_CHECK==============CP
11264|E
|
186|Prg|CX_SY_STRUCT_COMP_NAME========CP
13312|E
|
187|Prg|CX_SY_STRUCT_CREATION=========CP
12288|E
|
188|Prg|CX_SY_TYPE_CREATION===========CP
11264|E
|
189|Prg|CX_SY_STRUCT_ATTRIBUTES=======CP
12288|E
|
190|Prg|CX_SY_STRUCT_SUFFIX_NAME======CP
13312|E
|
191|Prg|CX_SY_STRUCT_COMP_TYPE========CP
12288|E
|
192|Rty|type000000000000
0|
|
193|Prg|CX_SY_TABLE_LINE_TYPE=========CP
12288|E
|
194|Prg|CX_SY_TABLE_CREATION==========CP
11264|E
|
195|Typ|LVC_S_CO01
2048|
|
196|Prg|IF_DATAPONDEMAND==============IP
5120|E
|
197|Typ|LVC_S_COL2
2048|
|
198|Typ|LVC_S_DATA
4096|
|
199|Rty|type000000000001
0|
|
200|Prg|CL_SCP_LINEBREAK_UTIL=========CP
17408|E
|

0|08/28/1997|08:36:28|

0|11/09/2000|14:09:15|

0|08/10/2011|05:52:32|

0|08/20/1998|10:56:34|

175|02/11/2011|19:12:39|

0|07/09/1997|23:53:23|

177|08/10/2011|09:22:01|

178|08/10/2011|06:06:42|

179|08/10/2011|06:09:44|

180|08/10/2011|06:12:53|

181|08/10/2011|06:16:21|

45|08/10/2011|06:00:36|

183|02/18/2005|14:15:08|

184|07/05/2005|13:10:16|

185|07/05/2005|13:10:16|

186|08/10/2011|06:15:22|

187|08/10/2011|06:15:22|

188|08/10/2011|06:15:23|

189|08/10/2011|06:15:22|

190|08/10/2011|06:15:23|

191|08/10/2011|06:15:22|

0|01/31/2012|07:47:24|

193|08/10/2011|06:15:23|

194|08/10/2011|06:15:23|

0|12/21/1999|19:15:32|

89|02/18/2005|14:12:59|

0|12/21/1999|19:15:32|

0|08/10/2011|05:50:41|

0|01/31/2012|07:47:24|

200|07/05/2005|13:10:15|

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

201|Typ|ARFCSDATA
6144|
|
202|Prg|IF_DATAPTABLECACHE_MODIFY=====IP
6144|E
|
203|Prg|IF_DATAPTABLECACHE_MODIFY2====IP
6144|E
|
204|Prg|%_CCNDP
15360|E
|
205|Prg|CL_GUI_EVENT==================CP
12288|E
|
206|Prg|CL_GUI_DOCKING_CONTAINER======CP
52224|E
|
207|Typ|LVC_S_ROW
2048|
|
208|Prg|CL_GUI_DYNPRO_COMPANION=======CP
19456|E
|
209|Prg|RSDBSPVD
102400|E
|
210|Typ|RSVARKEY
2048|
|
211|Typ|RSINTRANGE
2048|
|
212|Prg|SAPLSVAV
70656|E
|
213|Prg|SAPLSSEL
1699840|E
|
214|Prg|RSDBSPDS
66560|E
|
215|Typ|RSVUVINT
2048|
|
216|Prg|SAPLDSVAS_DOC
134144|E
|
217|Prg|ZCL_FILE_HANDLER==============CP
47104|E
|
218|Typ|BTCXPM
2048|
|
219|Prg|SAPLSXPT
191488|E
|
220|Typ|SXPGCOLIST
4096|
|
221|Typ|BTCXPGLOG
2048|
|
222|Prg|SAPLSSXP
188416|E
|
223|Typ|BTCOPTIONS
2048|
|
224|Typ|RFCDES
12288|
|
225|Typ|MSXXLIST_V6
4096|
|
226|Prg|SAPLCRFC
454656|E
|
227|Typ|SPTH
2048|
|
228|Prg|CX_SY_CONVERSION_CODEPAGE=====CP
11264|E
|
229|Prg|CX_SY_CONVERSION_ERROR========CP
11264|E
|
230|Prg|CX_SY_NO_HANDLER==============CP
11264|E
|

0|08/10/2011|05:49:56|

89|02/18/2005|14:15:28|

62|02/18/2005|14:12:59|

62|02/18/2005|14:15:28|

205|06/12/2008|12:52:49|

206|06/12/2008|12:52:49|

0|11/02/1998|09:45:47|

208|02/18/2005|14:15:08|

12|08/10/2011|09:21:35|

0|05/07/1997|13:07:54|

0|04/04/1995|16:12:04|

212|08/13/2010|22:02:55|

213|12/22/2011|16:32:33|

0|12/17/2007|16:04:39|

0|01/15/1996|16:09:23|

216|08/10/2011|06:47:41|

217|12/22/2011|16:31:03|

0|07/10/1993|01:37:24|

219|12/22/2011|16:34:05|

0|06/05/1997|12:34:14|

0|06/05/1997|12:33:01|

222|12/22/2011|16:34:05|

0|01/20/2003|16:27:18|

0|08/10/2011|05:49:31|

0|08/10/2011|05:50:54|

226|12/22/2011|16:33:08|

0|01/30/1997|19:00:13|

228|12/22/2011|16:32:23|

229|07/05/2005|13:10:16|

230|07/05/2005|13:10:16|

231|Typ|SYST
|
0|09/09/2004|14:18:12|
30720|
|
| 232|Typ|ZLOEM_XML_LINE
|
0|01/09/2012|11:19:30|
8192|
|
| 233|Prg|%_CSYLDB
|
0|02/18/2005|14:15:48|
9216|E
|
| 234|Typ|CAT_SVARS
|
0|05/18/2004|10:32:36|
3072|
|
| 235|Typ|LVC_S_MSG
|
0|12/04/2000|12:48:05|
6144|
|
| 236|Typ|RSCONVERT
|
0|08/10/2011|05:52:12|
4096|
|
| 237|Prg|%_CSSCR
| 213|03/30/2005|10:21:45|
12288|E
|
| 238|Typ|RSDSQCAT
|
0|05/07/1997|13:45:01|
2048|
|
| 239|Typ|SRFC_SMETH
|
0|11/06/2003|20:31:19|
2048|
|
| 240|Typ|/1FE/0LOEM0IT
|
0|01/09/2012|17:09:24|
9216|
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Directory of Application Tables
|
--------------------------------------------------------------------------------------------------|Name
Date
Time
Lngth
|
|
Val.
|
--------------------------------------------------------------------------------------------------|Program Z_LOEM_RATED_REPORT
|
--------------------------------------------------------------------------------------------------|SYST
09/09/2004 14:18:12 00004612
|
|
\x0003\0\0\0\x0002\0\x000D\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0
|
|SY
/ /
: :
00004612
|
|
\x0003\0\0\0\x0002\0\x000D\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0
|
|VARI
/ /
: :
00003052
|
|
300VAZ_LOEM_RATED_REPORT
MPT_NAMED
|
|/1FE/0LOEM0IT
/ /
: :
00000604
|
|
\0\0\0\0\0\0\0\000000000\0\0
|
|SSCRFIELDS
09/09/2004 14:18:02 00001708
|
|
|
|SSCRTEXTS
/ /
: :
00000742

|
|
|
--------------------------------------------------------------------------------------------------|Program RSDBRUNT
|
--------------------------------------------------------------------------------------------------|RSVUVINT
/ /
: :
00000094
|
|
|
|
|VARID
/ /
: :
00000252
|
|
Z_LOEM_RATED_REPORT
|
--------------------------------------------------------------------------------------------------|Program SAPLSVAR
|
--------------------------------------------------------------------------------------------------|TADIR
/ /
: :
00000464
|
|
R3TRPROGZ_LOEM_RATED_REPORT
|
|TRDIR
/ /
: :
00000340
|
|
Z_LOEM_RATED_REPORT
X
1VZS
|
|VARID
/ /
: :
00000252
|
|
300Z_LOEM_RATED_REPORT
MPT_NAMED
|
|RSVAR
/ /
: :
00000772
|
|
Z_LOEM_RATED_REPORT
MPT_NAMED
|
|VARIT
/ /
: :
00000176
|
|
300EZ_LOEM_RATED_REPORT
MPT_NAMED
|
|DFIES
/ /
: :
00001350
|
|
|
|VARI
/ /
: :
00003052
|
|
300VBZ_LOEM_RATED_REPORT
MPT_NAMED
|
--------------------------------------------------------------------------------------------------|Program SAPLICON
|
--------------------------------------------------------------------------------------------------|ICONT
/ /
: :
00000130
|
|

|
--------------------------------------------------------------------------------------------------|Program SAPFSDS1
|
--------------------------------------------------------------------------------------------------|TDCLD
/ /
: :
00000098
|
|
RE DOKU 40R XX XXLIMUDOCUX (XR3TRPROGX
X|
|
--------------------------------------------------------------------------------------------------|Program SAPLSDOD
|
--------------------------------------------------------------------------------------------------|DOKIL
/ /
: :
00000152
|
|
|
--------------------------------------------------------------------------------------------------|Program SAPLLANG
|
--------------------------------------------------------------------------------------------------|T002
/ /
: :
00000010
|
|
ES1EN|
|
--------------------------------------------------------------------------------------------------|Program SAPLOLEA
|
--------------------------------------------------------------------------------------------------|TOLE
/ /
: :
00000394
|
|
SAP.DATAPROVIDER.1
{799104C5-04C5-11D0|
--------------------------------------------------------------------------------------------------|Program CL_GUI_PROPS_CONSUMER=========CP
|
--------------------------------------------------------------------------------------------------|EUDB
/ /
: :
00004068
|
|
%C85214CE13B8BF10B8F3318A9055858E4
\0\0\0
|
--------------------------------------------------------------------------------------------------|Program CL_GUI_FRONTEND_SERVICES======CP
|
--------------------------------------------------------------------------------------------------|EUDB
/ /
: :
00004068
|
|
FE85214CE13B8BF10B8F3318A9055858E4
\0\0\0

|
--------------------------------------------------------------------------------------------------|Program SAPLSLVC
|
--------------------------------------------------------------------------------------------------|EUINFO
/ /
: :
00003184
|
|
%FVARITE VTEXT
\0\0\0
|
--------------------------------------------------------------------------------------------------|Program CL_SALV_BS_SESSION_CACHE======CP
|
--------------------------------------------------------------------------------------------------|EUDB
/ /
: :
00004068
|
|
AV0006025585214CE13B8BF10B8F3318A9055858E4 \0\0\0
|
--------------------------------------------------------------------------------------------------|Program SAPLSSXP
|
--------------------------------------------------------------------------------------------------|BTCOPTIONS
/ /
: :
00000208
|
|
|
|RFCDES
/ /
: :
00007566
|
|
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|ABAP Control Blocks (CONT)
|
--------------------------------------------------------------------------------------------------|Index|Name|Fl|PAR0|PAR1|PAR2|PAR3|PAR4|PAR5|PAR6|Source Code
|Line
|
--------------------------------------------------------------------------------------------------|20120|7130| |
|
|
|
|
|
|
|
|
|
| 283|BREL|04|0000|
|
|
|
|
|
|Z_LOEM_RATED_REPORT_PRO
|
174|
| 284|WHEN|00|0000|8001|0036|
|
|
|
|Z_LOEM_RATED_REPORT_PRO
|
175|
| 286|BRAN|02|0002|
|
|
|
|
|
|Z_LOEM_RATED_REPORT_PRO
|
175|
| 287|BRAX|00|0054|
|
|
|
|
|
|Z_LOEM_RATED_REPORT_PRO
|
175|
| 288|BREL|80|0000|
|
|
|
|
|
|Z_LOEM_RATED_REPORT_PRO
|
175|

| 289|CLEA|00|0039|
|
|
|
|
|
|Z_LOEM_RATED_REPORT_PRO
|
176|
| 290|REFR|00|0000|0038|0000|
|
|
|
|Z_LOEM_RATED_REPORT_PRO
|
177|
| 292|WHIL|00|0002|0000|0000|0000|0000|0000|0000|Z_LOEM_RATED_REPORT_PRO
|
178|
| 296|WHIL|00|0003|0000|0000|0000|0000|0000|0000|Z_LOEM_RATED_REPORT_PRO
|
178|
| 300|BRAN|05|003E|
|
|
|
|
|
|Z_LOEM_RATED_REPORT_PRO
|
178|
| 301|CLEA|00|C000|
|
|
|
|
|
|Z_LOEM_RATED_REPORT_PRO
|
179|
|>>>>>|DSET|02|0000|8000|C000|
|
|
|
|Z_LOEM_RATED_REPORT_PRO
|
180|
| 304|cmpr|00|00E2|0093|0000|
|
|
|
|Z_LOEM_RATED_REPORT_PRO
|
181|
| 306|BRAF|05|0006|
|
|
|
|
|
|Z_LOEM_RATED_REPORT_PRO
|
181|
| 307|BREL|80|0000|
|
|
|
|
|
|Z_LOEM_RATED_REPORT_PRO
|
181|
| 308|DSET|03|0000|8000|0000|
|
|
|
|Z_LOEM_RATED_REPORT_PRO
|
182|
| 310|EXIT|00|0000|
|
|
|
|
|
|Z_LOEM_RATED_REPORT_PRO
|
183|
| 311|BRAX|00|FFF1|
|
|
|
|
|
|Z_LOEM_RATED_REPORT_PRO
|
183|
| 312|CLEA|00|C001|
|
|
|
|
|
|Z_LOEM_RATED_REPORT_PRO
|
186|
---------------------------------------------------------------------------------------------------

S-ar putea să vă placă și