You are on page 1of 49

Runtime Errors

DBIF_RSQL_SQL_ERROR
Exception
CX_SY_OPEN_SQL_DB
Date and Time
23.12.2011 13:16:39
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Short text
|
|
SQL error in the database when accessing a table.
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|What happened?
|
|
When writing a data record to the database (i.e. when
|
|
updating the database), only part of the data field was
|
|
written (updated). The rest was truncated.
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|What can you do?
|
|
If the error occurred in Open SQL, there is probably an inconsistency
|
|
between the NAMETAB and the ABAP Data Dictionary.
|
|
Compare the length specifications of the fields in the NAMETAB with
|
|
those in the ABAP Dictionary and contact someone who is able to
|
|
perform a consistency check and eliminate the problem.
|
|
In most cases, this person will be your SAP consultant.
|
|
|
|
Note which actions and input led to the error.
|
|
|
|
For further help in handling the problem, contact your SAP administrator
|
|
.
|
|
|
|
You can use the ABAP dump analysis transaction ST22 to view and manage
|
|
termination messages, in particular for long term reference.
|

|
|

|
Note which actions and input led to the error.
|

|
|
|

|
For further help in handling the problem, contact your SAP administrator
|
.
|

|
|
|

|
You can use the ABAP dump analysis transaction ST22 to view and manage
|
termination messages, in particular for long term reference.
|

|
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Error analysis
|
|
An exception occurred that is explained in detail below.
|
|
The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caug
ht
|
|
in
|
|
procedure "UPD_ADD_GLPCT" "(FORM)", nor was it propagated by a RAISING clau
se.
|
|
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:
|
|
The problem has arisen because, within the database interface,
|
|
one of the data buffers made available for the INSERT (UPDATE)
|
|
is longer than the maximum defined in the database.
|
|
On the other hand, it may be that the length in the NAMETAB
|
|
does not match the maximum length defined in the database.
|
|
(In this case, the length in the NAMETAB is longer.)
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|How to correct the error
|
|
Database error text........: "ORA-01438: value larger than specified precis
ion
|

|
|
|

allowed for this column"


|
Internal call code.........: "[RSQL/UPDT/GLPCT ]"
|
Please check the entries in the system log (Transaction SM21).
|

|
|
|
|
|

|
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:
|

|
|
|
|

|
"DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB"
|
"SAPLGLIU" or "LGLIUF0A"
|
"UPD_ADD_GLPCT"
|

|
|
|

|
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
|
|
"UPD_ADD_GLPCT" "(FORM)", or its possible occurrence must be declared in th
e
|
|
RAISING clause of the procedure.
|
|
To prevent the exception, note the following:
|
--------------------------------------------------------------------------------------------------|

--------------------------------------------------------------------------------------------------|System environment
|
|
SAP-Release 701
|
|
|
|
Application server... "esesbsapp29"
|
|
Network address...... "153.88.147.111"
|
|
Operating system..... "Linux"
|
|
Release.............. "2.6.32.24-0.2-defaul"
|
|
Hardware type........ "x86_64"
|
|
Character length.... 8 Bits
|
|
Pointer length....... 64 Bits
|
|
Work process number.. 40
|
|
Shortdump setting.... "full"
|
|
|
|
Database server... "er3as161"
|
|
Database type..... "ORACLE"
|
|
Database name..... "P12"
|
|
Database user ID.. "SAPP12"
|
|

|
Terminal.......... "EV68B599F46288"
|

|
|

|
Char.set.... "en_US.ISO-8859-1"
|

|
|
|
|
|

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

701
"Apr 1 2011 23:52:52"
"Linux GNU SLES-9 x86_64 cc4.1.2"
"OCI_102 (10.2.0.4.0) "

|
|
|

|
Patch level. 137
|
Patch text.. " "
|

|
|
|
Database............. "ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*, ORACLE 11.2.*.
*.*"
|
|
SAP database version. 701
|
|
Operating system..... "Linux 2.6"
|
|
|
|
Memory consumption
|
|
Roll.... 1747648
|
|
EM...... 0
|
|
Heap.... 0
|
|
Page.... 0
|
|
MM Used. 1663080
|
|
MM Free. 62632
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|User and Transaction
|
|
|
|
Client.............. 400
|
|
User................ "ETXLDE"
|

|
|
|

Language key........ "E"


|
Transaction......... "FBB1 "
|
Transactions ID..... "4EF42D5364533598E10000009958936E"
|

|
|
Program............. "SAPLGLIU"
|
|
Screen.............. "RSM13000 3000"
|
|
Screen line......... 2
|
--------------------------------------------------------------------------------------------------|

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


|
|
Termination occurred in the ABAP program "SAPLGLIU" - in "UPD_ADD_GLPCT".
|
|
The main program was "RSM13000 ".
|
|
|
|
In the source code you have the termination point in line 2617
|
|
of the (Include) program "LGLIUF0A".
|
|
The program "SAPLGLIU" was started in the update system.
|
|
The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred in
|
|
procedure "UPD_ADD_GLPCT" "(FORM)", but it was neither handled locally nor
|
|
declared
|
|
in the RAISING clause of its signature.
|
|
|
|
The procedure is in program "SAPLGLIU "; its source code begins in line
|
|
2504 of the (Include program "LGLIUF0A ".
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Source Code Extract
|
--------------------------------------------------------------------------------------------------|Line |SourceCde
|
---------------------------------------------------------------------------------------------------

| 2587|
| 2588|
| 2589|
| 2590|
| 2591|
| 2592|
| 2593|
| 2594|
| 2595|
| 2596|
| 2597|
| 2598|
| 2599|
| 2600|
| 2601|
| 2602|
| 2603|
| 2604|
| 2605|
| 2606|
| 2607|
| 2608|
| 2609|
| 2610|
| 2611|
| 2612|
| 2613|
| 2614|
| 2615|
| 2616|

RUNIT = GLPCT-RUNIT AND


|
DRCRK = GLPCT-DRCRK AND
|
RPMAX = GLPCT-RPMAX .
|
ELSE.
|
CASE P_OFFSET.
|
WHEN '00'.
|
MAC_UPD_ADD_GLPCT VT.
|
WHEN '01'.
|
MAC_UPD_ADD_GLPCT 01.
|
WHEN '02'.
|
MAC_UPD_ADD_GLPCT 02.
|
WHEN '03'.
|
MAC_UPD_ADD_GLPCT 03.
|
WHEN '04'.
|
MAC_UPD_ADD_GLPCT 04.
|
WHEN '05'.
|
MAC_UPD_ADD_GLPCT 05.
|
WHEN '06'.
|
MAC_UPD_ADD_GLPCT 06.
|
WHEN '07'.
|
MAC_UPD_ADD_GLPCT 07.
|
WHEN '08'.
|
MAC_UPD_ADD_GLPCT 08.
|
WHEN '09'.
|
MAC_UPD_ADD_GLPCT 09.
|
WHEN '10'.
|
MAC_UPD_ADD_GLPCT 10.
|
WHEN '11'.
|
MAC_UPD_ADD_GLPCT 11.
|
WHEN '12'.
|

|>>>>>|

MAC_UPD_ADD_GLPCT 12.
|
| 2618|
WHEN '13'.
|
| 2619|
MAC_UPD_ADD_GLPCT 13.
|
| 2620|
WHEN '14'.
|
| 2621|
MAC_UPD_ADD_GLPCT 14.
|
| 2622|
WHEN '15'.
|
| 2623|
MAC_UPD_ADD_GLPCT 15.
|
| 2624|
WHEN '16'.
|
| 2625|
MAC_UPD_ADD_GLPCT 16.
|
| 2626|
ENDCASE.
|
| 2627| ENDIF.
|
| 2628|ENDFORM.
|
| 2629|
|
| 2630|FORM UPD_EQU_GLPCT USING P_OFFSET TYPE CHAR2.
|
| 2631| IF P_OFFSET IS INITIAL.
|
| 2632|
UPDATE GLPCT
|
| 2633|
SET
|
| 2634|
TSLVT = GLPCT-TSLVT
|
| 2635|
HSLVT = GLPCT-HSLVT
|
| 2636|
KSLVT = GLPCT-KSLVT
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Contents of system fields
|
--------------------------------------------------------------------------------------------------|Name
|Val.
|
--------------------------------------------------------------------------------------------------|SY-SUBRC|8
|
|SY-INDEX|0
|
|SY-TABIX|1
|
|SY-DBCNT|1

|
|SY-FDPOS|3
|
|SY-LSIND|0
|
|SY-PAGNO|0
|
|SY-LINNO|1
|
|SY-COLNO|1
|
|SY-PFKEY|
|
|SY-UCOMM|
|
|SY-TITLE|Update control
|
|SY-MSGTY|E
|
|SY-MSGID|KM
|
|SY-MSGNO|163
|
|SY-MSGV1|
|
|SY-MSGV2|
|
|SY-MSGV3|
|
|SY-MSGV4|
|
|SY-MODNO|0
|
|SY-DATUM|20111223
|
|SY-UZEIT|131639
|
|SY-XPROG|SAPLGIVA
|
|SY-XFORM|
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Active Calls/Events
|
--------------------------------------------------------------------------------------------------|No. Ty.
Program
Include
Line |
|
Name
|
--------------------------------------------------------------------------------------------------|
9 FORM
SAPLGLIU
LGLIUF0A
2617 |
|
UPD_ADD_GLPCT
|

8 FORM

SAPLGLIU
LGLIUF0A
2437 |
|
UPD_GLPCT
|
|
7 FUNCTION
SAPLGLIU
LGLIUU01
41 |
|
G_UPDATE_TOTALS
|
|
6 FORM
SAPLGIVA
LGIVAF50
101 |
|
NEW_UPDATE_GLPCT
|
|
5 FORM
SAPMSSY0
SAPMSSY0
504 |
|
%_PROCESS_P_O_C
|
|
4 FORM
SAPMSSY0
SAPMSSY0
249 |
|
%_COMMIT
|
|
3 FORM
RSM13000
RSM13000
5280 |
|
VB_V1_EXEC
|
|
2 FORM
RSM13000
RSM13000
3952 |
|
VB_V1_NORMAL
|
|
1 MODULE (PBO) RSM13000
RSM13000
3801 |
|
VBEXEC
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Chosen variables
|
--------------------------------------------------------------------------------------------------|Name
|
|
Val.
|
--------------------------------------------------------------------------------------------------|No.
9 Ty.
FORM
|
|Name UPD_ADD_GLPCT
|
--------------------------------------------------------------------------------------------------|GLPCT-RRCTY
|
|
0
|
|
3
|
|
0

|
|SYST-REPID
|
|

SAPLGLIU

|
5454444522222222222222222222222222222222
|
|
310C7C9500000000000000000000000000000000
|
|TRACTSLT-CSPRED
|
|
|
|
2222
|
|
0000
|
|GLPCT-RVERS
|
|
000
|
|
333
|
|
000
|
|%_SPACE
|
|
|
|
2
|
|
0
|
|TRACTSLT-QSPRED
|
|
|
|
2222
|
|
0000
|
|GLPCT-RYEAR
|
|
2011
|
|
3333
|
|
2011
|
|TRACTSLT-RLDNR
|
|
|
|
22
|
|
00
|
|GLPCT-ROBJNR
|
|
000000000000578712
|

|
333333333333333333
|
|
000000000000578712
|
|TRACTSLT-RRCTY
|
|
|
|
2
|
|
0
|
|GLPCT-COBJNR
|
|
000000000001078156
|
|
333333333333333333
|
|
000000000001078156
|
|TRACTSLT-RVERS
|
|
|
|
222
|
|
000
|
|GLPCT-SOBJNR
|
|
000000000000000000
|
|
333333333333333333
|
|
000000000000000000
|
|SPACE
|
|
|
|
2
|
|
0
|
|TRACTSLT-RYEAR
|
|
0000
|
|
3333
|
|
0000
|
|GLPCT-RTCUR
|
|
|
|
22222
|
|
00000
|

|
|SYST
|
|
###########################################################################
###################|
|
000000000000000000000000000000000000000000000000000000000000900000000000000
0100000000000000000|
|
000000001000200000000000A00000000000000010003000100000001000A00000000000000
003000000C000000080|
|TRACTSLT-ROBJNR
|
|
|
|
222222222222222222
|
|
000000000000000000
|
|GLPCT-RUNIT
|
|
|
|
222
|
|
000
|
|SY
|
|
###########################################################################
###################|
|
000000000000000000000000000000000000000000000000000000000000900000000000000
0100000000000000000|
|
000000001000200000000000A00000000000000010003000100000001000A00000000000000
003000000C000000080|
|TRACTSLT-COBJNR
|
|
|
|
222222222222222222
|
|
000000000000000000
|
|GLPCT-DRCRK
|
|
H
|
|
4
|
|
8
|
|RSJOBINFO
|
|
00000000000000
####
|
|
222222222222222222222222222222223333333333333322222222222222222222222222222
222220000
|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
000000000
|
|T800A-TAB
|
|
GLPCA

|
445442222222222222222222222222
|
|
7C0310000000000000000000000000
|
|GLPCT-RPMAX
|
|
016
|
|
333
|
|
016
|
|JVTO1-TSL02
|
|
#########
|
|
000000000
|
|
00000000C
|
|SY-REPID
|
|
SAPLGLIU
|
|
5454444522222222222222222222222222222222
|
|
310C7C9500000000000000000000000000000000
|
|P_OFFSET
|
|
12
|
|
33
|
|
12
|
|JVTO2-KSL13
|
|
#########
|
|
000000000
|
|
00000000C
|
|<%_TABLE_GLPCT>
|
|
???
|
|
??????
|
|
??????
|
--------------------------------------------------------------------------------------------------|No.
8 Ty.
FORM
|
|Name UPD_GLPCT
|
-------------------------------------------------------------------------------|

-------------------|SCREEN
|
|
|
|
222222222222222222222222222222222222222222222222222222222222222222222222222
2222222222222222222|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|T_GLPCT[]
|
|
Table IT_102[2x784]
|
|
\FUNCTION-POOL=GLIU\FORM=UPD_GLPCT\DATA=T_GLPCT[]
|
|
Table reference: 1
|
|
TABH+ 0(20) = 404AABFF7C7F0000984EABFF7C7F000000000000
|
|
TABH+ 20(20) = 0100000066000000020000001003000098000000
|
|
TABH+ 40(16) = 04760000101200000100C93080010000
|
|
store
= 0x404AABFF7C7F0000
|
|
ext1
= 0x984EABFF7C7F0000
|
|
shmId
= 0
(0x00000000)
|
|
id
= 1
(0x01000000)
|
|
label
= 102 (0x66000000)
|
|
fill
= 2
(0x02000000)
|
|
leng
= 784 (0x10030000)
|
|
loop
= 152 (0x98000000)
|
|
xtyp
= TYPE#000072
|
|
occu
= 1
(0x01000000)
|
|
access
= 1
(ItAccessStandard)
|
|
idxKind
= 1
(ItIndexLinear)
|
|
uniKind
= 2
(ItUniqueNon)
|
|
keyKind
= 1
(default)
|
|
cmpMode
= 8
(cmpManyEq)
|
|
occu0
= 1
|
|
groupCntl
= 0
|
|
rfc
= 0
|
|
unShareable = 0

|
mightBeShared = 0
|
|
sharedWithShmTab = 0
|
|
isShmLockId = 0
|
|
gcKind
= 0
|
|
isUsed
= 1
|
|
isCtfyAble = 1
|
|
>>>>> Shareable Table Header Data <<<<<
|
|
tabi
= 0x984AABFF7C7F0000
|
|
pgHook
= 0xC04DABFF7C7F0000
|
|
idxPtr
= 0xF84DABFF7C7F0000
|
|
shmTabhSet = 0x0000000000000000
|
|
id
= 56
(0x38000000)
|
|
refCount
= 0
(0x00000000)
|
|
tstRefCount = 0
(0x00000000)
|
|
lineAdmin
= 3
(0x03000000)
|
|
lineAlloc
= 3
(0x03000000)
|
|
shmVersId
= 0
(0x00000000)
|
|
shmRefCount = 1
(0x01000000)
|
|
>>>>> 1st level extension part <<<<<
|
|
regHook
= 0x1881A5FF7C7F0000
|
|
collHook
= 0x0000000000000000
|
|
ext2
= 0x384EABFF7C7F0000
|
|
>>>>> 2nd level extension part <<<<<
|
|
tabhBack
= 0xC8BCA6FF7C7F0000
|
|
delta_head = 000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
pb_func
= 0x0000000000000000
|
|
pb_handle
= 0x0000000000000000
|
|GLT3-RBUSA
|
|
|
|
2222
|

|
|

0000
|

|T_GLPCT
|
|
4008A00002011000000000000578712000000000001078156000000000000000000
H016200500000999973|
|
333343333333333333333333333333333333333333333333333333333333333333322222222
4333333333333333333|
|
400810000201100000000000057871200000000000107815600000000000000000000000000
8016200500000999973|
|FMGLFLEXT-HSL08
|
|
############
|
|
000000000000
|
|
00000000000C
|
|GLPCT
|
|
4008A00002011000000000000578712000000000001078156000000000000000000
H016200500000999973|
|
333343333333333333333333333333333333333333333333333333333333333333322222222
4333333333333333333|
|
400810000201100000000000057871200000000000107815600000000000000000000000000
8016200500000999973|
|TRACTSLT-HSLVT
|
|
#########
|
|
000000000
|
|
00000000C
|
|GLT3-RACCT
|
|
|
|
2222222222
|
|
0000000000
|
|P_UPDATE_EQUAL
|
|
|
|
2
|
|
0
|
|FAGLFLEXT
|
|
0000 #################################### 000
|
|
222333320000000000000000000000000000000000002333222222222222222222222222222
2222222222222222222|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|%_DUMMY$$

|
|
|
|

2222

0000

|
|
|P_OFFSET
|
|

12

33

12

|
|
|
|ECMCT
|
|

0000

000
|
|
222222222333322222222222222222222222222222222222222222222222222222222222222
2333222222222222222|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|SY-SUBRC
|
|
8
|
|
0000
|
|
8000
|
|FBICRC003T
|
|
0000
00
0
|
|
222222222333322222222222222222222222222222222222222222222222222222222222233
3222222222222222222|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|FILCT
|
|
0000
000
|
|
222222222333322222222222222222222222222222222222222222222222222222222222222
2333222222222222222|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
--------------------------------------------------------------------------------------------------|No.
7 Ty.
FUNCTION
|
|Name G_UPDATE_TOTALS
|
--------------------------------------------------------------------------------------------------|I_OFFSET
|
|
012
|
|
333

|
|

012
|

|I_RECORD
|
|
|
|

2222

0000

|
|
|I_RENUMBER_OBJ
|
|

|
|
|
|I_TABNAME
|
|

GLPCT

|
445452222222222222222222222222
|
|
7C0340000000000000000000000000
|
|I_UPDATE_EQUAL
|
|
|
|
2
|
|
0
|
|T_TOTALS_TABLE[]
|
|
Table IT_56[2x784]
|
|
\FUNCTION-POOL=GIVA\DATA=TAB_GLPCT[]
|
|
Table reference: 7
|
|
TABH+ 0(20) = 0846ABFF7C7F0000B82CB4FF7C7F000000000000
|
|
TABH+ 20(20) = 07000000380000000200000010030000FFFFFFFF
|
|
TABH+ 40(16) = 044F0000A81D00000100C11084010000
|
|
store
= 0x0846ABFF7C7F0000
|
|
ext1
= 0xB82CB4FF7C7F0000
|
|
shmId
= 0
(0x00000000)
|
|
id
= 7
(0x07000000)
|
|
label
= 56
(0x38000000)
|
|
fill
= 2
(0x02000000)
|

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

|
= 784 (0x10030000)
|
loop
= -1
(0xFFFFFFFF)
|
xtyp
= TYPE#000125
|
occu
= 1
(0x01000000)
|
access
= 1
(ItAccessStandard)
|
idxKind
= 0
(ItIndexNone)
|
uniKind
= 2
(ItUniqueNon)
|
keyKind
= 1
(default)
|
cmpMode
= 8
(cmpManyEq)
|
occu0
= 0
|
groupCntl
= 0
|
rfc
= 0
|
unShareable = 0
|
mightBeShared = 1
|
sharedWithShmTab = 0
|
isShmLockId = 0
|
gcKind
= 0
|
isUsed
= 1
|
isCtfyAble = 1
|
>>>>> Shareable Table Header Data <<<<<
|
tabi
= 0x6046ABFF7C7F0000
|
pgHook
= 0x284FABFF7C7F0000
|
idxPtr
= 0x0000000000000000
|
shmTabhSet = 0x0000000000000000
|
id
= 33
(0x21000000)
|
refCount
= 0
(0x00000000)
|
tstRefCount = 0
(0x00000000)
|
lineAdmin
= 3
(0x03000000)
|
lineAlloc
= 3
(0x03000000)
|
shmVersId
= 0
(0x00000000)
leng

|
shmRefCount = 2
(0x02000000)
|
|
>>>>> 1st level extension part <<<<<
|
|
regHook
= 0x0000000000000000
|
|
collHook
= 0xF02CB4FF7C7F0000
|
|
ext2
= 0xE049ABFF7C7F0000
|
|
>>>>> 2nd level extension part <<<<<
|
|
tabhBack
= 0x2834A5FF7C7F0000
|
|
delta_head = 000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|
pb_func
= 0x0000000000000000
|
|
pb_handle
= 0x0000000000000000
|
|SY-WILLI
|
|
12
|
|
0000
|
|
C000
|
|H_OFFSET
|
|
12
|
|
33
|
|
12
|
|TMP_FORM
|
|
UPD_GLPCT
|
|
55454454522222222222222222222222222222222222222222
|
|
504F7C03400000000000000000000000000000000000000000
|
|T_TOTALS_TABLE
|
|
4008A00002011
H016200500000999973|
|
333343333333322222222222222222222222222222222222222222222222222222222222222
4333333333333333333|
|
400810000201100000000000000000000000000000000000000000000000000000000000000
8016200500000999973|
|T800AIS
|
|
|
|
222222222222222222222222222222222222222222222222222222222222
|
|
000000000000000000000000000000000000000000000000000000000000
|

|
|FMGLFLEXT
|
0000 #################################### 000
|
|
222333320000000000000000000000000000000000002333222222222222222222222222222
2222222222222222222|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|DREF_T_TOTALS_TAB
|
|
########
|
|
C0000000
|
|
F0000000
|
|<T_TOTALS_TAB>
|
|
???
|
--------------------------------------------------------------------------------------------------|No.
6 Ty.
FORM
|
|Name NEW_UPDATE_GLPCT
|
--------------------------------------------------------------------------------------------------|G_OFFSET_TAB_GLPCT
|
|
012
|
|
333
|
|
012
|
|FAGLFLEXP
|
|
0000
000
|
|
222333322222222222222222222222333222222222222222222222222222222222222222222
2222222222222222222|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|SYST-REPID
|
|
SAPLGIVA
|
|
5454445422222222222222222222222222222222
|
|
310C796100000000000000000000000000000000
|
|FMGLFLEXP
|
|
0000
000
|
|
222333322222222222222222222222333222222222222222222222222222222222222222222
2222222222222222222|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
|

0000000000000000000|
|TAB_GLPCT[]
|
|
Table IT_56[2x784]
|
|G_OFFSET_FOR_GLPCT
|
|
X
|
|
5
|
|
8
|
--------------------------------------------------------------------------------------------------|No.
5 Ty.
FORM
|
|Name %_PROCESS_P_O_C
|
--------------------------------------------------------------------------------------------------|IMODE_ORDERS
|
|
Table[initial]
|
|IMODE_ORDERS_WA
|
|
###
#####
|
|
222222222222222222222222222222222222222222222222222222222222222222222222000
00000
|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
00000
|
|SPACE
|
|
|
|
2
|
|
0
|
|SYST-REPID
|
|
SAPMSSY0
|
|
5454555322222222222222222222222222222222
|
|
310D339000000000000000000000000000000000
|
|IMODE_ORDERS_WA-PROG
|
|
|
|
2222222222222222222222222222222222222222
|
|
0000000000000000000000000000000000000000
|
|IMODE_ORDERS_WA-ROUT
|
|

|
22222222222222222222222222222222
|
|
00000000000000000000000000000000
|
|IMODE_ORDERS_WA-U_LEVEL
|
|
0
|
|
0000
|
|
0000
|
|ORDERS
|
|
Table IT_45[12x80]
|
|
\PROGRAM=SAPMSSY0\DATA=ORDERS
|
|
Table reference: 32
|
|
TABH+ 0(20) = 48A3B2FF7C7F0000000000000000000000000000
|
|
TABH+ 20(20) = 200000002D0000000C0000005000000000000000
|
|
TABH+ 40(16) = 04480000C00900001000C92480010000
|
|
store
= 0x48A3B2FF7C7F0000
|
|
ext1
= 0x0000000000000000
|
|
shmId
= 0
(0x00000000)
|
|
id
= 32
(0x20000000)
|
|
label
= 45
(0x2D000000)
|
|
fill
= 12
(0x0C000000)
|
|
leng
= 80
(0x50000000)
|
|
loop
= 0
(0x00000000)
|
|
xtyp
= TYPE#000034
|
|
occu
= 16
(0x10000000)
|
|
access
= 1
(ItAccessStandard)
|
|
idxKind
= 1
(ItIndexLinear)
|
|
uniKind
= 2
(ItUniqueNon)
|
|
keyKind
= 1
(default)
|
|
cmpMode
= 2
(cmpSingleMcmpR)
|
|
occu0
= 1
|
|
groupCntl
= 0
|

|
= 0
|
|
unShareable = 0
|
|
mightBeShared = 0
|
|
sharedWithShmTab = 0
|
|
isShmLockId = 0
|
|
gcKind
= 0
|
|
isUsed
= 1
|
|
isCtfyAble = 1
|
|
>>>>> Shareable Table Header Data <<<<<
|
|
tabi
= 0x98D2A5FF7C7F0000
|
|
pgHook
= 0x0000000000000000
|
|
idxPtr
= 0xE059A4FF7C7F0000
|
|
shmTabhSet = 0x0000000000000000
|
|
id
= 24
(0x18000000)
|
|
refCount
= 0
(0x00000000)
|
|
tstRefCount = 0
(0x00000000)
|
|
lineAdmin
= 16
(0x10000000)
|
|
lineAlloc
= 16
(0x10000000)
|
|
shmVersId
= 0
(0x00000000)
|
|
shmRefCount = 1
(0x01000000)
|
|
>>>>> 1st level extension part <<<<<
|
|
regHook
= Not allocated
|
|
collHook
= Not allocated
|
|
ext2
= Not allocated
|
|
>>>>> 2nd level extension part <<<<<
|
|
tabhBack
= Not allocated
|
|
delta_head = Not allocated
|
|
pb_func
= Not allocated
|
|
pb_handle
= Not allocated
|
|%_LIST
|

rfc

|
|

Table[initial]
|

|%_FMBS
|
|

Table[initial]
|

|SAVE_VBPARAM
|
|

|
|
|
|DP_J2EE_INACTIVE
|
|

|
|
|
|TH_EXT_DEBUGGING
|
|

0000

3000

|
|
|
|ORDERS_WA
|
|
SAPLGIVA
NEW_UPDATE_GLPCT
F##
#####
|
|
545444542222222222222222222222222222222244555544545445452222222222222222400
00000
|
|
310C796100000000000000000000000000000000E57F504145F7C0340000000000000000600
07000
|
|ORDERS_WA-PROG
|
|
SAPLGIVA
|
|
5454445422222222222222222222222222222222
|
|
310C796100000000000000000000000000000000
|
|ORDERS_WA-ROUT
|
|
NEW_UPDATE_GLPCT
|
|
44555544545445452222222222222222
|
|
E57F504145F7C0340000000000000000
|
|OS_ORDERS
|
|
Table[initial]
|
--------------------------------------------------------------------------------

-------------------|No.
4 Ty.
FORM
|
|Name %_COMMIT
|
--------------------------------------------------------------------------------------------------|TH_ABAP_NORMAL_DEBUGGING
|
|
2
|
|
0000
|
|
2000
|
|SY-ONCOM
|
|
|
|
2
|
|
0
|
|OPCODE_RM_UNREG_RESOURCE
|
|
,
|
|
2
|
|
C
|
|GET_VB_KEY
|
|
#
|
|
0
|
|
2
|
|%%VBKEY-VBKEY
|
|
4EF4F85F7ED26320E10000009958936F
|
|
34434334344333334333333333333334
|
|
45646856754263205100000099589366
|
|VB_SAP_EXIT
|
|
9
|
|
0000
|
|
9000
|
|OPCODE_TEST_MSG
|
|
3
|
|
3

|
|

3
|

|THNI_DPNITABDUMP
|
|

0000

6000

|
|
|
|%_ARCHIVE
|
|
|
|
222222222222222222222222222222222222222222222222222222222222222222222222222
2222222222222222222|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|OPCODE_SET_CLIENT_ID
|
|
G
|
|
4
|
|
7
|
|%_STATE
|
|
|
|
2
|
|
0
|
|%_VB_CALLS[]
|
|
Table[initial]
|
|SY-SUBRC
|
|
8
|
|
0000
|
|
8000
|
|%%VBKEY
|
|
%%4EF4F85F7ED26320E10000009958936F
|
|
2234434334344333334333333333333334
|
|
5545646856754263205100000099589366
|
|TH_WPSTATE
|
|
#
|
|
0

|
|

0
|

|%_SPACE
|
|
|
|

|
|
|SCREEN
|
|
|
|
222222222222222222222222222222222222222222222222222222222222222222222222222
2222222222222222222|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|VB_CONTROL_ERROR
|
|
25
|
|
1000
|
|
9000
|
|L_LINES
|
|
0
|
|
0000
|
|
0000
|
--------------------------------------------------------------------------------------------------|No.
3 Ty.
FORM
|
|Name VB_V1_EXEC
|
--------------------------------------------------------------------------------------------------|ELOG
|
|
ELOG
|
|
4444222222222222222222222222222222222222222222222222222222222222222222
|
|
5CF7000000000000000000000000000000000000000000000000000000000000000000
|
|VBHDR-VBKEY
|
|
4EF42D5364533598E10000009958936E
|
|
34433433333333334333333333333334
|
|
45642453645335985100000099589365
|
|MTUS

|
|

MUS

|
4552222222222222222222222222222222222222222222222222222222222222222222
|
|
D530000000000000000000000000000000000000000000000000000000000000000000
|
|%_SPACE
|
|
|
|
2
|
|
0
|
|TH_FALSE
|
|
#
|
|
0
|
|
0
|
|DFAX
|
|
DFAX
|
|
4445222222222222222222222222222222222222222222222222222222222222222222
|
|
4618000000000000000000000000000000000000000000000000000000000000000000
|
|VB_START_COMMIT
|
|
#
|
|
1
|
|
E
|
|OFF
|
|
|
|
2
|
|
0
|
|SY-ONCOM
|
|
|
|
2
|
|
0
|
|VB_COMMIT_PROCESSED
|
|
#
|
|
1
|

|
|

F
|

|MTRP
|
|

MRP

|
4552222222222222222222222222222222222222222222222222222222222222222222
|
|
D200000000000000000000000000000000000000000000000000000000000000000000
|
|%_DUMMY$$
|
|
|
|
2222
|
|
0000
|
|VBHDR
|
|
4EF42D5364533598E10000009958936E400ETXLDE
SAPMF05A
|
|
344334333333333343333333333333343334554442222222222222222225454433422222222
2222222222222222222|
|
45642453645335985100000099589365400548C45000000000000000000310D605100000000
0000000000000000000|
|OFFICE_TASO00
|
|
SO00
|
|
5433222222222222222222222222222222222222222222222222222222222222222222
|
|
3F00000000000000000000000000000000000000000000000000000000000000000000
|
--------------------------------------------------------------------------------------------------|No.
2 Ty.
FORM
|
|Name VB_V1_NORMAL
|
--------------------------------------------------------------------------------------------------|SYST-REPID
|
|
RSM13000
|
|
5543333322222222222222222222222222222222
|
|
23D1300000000000000000000000000000000000
|
|DLUS
|
|
DLUS
|
|
4455222222222222222222222222222222222222222222222222222222222222222222
|
|
4C53000000000000000000000000000000000000000000000000000000000000000000
|
|VBPARAM-VBPHASE
|

|
|

538968577

|
|
|
|VB_V1_NORMAL
|
|

|
|
|
|SY-XFORM
|
|
|
222222222222222222222222222222
|
000000000000000000000000000000
|

|
|
|HGEN

|
|

HGEN

|
4444222222222222222222222222222222222222222222222222222222222222222222
|
|
875E000000000000000000000000000000000000000000000000000000000000000000
|
|VBHDR-VBCLIINFO
|
|
#
|
|
9
|
|
3
|
|VB_SYNC_VB
|
|
#
|
|
0
|
|
1
|
|SCREEN
|
|
|
|
222222222222222222222222222222222222222222222222222222222222222222222222222
2222222222222222222|
|
000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|SY-REPID
|
|
RSM13000
|
|
5543333322222222222222222222222222222222
|

|
23D1300000000000000000000000000000000000
|
|SY-MSGID
|
|
KM
|
|
44222222222222222222
|
|
BD000000000000000000
|
|ROOM_TAPP30
|
|
PP30
|
|
5533222222222222222222222222222222222222222222222222222222222222222222
|
|
0030000000000000000000000000000000000000000000000000000000000000000000
|
|ADMI
|
|
ADM
|
|
4442222222222222222222222222222222222222222222222222222222222222222222
|
|
14D0000000000000000000000000000000000000000000000000000000000000000000
|
|SPACE
|
|
|
|
2
|
|
0
|
|SY-MSGNO
|
|
163
|
|
333
|
|
163
|
|NOTE_NOT_ADDED
|
|
11
|
|
0000
|
|
B000
|
|SY-MSGV1
|
|
|
|
22222222222222222222222222222222222222222222222222
|
|
00000000000000000000000000000000000000000000000000
|
|SY-MSGV2
|

|
|
|
22222222222222222222222222222222222222222222222222
|
|
00000000000000000000000000000000000000000000000000
|
|SY-MSGV3
|
|
|
|
22222222222222222222222222222222222222222222222222
|
|
00000000000000000000000000000000000000000000000000
|
|SY-MSGV4
|
|
|
|
22222222222222222222222222222222222222222222222222
|
|
00000000000000000000000000000000000000000000000000
|
|LOGO
|
|
LOG
|
|
4442222222222222222222222222222222222222222222222222222222222222222222
|
|
CF70000000000000000000000000000000000000000000000000000000000000000000
|
|VBPARAM
|
|
4EF42D5364533598E10000009958936E0007BDC_END_VB
ETXLDE
400###
|
|
344334333333333343333333333333343333444544455422222222222222222222455444222
2223330002222222222|
|
456424536453359851000000995893650007243F5E4F6200000000000000000000548C45000
0004005120000000000|
|TH_TRUE
|
|
#
|
|
0
|
|
1
|
--------------------------------------------------------------------------------------------------|No.
1 Ty.
MODULE (PBO)
|
|Name VBEXEC
|
--------------------------------------------------------------------------------------------------|STOP
|
|
RET
|
|
5452222222222222222222222222222222222222222222222222222222222222222222
|

|
2540000000000000000000000000000000000000000000000000000000000000000000
|

|
|USSI

|
|

USSI

|
5554222222222222222222222222222222222222222222222222222222222222222222
|
|
5339000000000000000000000000000000000000000000000000000000000000000000
|
|VB_V1_TEST
|
|
#
|
|
0
|
|
2
|
|USDE
|
|
USDE
|
|
5544222222222222222222222222222222222222222222222222222222222222222222
|
|
5345000000000000000000000000000000000000000000000000000000000000000000
|
|VB_V2_NORMAL
|
|
#
|
|
0
|
|
3
|
|ENTER
|
|
ENTR
|
|
4455222222222222222222222222222222222222222222222222222222222222222222
|
|
5E42000000000000000000000000000000000000000000000000000000000000000000
|
|PICK
|
|
PICK
|
|
5444222222222222222222222222222222222222222222222222222222222222222222
|
|
093B000000000000000000000000000000000000000000000000000000000000000000
|
|VB_MAIL
|
|
#
|
|
0
|
|
4
|
|INBO
|

|
|

INB
|
4442222222222222222222222222222222222222222222222222222222222222222222
|
9E20000000000000000000000000000000000000000000000000000000000000000000
|

|
|
|OBJT

|
|

OBJT

|
4445222222222222222222222222222222222222222222222222222222222222222222
|
|
F2A4000000000000000000000000000000000000000000000000000000000000000000
|
|VB_AUTO_SYS_START
|
|
#
|
|
0
|
|
5
|
--------------------------------------------------------------------------------------------------|

--------------------------------------------------------------------------------------------------|Internal notes
|
|
The termination was triggered in function "HandleRsqlErrors"
|
|
of the SAP kernel, in line 786 of the module
|
|
"//bas/701_REL/src/krn/runt/absapsql.c#11".
|
|
The internal operation just processed is "SQLS".
|
|
Internal mode was started at 20111223131639.
|
|
|
|
ORACLE error ORA-01438:
|
|
"ORA-01438: value larger than specified precision allowed for this column"
|
|
|
|
The inconsistencies between NAMETAB and the database
|
|
may be caused by a faulty procedure within the database
|
|
interface. One of the fields is either shorter
|
|
(when reading the database) or longer (when writing/updating)
|
|
than the maximum defined in the NAMETAB.
|
|
Internal call code.........: "[RSQL/UPDT/GLPCT ]"
|

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Active Calls in SAP Kernel


|
--------------------------------------------------------------------------------------------------|Lines of C Stack in Kernel (Structure Differs on Each Platform)
|
--------------------------------------------------------------------------------------------------|(CTrcStack2+0x82)[0x6d00d2]
|
|(_Z16rabax_CStackSavev+0xe2)[0xb76762]
|
|(ab_rabax+0x4ac5)[0xb7f685]
|
|(_Z10ab_rsqlerrPKciS0_P11RS_HEADER94S0_Pv+0x19a)[0xa8c14a]
|
|(_Z16HandleRsqlErrors9RsqlError9CloseMode+0x2d0)[0xa4dff0]
|
|(_Z15SqlsExecuteCallhP11DynCallInfo+0x475)[0xa51025]
|
|(_Z8ab_jsqlsv+0x46a)[0xa5bcea]
|
|(_Z8ab_extriv+0xc70)[0x8ba200]
|
|(_Z9ab_xeventPKc+0x275)[0xa12965]
|
|(ab_dstep+0x197)[0xb94017]
|
|(dynpmcal+0x7d9)[0x734689]
|
|(dynppbo0+0x1f8)[0x7363b8]
|
|(dynprctl+0x476)[0x736bd6]
|
|(dynpen00+0x6c6)[0x7285e6]
|
|(TskhLoop+0x1246)[0x54ddd6]
|
|(ThStart+0x1b1)[0x55e891]
|
|(DpMain+0x285)[0x4bf7b5]
|
|/lib64/libc.so.6(__libc_start_main+0xe6)[0x7f7d2f9f6bc6]
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Database Interface Information
|
--------------------------------------------------------------------------------------------------|C|1| OCIStmtExecute() failed with -1=OCI_ERROR [dboci.c#4441]
|

|C|1|

SQL error 1438: [dboci.c#4442]


|
|C|E|Error 1438 in stmt_execute() from oci_execute_stmt(), orpc=0 [dbsloci.c#129
82]
|
|C|E|ORA-1438 occurred when executing SQL stmt (parse error offset=63) [dbsloci.
c#12984]
|
|C|1|sc_p=0x4723e50,no=80,idc_p=0x47a1e90,con=0,act=1,slen=383,smax=512,#vars=18
,stmt=0x4c0b460, |
| | |table=GLPCT
[dbsc.c#1066]
|
|C|1|UPDATE "GLPCT" SET "TSL12" = "TSL12" + :A0 , "HSL12" = "HSL12" + :A1 , "KSL
12" = "KSL12" +
|
| | |:A2 , "MS\ [dbsc.c#2256]
|
|C|1|L12" = "MSL12" + :A3 , "CSPRED" = :A4 , "QSPRED" = :A5 WHERE "RCLNT" = :A6
AND "RLDNR" = :A7 |
| | |AND "RR\ [dbsc.c#2256]
|
|C|1|CTY" = :A8 AND "RVERS" = :A9 AND "RYEAR" = :A10 AND "ROBJNR" = :A11 AND "CO
BJNR" = :A12 AND |
| | |"SOBJNR"\ [dbsc.c#2256]
|
|C|1| = :A13 AND "RTCUR" = :A14 AND "RUNIT" = :A15 AND "DRCRK" = :A16 AND "RPMAX
" = :A17;
|
| | |[dbsc.c#2258]
|
|C|1|sc_p=0x4723e50,no=80,idc_p=0x47a1e90,con=0,act=1,slen=383,smax=512,#vars=18
,stmt=0x4c0b460, |
| | |table=GLPCT
[dbsc.c#1066]
|
|C|1|Dumping DBSL stmt. cache: [dbsloci.c#12411]
|
|C|1|prep=0,lit=0,nsql=0,lobret=0,xop=3,dbcnt=0,upsh=(nil),stmtp=0x4cb8bc8,rtc=0
[dbsloci.c#12416] |
|C|1|IN : cols=18,rmax=1,xcnt=1,rpc=0,rowi=0,rtot=1,upto=4294967295,rsize=131,vm
ax=32,bound=1,
|
| | |iobuf_p=0x47f0c80,vda_p=0x4cbb440 [dbsloci.c#12428]
|
|C|1|
lobs=0,lmax=0,lpcnt=0,larr=(nil),lcurr_p=(nil),rret=0 [dbsloci.c#12433
]
|
|C|1|UPDATE "GLPCT" SET "TSL12" = "TSL12" + :A0 , "HSL12" = "HSL12" + :A1 , "KSL
12" = "KSL12" +
|
| | |:A2 , "MS\ [dbsc.c#2256]
|
|C|1|L12" = "MSL12" + :A3 , "CSPRED" = :A4 , "QSPRED" = :A5 WHERE "RCLNT" = :A6
AND "RLDNR" = :A7 |
| | |AND "RR\ [dbsc.c#2256]
|
|C|1|CTY" = :A8 AND "RVERS" = :A9 AND "RYEAR" = :A10 AND "ROBJNR" = :A11 AND "CO
BJNR" = :A12 AND |
| | |"SOBJNR"\ [dbsc.c#2256]
|
|C|1| = :A13 AND "RTCUR" = :A14 AND "RUNIT" = :A15 AND "DRCRK" = :A16 AND "RPMAX
" = :A17;
|
| | |[dbsc.c#2258]
|
|B|E|***LOG BY4=> sql error 1438 performing UPD on table GLPCT
[dbtran#75
98]
|
|B|E|***LOG BY0=> ORA-01438: value larger than specified precision allowed for t
his column
|

| | |[dbtran#7598]
|
|B|1|dbtran ERROR LOG (hdl_dbsl_error): DbSl 'UPD' [dbtran.c#7652]
|
|B|1| RSLT: {dbsl=99, tran=1} [dbtran.c#7652]
|
|B|1| FHDR: {tab='GLPCT', fcode=146, mode=2, bpb=0, dbcnt=0, crsr=0, [dbtran.c#7
652]
|
|B|1|
hold=0, keep=1, xfer=0, pkg=0, upto=0, init:b=0, [dbtran.c#7652]
|
|B|1|
init:p=(nil), init:#=0, wa:p=(nil), wa:#=0} [dbtran.c#7652]
|
|B|1|dbtran ERROR LOG (hdl_dbsl_error): DbSl 'UPD' [dbtran.c#7683]
|
|B|1| STMT: {stmt:#=1, bndfld:#=18, prop=0x1, distinct=0, select*=0, [dbtran.c#7
683]
|
|B|1|
fld:#=0, alias:p=(nil), fupd:#=0, tab:#=1, where:#=19, [dbtran.c#76
83]
|
|B|1|
groupby:#=0, having:#=0, order:#=0, primary=0, hint:#=0} [dbtran.c#
7683]
|
|B|1| CRSR: {tab='', id=0, hold=0, prop=0, max.in@0=1, fae:blk=0, [dbtran.c#7683
]
|
|B|1|
con:id=0, con:vndr=5, val=2, [dbtran.c#7683]
|
|B|1|
key:#=2, xfer=0, xin:#=2, row:#=0, upto=0, wa:p=0x7f7cffa57910} [db
tran.c#7683]
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|List of ABAP programs affected
|
--------------------------------------------------------------------------------------------------|Index |Typ|Program
|Group |Date
|Time
|
Size
|Lang.
|
--------------------------------------------------------------------------------------------------|
0|Prg|RSM13000
|
0|13.08.2011|22:54:59|
257024|E
|
|
1|Typ|VBPARAM
|
0|30.03.1998|09:43:02|
4096|
|
|
2|Prg|SAPMSSYD
|
0|13.08.2011|22:54:50|
18432|E
|
|
3|Prg|SAPFSYSCALLS
|
0|09.09.2004|14:18:32|
6144|E
|
|
4|Typ|VBHDR
|
0|09.11.2000|14:25:09|
5120|
|
|
5|Typ|VBMOD
|
0|08.08.1995|14:49:58|
2048|
|
|
6|Typ|TFDIR
|
0|13.02.2005|17:31:57|
3072|
|
|
7|Prg|SAPLF005
|
7|15.08.2011|08:57:19|
300032|E
|
|
8|Typ|BKDF
|
0|28.08.1997|09:19:29|
3072|
|
|
9|Typ|UF05A
|
0|13.08.1997|13:01:33|
2048|
|
|
10|Typ|AUSZ1
|
0|21.12.1999|19:12:57|

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

4096|
|
11|Typ|AUSZ2
2048|
|
12|Typ|AUSZ_CLR
6144|
|
13|Typ|AAUSZ_CLR_USFG
1024|
|
14|Typ|AUSZ_CLR_ASGMT
4096|
|
15|Typ|BKP1
1024|
|
16|Typ|BKPF
17408|
|
17|Typ|ABKPF_PSO
3072|
|
18|Typ|IBKPF_PSO
3072|
|
19|Typ|IVBKPF_PSO
2048|
|
20|Typ|ABKPF_UMB
1024|
|
21|Typ|BKPF_CARD
2048|
|
22|Typ|FCRD_VBKPF
2048|
|
23|Typ|BKPF_USFED
3072|
|
24|Typ|JVBKPF
1024|
|
25|Typ|ZTXJCD1
1024|
|
26|Typ|BSEC
8192|
|
27|Typ|BSED
6144|
|
28|Typ|BSEG
50176|
|
29|Typ|EHP4_FM
2048|
|
30|Typ|EHP4_FMBP
2048|
|
31|Typ|FMFG_BSEG
2048|
|
32|Typ|JVA_BSEG
1024|
|
33|Typ|BSET
7168|
|
34|Typ|BSEU
2048|
|
35|Typ|VBSIP
3072|
|
36|Typ|BSEGC
7168|
|
37|Typ|CCARDEC
4096|
|
38|Typ|PYORDKEY
1024|
|
39|Typ|VZPAY
3072|
|
40|Typ|BSE_CLR

0|21.05.2002|08:48:10|

0|07.08.2009|10:57:46|

0|19.08.2004|16:50:44|

0|10.04.2003|15:33:41|

0|13.08.1997|12:19:50|

0|14.08.2010|07:24:38|

0|07.01.2002|18:01:56|

0|07.01.2002|18:02:21|

0|07.01.2002|18:02:22|

0|02.10.2001|21:49:36|

0|20.07.2001|19:16:23|

0|20.07.2001|19:17:07|

0|07.08.2009|10:58:22|

0|08.01.2002|15:12:39|

0|15.11.2007|17:35:14|

0|07.08.2009|10:58:23|

0|15.11.2007|17:29:09|

0|13.08.2011|22:01:04|

0|07.08.2009|10:59:40|

0|07.08.2009|10:59:41|

0|07.08.2009|11:00:33|

0|11.04.2005|11:48:57|

0|04.01.2000|18:02:25|

0|20.11.2001|15:26:45|

0|20.08.2001|12:17:18|

0|19.02.2005|23:14:05|

0|09.08.2009|04:10:30|

0|02.04.1998|08:20:02|

0|14.02.1998|15:46:15|

0|09.08.2009|04:10:26|

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

7168|
|
41|Prg|SAPFF007
30720|E
|
42|Typ|T001
12288|
|
43|Prg|SAPLFDIS
103424|E
|
44|Typ|INDX
6144|
|
45|Typ|RF40_ALE_BKPF
2048|
|
46|Typ|RF40_ALE_BSEG
2048|
|
47|Typ|BSIS
14336|
|
48|Prg|SAPLBDLS
168960|E
|
49|Typ|T000
4096|
|
50|Prg|SAPLBFFM2
274432|E
|
51|Prg|SAPLITSR
103424|E
|
52|Typ|FMRFC
2048|
|
53|Typ|TPS01
2048|
|
54|Typ|TPS31
2048|
|
55|Typ|TBE11
2048|
|
56|Typ|TPS32
2048|
|
57|Typ|TPS34
2048|
|
58|Prg|SAPLBWFIP
45056|E
|
59|Prg|SAPLFBW4
772096|E
|
60|Typ|FBW4X
2048|
|
61|Prg|SAPLBWOMU
93184|E
|
62|Typ|BWOM_SETTINGS
2048|
|
63|Prg|SAPLSI00
9216|E
|
64|Prg|SAPLSCA4
38912|E
|
65|Prg|SAPLSCVU
63488|E
|
66|Typ|T006D
3072|
|
67|Typ|T006T
2048|
|
68|Prg|SAPLSCV0
105472|E
|
69|Typ|T006
5120|
|
70|Typ|AGKO

7|13.08.2011|22:01:50|

0|09.08.2009|04:15:38|

43|13.08.2011|23:56:40|

0|29.07.1998|18:38:15|

0|16.01.2004|14:24:35|

0|16.01.2004|14:24:35|

0|09.08.2009|04:10:27|

48|13.08.2011|22:17:54|

0|11.09.1997|10:17:18|

50|12.11.2011|04:38:30|

51|14.08.2010|07:24:54|

0|13.08.1997|12:32:59|

0|20.01.2003|16:41:39|

0|03.09.1997|03:01:33|

0|03.09.1997|03:01:06|

0|03.09.1997|03:28:18|

0|03.09.1997|03:28:18|

58|13.08.2011|22:01:51|

59|13.08.2011|22:54:49|

0|09.10.2001|13:08:55|

61|15.10.2011|02:42:40|

0|07.08.2009|10:58:16|

63|18.05.2004|10:48:32|

64|07.08.2009|22:19:19|

65|10.08.2008|01:38:45|

0|09.11.2000|14:23:49|

0|14.02.1998|10:27:42|

68|14.08.2010|09:31:20|

0|09.11.2000|14:23:45|

0|25.01.1999|13:09:18|

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

2048|
|
71|Prg|SAPLCRDM
122880|E
|
72|Prg|SAPMSSY0
78848|E
|
73|Prg|SAPLFMFF
86016|E
|
74|Typ|TRWCA
2048|
|
75|Prg|SAPLFMFI
212992|E
|
76|Typ|FMEPIN
19456|
|
77|Prg|SAPLKADP
147456|E
|
78|Typ|COVP
20480|
|
79|Prg|SAPLGIVA
261120|E
|
80|Typ|GLPCA
16384|
|
81|Typ|RGIAD1
3072|
|
82|Typ|RGIADMAIN
2048|
|
83|Prg|SAPLPC44
47104|E
|
84|Typ|GLPCP
24576|
|
85|Typ|T8A_FIELDNAMES
1024|
|
86|Typ|T8A_COMPRESS
2048|
|
87|Prg|SAPLGLIO
331776|E
|
88|Prg|SAPLSDB4
6144|E
|
89|Prg|SAPLSNR3
49152|E
|
90|Prg|BADI_NUMBER_GET_NEXT==========CP
10240|E
|
91|Prg|CL_BADI_BASE==================CP
6144|E
|
92|Prg|CL_BADI_CACHE_HANDLER=========CP
13312|E
|
93|Prg|CL_BADI_NUMBER_GET_NEXT_FALLB=CP
8192|E
|
94|Typ|TNRO
5120|
|
95|Typ|BNRIV
3072|
|
96|Prg|IF_BADI_NUMBER_GET_NEXT=======IP
4096|E
|
97|Typ|T881
10240|
|
98|Typ|GLPCT
17408|
|
99|Prg|SAPL2073
207872|E
|
100|Typ|TKA01

71|13.08.2011|22:49:04|

72|13.08.2011|22:54:59|

73|13.08.2011|22:49:32|

0|07.08.2009|11:12:38|

75|13.08.2011|22:03:32|

0|07.08.2009|11:00:33|

77|15.10.2011|02:45:08|

0|09.08.2009|04:18:37|

79|15.08.2011|08:56:52|

0|07.08.2009|11:00:56|

0|07.08.2009|11:09:50|

0|07.08.2009|11:08:53|

83|15.10.2011|02:42:47|

0|07.08.2009|11:01:15|

0|20.08.1998|11:27:56|

0|07.08.2009|11:11:47|

87|15.08.2011|08:57:09|

88|09.09.2004|14:18:36|

89|08.08.2009|00:37:53|

90|17.11.2007|17:31:19|

91|08.12.2004|18:54:01|

92|05.07.2005|13:21:02|

93|16.08.2006|12:08:33|

0|28.02.2005|20:58:19|

0|14.02.1998|06:08:11|

90|16.08.2006|12:12:24|

0|07.08.2009|11:11:58|

0|07.08.2009|11:01:17|

99|14.08.2010|10:00:02|

0|05.05.2004|03:21:40|

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

9216|
|
101|Prg|SAPLFLQPO
32768|E
|
102|Typ|FLQITEM
5120|
|
103|Typ|GLS0
6144|
|
104|Typ|GLT0
11264|
|
105|Prg|SAPLBFFM3
171008|E
|
106|Prg|SAPLBWFI2P
20480|E
|
107|Typ|BWFI_AEDA2
2048|
|
108|Prg|SAPLISJP_INVOICE
116736|E
|
109|Typ|ISJPINVSUMIT
7168|
|
110|Typ|ISJPINVSUMHD
7168|
|
111|Prg|CL_ABAP_SWITCH================CP
28672|E
|
112|Prg|SAPLSBDC
37888|E
|
113|Typ|APQD
10240|
|
114|Typ|VBDATA
32768|
|
115|Prg|SAPLSPIAGENTCW
10240|E
|
116|Prg|SAPLSPILS
54272|E
|
117|Prg|CL_OS_TRANSACTION_END_NOTIFIERCP
7168|E
|
118|Prg|SAPLGLIU
509952|E
|
119|Typ|T800A
7168|
|
120|Typ|FLQITEMFI
4096|
|
121|Typ|FLQSUM
3072|
|
122|Typ|GLPCO
3072|
|
123|Typ|GLPCC
4096|
|
124|Prg|CX_SY_OPEN_SQL_DB=============CP
9216|E
|
125|Typ|SCX_SRCPOS
2048|
|
126|Prg|CX_SY_OPEN_SQL_ERROR==========CP
8192|E
|
127|Prg|CX_SY_SQL_ERROR===============CP
9216|E
|
128|Prg|CX_DYNAMIC_CHECK==============CP
8192|E
|
129|Prg|CX_ROOT=======================CP
9216|E
|
130|Prg|CX_NO_CHECK===================CP

101|13.08.2011|22:35:54|

0|07.08.2009|11:00:52|

0|07.08.2009|11:00:56|

0|07.08.2009|11:01:03|

105|13.08.2011|22:54:48|

106|13.08.2011|22:48:48|

0|27.03.2003|08:39:41|

108|13.08.2011|22:49:58|

0|07.08.2009|11:03:30|

0|09.08.2009|04:14:46|

111|08.08.2009|19:54:26|

112|09.08.2008|19:09:50|

0|09.11.2000|14:18:08|

0|16.07.1997|14:44:05|

115|09.08.2008|20:54:57|

116|13.08.2011|22:54:59|

117|05.07.2005|13:05:25|

118|15.08.2011|08:56:55|

0|13.08.2011|22:25:39|

0|07.08.2009|11:00:45|

0|05.05.2004|03:20:49|

0|07.08.2009|11:00:56|

0|07.08.2009|11:00:56|

124|05.07.2005|13:10:16|

0|18.05.2004|14:07:11|

126|05.07.2005|13:10:16|

127|05.07.2005|13:10:16|

128|05.07.2005|13:10:16|

129|09.08.2008|20:28:59|

130|05.07.2005|13:10:16|

8192|E
|
131|Prg|CX_SY_NO_HANDLER==============CP
| 131|05.07.2005|13:10:16|
8192|E
|
| 132|Typ|TRACTSLT
|
0|07.08.2009|11:12:33|
17408|
|
| 133|Typ|RSJOBINFO
|
0|29.04.1992|14:52:25|
3072|
|
| 134|Typ|JVTO1
|
0|07.08.2009|11:03:18|
22528|
|
| 135|Typ|JVTO2
|
0|07.08.2009|11:03:18|
12288|
|
| 136|Typ|BDI_LSPAR
|
0|19.11.2001|15:45:46|
3072|
|
| 137|Prg|%_CRSDS
|
59|18.02.2005|14:15:39|
8192|E
|
| 138|Prg|%_CVIMTY
|
59|05.01.2006|12:33:59|
26624|E
|
| 139|Prg|%_CSLIS
|
59|25.01.2006|11:07:06|
68608|E
|
| 140|Typ|DTC_S_LAYO
|
0|04.12.2000|12:46:23|
6144|
|
| 141|Typ|ISJPINVSUM12PARAM
|
0|11.07.2006|14:14:56|
10240|
|
| 142|Typ|GLT3
|
0|07.08.2009|11:01:14|
11264|
|
| 143|Typ|FMGLFLEXT
|
0|07.08.2009|11:00:34|
22528|
|
| 144|Typ|FAGLFLEXT
|
0|07.08.2009|10:59:57|
22528|
|
| 145|Typ|ECMCT
|
0|07.08.2009|10:59:43|
16384|
|
| 146|Typ|SYST
|
0|09.09.2004|14:18:12|
27648|
|
| 147|Typ|FBICRC003T
|
0|14.08.2010|07:27:35|
7168|
|
| 148|Typ|FILCT
|
0|07.08.2009|11:00:27|
19456|
|
| 149|Typ|T800AIS
|
0|20.08.1998|11:27:04|
2048|
|
| 150|Typ|FAGLFLEXP
|
0|07.08.2009|11:00:02|
22528|
|
| 151|Typ|FMGLFLEXP
|
0|07.08.2009|11:01:07|
22528|
|
--------------------------------------------------------------------------------------------------|

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


|
--------------------------------------------------------------------------------------------------|Name
Date
Time
Lngth
|
|
Val.
|
--------------------------------------------------------------------------------------------------|Program RSM13000
|

--------------------------------------------------------------------------------------------------|SYST
. .
: :
00002408
|
|
\0\0\0\0\0\0\0\0\x0B\0\0\0\x02\0\0\0\0\0\0\0\0\0\0\0\x0A\0
|
|VBHDR
. .
: :
00000432
|
|
4EF42D5364533598E10000009958936E400ETXLDE
|
|VBPARAM
09.08.2008 19:10:03 00000179
|
|
4EF42D5364533598E10000009958936E0007BDC_END_VB
|
|TFDIR
. .
: :
00000134
|
|
BDC_END_VB
SAPLSBDC
|
--------------------------------------------------------------------------------------------------|Program SAPLF005
|
--------------------------------------------------------------------------------------------------|AGKO
. .
: :
00000040
|
|
0000
00000000|
|
|BKPF
. .
: :
00000709
|
|
400200560015749592011Z220111223201112011220111223131639000
|
|BKP1
. .
: :
00000004
|
|
2011|
|
|BSEG
. .
: :
00001972
|
|
400200560015749592011002 0000000000000000
50S H
|
|BSEC
. .
: :
00000532
|
|
0000000
|
|BSED
. .
: :
00000404
|
|
0000000\0\x0C \0\0\0\0\0\0\x0C\0\0\0\0\0
|
|BSEU
. .
: :
00000023
|
|
SEK
000 |
|
|BSIS
. .
: :
00000680
|
|
4002005000028505800000000
LM-DERIV
20116
|
|UF05A
. .
: :
00000048
|
|
|
|

|T001

. .

: :

00000247

|
|

4002005LME

Sweden
S
|
--------------------------------------------------------------------------------------------------|Program SAPLFDIS
|
--------------------------------------------------------------------------------------------------|INDX
. .
: :
00003000
|
|
400FF400200560015749592011 \x01\0\0\0 00000000
|
--------------------------------------------------------------------------------------------------|Program SAPLBDLS
|
--------------------------------------------------------------------------------------------------|T000
. .
: :
00000107
|
|
400MUS Global Production
Stockholm
USD
|
--------------------------------------------------------------------------------------------------|Program SAPLITSR
|
--------------------------------------------------------------------------------------------------|TPS01
. .
: :
00000072
|
|
00005012SAMPLE_PROCESS_00005012
|
|TBE11
. .
: :
00000037
|
|
|
|
--------------------------------------------------------------------------------------------------|Program SAPLFBW4
|
--------------------------------------------------------------------------------------------------|FBW4X
. .
: :
00000082
|
|
00005012*SAPFGDEL *
|
--------------------------------------------------------------------------------------------------|Program SAPLFMFF
|
--------------------------------------------------------------------------------------------------|TRWCA
. .
: :
00000012
|
|
400FIFM2999X|
|
---------------------------------------------------------------------------------------------------

|Program SAPLGIVA
|
--------------------------------------------------------------------------------------------------|T881
. .
: :
00000108
|
|
4008A
0XXX X GLPCT
XXXX 109
|
|GLPCA
. .
: :
00000705
|
|
4000000000011578365568A00002011
H012A03394584200022
|
|FAGLFLEXP
. .
: :
00001265
|
|
0000
000
|
|FMGLFLEXP
. .
: :
00001269
|
|
0000
000
|
--------------------------------------------------------------------------------------------------|Program SAPLGLIO
|
--------------------------------------------------------------------------------------------------|GLPCO
. .
: :
00000087
|
|
40000000000000000000000000000000000000000000000000000
|
|GLPCC
. .
: :
00000108
|
|
4000000000000007684780000841912
RFBU00400
|
--------------------------------------------------------------------------------------------------|Program SAPLSNR3
|
--------------------------------------------------------------------------------------------------|TNRO
. .
: :
00000466
|
|
GL_RECID
|
|BNRIV
. .
: :
00000106
|
|
400GL_RECID
010000000000000000000001 9999999999999
|
--------------------------------------------------------------------------------------------------|Program SAPL2073
|
--------------------------------------------------------------------------------------------------|TKA01
. .
: :
00000200
|
|
4001000Ericsson's OCA
USD ECCAK42
|
---------------------------------------------------------------------------------------------------

|Program SAPLGLIU
|
--------------------------------------------------------------------------------------------------|RSJOBINFO
. .
: :
00000084
|
|
00000000000000
|
|TRACTSLT
. .
: :
00000845
|
|
0000
|
|JVTO2
. .
: :
00000566
|
|
0000
000
|
|JVTO1
. .
: :
00001124
|
|
0000
|
|GLT3
. .
: :
00000472
|
|
0000
000
0
|
|GLPCT
. .
: :
00000784
|
|
4008A00002011000000000000578712000000000001078156000000000
|
|FMGLFLEXT
. .
: :
00001252
|
|
0000 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0
|
|FILCT
. .
: :
00000929
|
|
0000
|
|FBICRC003T
. .
: :
00000288
|
|
0000
|
|FAGLFLEXT
. .
: :
00001248
|
|
0000 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0
|
|ECMCT
. .
: :
00000824
|
|
0000
|
|T800A
. .
: :
00000461
|
|
GLPCA
SI016XXX X GLPCT
|
|T800AIS
. .
: :
00000060
|
|
|
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

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


|
--------------------------------------------------------------------------------------------------|Index|Name|Fl|PAR0|PAR1|PAR2|PAR3|PAR4|PAR5|PAR6|Source Code
|Line
|
--------------------------------------------------------------------------------------------------|22501|PAR1|80|02DD|
|
|
|
|
|
|LGLIUF0A
|
2617|
|22502|WHER|20|0000|0007|00B4|
|
|
|
|LGLIUF0A
|
2617|
|22504|PAR1|80|02DE|
|
|
|
|
|
|LGLIUF0A
|
2617|
|22505|WHER|20|0000|0008|00B5|
|
|
|
|LGLIUF0A
|
2617|
|22507|PAR1|80|02DF|
|
|
|
|
|
|LGLIUF0A
|
2617|
|22508|WHER|20|0000|0009|00B6|
|
|
|
|LGLIUF0A
|
2617|
|22510|PAR1|80|02E0|
|
|
|
|
|
|LGLIUF0A
|
2617|
|22511|WHER|20|0000|000A|00B7|
|
|
|
|LGLIUF0A
|
2617|
|22513|PAR1|80|02E1|
|
|
|
|
|
|LGLIUF0A
|
2617|
|22514|WHER|20|0000|000B|0043|
|
|
|
|LGLIUF0A
|
2617|
|22516|PAR1|80|02E2|
|
|
|
|
|
|LGLIUF0A
|
2617|
|22517|SQLS|3B|0000|
|
|
|
|
|
|LGLIUF0A
|
2617|
|>>>>>|SQLS|10|0000|
|
|
|
|
|
|LGLIUF0A
|
2617|
|22519|BRAX|00|0118|
|
|
|
|
|
|LGLIUF0A
|
2618|
|22520|when|00|0002|8000|00C6|
|
|
|
|LGLIUF0A
|
2618|
|22522|BRAN|02|0002|
|
|
|
|
|
|LGLIUF0A
|
2618|
|22523|BRAX|00|0043|
|
|
|
|
|
|LGLIUF0A
|
2618|
|22524|SQLS|25|0000|
|
|
|
|
|
|LGLIUF0A
|
2619|
|22525|SQLS|06|00F9|
|
|
|
|
|
|LGLIUF0A
|
2619|
|22526|PAR1|00|0291|
|
|
|
|
|
|LGLIUF0A
|
2619|
---------------------------------------------------------------------------------------------------

You might also like