cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP dump "GETWA_NOT_ASSIGNED" C

Former Member
0 Kudos

HI,

kindly suggest we are getting a abap dump while downloading a file and when i check the error in service market place its shows that we have to apply support packages.can i directly apply support packages by downloading the market or i have to raise a query fro exact support packages to market place.

my version-mssql2005-ecc5-640version.

kindly see the below abap dump.

Runtime Error GETWA_NOT_ASSIGNED

Date and Time 21.10.2008 11:25:01

-


ShrtText

Field symbol has not yet been assigned.

What happened?

Error in ABAP application program.

The current ABAP program "SAPLKKBL" had to be terminated because one of the

statements could not be executed.

This is probably due to an error in the ABAP program.

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.

Error analysis

You attempted to access an unassigned field symbol

(data segment 169).

This error may occur for any of the following reasons:

- You address a typed field symbol before it is set using ASSIGN

- You address a field symbol that points to a line in an internal table

that has been deleted

- You address a field symbol that had previously been reset using

UNASSIGN, or that pointed to a local field that no longer exists

- You address a global function interface parameter, even

though the relevant function module is not active,

that is it is not in the list of active calls. You can get the list

of active calls from the this short dump.

How to correct the error

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:

"GETWA_NOT_ASSIGNED" C

"SAPLKKBL" or "LKKBLF99"

"GEN_FIELD_OUT2"

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.

System environment

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

Application server....... "TERHSAPTST01"

Network address.......... "10.129.48.15"

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

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

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

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

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

Work process number...... 0

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

Database server.......... "TERHSAPTST01"

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

Database name............ "INQ"

Database owner........... "inq"

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

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

Created on............... "Mar 21 2007 23:46:50"

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

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

Patch level.............. "175"

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....................... 12542784

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

Page..................... 286720

MM Used.................. 8264648

MM Free.................. 95024

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

User and Transaction

Client.............. 100

User................ "CHINNIJ"

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

Transaction......... "ZSDOST "

Program............. "SAPLKKBL"

Screen.............. "SAPLKKBL 0500"

Screen line......... 3

Information on where terminated

The termination occurred in the ABAP program "SAPLKKBL" in "GEN_FIELD_OUT2".

The main program was "ZSDSO_ORDER_STATUS ".

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

program "LKKBLF99"

of the source code of program "LKKBLF99" (when calling the editor 33800).

Source Code Extract

Line SourceCde

3350 else.

3351 assign <fs74> to <field>.

3352 gs_fc = gs_sfc74.

3353 endif.

3354 when 075.

3355 if gs_out_flags-slave ne 'X'.

3356 assign <fm75> to <field>.

3357 gs_fc = gs_mfc75.

3358 else.

3359 assign <fs75> to <field>.

3360 gs_fc = gs_sfc75.

3361 endif.

3362 when 076.

3363 if gs_out_flags-slave ne 'X'.

3364 assign <fm76> to <field>.

3365 gs_fc = gs_mfc76.

3366 else.

3367 assign <fs76> to <field>.

3368 gs_fc = gs_sfc76.

3369 endif.

3370 when 077.

3371 if gs_out_flags-slave ne 'X'.

3372 assign <fm77> to <field>.

3373 gs_fc = gs_mfc77.

3374 else.

3375 assign <fs77> to <field>.

3376 gs_fc = gs_sfc77.

3377 endif.

3378 when 078.

3379 if gs_out_flags-slave ne 'X'.

>>>>> assign <fm78> to <field>.

3381 gs_fc = gs_mfc78.

3382 else.

3383 assign <fs78> to <field>.

3384 gs_fc = gs_sfc78.

3385 endif.

3386 when 079.

3387 if gs_out_flags-slave ne 'X'.

3388 assign <fm79> to <field>.

3389 gs_fc = gs_mfc79.

3390 else.

3391 assign <fs79> to <field>.

3392 gs_fc = gs_sfc79.

3393 endif.

3394 when 080.

3395 if gs_out_flags-slave ne 'X'.

3396 assign <fm80> to <field>.

3397 gs_fc = gs_mfc80.

3398 else.

3399 assign <fs80> to <field>.

Contents of system fields

Name Val.

SY-SUBRC 4

SY-INDEX 78

SY-TABIX 0

SY-DBCNT 0

SY-FDPOS 0

SY-LSIND 0

SY-PAGNO 1

SY-LINNO 7

SY-COLNO 1002

SY-PFKEY STANDARD

SY-UCOMM %PC

SY-TITLE Order Data ware house

SY-MSGTY

SY-MSGID

SY-MSGNO 000

SY-MSGV1

SY-MSGV2

SY-MSGV3

SY-MSGV4

Active Calls/Events

No. Ty. Program Include Line

Name

16 FORM SAPLKKBL LKKBLF99 3380

GEN_FIELD_OUT2

15 FORM SAPLKKBL LKKBLF99 777

GEN_LINE_OUT

14 FORM SAPLKKBL LKKBLF98 1314

DATA_OUT_SIMPLE

13 FORM SAPLKKBL LKKBLF01 360

LIST_OUTPUT_NEW

12 FORM SAPLKKBL LKKBLF01 6109

FIRST_LIST_DISPLAY

11 MODULE (PBO) SAPLKKBL LKKBLO01 11

LIST_DISPLAY

10 FUNCTION SAPLKKBL LKKBLU01 419

K_KKB_LIST_DISPLAY

9 METHOD CL_GUI_ALV_GRID===============CP CL_GUI_ALV_GRID===============CM00R 455

CL_GUI_ALV_GRID=>PRINT_BACKEND

8 METHOD CL_GUI_ALV_GRID===============CP CL_GUI_ALV_GRID===============CM008 3

CL_GUI_ALV_GRID=>EXPORT_TO_LOCAL_FILE

7 METHOD CL_GUI_ALV_GRID===============CP CL_GUI_ALV_GRID===============CM007 481

CL_GUI_ALV_GRID=>EXECUTE_FCODE

6 METHOD CL_GUI_ALV_GRID===============CP CL_GUI_ALV_GRID===============CM01E 58

CL_GUI_ALV_GRID=>SET_FUNCTION_CODE

5 FORM SAPLSLVC_FULLSCREEN LSLVC_FULLSCREENF01 1167

PAI

4 MODULE (PAI) SAPLSLVC_FULLSCREEN LSLVC_FULLSCREENI01 4

PAI

3 FUNCTION SAPLSLVC_FULLSCREEN LSLVC_FULLSCREENU01 186

REUSE_ALV_GRID_DISPLAY

2 FORM ZSDSO_ORDER_STATUS ZSDSO_ORDER_STATUS 1305

DATA_DISPLAY

1 EVENT ZSDSO_ORDER_STATUS ZSDSO_ORDER_STATUS 632

START-OF-SELECTION

Chosen variables

Name

Val.

No. 16 Ty. FORM

Name GEN_FIELD_OUT2

<FS76>

???

??????

??????

<FIELD>

222

000

000

000

GS_FC

##M#MVGR5 I_OUT

0040454532222222222222222222222222454552222222222222222222222222222222222222222222222222222222

10D0D672500000000000000000000000009FF540000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

GS_SFC76

0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

GFLG_FIELD

2

0

0

0

GS_SFC24

0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

GS_OUT-FIELD_COLCOUNT

78

4000

E000

GT_INFO_COUNTTAB_OUTTAB

Table[initial]

SY-REPID

SAPLKKBL

5454444422222222222222222222222222222222

310CBB2C00000000000000000000000000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

GS_OUT_FLAGS-SLAVE

2

0

0

0

SPACE

2

0

0

0

<FM77>

222

000

000

000

GS_MFC77

##M#MVGR5 I_OUT

0040454532222222222222222222222222454552222222222222222222222222222222222222222222222222222222

10D0D672500000000000000000000000009FF540000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

<FS77>

???

??????

??????

GS_SFC77

0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

TC_FIELD_LIST-CX

<initial>

<initial>

<initial>

GT_INFO_FILTER_OUTTAB

Table[initial]

<FM78>

???

??????

??????

GS_MFC78

##N#ZRELEASE I_OUT

0040554444542222222222222222222222454552222222222222222222222222222222222222222222222222222222

10E0A25C513500000000000000000000009FF540000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

<FS78>

???

??????

??????

GS_SFC78

0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

HEAD

22222222222222222222

00000000000000000000

00000000000000000000

00000000000000000000

G_INFO_POPUP

2

0

0

0

No. 15 Ty. FORM

Name GEN_LINE_OUT

GT_STACK2-S_SUBTOT_OPTIONS-OFFSET

0

0000

0000

%_DUMMY$$

2222

0000

0000

0000

SYST-REPID

SAPLKKBL

5454444422222222222222222222222222222222

310CBB2C00000000000000000000000000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

GS_ACT_GROUP-SUBTOT

2

0

0

0

GS_OUT_FLAGS-SUM

2

0

0

0

EUINFO

      1. 0000000000000000###

2222222222222222222222222222222222222222222222200022222222222222222222222223333333333333333000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

%_SPACE

2

0

0

0

GS_OUT_FLAGS-HOTLINE

2

0

0

0

GS_OUT-COL

2

0000

2000

GS_OUT-INT

0

0000

0000

GS_OUT-ROWS

1

0000

1000

No. 14 Ty. FORM

Name DATA_OUT_SIMPLE

L_COUNTER

1

0000

1000

LFLG_SUPPRESS_ITEM

2

0

0

0

RT_OUTTAB[]

Table IT_130[553x1408]

\PROGRAM=ZSDSO_ORDER_STATUS\DATA=I_OUT[]

Table reference: 99

TABH+ 0(20) = 403ADC51A855D151000000006300000082000000

TABH+ 20(20) = 29020000800500003000000004000000601D0000

TABH+ 40( 😎 = 08000000C1308000

store = 0x403ADC51

ext1 = 0xA855D151

shmId = 0 (0x00000000)

id = 99 (0x63000000)

label = 130 (0x82000000)

fill = 553 (0x29020000)

leng = 1408 (0x80050000)

loop = 48 (0x30000000)

xtyp = TYPE#000143

occu = 8 (0x08000000)

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 = 0x1083B651

pghook = 0x30F1DD51

idxPtr = 0x00000000

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 1024 (0x00040000)

lineAlloc = 560 (0x30020000)

store_id = 57 (0x39000000)

shmIsReadOnly = 0 (0x00000000)

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

regHook = 0x30E80B52

hsdir = 0x00000000

ext2 = 0x589BB751

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

tabhBack = 0xE80FDE51

delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000

pb_func = 0x00000000

pb_handle = 0x00000000

GS_MFC81

##Q#cmgst I_OUT

0050666772222222222222222222222222454552222222222222222222222222222222222222222222222222222222

10103D73400000000000000000000000009FF540000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

GS_SFC95

0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

GT_STACK-IS_LAYOUT+1586(2)

2

0

0

0

GS_OUT_FLAGS-EXSUB

2

0

0

0

GS_MFC19

####KDMAT I_OUT

0010444452222222222222222222222222454552222222222222222222222222222222222222222222222222222222

1030B4D1400000000000000000000000009FF540000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

GT_STACK2-T_FILTER_GROUPS

Table[initial]

LS_GROUPS

                1. 00############

00000000222233000000000000

00000000000000000000000000

00000000000000000000000000

00000000000000000000000000

GT_WRITE_LIST-FIELDNAME

222222222222222222222222222222

000000000000000000000000000000

000000000000000000000000000000

000000000000000000000000000000

GS_OUT-FILTX_NOSUM

1

0000

1000

SY-SUBRC

4

0000

4000

GS_MFC06

####SPART I_OUT

0000554552222222222222222222222222454552222222222222222222222222222222222222222222222222222222

10603012400000000000000000000000009FF540000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

No. 13 Ty. FORM

Name LIST_OUTPUT_NEW

GS_MFC05

####VTWEG I_OUT

0000555442222222222222222222222222454552222222222222222222222222222222222222222222222222222222

10506475700000000000000000000000009FF540000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

GFLG_BP

2

0

0

0

GS_MFC09

####KUNNR I_OUT

0000454452222222222222222222222222454552222222222222222222222222222222222222222222222222222222

1090B5EE200000000000000000000000009FF540000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

GT_STACK-LISTTYPE

S

5

3

0

0

CON_LISTTYPE-SIMPLE

S

5

3

0

0

GT_STACK-IS_LAYOUT+1584(2)

2

0

0

0

GFLG_SAFETY

2

0

0

0

CL_GUI_CFW=>FLUSH_SITUATION_PBO

0

0000

0000

RT_OUTTAB[]

Table IT_130[553x1408]

RT_OUTTAB

10740740DS0001001 ZSAM0000000002200712312007121720080104LAKSHMY 200801032008010301000000

3333333345333333322255443333333333333333333333333333333333444544522222333333333333333333333333

10740740430001001000A31D0000000002200712312007121720080104C1B38D900000200801032008010301000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

L_LINE

1

0000

1000

LFLG_NEW_PAGE

X

5

8

0

0

CL_GUI_CONTROL=>METRIC_DEFAULT

0

0000

0000

CON_LISTTYPE-HIER_SEQU

H

4

8

0

0

No. 12 Ty. FORM

Name FIRST_LIST_DISPLAY

GS_TABLE_ROW

C0000000

4000B000

%_FIDO

Table IT_1748[158x24]

\FUNCTION-POOL=KKBL\DATA=%_FIDO

Table reference: 345

TABH+ 0(20) = 305C1E52881B04520000000059010000D4060000

TABH+ 20(20) = 9E00000018000000FFFFFFFF0000000000000000

TABH+ 40( 😎 = 10000000C1608200

store = 0x305C1E52

ext1 = 0x881B0452

shmId = 0 (0x00000000)

id = 345 (0x59010000)

label = 1748 (0xD4060000)

fill = 158 (0x9E000000)

leng = 24 (0x18000000)

loop = -1 (0xFFFFFFFF)

xtyp = RUDI_NULL

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 0 (cmpAllDynamic)

occu0 = 1

collHash = 1

groupCntl = 0

rfc = 0

unShareable = 1

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

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

tabi = 0xE8141552

pghook = 0x88201552

idxPtr = 0x00000000

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 560 (0x30020000)

lineAlloc = 560 (0x30020000)

store_id = 1389 (0x6D050000)

shmIsReadOnly = 0 (0x00000000)

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

regHook = 0x00000000

hsdir = 0x90FEF851

ext2 = 0x00000000

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

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

LR_CONTENT

F0000000

F0000000

LR_ABAP

F0000000

F0000000

%_FSEL_WA

##WWWWWWWWWWWWXYYYYYYYYYYYYXZZZZZZZZZZZZX[[[[X

X]]]]]]]]X^^^^X____X``````````Xaaaaaaaaaaaaa

0055555555555555555555555555555555555555555555555555555555555555555555666666666656666666666666

0377777777777789999999999998AAAAAAAAAAAA8BBBB8CCCC8DDDDDDDD8EEEE8FFFF8000000000081111111111111

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

T_OUTTAB[]

Table IT_130[553x1408]

T_OUTTAB

10740740DS0001001 ZSAM0000000002200712312007121720080104LAKSHMY 200801032008010301000000

3333333345333333322255443333333333333333333333333333333333444544522222333333333333333333333333

10740740430001001000A31D0000000002200712312007121720080104C1B38D900000200801032008010301000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

GT_DUMMY[]

Table IT_1723[0x2]

\FUNCTION-POOL=KKBL\DATA=GT_DUMMY[]

Table reference: 337

TABH+ 0(20) = 00000000509D14520000000051010000BB060000

TABH+ 20(20) = 0000000002000000FFFFFFFF04B00000103D0000

TABH+ 40( 😎 = 32000000C1248000

store = 0x00000000

ext1 = 0x509D1452

shmId = 0 (0x00000000)

id = 337 (0x51010000)

label = 1723 (0xBB060000)

fill = 0 (0x00000000)

leng = 2 (0x02000000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000312

occu = 50 (0x32000000)

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 = 0x00000000

hsdir = 0x00000000

ext2 = 0x181FEC51

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

tabhBack = 0x70150F52

delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000

pb_func = 0x00000000

pb_handle = 0x00000000

GT_DUMMY

2

0

0

0

GS_SFC89

0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

GS_SFC85

0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

GT_STACK-IS_LAYOUT+2010(60)

222222222222222222222222222222

000000000000000000000000000000

000000000000000000000000000000

000000000000000000000000000000

%_VIASELSCR

0

4

GT_STACK-IS_LAYOUT+1056(2)

2

0

0

0

CL_GUI_CONTROL=>LIFETIME_DEFAULT

0

0000

0000

No. 11 Ty. MODULE (PBO)

Name LIST_DISPLAY

GS_MFC33

##!#BSTKD I_OUT

0020455442222222222222222222222222454552222222222222222222222222222222222222222222222222222222

1010234B400000000000000000000000009FF540000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

No. 10 Ty. FUNCTION

Name K_KKB_LIST_DISPLAY

GS_SFC94

0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

GS_SFC42

0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

GS_SFC35

0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

I_SCREEN_START_LINE

0

0000

0000

GT_STACK-IS_LAYOUT+4196(2)

2

0

0

0

GT_STACK-IS_LAYOUT+4188(2)

2

0

0

0

SY-XFORM

CONVERSION_EXIT

444545544454545222222222222222

3FE65239FEF5894000000000000000

000000000000000000000000000000

000000000000000000000000000000

GS_SFC98

0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

I_SCREEN_START_COLUMN

0

0000

0000

GS_SFC99

0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

I_SCREEN_END_COLUMN

0

0000

0000

ALVDYNP

00

2222222222222222222222222222222222222222222233222222

0000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000

I_SCREEN_END_LINE

0

0000

0000

No. 9 Ty. METHOD

Name CL_GUI_ALV_GRID=>PRINT_BACKEND

I_PREVIEW

X

5

8

0

0

I_EXPORT

X

5

8

0

0

I_NOCRYSTAL

2

0

0

0

I_UCOMM

2222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

<LT_COLLECT08>

Table IT_1706[0x1408]

Table reference: 329

TABH+ 0(20) = 0000000028B913520000000049010000AA060000

TABH+ 20(20) = 0000000080050000FFFFFFFF04000000601D0000

TABH+ 40( 😎 = 08000000C1308000

store = 0x00000000

ext1 = 0x28B91352

shmId = 0 (0x00000000)

id = 329 (0x49010000)

label = 1706 (0xAA060000)

fill = 0 (0x00000000)

leng = 1408 (0x80050000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000143

occu = 8 (0x08000000)

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 = 0x00000000

hsdir = 0x00000000

ext2 = 0x90AC2052

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

tabhBack = 0x50AC2052

delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000

pb_func = 0x00000000

pb_handle = 0x00000000

<LT_COLLECT09>

Table IT_1707[0x1408]

Table reference: 330

TABH+ 0(20) = 0000000078B71352000000004A010000AB060000

TABH+ 20(20) = 0000000080050000FFFFFFFF04000000601D0000

TABH+ 40( 😎 = 08000000C1308000

store = 0x00000000

ext1 = 0x78B71352

shmId = 0 (0x00000000)

id = 330 (0x4A010000)

label = 1707 (0xAB060000)

fill = 0 (0x00000000)

leng = 1408 (0x80050000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000143

occu = 8 (0x08000000)

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 = 0x00000000

hsdir = 0x00000000

ext2 = 0x18AD2052

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

tabhBack = 0xD8AC2052

delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000

pb_func = 0x00000000

pb_handle = 0x00000000

ALV_COL_STYLE_HASREF

##@#

0040

0000

<COPY_TAB1>

???

ME->R_SALV_ADAPTER

F0000000

F0000000

ALV_COL_STYLE_NO_DISP

    1. #

0020

0000

LS_LAYOUT_KKBLO

X

5222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

LS_SEL_HIDE

200000FF

000000FF

000000FF

000000FF

CL_SALV_DDIC_APPLY=>C_APPLY_DDIC_BY_COLUMNNAME

???

??????

??????

LT_KKBL_QINF

Table IT_1695[1x444]

\CLASS=CL_GUI_ALV_GRID\METHOD=PRINT_BACKEND\DATA=LT_KKBL_QINF

Table reference: 318

TABH+ 0(20) = A85FF95100000000000000003E0100009F060000

TABH+ 20(20) = 01000000BC010000FFFFFFFF0479000070460000

TABH+ 40( 😎 = 10000000C1248400

store = 0xA85FF951

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 318 (0x3E010000)

label = 1695 (0x9F060000)

fill = 1 (0x01000000)

leng = 444 (0xBC010000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000362

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 = 1

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

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

tabi = 0xB019EF51

pghook = 0x00000000

idxPtr = 0x00000000

refCount = 1 (0x01000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 16 (0x10000000)

lineAlloc = 16 (0x10000000)

store_id = 1371 (0x5B050000)

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

LT_EXCLUDING

Table[initial]

SY-DYNNR

0500

3333

0500

0000

0000

LT_FIELDCAT_KKBLO

Table IT_1690[81x2212]

\CLASS=CL_GUI_ALV_GRID\METHOD=PRINT_BACKEND\DATA=LT_FIELDCAT_KKBLO

Table reference: 174

TABH+ 0(20) = C049F9519862FB5100000000AE0000009A060000

TABH+ 20(20) = 51000000A4080000FFFFFFFF04AA000020120000

TABH+ 40( 😎 = 01000000C1108400

store = 0xC049F951

ext1 = 0x9862FB51

shmId = 0 (0x00000000)

id = 174 (0xAE000000)

label = 1690 (0x9A060000)

fill = 81 (0x51000000)

leng = 2212 (0xA4080000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000083

occu = 1 (0x01000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 0

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 1

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

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

tabi = 0xD0741752

pghook = 0xF01DF951

idxPtr = 0x00000000

refCount = 1 (0x01000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 127 (0x7F000000)

lineAlloc = 83 (0x53000000)

store_id = 1370 (0x5A050000)

shmIsReadOnly = 0 (0x00000000)

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

regHook = 0x481BF951

hsdir = 0x00000000

ext2 = 0x00000000

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

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

LT_FILTER_KKBLO

Table[initial]

LT_SORT_KKBLO

Table[initial]

LT_SPECIAL_GROUPS_KKBLO

Table[initial]

L_CALLBACK_PROGRAM

ZSDSO_ORDER_STATUS

5545454544555545552222222222222222222222

A343FFF2452F3414530000000000000000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

ME

E0001000

2000D000

L_TABNAME

I_OUT

454552222222222222222222222222

9FF540000000000000000000000000

000000000000000000000000000000

000000000000000000000000000000

<LT_COLLECT00>

Table IT_1698[0x1408]

Table reference: 321

TABH+ 0(20) = 000000002809ED510000000041010000A2060000

TABH+ 20(20) = 0000000080050000FFFFFFFF04000000601D0000

TABH+ 40( 😎 = 08000000C1308000

store = 0x00000000

ext1 = 0x2809ED51

shmId = 0 (0x00000000)

id = 321 (0x41010000)

label = 1698 (0xA2060000)

fill = 0 (0x00000000)

leng = 1408 (0x80050000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000143

occu = 8 (0x08000000)

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 = 0x00000000

hsdir = 0x00000000

ext2 = 0x186AFB51

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

tabhBack = 0xD869FB51

delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000

pb_func = 0x00000000

pb_handle = 0x00000000

<LT_COLLECT01>

Table IT_1699[0x1408]

Table reference: 322

TABH+ 0(20) = 00000000004AF9510000000042010000A3060000

TABH+ 20(20) = 0000000080050000FFFFFFFF04000000601D0000

TABH+ 40( 😎 = 08000000C1308000

store = 0x00000000

ext1 = 0x004AF951

shmId = 0 (0x00000000)

id = 322 (0x42010000)

label = 1699 (0xA3060000)

fill = 0 (0x00000000)

leng = 1408 (0x80050000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000143

occu = 8 (0x08000000)

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 = 0x00000000

hsdir = 0x00000000

ext2 = 0xD01EF951

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

tabhBack = 0x901EF951

delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000

pb_func = 0x00000000

pb_handle = 0x00000000

<LT_COLLECT02>

Table IT_1700[0x1408]

Table reference: 323

TABH+ 0(20) = 00000000E860FB510000000043010000A4060000

TABH+ 20(20) = 0000000080050000FFFFFFFF04000000601D0000

TABH+ 40( 😎 = 08000000C1308000

store = 0x00000000

ext1 = 0xE860FB51

shmId = 0 (0x00000000)

id = 323 (0x43010000)

label = 1700 (0xA4060000)

fill = 0 (0x00000000)

leng = 1408 (0x80050000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000143

occu = 8 (0x08000000)

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 = 0x00000000

hsdir = 0x00000000

ext2 = 0xC87D1752

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

tabhBack = 0x887D1752

delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000

pb_func = 0x00000000

pb_handle = 0x00000000

CON_HEX02

0

2

<LT_COLLECT03>

Table IT_1701[0x1408]

Table reference: 324

TABH+ 0(20) = 00000000D05BFB510000000044010000A5060000

TABH+ 20(20) = 0000000080050000FFFFFFFF04000000601D0000

TABH+ 40( 😎 = 08000000C1308000

store = 0x00000000

ext1 = 0xD05BFB51

shmId = 0 (0x00000000)

id = 324 (0x44010000)

label = 1701 (0xA5060000)

fill = 0 (0x00000000)

leng = 1408 (0x80050000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000143

occu = 8 (0x08000000)

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 = 0x00000000

hsdir = 0x00000000

ext2 = 0x507E1752

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

tabhBack = 0x107E1752

delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000

pb_func = 0x00000000

pb_handle = 0x00000000

CON_HEX04

0

4

<LT_COLLECT04>

Table IT_1702[0x1408]

Table reference: 325

TABH+ 0(20) = 00000000205AFB510000000045010000A6060000

TABH+ 20(20) = 0000000080050000FFFFFFFF04000000601D0000

TABH+ 40( 😎 = 08000000C1308000

store = 0x00000000

ext1 = 0x205AFB51

shmId = 0 (0x00000000)

id = 325 (0x45010000)

label = 1702 (0xA6060000)

fill = 0 (0x00000000)

leng = 1408 (0x80050000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000143

occu = 8 (0x08000000)

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 = 0x00000000

hsdir = 0x00000000

ext2 = 0xD87E1752

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

tabhBack = 0x987E1752

delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000

pb_func = 0x00000000

pb_handle = 0x00000000

<LT_COLLECT05>

Table IT_1703[0x1408]

Table reference: 326

TABH+ 0(20) = 000000007058FB510000000046010000A7060000

TABH+ 20(20) = 0000000080050000FFFFFFFF04000000601D0000

TABH+ 40( 😎 = 08000000C1308000

store = 0x00000000

ext1 = 0x7058FB51

shmId = 0 (0x00000000)

id = 326 (0x46010000)

label = 1703 (0xA7060000)

fill = 0 (0x00000000)

leng = 1408 (0x80050000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000143

occu = 8 (0x08000000)

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 = 0x00000000

hsdir = 0x00000000

ext2 = 0xF8AA2052

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

tabhBack = 0xB8AA2052

delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000

pb_func = 0x00000000

pb_handle = 0x00000000

<LT_COLLECT06>

Table IT_1704[0x1408]

Table reference: 327

TABH+ 0(20) = 000000000057FB510000000047010000A8060000

TABH+ 20(20) = 0000000080050000FFFFFFFF04000000601D0000

TABH+ 40( 😎 = 08000000C1308000

store = 0x00000000

ext1 = 0x0057FB51

shmId = 0 (0x00000000)

id = 327 (0x47010000)

label = 1704 (0xA8060000)

fill = 0 (0x00000000)

leng = 1408 (0x80050000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000143

occu = 8 (0x08000000)

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 = 0x00000000

hsdir = 0x00000000

ext2 = 0x80AB2052

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

tabhBack = 0x40AB2052

delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000

pb_func = 0x00000000

pb_handle = 0x00000000

<LT_COLLECT07>

Table IT_1705[0x1408]

Table reference: 328

TABH+ 0(20) = 0000000020BB13520000000048010000A9060000

TABH+ 20(20) = 0000000080050000FFFFFFFF04000000601D0000

TABH+ 40( 😎 = 08000000C1308000

store = 0x00000000

ext1 = 0x20BB1352

shmId = 0 (0x00000000)

id = 328 (0x48010000)

label = 1705 (0xA9060000)

fill = 0 (0x00000000)

leng = 1408 (0x80050000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000143

occu = 8 (0x08000000)

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 = 0x00000000

hsdir = 0x00000000

ext2 = 0x08AC2052

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

tabhBack = 0xC8AB2052

delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000

pb_func = 0x00000000

pb_handle = 0x00000000

No. 8 Ty. METHOD

Name CL_GUI_ALV_GRID=>EXPORT_TO_LOCAL_FILE

%_SPACE

2

0

0

0

ME

E0001000

2000D000

%_DUMMY$$

2222

0000

0000

0000

No. 7 Ty. METHOD

Name CL_GUI_ALV_GRID=>EXECUTE_FCODE

I_UCOMM

&PC

2542222222222222222222222222222222222222222222222222222222222222222222

6030000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

E_STABLE_ROW

2

0

0

0

E_STABLE_COL

2

0

0

0

E_REFRESH_MODE

2

0

0

0

E_SAVE

2

0

0

0

ALV_COL_STYLE_TOTAL

0000

0008

ME->MC_FC_COL_OPTIMIZE

&OPTIMIZE

2455444542222222222222222222222222222222222222222222222222222222222222

6F049D9A50000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

SY-REPID

CL_GUI_ALV_GRID===============CP

4454545445545443333333333333334522222222

3CF759F1C6F7294DDDDDDDDDDDDDDD3000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

ME

E0001000

2000D000

LT_MARKED_COLUMNS

Table[initial]

ALV_COL_STYLE_CHARACTERISTIC

0002

0000

CON_CACHE

WWW_ALV_CACHE

5555445544444222222222222

777F1C6F31385000000000000

0000000000000000000000000

0000000000000000000000000

SYST-REPID

CL_GUI_ALV_GRID===============CP

4454545445545443333333333333334522222222

3CF759F1C6F7294DDDDDDDDDDDDDDD3000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

L_ALL

2

0

0

0

ME->MC_FC_PC_FILE

&PC

2542222222222222222222222222222222222222222222222222222222222222222222

6030000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

SPACE

2

0

0

0

ALV_COL_STYLE_EXCEPTION

0000

0010

ME->MC_FC_TO_OFFICE

&ML

2442222222222222222222222222222222222222222222222222222222222222222222

6DC0000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

ALV_STYLE4_STOP_MERGE

0000

0002

ME->MC_FC_TO_REP_TREE

&SERP

2545522222222222222222222222222222222222222222222222222222222222222222

6352000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

No. 6 Ty. METHOD

Name CL_GUI_ALV_GRID=>SET_FUNCTION_CODE

C_UCOMM

2222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

ME

E0001000

2000D000

%_FSREG_001

???

??????

??????

ABAP_TRUE

X

5

8

0

0

ME->WWW_ACTIVE

2

0

0

0

%_VIASELSCR

0

4

SY

N#######################Ϫ#############Ƽ#####################################%#########䵘# I####

400000000000000000000000E00000F0000000B0000000000000000000000000000000000000208000000050240000

E01000200000000000000000A00070F0000000C000000040400000000000000000000000000050E000B00080090200

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000

00000000000000000000000030000030000000100000000000000000000000000000000000000000000000D000000C

L_UCOMM

&PC

2542222222222222222222222222222222222222222222222222222222222222222222

6030000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

LS_STABLE-ROW

2

0

0

0

LS_STABLE-COL

2

0

0

0

L_REFRESH_MODE

2

0

0

0

LFLG_SAVE

2

0

0

0

ME->MC_FC_DATA_SAVE

&DATA_SAVE

2445455454222222222222222222222222222222222222222222222222222222222222

64141F3165000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

ME->MC_SOFT

S

5

3

0

0

No. 5 Ty. FORM

Name PAI

SY-REPID

SAPLSLVC_FULLSCREEN

5454545454544545444222222222222222222222

310C3C63F65CC33255E000000000000000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

L_OKCODE

2222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

SYST-REPID

SAPLSLVC_FULLSCREEN

5454545454544545444222222222222222222222

310C3C63F65CC33255E000000000000000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

G_TEMP_OK_CODE

2222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

GT_GRID-HTML_CNTRL

F0000000

F0000000

%_SPACE

2

0

0

0

GT_TREE-R_SALV_TREE_ADAPTER->IF_SALV_ADAPTER~R_CONTROLLER

???

??????

??????

GT_GRID-S_LAYOUT+914(140)

2222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

SY-MSGV4

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

%_DUMMY$$

2222

0000

0000

0000

GT_GRID-GRID

E0001000

2000D000

IT_EVENT_EXIT

Table[initial]

LS_EVENT_EXIT

222222222222222222222222222222222222222222222222222222222222222222222222

000000000000000000000000000000000000000000000000000000000000000000000000

000000000000000000000000000000000000000000000000000000000000000000000000

000000000000000000000000000000000000000000000000000000000000000000000000

GT_GRID-CONTAINER

E0001000

3000C000

No. 4 Ty. MODULE (PAI)

Name PAI

No. 3 Ty. FUNCTION

Name REUSE_ALV_GRID_DISPLAY

IT_SORT

Table[initial]

IT_FILTER

Table[initial]

%_PRINT

000 0###

2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

G_REPID

SAPLSLVC_FULLSCREEN

5454545454544545444222222222222222222222

310C3C63F65CC33255E000000000000000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

GT_GRID-S_LAYOUT+836(60)

222222222222222222222222222222

000000000000000000000000000000

000000000000000000000000000000

000000000000000000000000000000

SPACE

2

0

0

0

I_SCREEN_START_COLUMN

0

0000

0000

I_SCREEN_START_LINE

0

0000

0000

I_SCREEN_END_LINE

0

0000

0000

SY-XFORM

CONVERSION_EXIT

444545544454545222222222222222

3FE65239FEF5894000000000000000

000000000000000000000000000000

000000000000000000000000000000

I_SCREEN_END_COLUMN

0

0000

0000

CL_GUI_ALV_GRID=>MC_FC_PC_FILE

&PC

2542222222222222222222222222222222222222222222222222222222222222222222

6030000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

CL_GUI_DOCKING_CONTAINER=>DOCK_AT_LEFT

1

0000

1000

No. 2 Ty. FORM

Name DATA_DISPLAY

SYST-REPID

ZSDSO_ORDER_STATUS

5545454544555545552222222222222222222222

A343FFF2452F3414530000000000000000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

%_ARCHIVE

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

SY-REPID

ZSDSO_ORDER_STATUS

5545454544555545552222222222222222222222

A343FFF2452F3414530000000000000000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

W_EVENTS-NAME

USER_COMMAND

554554444444222222222222222222

5352F3FDD1E4000000000000000000

000000000000000000000000000000

000000000000000000000000000000

%_S_INCO1_%_APP_%

S_INCO1 Incoterms to @1F\QMultip

5544443246667676722222222222222222222276222222222222222222222222222222222222222222243455476767

3F9E3F109E3F452D30000000000000000000004F0000000000000000000000000000000000000000000016C1D5C490

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

W_EVENTS-FORM

F_DISPLAY_DOCUMENT

454455445544454445222222222222

6F4930C19F4F35D5E4000000000000

000000000000000000000000000000

000000000000000000000000000000

S_INCO1-LOW

222

000

000

000

LI_EVENTS

Table IT_684[1x120]

\PROGRAM=ZSDSO_ORDER_STATUS\FORM=DATA_DISPLAY\DATA=LI_EVENTS

Table reference: 104

TABH+ 0(20) = 5083D751000000000000000068000000AC020000

TABH+ 20(20) = 0100000078000000FFFFFFFF04000000C0350000

TABH+ 40( 😎 = 10000000C1248000

store = 0x5083D751

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 104 (0x68000000)

label = 684 (0xAC020000)

fill = 1 (0x01000000)

leng = 120 (0x78000000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000273

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 = 0x40C4E151

pghook = 0x00000000

idxPtr = 0x00000000

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 16 (0x10000000)

lineAlloc = 16 (0x10000000)

store_id = 611 (0x63020000)

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

W_EVENTS

USER_COMMAND F_DISPLAY_DOCUMENT

554554444444222222222222222222454455445544454445222222222222

5352F3FDD1E40000000000000000006F4930C19F4F35D5E4000000000000

000000000000000000000000000000000000000000000000000000000000

000000000000000000000000000000000000000000000000000000000000

VBKD-ZTERM

2222

0000

0000

0000

LT_LAYOUT

      1. X

2000225222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

S_FKDAT

0000000000000000

2223333333333333333

0000000000000000000

0000000000000000000

0000000000000000000

Z_VARIANT

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

VBKD-FKDAT

00000000

33333333

00000000

00000000

00000000

%_S_ZTERM_%_APP_%

S_ZTERM Terms of payment key to @1F\QMultip

5555454256767266276766672667222222222276222222222222222222222222222222222222222222243455476767

3FA452D0452D30F60019D5E40B5900000000004F0000000000000000000000000000000000000000000016C1D5C490

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

LT_FIELDCAT

Table IT_683[81x1436]

\PROGRAM=ZSDSO_ORDER_STATUS\DATA=LT_FIELDCAT

Table reference: 103

TABH+ 0(20) = C03ADC51000000000000000067000000AB020000

TABH+ 20(20) = 510000009C050000FFFFFFFF04000000F0200000

TABH+ 40( 😎 = 01000000C1108400

store = 0xC03ADC51

ext1 = 0x00000000

shmId = 0 (0x00000000)

id = 103 (0x67000000)

label = 683 (0xAB020000)

fill = 81 (0x51000000)

leng = 1436 (0x9C050000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000162

occu = 1 (0x01000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 0

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 1

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

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

tabi = 0x50F3DD51

pghook = 0xF082D751

idxPtr = 0x00000000

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 123 (0x7B000000)

lineAlloc = 83 (0x53000000)

store_id = 610 (0x62020000)

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

S_ZTERM

22222222222

00000000000

00000000000

00000000000

S_ZTERM-LOW

2222

0000

0000

0000

%_S_FKDAT_%_APP_%

S_FKDAT Billing date for billing indexto @1F\QMultip

5544445246666662667626672666666626666776222222222222222222222222222222222222222222243455476767

3F6B414029CC9E70414506F2029CC9E709E4584F0000000000000000000000000000000000000000000016C1D5C490

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

I_OUT[]

Table IT_130[553x1408]

S_PSTYV

22222222222

00000000000

00000000000

00000000000

SY-SUBRC

4

0000

4000

%_DUMMY$$

2222

0000

0000

0000

No. 1 Ty. EVENT

Name START-OF-SELECTION

RSJOBINFO

00000000000000 ##

2222222222222222222222222222222233333333333333222222222222222222222222222222222200

0000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000

SCREEN

%_17SNS0003540797_%_%_%_%_%_%_

2533545333333333352525252525252222222222222222222222222222222222222222222222222222222222222222

5F173E30003540797F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

SY-INDEX

78

4000

E000

ALV

X

5

8

0

0

%_SPACE

2

0

0

0

%_PRINT

000 0###

2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

Internal notes

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

Basis System, specifically in line 1147 of the module

"//bas/640_REL/src/krn/runt/abgetwa.c#12".

The internal operation just processed is "ASSI".

The internal session was started at 20081021112425.

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

When : 10/21/2008 11:25:1.835

Threads : 2

Computer Name : TERHSAPTST01

User Name : SAPServiceINQ

Number of Processors: 4

Processor Type: x86 Family 15 Model 65 Stepping 2

Windows Version : 5.2 Current Build: 3790

Stack Dump for Thread Id 7f8

eax=000f7270 ebx=00000294 ecx=51c14b48 edx=00000000 esi=00000294 edi=00000000

eip=7c8285ec esp=0520ca18 ebp=0520ca88 iopl=0 nv up ei ng nz ac po cy

cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00000297

function : KiFastSystemCallRet

7c8285ec c3 ret

7c8285ed 8da42400000000 lea esp,[esp] ss:0520ca18=7c827d0b

7c8285f4 8d642400 lea esp,[esp] ss:3296b02b=00000000

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

0520ca88 77e61c8d 00000294 0001d4c0 00000000 0520cac0 ntdll!KiFastSystemCallRet

0520ca9c 00f99576 00000294 0001d4c0 00000001 7c38b5c8 kernel32!WaitForSingleObject

0520cac0 00542a4c 00542a85 7c38b5c8 7c38b5c8 7c38b5c8 disp+work!NTDebugProcess [ntstcdbg.c (501)]

0520cac4 00542a85 7c38b5c8 7c38b5c8 7c38b5c8 0197a688 disp+work!NTStack [dptstack.c (1360)]

0520cae0 00542ab9 7c38b5c8 00000000 00837352 7c38b5c8 disp+work!CTrcStack2 [dptstack.c (345)]

0520caec 00837352 7c38b5c8 00040000 005f0059 00300030 disp+work!CTrcStack [dptstack.c (175)]

0520cb10 0083a939 00000000 51ce76f8 51cc6c88 00000052 disp+work!rabax_CStackSave [abrabax.c (6910)

0520d3fc 007ec828 013bb4c8 013bb4a0 0000047b 26cf37e0 disp+work!ab_rabax [abrabax.c (1042)]

0520d45c 007ecd6d 000000a9 00000000 00000000 0062cfe1 disp+work!getwa_abswa [abgetwa.c (1147)]

0520d46c 0062cfe1 520100a9 00000000 00003fff 000000b4 disp+work!ab_relwa [abgetwa.c (1293)]

0520d4a4 00781406 5201c374 0520d4f0 0520d4c8 00000000 disp+work!ab_DataToAttaDseg [abdata.c (977)]

0520d4fc 00785ea9 000000b4 00678a9c 00000003 521b7f88 disp+work!AssiField [abassi.c (876)]

0520d504 00678a9c 00000003 521b7f88 00000000 0520d56c disp+work!ab_jassi [abassi.c (170)]

0520d56c 007ab34b 00000000 521b7f88 7c36a4b4 0243fb80 disp+work!ab_extri [abextri.c (540)]

0520d580 0081e5b5 00000000 521b92fc 0058267f 521b8f98 disp+work!ab_xevent [abrunt1.c (263)]

0520d58c 0058267f 521b8f98 00000038 521b9248 521b7f88 disp+work!ab_dstep [abdynpro.c (466)]

0520d5b4 005862fd 521b7f88 7c36a4b4 521b7f88 00000000 disp+work!dynpmcal [dymainstp.c (2337)]

0520d5c8 00585df4 521b7f88 521b7f88 00000003 0520fd08 disp+work!dynppbo0 [dymainstp.c (521)]

0520d5e4 005575dc 521b7f88 00000002 00000001 00000000 disp+work!dynprctl [dymainstp.c (351)]

0520fd08 00477e46 00000002 0520fee8 00000001 0049babd disp+work!dynpen00 [dymain.c (1392)]

0520fd18 0049babd 00000002 00000000 00000000 00000002 disp+work!Thdynpen00 [thxxhead.c (4428)]

0520fee8 0049be74 00000001 003f5e40 05200000 0042793a disp+work!TskhLoop [thxxhead.c (4191)]

0520ff04 00423110 00000000 7ffd8000 0520ff60 00401080 disp+work!tskhstart [thxxhead.c (1046)]

0520ff14 00401080 00000003 003f5e40 00000001 00000000 disp+work!DpMain [dpxxdisp.c (1011)]

0520ff60 0110c9d7 00000003 003f5e40 003f69e0 017be000 disp+work!nlsui_main [thxxanf.c (82)]

0520ffc0 77e6f23b 00000000 00000000 7ffd8000 00000000 disp+work!wmainCRTStartup [crtexe.c (395)]

0520fff0 00000000 0110c894 00000000 00905a4d 00000003 kernel32!ProcessIdToSessionId

Stack Dump for Thread Id 15a4

eax=00000001 ebx=00000103 ecx=7c829f59 edx=00430000 esi=00000000 edi=00000000

eip=7c8285ec esp=0784feb0 ebp=0784fef4 iopl=0 nv up ei pl zr na po nc

cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00000246

function : KiFastSystemCallRet

7c8285ec c3 ret

7c8285ed 8da42400000000 lea esp,[esp] ss:0784feb0=7c8270fb

7c8285f4 8d642400 lea esp,[esp] ss:34fae4c3=00000000

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

0784fef4 01066df4 0000069c 00000000 00000000 003f7a48 ntdll!KiFastSystemCallRet

0784ff84 7c349565 00000000 00000000 00000000 003f7ae0 disp+work!SigIMsgFunc [signt.c (563)]

0784ffb8 77e64829 003f7ae0 00000000 00000000 003f7ae0 MSVCR71!endthreadex

0784ffec 00000000 7c3494f6 003f7ae0 00000000 00000000 kernel32!GetModuleHandleA

List of ABAP programs affected

Index Ty. Program Group Date Time Size Lang.

0 Prg ZSDSO_ORDER_STATUS 0 15.10.2008 14:53:28 223232 E

1 Prg SAPMSSY0 1 20.10.2007 11:35:38 83968 E

2 Prg SAPMSSYD 1 20.10.2007 11:35:38 21504 E

3 Prg SAPFSYSCALLS 1 06.11.2003 20:52:59 7168 E

4 Prg RSDBRUNT 0 20.10.2007 11:35:29 252928 E

5 Typ RSSCR 0 . . : m:15 5120

6 Prg RSDBSPBL 0 06.11.2003 20:56:48 71680 E

7 Prg SAPDB__S 0 06.11.2003 20:52:58 18432 E

8 Typ VARID 0 12.05.1997 16:51:30 5120

9 Prg %_CSYDB0 0 06.11.2003 20:52:42 35840 E

10 Prg RSDBSPVA 0 17.08.2007 18:45:00 129024 E

11 Prg RSDBSPDD 0 17.08.2007 17:52:49 40960 E

12 Typ RSCONVERT 0 09.11.2000 14:11:21 4096

13 Prg CONTEXT_X_FREE_SEL_DD_INFO 0 17.08.2007 17:52:47 62464 E

14 Typ TCONT 0 29.07.1998 19:46:10 2048

15 Typ TCONT 0 29.07.1998 19:46:10 2048

16 Typ RSCONVERT 0 09.11.2000 14:11:21 4096

17 Prg SAPLSSELSERVICE 17 06.11.2003 22:07:49 23552 E

18 Prg CL_ABAP_CHAR_UTILITIES========CP 18 12.11.2004 14:02:13 14336 E

19 Typ RSVAMEMKEY 0 07.05.1997 13:07:49 2048

20 Prg RSDBSPMC 0 17.08.2007 18:45:00 78848 E

21 Typ DDSHDESCR 0 03.09.1997 03:05:16 4096

22 Typ SPPARAMS 0 07.05.1997 13:10:38 2048

23 Typ SPPARAMS 0 07.05.1997 13:10:38 2048

24 Prg SAPLICON 24 12.11.2004 13:50:21 27648 E

25 Prg %_CICON 24 16.03.2004 20:13:52 100352 E

26 Prg SAPLSABE 26 06.11.2003 20:53:04 13312 E

27 Prg SAPLSECU 27 20.10.2007 14:43:32 76800 E

28 Typ RSSUBINFO 0 14.10.1999 22:01:03 3072

29 Prg SAPLDSYA 29 20.10.2007 14:42:22 45056 E

30 Prg SAPFSDS1 29 06.11.2003 20:53:24 53248 E

31 Typ TDCLD 0 02.11.1998 09:51:35 5120

32 Prg SAPLSDOD 32 17.08.2007 18:19:59 45056 E

33 Typ DOKIL 0 12.05.1997 16:46:17 3072

34 Prg SAPCNVE 34 06.11.2003 20:52:58 8192 E

35 Prg SAPLLANG 35 20.10.2007 14:36:46 10240 E

36 Typ T002 0 20.10.2007 14:35:52 2048

37 Typ RSEXFCODE 0 13.08.1997 12:52:57 2048

38 Prg SAPFSPOR 0 22.09.2007 16:11:58 14336 E

39 Typ RSSELINT 0 04.04.1995 16:12:37 2048

40 Prg SAPLV04B 40 06.11.2003 21:31:20 11264 E

41 Typ TAUUM 0 14.02.1998 12:33:11 2048

42 Prg SAPLOMCV 42 12.11.2004 14:53:47 20480 E

43 Prg CL_EXITHANDLER================CP 43 17.08.2007 17:52:45 34816 E

44 Prg SAPLSEXV 44 17.08.2007 18:44:02 124928 E

45 Prg CL_BADI_FLT_DATA_TRANS_AND_DB=CP 45 20.10.2007 14:48:49 44032 E

46 Typ SXS_ATTR 0 20.08.2001 12:23:27 4096

47 Typ V_EXT_ACT 0 09.11.2000 14:27:05 2048

48 Typ SXC_EXIT 0 09.11.2000 14:23:43 2048

49 Prg CL_EX_BADI_MATN1==============CP 49 06.11.2003 21:02:33 23552 E

50 Prg IF_EX_BADI_MATN1==============IP 43 12.11.2004 14:52:42 5120 E

51 Typ TMCNV 0 24.02.1999 03:33:25 3072

52 Prg SAPLSCNT 52 06.11.2003 20:53:04 30720 E

53 Typ DYCBOX 0 20.08.1998 11:16:53 3072

54 Prg SAPLSVSM 54 17.08.2007 17:55:44 29696 E

55 Prg SAPLSGUI 55 12.11.2004 13:59:56 76800 E

56 Prg SAPLSTTM 56 17.08.2007 15:13:21 86016 E

57 Prg SAPLSBDC 57 17.08.2007 16:04:11 45056 E

58 Prg CL_DATAPROVIDER===============CP 58 06.11.2003 20:52:43 52224 E

59 Prg %_CCNTL 58 06.11.2003 20:52:41 16384 E

60 Typ OBJ_RECORD 0 14.02.1998 08:30:43 2048

61 Prg SAPLSTUP 61 17.08.2007 17:32:40 75776 E

62 Prg SAPLCNDP 62 17.08.2007 18:19:28 210944 E

63 Prg SAPSHDTV 52 06.11.2003 20:57:23 33792 E

64 Typ SHDSTU 0 14.12.1998 23:15:34 2048

65 Typ SHDSTCIU 0 14.12.1998 23:15:34 2048

66 Prg SAPFGUICNTL 1 06.11.2003 20:57:18 24576 E

67 Prg SAPLOLEA 67 17.08.2007 16:04:06 94208 E

68 Prg SAPLSFES 68 20.10.2007 14:42:25 278528 E

69 Prg SAPLSPLUGIN 69 06.11.2003 21:28:25 8192 E

70 Typ ARFCRDATA 0 09.11.2000 14:04:16 6144

71 Prg SAPLGRFC 71 06.11.2003 20:53:02 16384 E

72 Typ SWCBCONT 0 15.11.2000 17:55:11 3072

73 Typ OLE_VERBS 0 04.04.1995 16:02:20 2048

74 Typ OLE_PA 0 04.04.1995 16:02:19 2048

75 Typ SSCRTEXTS 0 03.09.1997 03:12:33 3072

76 Typ SSCRFIELDS 0 13.05.1997 12:54:26 5120

77 Prg CL_GUI_PROPS_CONSUMER=========CP 77 06.11.2003 20:52:43 30720 E

78 Prg SAPLTHFB 78 20.10.2007 14:42:49 365568 E

79 Prg CL_DYNAMIC_GUI_EXTENSIONS=====CP 79 06.11.2003 20:52:43 37888 E

80 Prg CL_GUI_DATAMANAGER============CP 80 17.08.2007 18:20:52 77824 E

81 Typ VBAK 0 22.09.2007 21:12:13 20480

82 Typ VBAP 0 22.09.2007 23:22:12 36864

83 Typ VBEP 0 27.01.2003 16:50:17 10240

84 Typ VBKD 0 17.08.2007 17:04:52 15360

85 Typ VBRP 0 05.05.2004 03:21:46 31744

86 Typ KNA1 0 09.12.2004 12:06:02 30720

87 Typ EMARC1 0 22.08.1995 12:23:11 11264

88 Typ EMARC2 0 04.04.1995 15:51:08 5120

89 Typ EMARC3 0 20.11.2001 15:27:39 11264

90 Typ EMARC4 0 18.12.2001 16:52:59 8192

91 Typ /VSO/R_MARC_I 0 11.04.2003 15:27:41 2048

92 Typ /VSO/R_EMARC_A 0 22.09.2007 23:15:16 2048

93 Typ EMARC 0 22.09.2007 23:16:59 33792

94 Typ MARC 0 10.09.2003 16:45:43 34816

95 Typ LIKP 0 05.05.2004 03:20:35 24576

96 Prg RSDBSPVD 0 20.10.2007 14:44:15 87040 E

97 Typ RVARI 0 30.03.1998 09:40:50 4096

98 Typ RSVARIVDAT 0 04.04.1995 16:12:54 2048

99 Typ VBUK 0 17.08.2007 14:20:05 12288

100 Typ VBFA 0 24.03.2004 14:36:59 8192

101 Typ LIPS 0 05.05.2004 03:21:02 41984

102 Typ MAKT 0 28.08.1997 08:52:19 2048

103 Typ VBPA 0 06.05.1998 02:23:22 5120

104 Typ MBEW 0 08.01.2002 15:13:50 19456

105 Prg SAPLSCAL 105 16.03.2004 20:03:39 28672 E

106 Prg SAPLSLVC_FULLSCREEN 106 20.10.2007 14:49:11 242688 E

107 Prg %_CSLIS 106 17.08.2007 17:57:27 89088 E

108 Typ LVC_S_GLAY 0 14.10.1999 21:58:03 2048

109 Prg CL_SALV_VERI_RUN==============CP 109 17.08.2007 17:57:27 102400 E

110 Prg CL_ALV_TRACE==================CP 110 20.10.2007 14:48:49 262144 E

111 Typ LTCXKEY 0 09.11.2000 14:09:11 3072

112 Typ DISVARIANT 0 29.07.1998 18:25:39 3072

113 Prg %_CKKBLO 106 17.08.2007 17:57:27 138240 E

114 Typ DTC_S_LAYO 0 04.12.2000 12:46:23 6144

115 Typ ALV_S_PCTL 0 17.08.2007 17:52:30 8192

116 Typ PRI_PARAMS 0 02.11.1998 09:46:12 5120

117 Typ ARC_PARAMS 0 28.08.1997 08:36:28 5120

118 Typ LVC_S_LAYO 0 19.01.2001 18:11:11 15360

119 Typ LVC_S_DD01 0 24.02.1999 03:11:30 2048

120 Typ LVC_S_PRNT 0 17.08.2007 17:52:32 10240

121 Prg CL_GUI_ALV_GRID===============CP 121 20.10.2007 14:48:53 732160 E

122 Typ LVC_S_ROID 0 14.10.1999 21:58:04 2048

123 Typ LVC_S_RPRP 0 04.12.2000 12:48:05 3072

124 Typ LVC_S_RPID 0 10.11.1998 05:38:53 2048

125 Typ LVC_S_LAYL 0 09.11.2000 14:09:15 2048

126 Typ LVC_S_BDS 0 12.11.2004 13:45:43 26624

127 Prg CL_GUI_ALV_GRID_BASE==========CP 127 20.10.2007 14:48:53 264192 E

128 Prg CL_GUI_CONTROL================CP 128 06.11.2003 20:52:43 122880 E

129 Prg CL_GUI_OBJECT=================CP 129 06.11.2003 22:10:04 443392 E

130 Typ OBJ_RECORD 0 14.02.1998 08:30:43 2048

131 Prg CL_GUI_CFW====================CP 131 06.11.2003 20:53:18 177152 E

132 Typ OBJ_RECORD 0 14.02.1998 08:30:43 2048

133 Typ TOLE 0 29.07.1998 19:56:01 3072

134 Prg %_COLE2 67 06.11.2003 20:52:41 11264 E

135 Prg SAPLSCP2 135 20.10.2007 14:49:11 147456 E

136 Typ SWCONT 0 04.04.1995 16:18:01 3072

137 Prg CL_GUI_CUSTOM_CONTAINER=======CP 137 06.11.2003 20:52:43 46080 E

138 Typ CFW_LINK 0 01.12.1999 12:16:48 3072

139 Prg CL_GUI_CONTAINER==============CP 139 06.11.2003 20:52:43 59392 E

140 Prg SAPLCNTH 140 06.11.2003 20:53:01 29696 E

141 Prg CL_GUI_DATAPONDEMAND==========CP 141 12.11.2004 13:50:18 69632 E

142 Prg CL_DATAPTABLECACHE============CP 142 12.11.2004 13:50:00 56320 E

143 Prg CL_GUI_FRONTEND_SERVICES======CP 143 20.10.2007 14:42:59 120832 E

144 Prg CL_ABAP_TYPEDESCR=============CP 144 07.11.2003 13:01:59 31744 E

145 Prg CL_ABAP_ELEMDESCR=============CP 145 06.11.2003 22:11:36 38912 E

146 Prg CL_ABAP_DATADESCR=============CP 146 06.11.2003 22:10:04 20480 E

147 Prg CL_ABAP_REFDESCR==============CP 147 07.11.2003 13:01:58 25600 E

148 Prg CL_ABAP_STRUCTDESCR===========CP 148 21.11.2003 11:42:45 40960 E

149 Prg CL_ABAP_COMPLEXDESCR==========CP 149 06.11.2003 22:10:04 18432 E

150 Prg CL_ABAP_TABLEDESCR============CP 150 06.11.2003 22:11:36 26624 E

151 Prg CL_ABAP_CLASSDESCR============CP 151 06.11.2003 22:11:36 31744 E

152 Prg CL_ABAP_OBJECTDESCR===========CP 152 06.11.2003 22:11:36 34816 E

153 Prg CL_ABAP_INTFDESCR=============CP 153 06.11.2003 22:11:36 26624 E

154 Prg CL_ABAP_SOFT_REFERENCE========CP 154 06.11.2003 20:41:10 10240 E

155 Prg CL_ABAP_REFERENCE=============CP 155 06.11.2003 20:52:43 8192 E

156 Typ OBJ_RECORD 0 14.02.1998 08:30:43 2048

157 Prg IF_CACHED_PROP================IP 80 06.11.2003 20:52:45 5120 E

158 Prg IF_GUI_DYNAMIC_DATA===========IP 80 13.11.2000 16:48:17 5120 E

159 Prg SAPFGUICNTL_CFW 1 06.11.2003 20:52:59 15360 E

160 Prg CL_IXML=======================CP 160 12.11.2004 13:57:15 225280 E

161 Prg CL_IXML_UNKNOWN===============CP 161 06.11.2003 21:33:02 8192 E

162 Prg CL_ALV_VARIANT================CP 162 20.10.2007 14:48:49 166912 E

163 Typ LVC_S_TOTO 0 04.12.2000 12:48:07 5120

164 Prg CL_ALV_BDS====================CP 164 20.10.2007 14:48:49 225280 E

165 Typ BAPIFILES 0 25.03.1999 11:29:01 4096

166 Prg CL_BDS_DOCUMENT_SET===========CP 166 12.11.2004 13:59:16 141312 E

167 Prg CL_CTMENU=====================CP 167 20.10.2007 14:35:56 36864 E

168 Prg CL_ALV_EVENT_TOOLBAR_SET======CP 168 06.11.2003 20:52:43 9216 E

169 Prg SAPLSALV 169 20.10.2007 14:36:51 275456 E

170 Prg SAPLSLVC 170 20.10.2007 14:49:11 425984 E

171 Typ LVC_S_FCAT 0 20.07.2001 13:29:15 18432

172 Prg SAPLSLVC_DIALOG 172 20.10.2007 14:49:11 699392 E

173 Typ LVC_S_FILT 0 15.11.2000 17:38:34 7168

174 Typ RSDSSELOPT 0 04.04.1995 16:11:56 2048

175 Prg CL_SALV_CALLER_SERVICES=======CP 175 17.08.2007 18:19:32 70656 E

176 Prg SAPLKKBL 176 20.10.2007 14:49:10 1425408 E

177 Prg CL_SALV_TOOLTIP===============CP 177 17.08.2007 17:52:32 30720 E

178 Prg CL_SALV_METADATA_BASE=========CP 178 12.11.2004 13:57:17 10240 E

179 Prg CL_SALV_METADATA==============CP 179 12.11.2004 13:57:17 10240 E

180 Prg SAPLSKBB 180 20.10.2007 14:41:02 79872 E

181 Typ LVC_S_SELF 0 04.12.2000 12:48:07 3072

182 Prg CL_ABAP_LIST_UTILITIES========CP 182 12.11.2004 13:48:29 22528 E

183 Typ LVC_S_SORT 0 15.11.2000 17:38:36 4096

184 Typ LVC_S_GRPL 0 15.11.2000 17:38:34 4096

185 Prg %_CVRM 172 06.11.2003 20:52:42 8192 E

186 Typ LTDXKEY 0 29.07.1998 18:46:24 2048

187 Typ LTDXADMIN 0 07.05.1997 12:57:37 3072

188 Typ LTVARIANT 0 15.11.2000 17:38:31 5120

189 Prg SAPLSKBS 189 20.10.2007 14:41:02 301056 E

190 Typ LVC_S_RNGS 0 10.11.1999 17:41:05 2048

191 Typ V_LTDX 0 09.11.2000 14:27:10 4096

192 Typ DFIES 0 09.11.2000 14:07:05 9216

193 Typ LVC_S_DEPS 0 04.12.2000 12:48:02 2048

194 Typ LVC_S_COL 0 21.12.1999 19:15:32 2048

195 Prg CL_I18N_BIDI==================CP 195 20.10.2007 11:32:25 26624 E

196 Prg CL_ABAP_CONV_IN_CE============CP 196 12.11.2004 14:03:04 23552 E

197 Prg BCALV_REPREP_INTERFACE 121 17.08.2007 17:57:27 28672 E

198 Typ TRSTI 0 27.08.1999 18:28:36 4096

199 Typ TRSTI0 0 27.08.1999 18:28:37 4096

200 Prg SAPLRSTI 200 17.08.2007 17:55:26 223232 E

201 Prg %_CSCTX 167 06.11.2003 20:52:41 11264 E

202 Prg SAPLSLVX 202 17.08.2007 17:57:32 39936 E

203 Typ LVC_S_STBL 0 30.11.1998 15:53:11 2048

204 Typ LVC_S_ADDI 0 04.12.2000 12:47:40 2048

205 Prg SAPLSKBH 205 20.10.2007 14:49:11 835584 E

206 Typ LVC_S_INFO 0 09.11.2000 14:09:14 6144

207 Prg SAPLS_NLS_BIDI 207 20.10.2007 11:35:14 14336 E

208 Typ STB_BTNMNU 0 04.12.2000 12:53:55 2048

209 Typ STB_BUTTON 0 25.01.1999 13:03:41 3072

210 Typ RFC_FIELDS 0 20.08.1998 10:56:34 3072

211 Prg SAPLCNTL 211 07.11.2003 13:02:28 348160 E

212 Typ DPPROPS 0 09.07.1997 23:53:23 2048

213 Prg SAPLURFC 213 17.08.2007 18:44:55 21504 E

214 Prg SAPLSRFC 214 12.11.2004 14:03:27 40960 E

215 Prg SAPLSYST 215 17.08.2007 14:22:43 33792 E

216 Prg SAPMSSY1 62 06.11.2003 20:53:07 21504 E

217 Typ ARFCDATA 0 04.04.1995 15:40:32 5120

218 Typ OBJ_RECORD 0 14.02.1998 08:30:43 2048

219 Typ OBJ_RECORD 0 14.02.1998 08:30:43 2048

220 Prg SAPLCNT0 220 06.11.2003 20:53:01 39936 E

221 Typ LVC_S_CO01 0 21.12.1999 19:15:32 2048

222 Prg IF_DATAPONDEMAND==============IP 141 13.11.2000 16:47:51 5120 E

223 Typ LVC_S_COL2 0 21.12.1999 19:15:32 2048

224 Typ LVC_S_DATA 0 29.11.1999 17:41:29 4096

225 Prg CL_SCP_LINEBREAK_UTIL=========CP 225 17.08.2007 16:05:13 15360 E

226 Prg CL_SALV_FORM_CONTENT==========CP 226 12.11.2004 14:06:33 10240 E

227 Prg IF_SALV_C_BOOL_SAP============IP 106 12.11.2004 13:52:37 6144 E

228 Typ LVC_S_STXT 0 24.02.1999 03:11:31 3072

229 Prg CL_ALV_CHECK_THIRD_PARTY======CP 229 17.08.2007 18:19:28 26624 E

230 Prg CL_ALV_XSLT_TRANSFORM=========CP 230 17.08.2007 17:34:57 16384 E

231 Prg SAPLAQXI 231 06.11.2003 20:53:00 17408 E

232 Typ AQXINTI 0 14.04.1998 11:17:17 2048

233 Typ AQXINT 0 30.03.1998 09:55:50 2048

234 Typ AQXINTA 0 30.03.1998 09:55:50 2048

235 Typ AQXINTT 0 30.03.1998 09:55:51 2048

236 Typ ARFCSDATA 0 09.11.2000 14:18:17 6144

237 Prg %_CCNDP 80 06.11.2003 20:52:41 14336 E

238 Prg IF_DATAPTABLECACHE_MODIFY=====IP 141 13.11.2000 16:47:52 6144 E

239 Prg IF_DATAPTABLECACHE_MODIFY2====IP 80 13.11.2000 16:47:52 6144 E

240 Prg CL_GUI_DOCKING_CONTAINER======CP 240 06.11.2003 20:52:43 51200 E

241 Typ ALV_S_QINF 0 14.02.2002 14:03:24 3072

242 Typ LTDXKEY 0 29.07.1998 18:46:24 2048

243 Typ LVC_S_SGRP 0 15.11.2000 17:38:36 2048

244 Typ DTC_S_TS 0 27.08.1999 18:05:22 3072

245 Typ ALV_S_QINF 0 14.02.2002 14:03:24 3072

246 Prg SAPLKKBL_EXT 246 17.08.2007 17:57:32 19456 E

247 Typ ASEXDOM 0 09.11.2000 14:18:18 2048

248 Typ DD01L 0 09.11.2000 14:06:40 5120

249 Typ FLT_S_LAYO 0 04.12.2000 12:46:41 3072

250 Prg %_CRSDS 172 06.11.2003 20:52:41 10240 E

251 Prg %_CSSCR 172 06.11.2003 20:52:42 11264 E

252 Typ RSDSFIELDS 0 20.08.1998 10:57:22 3072

253 Typ FLDCONVERT 0 09.11.2000 14:07:44 4096

254 Typ RSDSTEXTS 0 20.08.1998 10:57:32 2048

255 Typ RSDSEVFLDS 0 20.08.1998 11:23:14 2048

256 Prg SAPLSPRI 256 20.10.2007 14:49:11 343040 E

257 Prg CL_ABAP_LIST_UTIL_INTERNAL====CP 257 12.11.2004 14:00:05 17408 E

258 Prg SAPLSCVU 258 17.08.2007 17:55:05 65536 E

259 Typ T006A 0 28.08.1997 09:04:18 3072

260 Prg CL_SALV_FORM_ABAP=============CP 260 20.10.2007 11:33:59 36864 E

261 Prg CL_SALV_FORM_ABSTRACT=========CP 261 12.11.2004 13:56:44 8192 E

262 Prg CL_SALV_FORM==================CP 262 17.08.2007 18:19:32 12288 E

263 Prg SAPLSYMB 263 17.08.2007 18:45:05 107520 E

264 Typ TCP0I 0 17.08.2007 14:19:40 3072

265 Prg %_CSYDES 176 06.11.2003 20:52:42 8192 E

266 Prg IF_SALV_C_CELL_TYPE===========IP 176 12.11.2004 14:07:16 5120 E

267 Typ SYST 0 04.12.2000 14:54:51 31744

268 Typ OBJ_RECORD 0 14.02.1998 08:30:43 2048

269 Prg %_CSYLDB 0 06.11.2003 20:52:42 8192 E

270 Typ CAT_SVARS 0 12.11.2004 13:46:20 3072

271 Typ LVC_S_MSG 0 04.12.2000 12:48:05 6144

272 Typ DEVPAR 0 04.12.2000 12:46:11 3072

273 Typ PRIPAR_EXT 0 09.11.2000 14:10:39 3072

274 Typ PRIPAR_EX2 0 09.11.2000 14:10:39 2048

275 Typ PRIPAR_EX3 0 30.08.2001 17:57:21 3072

276 Typ PRI_LAYOUT 0 06.11.2003 20:30:04 3072

277 Typ RSTXP 0 06.11.2003 20:30:36 17408

278 Prg IF_DRAGDROP===================IP 278 06.11.2003 20:52:45 6144 E

279 Typ OBJ_RECORD 0 14.02.1998 08:30:43 2048

280 Prg CL_SALV_DDIC_APPLY============CP 280 12.11.2004 13:47:41 17408 E

281 Prg CL_SALV_FULLSCREEN_TREE_ADAPTECP 281 20.10.2007 14:48:57 50176 E

282 Prg CL_SALV_TREE_ADAPTER_BASE=====CP 282 20.10.2007 14:48:57 89088 E

283 Prg CL_SALV_ADAPTER===============CP 283 12.11.2004 13:54:16 12288 E

284 Prg IF_SALV_ADAPTER===============IP 281 12.11.2004 13:56:42 9216 E

285 Typ OBJ_RECORD 0 14.02.1998 08:30:43 2048

Directory of Application Tables

Name Date Time Lngth

Val.

Program ZSDSO_ORDER_STATUS

SYST 06.11.2003 20:32:02 00004608

\x0001\0\x0001\0\0\0\x0002\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0

RSJOBINFO . . : : 00000164

00000000000000

VBAP 22.09.2007 23:22:12 00002360

000000

VBKD . . : : 00001122

000000

MBEW . . : : 00000778

000000000100155710 \0\0\0\x000C\0\0\x0C00

SSCRFIELDS 23.03.2000 22:41:19 00001708

SSCRTEXTS . . : : 00000742

Program RSDBRUNT

RSVUVINT . . : : 00000094

|

VARID . . : : 00000252

Program CONTEXT_X_FREE_SEL_DD_INFO

CONTEXTB . . : : 00002992

100IBFREE_SEL_DD_INFO 000005000120081021110000\0\0\0\0

TCONT . . : : 00000068

FREE_SEL_DD_INFO 00000000000000|

Program SAPLSSELSERVICE

DFIES 23.02.2001 09:10:05 00001338

VBAP KDMAT

Program SAPFSDS1

TDCLD . . : : 00000098

RE DOKU 8R XX XXLIMUDOKUX \x001EXR3TRPROGX |

Program SAPLSDOD

DOKIL . . : : 00000152

Program SAPLLANG

T002 . . : : 00000010

ES1EN|

Program SAPLOMCV

TMCNV . . : : 00000110

100MATCONV \x0012\0\0\0\x0012

Program SAPSHDTV

SHDSTU . . : : 00000106

|

SHDSTCIU . . : : 00000100

|

Program SAPLOLEA

TOLE . . : : 00000394

SAP.DATAPROVIDER.1 {799104C5-04C5-11D0-

Program CL_GUI_PROPS_CONSUMER=========CP

EUDB . . : : 00004068

%C00020000052C3DFB32514A26B2B3DB54AE56BE3B \0\0\0

Program CL_GUI_FRONTEND_SERVICES======CP

EUDB . . : : 00004068

FE00020000052C3DFB32514A26B2B3DB54AE56BE3B \0\0\0

Program SAPLKKBL

EUINFO . . : : 00003184

\0\0\0

ALVDYNP . . : : 00000104

00 |

Program SAPLSCVU

T006A . . : : 00000112

100EEA EA EA each each |

ABAP Control

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can apply patch directly after download from market place. Its batter to keep you with abap consultant, because for this may be you add only one or two lines in the programe instead of apply complete patch. In this case you requre key which will get from service.sap.com.

Regards,

Anil

Former Member
0 Kudos

Hi,

We got a lot of short dumps with the same error when we upgraded from 46C to ECC6.

They were all for reports that used ALV and in evry case, corrections were needed to the field catalog.

I suggest that you double and triple check the table and field names in your field catalog. ALV is a lot more sensitive in ECC6 (or performs less checks) and it is possible that you're experiencing the same problem in ECC5.

Hope that answers your question

Alex Dixon