cancel
Showing results for 
Search instead for 
Did you mean: 

while running the livecache server test a native sql error occures

Former Member
0 Kudos

We are using scm4.1 livecache 7.5.0 And every time we are running the livecache test program he is dumping

whith the following dump

patch level scm & scm_basis is 8

Runtime Errors DBIF_DSQL2_SQL_ERROR

Except. CX_SY_NATIVE_SQL_ERROR

Date and Time 31.10.2005 16:50:55

-

-


-

-


ShrtText

An SQL error occurred when executing Native SQL.

-

-


-

-


What happened?

Error 600 occurred in the current database connection "LCA".

-

-


-

-


What can you do?

Print out the error message (using the "Print" function)

and make a note of the actions and input that caused the

error.

To resolve the problem, contact your SAP system administrator.

You can use transaction ST22 (ABAP Dump Analysis) to view and administer

termination messages, especially those beyond their normal deletion

date.

is especially useful if you want to keep a particular message.

-

-


-

-


How to correct the error

Database error text........: "Work rolled back: DbpError -28814 in

APS_ORDER_CH"

Database error code .......: 600

Triggering SQL statement...: " ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?

? ? ? ? ? ? ? or'"

Internal call code.........: "[DBDS/NEW DSQL]"

Please check the entries in the system log (Transaction SM21).

You may able to find an interim solution to the problem

in the SAP note system. If you have access to the note system yourself,

use the following search criteria:


"DBIF_DSQL2_SQL_ERROR" CX_SY_NATIVE_SQL_ERRORC

"/SAPAPO/SAPLOM_PLANNING" or "/SAPAPO/LOM_PLANNINGU08"

"/SAPAPO/OM_ORDER_CHANGE"


If you cannot solve the problem yourself and you wish to send

an error message to SAP, include the following documents:

1. A printout of the problem description (short dump)

To obtain this, select in the current display "System->List->

Save->Local File (unconverted)".

2. A suitable printout of the system log

To obtain this, call the system log through transaction SM21.

Limit the time interval to 10 minutes before and 5 minutes

after the short dump. In the display, then select the function

"System->List->Save->Local File (unconverted)".

3. If the programs are your own programs or modified SAP programs,

supply the source code.

To do this, select the Editor function "Further Utilities->

Upload/Download->Download".

4. Details regarding the conditions under which the error occurred

or which actions and input led to the error.

The exception must either be prevented, caught within the procedure

"/SAPAPO/OM_ORDER_CHANGE"

"(FUNCTION)", or declared in the procedure's RAISING clause.

To prevent the exception, note the following:

-

-


-

-


System environment

SAP Release.............. "640"

Application server....... "bebruap2"

Network address.......... "195.213.49.227"

Operating system......... "Windows NT"

Release.................. "5.2"

Hardware type............ "4x Intel 801586"

Character length......... 16 Bits

Pointer length........... 32 Bits

Work process number...... 1

Short dump setting....... "full"

Database server.......... "BEBRUAP2"

Database type............ "MSSQL"

Database name............ "APD"

Database owner........... "apd"

Character set............ "C"

SAP kernel............... "640"

Created on............... "Aug 23 2005 00:00:49"

Created in............... "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"

Database version......... "SQL_Server_8.00 "

Patch level.............. "87"

Patch text............... " "

Supported environment....

Database................. "MSSQL 7.00.699 or higher, MSSQL 8.00.194"

SAP database version..... "640"

Operating system......... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2"

Memory usage.............

Roll..................... 8176

EM....................... 24040336

Heap..................... 0

Page..................... 1687552

MM Used.................. 1516920

MM Free.................. 572032

SAP Release.............. "640"

-

-


-

-


User and Transaction

Client.............. 000

User................ "CGRAULS"

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

Transaction......... "/SAPAPO/OM03 "

Program............. "/SAPAPO/SAPLOM_PLANNING"

Screen.............. "SAPMSSY0 1000"

Screen line......... 6

-

-


-

-


Information on where terminated

The termination occurred in the ABAP program "/SAPAPO/SAPLOM_PLANNING" in

"/SAPAPO/OM_ORDER_CHANGE".

The main program was "/SAPAPO/OM_TB_FLOW_QUANTITY ".

The termination occurred in line 91 of the source code of the (Include)

program "/SAPAPO/LOM_PLANNINGU08"

of the source code of program "/SAPAPO/LOM_PLANNINGU08" (when calling the

editor 910).

Processing was terminated because the exception "CX_SY_NATIVE_SQL_ERROR"

occurred in the

procedure "/SAPAPO/OM_ORDER_CHANGE" "(FUNCTION)" but was not handled locally,

not declared in the

RAISING clause of the procedure.

The procedure is in the program "/SAPAPO/SAPLOM_PLANNING ". Its source code

starts in line 5

of the (Include) program "/SAPAPO/LOM_PLANNING$08 ".

-

-


-

-


Source Code Extract

-

-


Line

SourceCde

-

-


61

is_gen_params-simversion

62

is_gen_params-dont_set_netchg_flag

63

space.

64

65

  • Kontrollstruktur IS_GET_CHANGED_OPTIONS anpassen.

66

IF NOT et_changed_orders IS REQUESTED.

67

is_get_changed_options-send_chg_top_order = gc_false.

68

ENDIF.

69

IF NOT et_changed_cap_reqs IS REQUESTED.

70

is_get_changed_options-send_chg_cap_req = gc_false.

71

ENDIF.

72

IF NOT et_changed_io_nodes IS REQUESTED.

73

is_get_changed_options-send_chg_ionode = gc_false.

74

ENDIF.

75

IF NOT et_changed_io_pp_nodes IS REQUESTED.

76

is_get_changed_options-send_chg_io_pp = gc_false.

77

ENDIF.

78

IF NOT et_changed_pegids IS REQUESTED.

79

is_get_changed_options-send_chg_pegid = gc_false.

80

ENDIF.

81

IF NOT et_deleted_fix_pegging IS REQUESTED.

82

is_get_changed_options-send_del_fix_peg = gc_false.

83

ENDIF.

84

start_function 'OM_ORDER_CHANGE'. "#EC *

85

  • Verbindung zum liveCache aufbauen

86

check_server.

87

connect_to_livecache.

88

  • COM-Routine zum Anlegen bzw. Überschreiben eines Zeitstrahls

89

90

EXEC sql.

>>>>>

execute procedure "APS_ORDER_CHANGE" (

92

in :ls_gen_com_params,

93

out :lv_rc,

94

in :et_rc,

95

in :it_order_method,

96

in :it_ordkeys,

97

in :it_ordmaps,

98

in :it_orders,

99

in :it_activities,

100

in :it_mode,

101

in :it_cap_reqs,

102

in :it_positions,

103

in :it_inputs,

104

in :it_outputs,

105

in :it_prodflow,

106

in :it_intern_constraints,

107

in :it_extern_constraints,

108

in :it_charact_val_acts,

109

in :it_charact_req_inpnode,

110

in :it_charact_val_outnode,

-

-


-

-


Contents of system fields

-

-


Name

Val.

-

-


SY-SUBRC

0

SY-INDEX

0

SY-TABIX

1

SY-DBCNT

1

SY-FDPOS

0

SY-LSIND

0

SY-PAGNO

0

SY-LINNO

1

SY-COLNO

1

SY-PFKEY

SY-UCOMM

SY-TITLE

Flow Quantity Test

SY-MSGTY

S

SY-MSGID

/SAPAPO/OM_TEST

SY-MSGNO

001

SY-MSGV1

Create transSim

SY-MSGV2

SY-MSGV3

SY-MSGV4

-

-


-

-


Active Calls/Events

-

-


No. Ty. Program Include Line

Name

-

-


3 FUNCTION /SAPAPO/SAPLOM_PLANNING /SAPAPO/LOM_PLANNINGU08 91

/SAPAPO/OM_ORDER_CHANGE

2 FORM /SAPAPO/OM_TB_FLOW_QUANTITY /SAPAPO/OM_TB_FLOW_QUANTITY 802

CHANGE_DATA

1 EVENT /SAPAPO/OM_TB_FLOW_QUANTITY /SAPAPO/OM_TB_FLOW_QUANTITY 11

START-OF-SELECTION

-

-


-

-


Chosen variables

-

-


Name

Val.

-

-


No. 3 Ty. FUNCTION

Name /SAPAPO/OM_ORDER_CHANGE

-

-


IS_ATP_INFO

01ATP0000001~CGRAULSXX##

334553333333744545455500

011400000001E37215C38800

000000000000000000000000

000000000000000000000000

IS_CONTROLPARAMETERS

霁က#ం̂⍱㔒鲔#####

2222222222222222222222001007190000022

0000000000000000000000100221240000100

0000000000000000000000910002390000000

0000000000000000000000700C335C000C000

IS_GEN_PARAMS

01PLV0000001~CGRAULS

3354533333337445454522222

010C60000001E37215C300000

0000000000000000000000000

0000000000000000000000000

IS_GET_CHANGED_OPTIONS

2222222

0000000

0000000

0000000

IT_ACTIVITIES

Table IT_274[1x256]

PROGRAM=/SAPAPO/OM_TB_FLOW_QUANTITYFORM=CHANGE_DATADATA=LT_ACTIVITIES

Table reference: 41

TABH+ 0(20) = 5087FFDF00000000000000002900000012010000

TABH+ 20(20) = 0100000000010000FFFFFFFF0487000000290000

TABH+ 40( 😎 = 10000000C1308000

store = 0x5087FFDF

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 41 (0x29000000)

label = 274 (0x12010000)

fill = 1 (0x01000000)

leng = 256 (0x00010000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000205

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = 0x180112E0

pghook = 0x00000000

idxPtr = 0x00000000

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 16 (0x10000000)

lineAlloc = 16 (0x10000000)

store_id = 126 (0x7E000000)

shmIsReadOnly = 0 (0x00000000)

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

IT_CAP_REQS

Table IT_276[1x112]

PROGRAM=/SAPAPO/OM_TB_FLOW_QUANTITYFORM=CHANGE_DATADATA=LT_CAP_REQS

Table reference: 39

TABH+ 0(20) = 48BB06E000000000000000002700000014010000

TABH+ 20(20) = 0100000070000000FFFFFFFF04870000C0290000

TABH+ 40( 😎 = 10000000C1308000

store = 0x48BB06E0

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 39 (0x27000000)

label = 276 (0x14010000)

fill = 1 (0x01000000)

leng = 112 (0x70000000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000209

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = 0x188D04E0

pghook = 0x00000000

idxPtr = 0x00000000

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 16 (0x10000000)

lineAlloc = 16 (0x10000000)

store_id = 124 (0x7C000000)

shmIsReadOnly = 0 (0x00000000)

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

IT_CHARACT_REQ_INPNODE

Table IT_418[0x140]

FUNCTION=/SAPAPO/OM_ORDER_CHANGEDATA=IT_CHARACT_REQ_INPNODE

Table reference: 32

TABH+ 0(20) = 00000000000000000000000020000000A2010000

TABH+ 20(20) = 000000008C000000FFFFFFFF04870000301D0000

TABH+ 40( 😎 = 10000000C1308000

store = 0x00000000

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 32 (0x20000000)

label = 418 (0xA2010000)

fill = 0 (0x00000000)

leng = 140 (0x8C000000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000142

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

store_id = Not allocated

shmIsReadOnly = Not allocated

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

IT_CHARACT_VAL_ACTS

Table IT_417[0x156]

FUNCTION=/SAPAPO/OM_ORDER_CHANGEDATA=IT_CHARACT_VAL_ACTS

Table reference: 50

TABH+ 0(20) = 00000000000000000000000032000000A1010000

TABH+ 20(20) = 000000009C000000FFFFFFFF04870000901D0000

TABH+ 40( 😎 = 10000000C1308000

store = 0x00000000

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 50 (0x32000000)

label = 417 (0xA1010000)

fill = 0 (0x00000000)

leng = 156 (0x9C000000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000144

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

store_id = Not allocated

shmIsReadOnly = Not allocated

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

IT_CHARACT_VAL_OUTNODE

Table IT_419[0x156]

FUNCTION=/SAPAPO/OM_ORDER_CHANGEDATA=IT_CHARACT_VAL_OUTNODE

Table reference: 60

TABH+ 0(20) = 0000000000000000000000003C000000A3010000

TABH+ 20(20) = 000000009C000000FFFFFFFF04870000901D0000

TABH+ 40( 😎 = 10000000C1308000

store = 0x00000000

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 60 (0x3C000000)

label = 419 (0xA3010000)

fill = 0 (0x00000000)

leng = 156 (0x9C000000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000144

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

store_id = Not allocated

shmIsReadOnly = Not allocated

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

IT_EXTERN_CONSTRAINTS

Table IT_416[0x124]

FUNCTION=/SAPAPO/OM_ORDER_CHANGEDATA=IT_EXTERN_CONSTRAINTS

Table reference: 71

TABH+ 0(20) = 00000000000000000000000047000000A0010000

TABH+ 20(20) = 000000007C000000FFFFFFFF04870000E02A0000

TABH+ 40( 😎 = 10000000C1308000

store = 0x00000000

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 71 (0x47000000)

label = 416 (0xA0010000)

fill = 0 (0x00000000)

leng = 124 (0x7C000000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000215

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

store_id = Not allocated

shmIsReadOnly = Not allocated

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

IT_INPUTS

Table IT_278[1x420]

PROGRAM=/SAPAPO/OM_TB_FLOW_QUANTITYFORM=CHANGE_DATADATA=LT_INPUTS

Table reference: 63

TABH+ 0(20) = 087400E0C0E303E0000000003F00000016010000

TABH+ 20(20) = 01000000A4010000FFFFFFFF04870000202A0000

TABH+ 40( 😎 = 10000000C1308000

store = 0x087400E0

ext1 = 0xC0E303E0

shmId = 0 (0x00000000)

id = 63 (0x3F000000)

label = 278 (0x16010000)

fill = 1 (0x01000000)

leng = 420 (0xA4010000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000211

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = 0x78DC11E0

pghook = 0x00000000

idxPtr = 0x00000000

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 16 (0x10000000)

lineAlloc = 16 (0x10000000)

store_id = 123 (0x7B000000)

shmIsReadOnly = 0 (0x00000000)

>>>>> 1st level extension part <<<<<

regHook = 0x2029FFDF

hsdir = 0x00000000

ext2 = 0x00000000

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

IT_INTERN_CONSTRAINTS

Table IT_415[0x124]

FUNCTION=/SAPAPO/OM_ORDER_CHANGEDATA=IT_INTERN_CONSTRAINTS

Table reference: 49

TABH+ 0(20) = 000000000000000000000000310000009F010000

TABH+ 20(20) = 000000007C000000FFFFFFFF04870000E02A0000

TABH+ 40( 😎 = 10000000C1308000

store = 0x00000000

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 49 (0x31000000)

label = 415 (0x9F010000)

fill = 0 (0x00000000)

leng = 124 (0x7C000000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000215

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

store_id = Not allocated

shmIsReadOnly = Not allocated

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

IT_MODE

Table IT_275[1x164]

PROGRAM=/SAPAPO/OM_TB_FLOW_QUANTITYFORM=CHANGE_DATADATA=LT_MODES

Table reference: 52

TABH+ 0(20) = A03C00E000000000000000003400000013010000

TABH+ 20(20) = 01000000A4000000FFFFFFFF0487000060290000

TABH+ 40( 😎 = 10000000C1308000

store = 0xA03C00E0

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 52 (0x34000000)

label = 275 (0x13010000)

fill = 1 (0x01000000)

leng = 164 (0xA4000000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000207

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = 0xC8F611E0

pghook = 0x00000000

idxPtr = 0x00000000

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 16 (0x10000000)

lineAlloc = 16 (0x10000000)

store_id = 125 (0x7D000000)

shmIsReadOnly = 0 (0x00000000)

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

IT_ORDERS

Table IT_293[1x320]

PROGRAM=/SAPAPO/OM_TB_FLOW_QUANTITYFORM=CHANGE_DATADATA=LT_ORDERS1

Table reference: 47

TABH+ 0(20) = 20B403E000000000000000002F00000025010000

TABH+ 20(20) = 0100000040010000FFFFFFFF0400000030380000

TABH+ 40( 😎 = 01000000C1308000

store = 0x20B403E0

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 47 (0x2F000000)

label = 293 (0x25010000)

fill = 1 (0x01000000)

leng = 320 (0x40010000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000286

occu = 1 (0x01000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = 0x9080FFDF

pghook = 0x00000000

idxPtr = 0x00000000

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 1 (0x01000000)

lineAlloc = 1 (0x01000000)

store_id = 130 (0x82000000)

shmIsReadOnly = 0 (0x00000000)

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

IT_ORDER_METHOD

Table IT_268[2x62]

PROGRAM=/SAPAPO/OM_TB_FLOW_QUANTITYFORM=CHANGE_DATADATA=LT_ORDER_METHOD

Table reference: 51

TABH+ 0(20) = 8882FFDF0000000000000000330000000C010000

TABH+ 20(20) = 020000003E000000FFFFFFFF04000000B0360000

TABH+ 40( 😎 = 10000000C1248000

store = 0x8882FFDF

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 51 (0x33000000)

label = 268 (0x0C010000)

fill = 2 (0x02000000)

leng = 62 (0x3E000000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000278

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = 0x0868FFDF

pghook = 0x00000000

idxPtr = 0x00000000

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 16 (0x10000000)

lineAlloc = 16 (0x10000000)

store_id = 122 (0x7A000000)

shmIsReadOnly = 0 (0x00000000)

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

IT_ORDKEYS

Table IT_271[1x332]

PROGRAM=/SAPAPO/OM_TB_FLOW_QUANTITYFORM=CHANGE_DATADATA=LT_ORDKEYS

Table reference: 29

TABH+ 0(20) = 80E303E000000000000000001D0000000F010000

TABH+ 20(20) = 010000004C010000FFFFFFFF04870000E0270000

TABH+ 40( 😎 = 10000000C1308000

store = 0x80E303E0

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 29 (0x1D000000)

label = 271 (0x0F010000)

fill = 1 (0x01000000)

leng = 332 (0x4C010000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000199

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = 0x382612E0

pghook = 0x00000000

idxPtr = 0x00000000

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 16 (0x10000000)

lineAlloc = 16 (0x10000000)

store_id = 128 (0x80000000)

shmIsReadOnly = 0 (0x00000000)

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

IT_ORDMAPS

Table IT_411[0x108]

FUNCTION=/SAPAPO/OM_ORDER_CHANGEDATA=IT_ORDMAPS

Table reference: 66

TABH+ 0(20) = 000000000000000000000000420000009B010000

TABH+ 20(20) = 000000006C000000FFFFFFFF0487000040280000

TABH+ 40( 😎 = 10000000C1248000

store = 0x00000000

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 66 (0x42000000)

label = 411 (0x9B010000)

fill = 0 (0x00000000)

leng = 108 (0x6C000000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000201

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

store_id = Not allocated

shmIsReadOnly = Not allocated

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

IT_OUTPUTS

Table IT_413[0x420]

FUNCTION=/SAPAPO/OM_ORDER_CHANGEDATA=IT_OUTPUTS

Table reference: 34

TABH+ 0(20) = 000000000000000000000000220000009D010000

TABH+ 20(20) = 00000000A4010000FFFFFFFF04870000202A0000

TABH+ 40( 😎 = 10000000C1308000

store = 0x00000000

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 34 (0x22000000)

label = 413 (0x9D010000)

fill = 0 (0x00000000)

leng = 420 (0xA4010000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000211

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

store_id = Not allocated

shmIsReadOnly = Not allocated

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

IT_POSITIONS

Table IT_412[0x60]

FUNCTION=/SAPAPO/OM_ORDER_CHANGEDATA=IT_POSITIONS

Table reference: 69

TABH+ 0(20) = 000000000000000000000000450000009C010000

TABH+ 20(20) = 000000003C000000FFFFFFFF04870000B01E0000

TABH+ 40( 😎 = 10000000C1248000

store = 0x00000000

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 69 (0x45000000)

label = 412 (0x9C010000)

fill = 0 (0x00000000)

leng = 60 (0x3C000000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000150

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

store_id = Not allocated

shmIsReadOnly = Not allocated

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

IT_PRODFLOW

Table IT_414[0x288]

FUNCTION=/SAPAPO/OM_ORDER_CHANGEDATA=IT_PRODFLOW

Table reference: 62

TABH+ 0(20) = 0000000000000000000000003E0000009E010000

TABH+ 20(20) = 0000000020010000FFFFFFFF04870000802A0000

TABH+ 40( 😎 = 10000000C1308000

store = 0x00000000

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 62 (0x3E000000)

label = 414 (0x9E010000)

fill = 0 (0x00000000)

leng = 288 (0x20010000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000213

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

store_id = Not allocated

shmIsReadOnly = Not allocated

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

IT_RES_PLAN_INTERVALLS

Table IT_420[0x60]

FUNCTION=/SAPAPO/OM_ORDER_CHANGEDATA=IT_RES_PLAN_INTERVALLS

Table reference: 35

TABH+ 0(20) = 00000000000000000000000023000000A4010000

TABH+ 20(20) = 000000003C000000FFFFFFFF04870000502D0000

TABH+ 40( 😎 = 10000000C1248000

store = 0x00000000

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 35 (0x23000000)

label = 420 (0xA4010000)

fill = 0 (0x00000000)

leng = 60 (0x3C000000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000228

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

store_id = Not allocated

shmIsReadOnly = Not allocated

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

IT_SCHED_PARAMS

Table IT_292[1x88]

PROGRAM=/SAPAPO/OM_TB_FLOW_QUANTITYFORM=CHANGE_DATADATA=LT_SCHED_PARAMS

Table reference: 40

TABH+ 0(20) = 7088FFDF00000000000000002800000024010000

TABH+ 20(20) = 0100000058000000FFFFFFFF04AA0000402B0000

TABH+ 40( 😎 = 10000000C1308000

store = 0x7088FFDF

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 40 (0x28000000)

label = 292 (0x24010000)

fill = 1 (0x01000000)

leng = 88 (0x58000000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000217

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = 0x202800E0

pghook = 0x00000000

idxPtr = 0x00000000

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 16 (0x10000000)

lineAlloc = 16 (0x10000000)

store_id = 129 (0x81000000)

shmIsReadOnly = 0 (0x00000000)

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

IV_GET_ALL_OBJECTS

2

0

0

0

IV_SIMSESSION

01FlwQty2SIM~CGRAULSXX

3346757735447445454555

016C7149239DE37215C388

0000000000000000000000

0000000000000000000000

ET_CHANGED_CAP_REQS

Table IT_422[0x364]

FUNCTION=/SAPAPO/OM_ORDER_CHANGEDATA=ET_CHANGED_CAP_REQS

Table reference: 36

TABH+ 0(20) = 00000000000000000000000024000000A6010000

TABH+ 20(20) = 000000006C010000FFFFFFFF04870000E02D0000

TABH+ 40( 😎 = 10000000C1308000

store = 0x00000000

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 36 (0x24000000)

label = 422 (0xA6010000)

fill = 0 (0x00000000)

leng = 364 (0x6C010000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000231

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

store_id = Not allocated

shmIsReadOnly = Not allocated

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

ET_CHANGED_IO_NODES

Table IT_423[0x420]

FUNCTION=/SAPAPO/OM_ORDER_CHANGEDATA=ET_CHANGED_IO_NODES

Table reference: 59

TABH+ 0(20) = 0000000000000000000000003B000000A7010000

TABH+ 20(20) = 00000000A4010000FFFFFFFF04870000202A0000

TABH+ 40( 😎 = 10000000C1308000

store = 0x00000000

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 59 (0x3B000000)

label = 423 (0xA7010000)

fill = 0 (0x00000000)

leng = 420 (0xA4010000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000211

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

store_id = Not allocated

shmIsReadOnly = Not allocated

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

ET_CHANGED_IO_PP_NODES

Table IT_424[0x516]

FUNCTION=/SAPAPO/OM_ORDER_CHANGEDATA=ET_CHANGED_IO_PP_NODES

Table reference: 67

TABH+ 0(20) = 00000000000000000000000043000000A8010000

TABH+ 20(20) = 0000000004020000FFFFFFFF04870000101F0000

TABH+ 40( 😎 = 10000000C1308000

store = 0x00000000

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 67 (0x43000000)

label = 424 (0xA8010000)

fill = 0 (0x00000000)

leng = 516 (0x04020000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000152

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

store_id = Not allocated

shmIsReadOnly = Not allocated

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

ET_CHANGED_ORDERS

Table IT_421[0x320]

FUNCTION=/SAPAPO/OM_ORDER_CHANGEDATA=ET_CHANGED_ORDERS

Table reference: 58

TABH+ 0(20) = 0000000000000000000000003A000000A5010000

TABH+ 20(20) = 0000000040010000FFFFFFFF04870000602C0000

TABH+ 40( 😎 = 10000000C1308000

store = 0x00000000

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 58 (0x3A000000)

label = 421 (0xA5010000)

fill = 0 (0x00000000)

leng = 320 (0x40010000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000223

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

store_id = Not allocated

shmIsReadOnly = Not allocated

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

ET_CHANGED_PEGIDS

Table IT_425[0x44]

FUNCTION=/SAPAPO/OM_ORDER_CHANGEDATA=ET_CHANGED_PEGIDS

Table reference: 68

TABH+ 0(20) = 00000000000000000000000044000000A9010000

TABH+ 20(20) = 000000002C000000FFFFFFFF04870000001A0000

TABH+ 40( 😎 = 1000000041258000

store = 0x00000000

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 68 (0x44000000)

label = 425 (0xA9010000)

fill = 0 (0x00000000)

leng = 44 (0x2C000000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000125

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 2 (table_line)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

store_id = Not allocated

shmIsReadOnly = Not allocated

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

ET_DELETED_FIX_PEGGING

Table IT_426[0x302]

FUNCTION=/SAPAPO/OM_ORDER_CHANGEDATA=ET_DELETED_FIX_PEGGING

Table reference: 64

TABH+ 0(20) = 00000000000000000000000040000000AA010000

TABH+ 20(20) = 000000002E010000FFFFFFFF0487000030200000

TABH+ 40( 😎 = 10000000C1248000

store = 0x00000000

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 64 (0x40000000)

label = 426 (0xAA010000)

fill = 0 (0x00000000)

leng = 302 (0x2E010000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000158

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

store_id = Not allocated

shmIsReadOnly = Not allocated

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

ET_RC

Table IT_410[0x140]

FUNCTION=/SAPAPO/OM_ORDER_CHANGEDATA=ET_RC

Table reference: 42

TABH+ 0(20) = 0000000000000000000000002A0000009A010000

TABH+ 20(20) = 000000008C000000FFFFFFFF0487000090200000

TABH+ 40( 😎 = 10000000C1308000

store = 0x00000000

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 42 (0x2A000000)

label = 410 (0x9A010000)

fill = 0 (0x00000000)

leng = 140 (0x8C000000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000160

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

store_id = Not allocated

shmIsReadOnly = Not allocated

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

ET_SCHED_FAILURES

Table IT_427[0x580]

FUNCTION=/SAPAPO/OM_ORDER_CHANGEDATA=ET_SCHED_FAILURES

Table reference: 44

TABH+ 0(20) = 0000000000000000000000002C000000AB010000

TABH+ 20(20) = 0000000044020000FFFFFFFF04870000402E0000

TABH+ 40( 😎 = 10000000C1308000

store = 0x00000000

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 44 (0x2C000000)

label = 427 (0xAB010000)

fill = 0 (0x00000000)

leng = 580 (0x44020000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000233

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

store_id = Not allocated

shmIsReadOnly = Not allocated

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

GC_OM_OUTPUT_SNODE

673193758

1

E

OM_TS_SNPPUSH_PARAISZERO

40213

1900

5D00

GC_CONTYP_ATP

A0

43

10

00

00

GC_PERIODIC_TRANSFER

33619969

0

1

GC_OM_LOGEVENT_DEL_OLD_SIMS

DOSS

4455

4F33

0000

0000

LV_LOGGING

0

0000

0000

OM_PB_CAPAENTRY_NO_ENTRY

17320

A400

8300

OM_INVALID_PEG_MAX_TOLERANCE

179

B000

3000

__GV_STEMPEL2L

0.0.0.0.0.0.0.0.0.0.1.

00000000000

0000000000C

GC_STAT_DEFAULT

0

3

0

0

0

__GV_STEMPEL2

0.0.0.0.0.0.0.1.

00000000

0000000C

__GV_TIME2FRAC

0.0.0.0.0.0.0.1.

00000000

0000000C

__GV_STEMPEL1

0.0.0.0.0.0.0.1.

00000000

0000000C

__GV_STEMPEL1L

0.0.0.0.0.0.0.0.0.0.1.

00000000000

0000000000C

__GV_TIME1FRAC

0.0.0.0.0.0.0.1.

00000000

0000000C

-

-


No. 2 Ty. FORM

Name CHANGE_DATA

-

-


GC_STAT_RELEASED

1

3

1

0

0

GC_STAT_FIXED

2

3

2

0

0

LS_SCHED_CONTR

&#38657;&#4096;#&#3074;&#770;&#9073;&#13586;&#40084;#####

2222222222222222222222001007190000022

0000000000000000000000100221240000100

0000000000000000000000910002390000000

0000000000000000000000700C335C000C000

GC_STAT_FXD_REL

3

3

3

0

0

LT_SCHED_PARAMS

Table IT_292[1x88]

GC_OM_APPLICATION_MASTER_DATA

MD

4422

D400

0000

0000

LT_ORDERS1

Table IT_293[1x320]

LT_ORDERS

Table IT_273[1x336]

PROGRAM=/SAPAPO/OM_TB_FLOW_QUANTITYFORM=CHANGE_DATADATA=LT_ORDERS

Table reference: 23

TABH+ 0(20) = 289404E000000000000000001700000011010000

TABH+ 20(20) = 0100000050010000FFFFFFFF04870000A0280000

TABH+ 40( 😎 = 10000000C1308000

store = 0x289404E0

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 23 (0x17000000)

label = 273 (0x11010000)

fill = 1 (0x01000000)

leng = 336 (0x50010000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000203

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = 0x281112E0

pghook = 0x00000000

idxPtr = 0x00000000

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 16 (0x10000000)

lineAlloc = 16 (0x10000000)

store_id = 127 (0x7F000000)

shmIsReadOnly = 0 (0x00000000)

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

GC_TIMEZONE

UTC

554222

543000

000000

000000

GS_TB_LEGOINFO-ATP_INFO

01ATP0000001~CGRAULSXX##

334553333333744545455500

011400000001E37215C38800

000000000000000000000000

000000000000000000000000

GC_GOODS_ISSUE

i

6

9

0

0

CONST_EXCEPTION_MSGNO

003

333

003

000

000

LS_GEN_PARAMS

01PLV0000001~CGRAULS

3354533333337445454522222

010C60000001E37215C300000

0000000000000000000000000

0000000000000000000000000

GC_STAT_FIN_CONF

6

3

6

0

0

LT_ACTIVITIES

Table IT_274[1x256]

GC_STAT_INTERRUPT_FIX

8

3

8

0

0

LT_CAP_REQS

Table IT_276[1x112]

GC_APPLICATION_PIR

185207048

0

8

LT_INPUTS

Table IT_278[1x420]

GC_STAT_INTERRUPT

7

3

7

0

0

LT_MODES

Table IT_275[1x164]

GC_STAT_PART_CONF

5

3

5

0

0

GC_ACTIVE_VERSION

000

3332222222222222222222

0000000000000000000000

0000000000000000000000

0000000000000000000000

LT_ORDER_METHOD

Table IT_268[2x62]

GC_STAT_STARTED

4

3

4

0

0

LT_ORDKEYS

Table IT_271[1x332]

GC_GOODS_RECEIPT

x

7

8

0

0

CONST_EXC_INDICATOR

%_E

254

5F5

000

000

GS_TB_LEGOINFO-SIMSESSION

01FlwQty2SIM~CGRAULSXX

3346757735447445454555

016C7149239DE37215C388

0000000000000000000000

0000000000000000000000

SYST

######################################&#420;###########################################@###&#3600;# u####

00000000000000000000000000000000000000A0000000008000000000000000000000000000109000400010270000

0000101000000000000010001000100000000040000000000000000000000000000000000000B00000000000050100

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000100000000000000000000000000000000000000000000000E000000C

%_DUMMY$$

2222

0000

0000

0000

SY-REPID

/SAPAPO/OM_TB_FLOW_QUANTITY

2545454244554544455554454552222222222222

F31010FFFDF42F6CF7F151E49490000000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

%_SSCR[]

Table IT_0[3x492]

PROGRAM=/SAPAPO/OM_TB_FLOW_QUANTITYDATA=%_SSCR[]

Table reference: 0

TABH+ 0(20) = A85106E068AA05E0000000000000000000000000

TABH+ 20(20) = 03000000EC010000FFFFFFFF04000000B0030000

TABH+ 40( 😎 = 03000000C9108000

store = 0xA85106E0

ext1 = 0x68AA05E0

shmId = 0 (0x00000000)

id = 0 (0x00000000)

label = 0 (0x00000000)

fill = 3 (0x03000000)

leng = 492 (0xEC010000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000006

occu = 3 (0x03000000)

access = 1 (ItAccessStandard)

idxKind = 1 (ItIndexLinear)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 0

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = 0xD04B06E0

pghook = 0x00000000

idxPtr = 0xE85106E0

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 3 (0x03000000)

lineAlloc = 3 (0x03000000)

store_id = 7 (0x07000000)

shmIsReadOnly = 0 (0x00000000)

>>>>> 1st level extension part <<<<<

regHook = 0x00000000

hsdir = 0x00000000

ext2 = 0x204B06E0

>>>>> 2nd level extension part <<<<<

tabhBack = 0xB8EB03E0

delta_head = 000000000000000000000000000000000000000000000000000000000000000000000000

pb_func = 0x00000000

pb_handle = 0x00000000

SYST-REPID

/SAPAPO/OM_TB_FLOW_QUANTITY

2545454244554544455554454552222222222222

F31010FFFDF42F6CF7F151E49490000000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

%_SSCR

P_USERNO&#16960;#P ##CCHARCHAR2

5555454440520044445444532222222222222222222222222222222222222222222222222222222222222222222222

0F5352EF0F002033812381220000000000000000000000000000000000000000000000000000000000000000000000

0000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000

%_SPACE

2

0

0

0

-

-


No. 1 Ty. EVENT

Name START-OF-SELECTION

-

-


GV_EXTNUMBER

/SAPAPO/OM_TB_FLOW_QUANTITY

2545454244554544455554454552222222222222222222222222222222222222222222222222222222222222222222

F31010FFFDF42F6CF7F151E49490000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

CONST_COLOR_CODE_1

1

3

1

0

0

P_BACK

X

5

8

0

0

MSGTY_I

I

4

9

0

0

MSGTY_NONE

2

0

0

0

GC_TRUE

X

5

8

0

0

MSGTY_S

S

5

3

0

0

P_USERNO

01

33

01

00

00

CONST_COLOR_CODE_2

2

3

2

0

0

GS_TB_LEGOINFO

01PLV0000001CGRAULS 01FlwQty2SIMCGRAULSXX01qJQ7mT{jR42kJtvNXk52Ym 16505520051031X 01ATP000

3354533333337445454522334675773544744545455533745365765336477456335623333333333333352233455333

010C60000001E37215C300016C7149239DE37215C388011A17D4BA242BA46E8B529D01650552005103180001140000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

GC_OM_APPLICATION_SNP

SNP

5452

3E00

0000

0000

GT_APPL_LOG_HANDLES

Table IT_29[1x44]

PROGRAM=/SAPAPO/OM_TB_FLOW_QUANTITYDATA=GT_APPL_LOG_HANDLES

Table reference: 21

TABH+ 0(20) = 70C905E00000000000000000150000001D000000

TABH+ 20(20) = 010000002C000000FFFFFFFF04000000000E0000

TABH+ 40( 😎 = 10000000C2268000

store = 0x70C905E0

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 21 (0x15000000)

label = 29 (0x1D000000)

fill = 1 (0x01000000)

leng = 44 (0x2C000000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000061

occu = 16 (0x10000000)

access = 2 (ItAccessSorted)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 3 (cmpSingleMcmpU)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

>>>>> Shareable Table Header Data <<<<<

tabi = 0xE00102E0

pghook = 0x00000000

idxPtr = 0x00000000

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 16 (0x10000000)

lineAlloc = 16 (0x10000000)

store_id = 19 (0x13000000)

shmIsReadOnly = 0 (0x00000000)

>>>>> 1st level extension part <<<<<

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

>>>>> 2nd level extension part <<<<<

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

GS_TB_LEGOINFO-APPL_LOG_HANDLE

qJQ7mT{jR42kJtvNXk52Ym

7453657653364774563356

1A17D4BA242BA46E8B529D

0000000000000000000000

0000000000000000000000

%_VIASELSCR

#

0

4

GS_FACTORY

É#6#Ã###À###############Ê#5#############Ä###Þ#!#####È#7#########Æ#9#############

C030C010C01000FF00FF00FFC03000FF00FF00FFC010D02000FFC03000FF00FFC03000FF00FF00FF22222222222222

906030C000F000FF00FF00FFA05000FF00FF00FF40B0E01000FF807000FF00FF609000FF00FF00FF00000000000000

00000000000000FF00FF00FF000000FF00FF00FF0000000000FF000000FF00FF000000FF00FF00FF00000000000000

00000000000000FF00FF00FF000000FF00FF00FF0000000000FF000000FF00FF000000FF00FF00FF00000000000000

GV_EXIT

2

0

0

0

GC_OM_APPLICATION_DS

DS

4522

4300

0000

0000

GC_FALSE

2

0

0

0

SY-XPROG

SAPCNVE

5454454222222222222222222222222222222222

3103E65000000000000000000000000000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

CONST_COLOR_CODE_6

6

3

6

0

0

CONST_COLOR_CODE_7

7

3

7

0

0

CONST_PUSH_POS_TREE_RIGHT

2

3

2

0

0

CONST_PUSH_POS_TREE_LEFT

1

3

1

0

0

-

-


-

-


Internal notes

The termination occurred in the function "DsqlErrorHandler" of the SAP

Basis System, specifically in line 2013 of the module

"//bas/640_REL/src/krn/runt/abexsql.c#7".

The internal operation just processed is "DSQL".

The internal session was started at 20051031165055.

Internal call code.........: "[DBDS/NEW DSQL]"

-

-


-

-


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=6704)

When : 10/31/2005 16:50:55.811

Threads : 2

Computer Name : BEBRUAP2

User Name : SAPServiceAPD

Number of Processors: 4

Processor Type: EM64T Family 15 Model 4 Stepping 1

Windows Version : 5.2 Current Build: 3790

State Dump for Thread Id 18c8

eax=00000000 ebx=00000000 ecx=00000000 edx=00000000 esi=0039aa94 edi=0039aa68

eip=7d61d6c2 esp=0520c7d0 ebp=0520c7dc iopl=0 nv up ei pl nz na pe nc

cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000202

function : ZwGetContextThread

7d61d6b0 b89d000000 mov eax,0x9d

7d61d6b5 33c9 xor ecx,ecx

7d61d6b7 8d542404 lea edx,[esp+0x4] ss:0a417efb=00000000

7d61d6bb 64ff15c0000000 call dword ptr fs:[000000c0] fs:000000c0=????????

7d61d6c2 c20800 ret 0x8

7d61d6c5 8d4900 lea ecx,[ecx] ds:0520b72a=009eb800

FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name

0520c7dc 0039aa68 00000000 00000001 022b43ec 000018c8 ntdll!ZwGetContextThread

00000000 00000000 00000000 00000000 00000000 00000000 <nosymbols>

State Dump for Thread Id 11e8

eax=00000000 ebx=00399c50 ecx=00000000 edx=00000000 esi=00399ce8 edi=00000000

eip=7d61cd1c esp=06e3feb4 ebp=06e3fef4 iopl=0 nv up ei pl nz na pe nc

cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000202

function : NtFsControlFile

7d61cd07 b836000000 mov eax,0x36

7d61cd0c b91b000000 mov ecx,0x1b

7d61cd11 8d542404 lea edx,[esp+0x4] ss:0c04b5df=5f005f00

7d61cd15 64ff15c0000000 call dword ptr fs:[000000c0] fs:000000c0=????????

7d61cd1c c22800 ret 0x28

FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name

06e3fef4 0102f13c 000002a8 00000000 00000000 00399ce8 ntdll!NtFsControlFile

06e3ff84 7c349565 00000000 00000000 00000000 00399c50 disp+work!SigIMsgFunc

06e3ffb8 7d4e0729 00399c50 00000000 00000000 00399c50 MSVCR71!endthreadex

06e3ffec 00000000 7c3494f6 00399c50 00000000 00000000 kernel32!FlsSetValue

-

-


-

-


List of ABAP programs affected

-

-


Index

Ty.

Program

Group

Date

Time

Size

Lang.

-

-


0

Prg

/SAPAPO/OM_TB_FLOW_QUANTITY

0

28.10.2005

02:21:53

295936

E

1

Prg

SAPMSSY0

1

27.10.2005

23:56:16

83968

E

2

Prg

SAPMSSYD

1

27.10.2005

23:42:40

19456

E

3

Prg

SAPFSYSCALLS

1

29.01.2003

15:52:22

7168

E

4

Prg

RSDBRUNT

0

27.10.2005

17:13:56

251904

E

5

Typ

RSSCR

0

12.10.1999

15:50:05

5120

6

Prg

RSDBSPBL

0

20.05.2003

12:07:51

71680

E

7

Prg

SAPDB__S

0

29.01.2003

15:52:22

18432

E

8

Typ

VARID

0

11.04.1997

18:32:23

5120

9

Prg

%_CSYDB0

0

29.01.2003

15:52:16

35840

E

10

Prg

RSDBSPVA

0

28.10.2005

01:34:38

128000

E

11

Typ

RSVAMEMKEY

0

16.12.1996

19:31:50

2048

12

Prg

RSDBSPMC

0

28.10.2005

00:03:47

78848

E

13

Typ

DDSHDESCR

0

28.11.1997

16:26:30

4096

14

Typ

SPPARAMS

0

07.03.1997

14:48:48

2048

15

Typ

SPPARAMS

0

07.03.1997

14:48:48

2048

16

Prg

SAPLICON

16

27.10.2005

16:38:54

27648

E

17

Prg

%_CICON

16

17.03.2004

11:10:42

100352

E

18

Prg

SAPLSABE

18

29.01.2003

15:52:23

13312

E

19

Prg

SAPLSECU

19

28.10.2005

01:23:03

76800

E

20

Typ

RSSUBINFO

0

25.02.2000

15:47:23

3072

21

Typ

RSPARAMS

0

21.02.1995

15:53:46

3072

22

Prg

SAPLSLDB

22

28.10.2005

01:24:09

82944

E

23

Typ

RSEXFCODE

0

18.07.1997

17:04:17

2048

24

Prg

SAPLDSYA

24

13.10.2003

14:44:52

45056

E

25

Prg

SAPFSDS1

24

29.01.2003

15:52:39

53248

E

26

Typ

TDCLD

0

14.07.1998

14:53:43

5120

27

Prg

SAPLSDOD

27

27.10.2005

16:39:11

44032

E

28

Typ

DOKIL

0

07.04.1997

18:29:04

3072

29

Prg

SAPCNVE

29

29.01.2003

15:52:22

8192

E

30

Prg

SAPLLANG

30

29.01.2003

15:52:22

10240

E

31

Typ

T002

0

16.01.1998

17:49:27

2048

32

Prg

SAPFSPOR

0

16.12.2003

17:49:16

14336

E

33

Typ

RSPARINT

0

10.03.1995

17:53:00

2048

34

Prg

SAPLSCNT

34

29.01.2003

15:52:23

30720

E

35

Typ

DYCBOX

0

12.10.1999

15:46:19

3072

36

Prg

SAPLSVSM

36

22.07.2003

14:22:40

25600

E

37

Prg

SAPLSGUI

37

27.10.2005

17:03:08

76800

E

38

Prg

SAPLSTTM

38

28.10.2005

00:01:36

86016

E

39

Prg

SAPLSBDC

39

28.10.2005

01:22:44

45056

E

40

Prg

CL_DATAPROVIDER===============CP

40

13.10.2003

17:39:55

52224

E

41

Prg

%_CCNTL

40

29.01.2003

15:52:16

16384

E

42

Typ

OBJ_RECORD

0

07.10.1997

12:13:38

2048

43

Prg

SAPLSTUP

43

28.10.2005

00:15:18

75776

E

44

Prg

SAPLCNDP

44

28.10.2005

01:34:11

205824

E

45

Prg

SAPLSFES

45

28.10.2005

01:34:21

235520

E

46

Prg

SAPFGUICNTL

1

22.07.2003

14:38:21

24576

E

47

Prg

SAPLOLEA

47

28.10.2005

01:22:39

94208

E

48

Prg

SAPLSPLUGIN

48

20.05.2003

12:29:03

8192

E

49

Typ

ARFCRDATA

0

08.06.2001

15:54:05

6144

50

Prg

SAPLGRFC

50

29.01.2003

15:52:22

16384

E

51

Typ

SWCBCONT

0

07.10.1997

12:13:50

3072

52

Typ

OLE_VERBS

0

09.02.1995

13:23:37

2048

53

Typ

OLE_PA

0

13.01.1995

11:06:59

2048

54

Prg

SAPSHDTV

34

15.09.2003

15:02:59

33792

E

55

Typ

SSCRTEXTS

0

15.08.1997

14:15:15

3072

56

Typ

SSCRFIELDS

0

02.05.1997

13:16:39

5120

57

Prg

/SAPAPO/SAPLOM_TB_TEST

57

28.10.2005

02:25:20

567296

E

58

Typ

BAL_S_LOG

0

08.06.2001

15:54:21

7168

59

Prg

SAPLSBAL

59

27.10.2005

23:42:41

326656

E

60

Typ

BAL_S_CONT

0

26.10.1998

14:08:10

2048

61

Typ

BAL_S_PARM

0

08.06.2001

15:54:24

3072

62

Typ

BAL_S_CLBK

0

26.10.1998

14:08:10

2048

63

Typ

BAL_S_SCNT

0

30.11.1998

10:34:01

3072

64

Typ

BAL_S_SDEF

0

08.06.2001

15:54:25

2048

65

Prg

CL_ABAP_CHAR_UTILITIES========CP

65

27.10.2005

17:10:18

14336

E

66

Prg

SAPLSBAL_SERVICE

66

27.10.2005

23:42:41

171008

E

67

Prg

SAPLSYGU

67

29.01.2003

15:54:34

30720

E

68

Typ

/SAPAPO/OM_PLAN_VERSION_ID

0

02.03.2000

10:11:13

2048

69

Typ

/SAPAPO/OM_PLAN_VERSION_STR

0

14.10.2003

12:40:22

2048

70

Prg

/SAPAPO/SAPLOM_CORE

70

28.10.2005

02:25:50

442368

E

71

Prg

SAPLSAL2

71

28.10.2005

00:01:57

82944

E

72

Typ

/SAPAPO/OM_UID_RC

0

29.03.2000

09:05:10

3072

73

Typ

BAL_S_MSG

0

08.06.2001

15:54:23

7168

74

Prg

SAPLRHFE

74

29.01.2003

15:52:22

15360

E

75

Typ

TFDIR

0

29.04.1998

10:24:27

3072

76

Prg

SAPLSETRM

76

27.10.2005

23:52:39

155648

E

77

Typ

/SAPAPO/OMT_TB_RES_GEN

0

14.10.2003

12:40:21

4096

78

Typ

/SAPAPO/OMT_TB_TST_GEN

0

05.02.2004

12:03:09

4096

79

Typ

/SAPAPO/OMT_TB_STM_GEN

0

14.10.2003

12:40:21

3072

80

Typ

/SAPAPO/OMT_TB_PEG_GEN

0

18.01.2001

15:18:05

3072

81

Typ

/SAPAPO/OMT_TB_CHC_GEN

0

07.03.2004

19:52:54

3072

82

Typ

/SAPAPO/OMT_TB_ORD_GEN

0

18.01.2001

16:05:08

3072

83

Typ

/SAPAPO/OMT_TB_PRD_GEN

0

07.03.2004

19:52:54

5120

84

Typ

/SAPAPO/OMT_TB_STO_GEN

0

07.03.2004

19:52:54

3072

85

Typ

/SAPAPO/OMT_TB_SAG_GEN

0

23.09.2003

12:22:55

3072

86

Typ

/SAPAPO/OMT_TB_SUB_GEN

0

07.03.2004

19:52:54

3072

87

Typ

/SAPAPO/OMT_TB_FACTORY

0

05.02.2004

12:03:09

15360

88

Prg

/SAPAPO/SAPLOM_RESOURCE

88

28.10.2005

02:25:50

225280

E

89

Typ

/SAPAPO/OM_RESOURCE

0

14.10.2003

12:40:23

8192

90

Typ

/SAPAPO/OM_BUCKET_PROFILE

0

14.10.2003

12:40:22

3072

91

Typ

/SAPAPO/OM_BUCKETVEC_HEADER

0

23.09.2003

12:22:55

3072

92

Typ

/SAPAPO/OM_PPDS_BUCKET_PROF

0

14.10.2003

12:40:23

3072

93

Typ

/SAPAPO/OM_CHARACTLINE_REF_STR

0

19.11.2003

10:45:25

3072

94

Typ

/SAPAPO/OM_STORAGE_PROFILE_STR

0

23.07.2003

18:18:56

3072

95

Typ

/SAPAPO/OMT_TB_TST_DET

0

05.02.2004

12:03:09

4096

96

Prg

CL_EXITHANDLER================CP

96

27.10.2005

17:18:19

34816

E

97

Prg

CL_ABAP_TYPEDESCR=============CP

97

05.11.2003

17:33:25

31744

E

98

Prg

CL_ABAP_ELEMDESCR=============CP

98

30.10.2003

10:17:01

38912

E

99

Prg

CL_ABAP_DATADESCR=============CP

99

30.10.2003

10:17:01

20480

E

100

Prg

CL_ABAP_REFDESCR==============CP

100

05.11.2003

17:33:25

25600

E

101

Prg

CL_ABAP_STRUCTDESCR===========CP

101

18.11.2003

13:34:26

40960

E

102

Prg

CL_ABAP_COMPLEXDESCR==========CP

102

30.10.2003

10:15:10

18432

E

103

Prg

CL_ABAP_TABLEDESCR============CP

103

30.10.2003

10:19:32

26624

E

104

Prg

CL_ABAP_CLASSDESCR============CP

104

30.10.2003

10:17:01

31744

E

105

Prg

CL_ABAP_OBJECTDESCR===========CP

105

30.10.2003

10:17:02

34816

E

106

Prg

CL_ABAP_INTFDESCR=============CP

106

30.10.2003

10:17:01

26624

E

107

Prg

CL_ABAP_SOFT_REFERENCE========CP

107

15.09.2003

14:57:47

10240

E

108

Prg

CL_ABAP_REFERENCE=============CP

108

15.09.2003

14:57:47

8192

E

109

Prg

/SAPAPO/IF_EX_OM_LCA==========IP

100

28.10.2005

02:25:48

5120

E

110

Prg

%_CABAP

106

13.10.2003

17:46:58

30720

E

111

Typ

SXS_INTER

0

18.11.1998

15:20:07

2048

112

Prg

SAPLSEXV

112

28.10.2005

01:33:49

124928

E

113

Prg

CL_BADI_FLT_DATA_TRANS_AND_DB=CP

113

27.10.2005

17:18:19

44032

E

114

Typ

SXS_ATTR

0

02.11.2001

09:29:06

4096

115

Typ

V_EXT_ACT

0

08.06.2001

16:47:38

2048

116

Typ

SXC_EXIT

0

08.06.2001

16:16:11

2048

117

Prg

/SAPAPO/CL_EX_OM_LCA==========CP

117

28.10.2005

02:25:29

16384

E

118

Prg

%_CSXRT

117

27.10.2005

16:32:23

16384

E

119

Prg

CL_EXIT_MASTER================CP

119

27.10.2005

16:32:26

22528

E

120

Typ

SXS_MLCO

0

08.06.2001

16:40:43

2048

121

Prg

CL_EX_BADI_LAYER==============CP

121

27.10.2005

16:32:26

32768

E

122

Prg

IF_EX_BADI_LAYER==============IP

96

27.10.2005

16:32:31

9216

E

123

Typ

V_EXT_IMP

0

22.07.2003

14:20:01

3072

124

Typ

V_EXT_IMP

0

22.07.2003

14:20:01

3072

125

Typ

/SAPAPO/OM_TIMESTREAM_LINE

0

16.01.2004

10:50:27

3072

126

Prg

/SAPAPO/SAPLOM_ERROR_HANDLING

126

28.10.2005

02:25:20

514048

E

127

Typ

/SAPAPO/OM_PEGAREA

0

17.12.2003

14:44:30

13312

128

Typ

/SAPAPO/OM_EXT_CHARACT_REQ

0

23.07.2003

18:18:52

5120

129

Typ

/SAPAPO/OM_EXT_CHARACT_VAL

0

23.07.2003

18:18:52

4096

130

Typ

/SAPAPO/OM_ORDKEY_SIMID_STR

0

23.07.2003

18:18:55

2048

131

Typ

/SAPAPO/OM_ACT

0

19.11.2003

10:45:24

7168

132

Typ

/SAPAPO/OM_CAP_REQ_STR

0

23.07.2003

18:18:51

3072

133

Typ

/SAPAPO/OM_ORDER

0

19.11.2003

10:45:27

6144

134

Typ

/SAPAPO/OM_SCHED_PARAM

0

14.10.2003

12:40:23

9216

135

Prg

/SAPAPO/SAPLOM_PLANNING

135

28.10.2005

02:25:50

508928

E

136

Typ

/SAPAPO/OM_ORDER_METHOD_STR

0

19.11.2003

10:45:28

2048

137

Typ

/SAPAPO/ORDKEY

0

05.05.2004

10:19:36

8192

138

Typ

/SAPAPO/ORDMAP

0

23.07.2003

18:18:58

3072

139

Typ

/SAPAPO/OM_MODE_STR

0

17.12.2003

14:44:30

3072

140

Typ

/SAPAPO/OM_ORDER_POSITION_STR

0

23.07.2003

18:18:54

2048

141

Typ

/SAPAPO/OM_IO

0

19.11.2003

10:45:26

9216

142

Typ

/SAPAPO/OM_PRODFLOW_STR

0

23.07.2003

18:18:55

4096

143

Typ

/SAPAPO/OM_CONSTRAINT_STR

0

23.07.2003

18:18:52

4096

144

Typ

/SAPAPO/OM_CHARACT_VAL

0

23.07.2003

18:18:51

4096

145

Typ

/SAPAPO/OM_CHARACT_REQ

0

23.07.2003

18:18:51

4096

146

Typ

/SAPAPO/OM_RES_PLAN_INT

0

19.11.2003

10:45:28

2048

147

Typ

/SAPAPO/OM_CAP_REQ_PT_STR

0

17.12.2003

14:44:29

9216

148

Typ

/SAPAPO/OM_IO_PP

0

19.11.2003

10:45:26

10240

149

Typ

/SAPAPO/OM_PEGGING

0

23.07.2003

18:18:55

4096

150

Typ

/SAPAPO/OM_SCHED_FAILURE

0

19.11.2003

10:45:28

8192

151

Prg

/SAPAPO/SAPLOM_PLANNINGTABLE

151

28.10.2005

02:25:50

218112

E

152

Typ

/SAPAPO/OM_FIXPEG_RC

0

23.07.2003

18:18:53

3072

153

Typ

/SAPAPO/OM_FIXPEG_PROFILE

0

23.07.2003

18:18:53

3072

154

Typ

/SAPAPO/OM_GETDATA_OPTIONS

0

23.09.2003

12:22:56

6144

155

Typ

/SAPAPO/OM_EXCLUDE_FIELDS

0

28.08.2001

09:19:32

2048

156

Typ

/SAPAPO/OM_ORDER_EXT_STR

0

19.11.2003

10:45:27

7168

157

Typ

/SAPAPO/OM_IO_CONTI_DATA_STR

0

19.11.2003

10:45:26

3072

158

Typ

/SAPAPO/OM_ALERTINFO

0

19.11.2003

10:45:25

11264

159

Typ

/SAPAPO/OM_SIMSESS_ORD_CHG_STR

0

19.11.2003

10:45:28

2048

160

Typ

/SAPAPO/OM_ORDER_PCM_STR

0

23.07.2003

18:18:54

2048

161

Prg

/SAPAPO/SAPLOM_CLEAN_UP

161

28.10.2005

02:13:26

84992

E

162

Prg

/SAPAPO/SAPLOM_C_CALL

162

21.01.2003

14:44:06

12288

E

163

Prg

/1BCDWBEN/SAPL/SAPAPO/EN0001

163

28.10.2005

02:39:40

238592

E

164

Prg

SAPLSENA

164

27.10.2005

16:32:23

30720

E

165

Prg

SAPLSPIAGENTCW

165

27.10.2005

17:00:53

13312

E

166

Prg

SAPLSPILS

166

27.10.2005

17:03:08

55296

E

167

Prg

CL_OS_TRANSACTION_END_NOTIFIERCP

167

15.09.2003

14:55:52

12288

E

168

Prg

CL_SYSTEM_TRANSACTION_STATE===CP

168

27.10.2005

17:03:08

90112

E

169

Prg

SAPLTHFB

169

28.10.2005

00:02:25

351232

E

170

Prg

/SAPAPO/SAPLOM_TOOLS_BASIS

170

28.10.2005

02:25:50

280576

E

171

Prg

CX_SY_NATIVE_SQL_ERROR========CP

171

28.10.2005

01:34:07

13312

E

172

Typ

SCX_SRCPOS

0

08.06.2001

16:11:11

2048

173

Prg

CX_SY_SQL_ERROR===============CP

173

20.05.2003

12:22:35

10240

E

174

Prg

CX_DYNAMIC_CHECK==============CP

174

20.05.2003

12:22:34

10240

E

175

Prg

CX_ROOT=======================CP

175

13.10.2003

14:49:42

12288

E

176

Prg

CX_NO_CHECK===================CP

176

20.05.2003

12:22:34

10240

E

177

Prg

CX_SY_NO_HANDLER==============CP

177

20.05.2003

12:22:35

10240

E

178

Prg

%_CRSDS

0

29.01.2003

15:52:16

10240

E

179

Prg

%_CSYLDB

0

29.01.2003

15:52:16

8192

E

180

Typ

CAT_SVARS

0

27.10.2005

16:33:42

3072

181

Typ

BAL_S_MDEF

0

08.06.2001

15:54:22

5120

182

Typ

BAL_S_CONF

0

29.01.2003

15:37:54

19456

183

Typ

BAL_S_COLL

0

29.01.2003

15:37:54

10240

184

Typ

BAL_S_MFIL

0

29.01.2003

15:37:54

9216

185

Typ

BAL_S_DISP

0

29.01.2003

15:37:54

11264

186

Typ

BALMSGHNDL

0

26.10.1998

14:08:09

2048

187

Typ

BAL_S_NTAB

0

08.06.2001

15:54:23

4096

188

Prg

%_CSYDES

70

29.01.2003

15:52:16

8192

E

189

Prg

%_CNF2TY

76

29.01.2003

15:52:16

8192

E

190

Typ

/SAPAPO/OMT_TB_LEGOINFO

0

23.07.2003

18:18:50

4096

191

Typ

SYST

0

08.06.2001

16:16:17

31744

-

-


-

-


Directory of Application Tables

-

-


Name Date Time Lngth

Val.

-

-


Program /SAPAPO/OM_TB_FLOW_QUANTITY

-

-


SYST 20.05.2003 11:55:50 00004608

0000x00010x00010000000000000x000100

SSCRFIELDS 21.08.2000 15:47:48 00001708

SSCRTEXTS . . : : 00000742

-

-


Program RSDBRUNT

-

-


VARID . . : : 00000252

-

-


Program SAPFSDS1

-

-


TDCLD . . : : 00000098

RE DOKU 8R XX XXLIMUDOKUX x001EXR3TRPROGX

-

-


Program SAPLSDOD

-

-


DOKIL . . : : 00000152

-

-


Program SAPLLANG

-

-


T002 . . : : 00000010

ES1EN

-

-


Program SAPLRHFE

-

-


TFDIR . . : : 00000188

ECATT_MODIFY_BALMSG SAPLSETRM

-

-


-

-


ABAP Control Blocks (CONT)

-

-


Index

Name

Fl

PAR0

PAR1

PAR2

PAR3

PAR4

PAR5

PAR6

SourceCde

Line

-

-


5019

DSQL

02

8011

/SAPAPO/LOM_PLANNINGU08

91

5020

DSQL

02

8012

/SAPAPO/LOM_PLANNINGU08

91

5021

DSQL

02

8002

/SAPAPO/LOM_PLANNINGU08

91

5022

DSQL

02

8016

/SAPAPO/LOM_PLANNINGU08

91

5023

DSQL

02

8017

/SAPAPO/LOM_PLANNINGU08

91

5024

DSQL

02

8019

/SAPAPO/LOM_PLANNINGU08

91

5025

DSQL

02

801A

/SAPAPO/LOM_PLANNINGU08

91

5026

DSQL

02

801B

/SAPAPO/LOM_PLANNINGU08

91

5027

DSQL

02

801C

/SAPAPO/LOM_PLANNINGU08

91

5028

DSQL

02

801D

/SAPAPO/LOM_PLANNINGU08

91

5029

DSQL

02

801E

/SAPAPO/LOM_PLANNINGU08

91

5030

DSQL

02

801F

/SAPAPO/LOM_PLANNINGU08

91

>>>>>

DSQL

1B

00A7

/SAPAPO/LOM_PLANNINGU08

91

5032

mvqw

04

0580

0184

005C

/SAPAPO/LOM_PLANNINGU08

126

5034

cmpr

00

00CA

C003

0000

/SAPAPO/LOM_PLANNINGU08

127

5036

BRAF

04

0444

/SAPAPO/LOM_PLANNINGU08

127

5037

mvqw

04

0580

02FC

005C

/SAPAPO/LOM_PLANNINGU08

127

5039

TIME

02

06D6

/SAPAPO/LOM_PLANNINGU08

127

5040

MOVE

FF

0034

06D7

06D6

/SAPAPO/LOM_PLANNINGU08

127

5042

ccsd

0C

0000

06D6

06D7

06DB

0000

0000

0000

/SAPAPO/LOM_PLANNINGU08

127

-

-


Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Gurus,

Please also let me know the answer as I am also facing the same problem since last 2/3 days.

Thanks in advance.

Naresh

nareshpanchal@hotmail.com

Former Member
0 Kudos

Hi Chris,

Did you get solution for this error?

Could you please share with me because i am also facing same issue?

Thanking you

regards

Pranav

pranav_bhatt@rediffmail.com

roland_mallmann
Advisor
Advisor
0 Kudos

Hi,

the error DbpError -28814 denotes that an object cannot be found.

Can you maybe tell me your exact liveCache version (incl. Build level) and LCA Build?

Additionally, please copy the relevant error information from the file (/sapdb/data/wrk/<SID>/)knldiag.err into this thread.

Which exact 'liveCache test program' are your referring to (which of the /SAPAPO/... transactions)?

Kind regards,

Roland

Former Member
0 Kudos

the problem was that the kernel of the livecache was at a different updated level then the scm kernel.