cancel
Showing results for 
Search instead for 
Did you mean: 

urgant problem for the updating problem HELP

Former Member
0 Kudos

Dear sir/miss,On 2008.12.01 one of our partner company consultant,setup an update(SAPKH50016 AND SAPKH50017) page on our production system without and test in the test system.

Now our transaction code CV03N,CV02N,CV01N can not be used,jump out abap problems as below:

It's already give us very big impact to our SAP system,so please tell me how to deal with it.

"Runtime Errors MOVE_CAST_ERROR

Exceptn CX_SY_MOVE_CAST_ERROR

Date and Time 2008.12.02 08:23:43

ShrtText

A dynamic type conflict occurred during reference assignment.

What happened?

Error in ABAP application program.

The current ABAP program "CL_EX_DOCUMENT_MAIN02=========CP" 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

An exception occurred. This exception is dealt with in more detail below

. The exception, which is assigned to the class 'CX_SY_MOVE_CAST_ERROR', wa

neither

caught nor passed along using a RAISING clause, in the procedure

"IF_EX_DOCUMENT_MAIN02~D100_BEFORE_PAI" "(METHOD)"

.

Since the caller of the procedure could not have expected this exception

to occur, the running program was terminated.

The reason for the exception is:

A 'CAST' operation ('?=' or 'MOVE ?TO') tried to assign an object or

interface variable to a reference variable.

However, the contents of the source variable do not fit in the target.

Source type. "\CLASS=ZCL_IM_DOCUMENT_MAIN02"

Target type: "\INTERFACE=IF_EX_DOCUMENT_MAIN02"

How to correct the error

If the error occurred in one of your own programs or in an SAP program

that you modified, try to correct it yourself.

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:

-


"MOVE_CAST_ERROR" CX_SY_MOVE_CAST_ERRORC

"CL_EX_DOCUMENT_MAIN02=========CP" or "CL_EX_DOCUMENT_MAIN02=========CM007"

"IF_EX_DOCUMENT_MAIN02~D100_BEFORE_PAI"

-


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

"IF_EX_DOCUMENT_MAIN02~D100_BEFORE_PAI"

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

To prevent the exception, note the following:

System environment

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

Application server....... "ciserver"

Network address.......... "172.31.120.37"

Operating system......... "Linux"

Release.................. "2.6.9-11.19AXsmp"

Hardware type............ "x86_64"

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

Pointer length........... 64 Bits

Work process number...... 3

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

Database server.......... "diserver"

Database type............ "ORACLE"

Database name............ "PRD"

Database owner........... "SAPPRD"

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

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

Created on............... "May 22 2006 19:43:51"

Created in............... "Linux GNU SLES-9 x86_64 cc3.3.3"

Database version......... "OCI_920 "

Patch level.............. "129"

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

Supported environment....

Database................. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE

10.2.0.."

SAP database version..... "640"

Operating system......... "Linux 2.6"

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

Roll..................... 16192

EM....................... 12569568

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

Page..................... 57344

MM Used.................. 2076240

MM Free.................. 2111024

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

User and Transaction

Client.............. 600

User................ "MENGQC001"

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

Transaction......... "CV03N "

Program............. "CL_EX_DOCUMENT_MAIN02=========CP"

Screen.............. "SAPLCV110 0100"

Screen line......... 43

Information on where terminated

The termination occurred in the ABAP program "CL_EX_DOCUMENT_MAIN02=========CP"

in "IF_EX_DOCUMENT_MAIN02~D100_BEFORE_PAI".

The main program was "SAPLCV110 ".

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

program "CL_EX_DOCUMENT_MAIN02=========CM007"

of the source code of program "CL_EX_DOCUMENT_MAIN02=========CM007" (when

calling the editor 1340).

Processing was terminated because the exception "CX_SY_MOVE_CAST_ERROR"

occurred in the

procedure "IF_EX_DOCUMENT_MAIN02~D100_BEFORE_PAI" "(METHOD)" but was not

handled locally, not declared in the

RAISING clause of the procedure.

The procedure is in the program "CL_EX_DOCUMENT_MAIN02=========CP ". Its source

code starts in line 1

of the (Include) program "CL_EX_DOCUMENT_MAIN02=========CM007 ".

ource Code Extract

ine SourceCde

104 CLEAR data_ref.

105 GET REFERENCE OF OKCODE INTO data_ref.

106 CALL METHOD <flt_cache_line>-eo_object->set_parameter(

107 im_parmname = 'OKCODE'

108 im_value = data_ref ).

109

110 CLEAR data_ref.

111 GET REFERENCE OF DRAW INTO data_ref.

112 CALL METHOD <flt_cache_line>-eo_object->set_parameter(

113 im_parmname = 'DRAW'

114 im_value = data_ref ).

115

116 CALL METHOD <flt_cache_line>-eo_object->evaluate

117 IMPORTING

118 ex_exception = exc

119 EXCEPTIONS

120 raise_exception = 1

121 OTHERS = 2.

122 IF sy-subrc = 2.

123 MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno

124 WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.

125 ELSEIF sy-subrc = 1.

126 CASE exc-exceptn_nm.

127 WHEN 'CANCEL'.

128 MESSAGE ID exc-msgid TYPE exc-msgty NUMBER exc-msgno

129 WITH exc-msgv1 exc-msgv2 exc-msgv3 exc-msgv4

130 RAISING CANCEL.

131 ENDCASE.

132 ENDIF.

133 WHEN OTHERS.

EXITINTF ?= <flt_cache_line>-OBJ.

135 CALL METHOD EXITINTF->D100_BEFORE_PAI

136 EXPORTING

137 TCODE = TCODE

138 CHANGING

139 OKCODE = OKCODE

140 DRAW = DRAW

141 EXCEPTIONS

142 CANCEL = 1.

143 case sy-subrc.

144 when 1.

145 raise CANCEL.

146 endcase.

147 ENDCASE.

148

149 CALL FUNCTION 'PF_ASTAT_CLOSE'

150 EXPORTING

151 OPENKEY = 'S61ZFJapGHhX00002X5BGm'

152 TYP = 'UE'.

153 ENDLOOP.

Contents of system fields

Name Val.

SY-SUBRC 0

SY-INDEX 0

SY-TABIX 14

SY-DBCNT 14

SY-FDPOS 1

SY-LSIND 0

SY-PAGNO 0

SY-LINNO 1

SY-COLNO 1

SY-PFKEY D100DISPLAY

SY-UCOMM BACK

SY-TITLE Display Document: Initial Screen

SY-MSGTY

SY-MSGID

SY-MSGNO 000

SY-MSGV1

SY-MSGV2

SY-MSGV3

SY-MSGV4

Active Calls/Events

No. Ty. Program Include Line

Name

3 METHOD CL_EX_DOCUMENT_MAIN02=========CP CL_EX_DOCUMENT_MAIN02=========CM007 134

CL_EX_DOCUMENT_MAIN02=>IF_EX_DOCUMENT_MAIN02~D100_BEFORE_PAI

2 FORM SAPLCV110 LCV110F19 124

D100_CONSUME_EVENTS

1 MODULE (PAI) SAPLCV110 LCV110I08 10

D100_FCODE

Chosen variables

Name

Val.

No. 3 Ty. METHOD

Name CL_EX_DOCUMENT_MAIN02=>IF_EX_DOCUMENT_MAIN02~D100_BEFORE_PAI

TCODE

CV03

45332222222222222222

36030000000000000000

00000000000000000000

00000000000000000000

OKCODE

BACK

4444222222222222222222222222222222222222222222222222222222222222222222

213B000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

DRAW

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

SY-MSGV1

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

EXC-MSGV1

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

SY-MSGV2

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

EXC-MSGV2

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

SY-MSGV3

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

EXC-MSGV3

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

SY-MSGV4

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

EXC-MSGV4

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

EXITINTF

F0000000

F0000000

<FLT_CACHE_LINE>-OBJ

E0001000

E0001000

SYST-REPID

CL_EX_DOCUMENT_MAIN02=========CP

4454554445444554444333333333334522222222

3CF58F4F35D5E4FD19E02DDDDDDDDD3000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

SY-REPID

CL_EX_DOCUMENT_MAIN02=========CP

4454554445444554444333333333334522222222

3CF58F4F35D5E4FD19E02DDDDDDDDD3000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

%_DUMMY$$

2222

0000

0000

0000

SY-SUBRC

0

0000

0000

No. 2 Ty. FORM

Name D100_CONSUME_EVENTS

LF_ACT_IMP_EXISTING

X

5

8

0

0

%_SPACE

2

0

0

0

SY-REPID

SAPLCV110

5454453332222222222222222222222222222222

310C361100000000000000000000000000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

SEEX_TRUE

X

5

8

0

0

LF_EXIT

F0000000

0000F000

%_DUMMY$$

2222

0000

0000

0000

GF_OI_CALLED_DISPLAY

2

0

0

0

SYST-REPID

SAPLCV110

5454453332222222222222222222222222222222

310C361100000000000000000000000000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

SCREEN

MCDOK-REFVR

4444425445522222222222222222222222222222222222222222222222222222222222222222222222222222222222

D34FBD2566200000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

GF_TRANSACTION

CV03

45332222222222222222

36030000000000000000

00000000000000000000

00000000000000000000

OK_CODE

BACK

4444222222222222222222222222222222222222222222222222222222222222222222

213B000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

DRAW

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

CL_WB_REQUEST=>TO_IMMEDIATE_START

???

??????

??????

PROP_STRING

360

6000

8100

BITMAP_STRETCH

2

0000

2000

SY-SUBRC

0

0000

0000

SS_CENTER

1

0000

1000

C_DMS_PHIO_MASTER_CLASS

DMS_PCD1

4455544322

4D3F034100

0000000000

0000000000

PROP_TABINDEX

230

E000

6000

SPACE

2

0

0

0

LF_FCODE

2222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000

No. 1 Ty. MODULE (PAI)

Name D100_FCODE

TREEV_ITEM_CLASS_CHECKBOX

3

0000

3000

Internal notes

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

Basis System, specifically in line 2995 of the module

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

The internal operation just processed is "CAST".

The internal session was started at 20081202082340.

Active Calls in SAP Kernel

Lines of C Stack in Kernel (Structure Differs on Each Platform)

(CTrcStack2+0x7a)0x63b29a

(CTrcStack+0xb)0x63b8db

(ab_rabax+0x2f02)0xa4b1e2

(_Z18RxMoveCastErrorObj4RUDIS_PKt+0xa5)0x7b7a45

(_Z8ab_jcastv+0x673)0x7bdec3

(_Z8ab_extriv+0x219)0x7ab4d9

(_Z9ab_xeventPKt+0x29a)0x8f9b4a

(ab_dstep+0x1a7)0xa5ec77

(dynpmcal+0x39a)0x69d84a

(dynppai0+0x933)0x69f393

(dynprctl+0x414)0x69e324

(dynpen00+0x444)0x693034

(Thdynpen00+0x2df)0x50a24f

(TskhLoop+0x307)0x514347

(tskhstart+0x1ae)0x522fae

(DpMain+0x28f)0x49b1bf

(nlsui_main+0x9)0x475159

(main+0x2e)0x47518e

/lib64/libc.so.6(__libc_start_main+0xa9)0x2a97124b49

List of ABAP programs affected

Index Ty. Program Group Date Time Size Lang.

0 Prg SAPLCV110 0 2008.12.01 10:13:43 671744 E

1 Prg SAPMSSYD 0 2008.12.01 02:17:53 21504 E

2 Prg SAPFSYSCALLS 0 2003.11.06 20:52:59 7168 E

3 Typ DRAW 0 2008.04.29 10:29:35 11264

4 Typ DRAT 0 1999.03.10 18:52:49 3072

5 Typ DMS_DB_DRAT 0 1999.03.10 18:36:01 3072

6 Typ TDWS 0 2003.09.10 16:46:37 6144

7 Typ TDWST 0 1997.05.12 16:50:34 2048

8 Typ AENR 0 2008.11.20 14:51:32 7168

9 Typ USR03 0 1997.05.12 16:51:23 6144

10 Typ T024X 0 1998.02.14 10:32:35 2048

11 Typ MCDOK 0 2004.12.08 17:17:49 28672

12 Prg SAPLCV121 12 2008.12.01 10:09:17 152576 E

13 Prg CL_GUI_CFW====================CP 13 2003.11.06 20:53:18 176128 E

14 Prg CL_GUI_PROPS_CONSUMER=========CP 14 2003.11.06 20:52:43 30720 E

15 Prg %_CCNTL 14 2003.11.06 20:52:41 16384 E

16 Prg SAPLTHFB 16 2008.12.01 02:18:03 368640 E

17 Prg SAPLOLEA 17 2008.12.01 02:00:50 93184 E

18 Prg SAPLSGUI 18 2008.12.01 02:18:03 76800 E

19 Prg SAPLSTTM 19 2006.09.21 08:17:23 86016 E

20 Prg SAPLSBDC 20 2006.09.21 08:24:43 45056 E

21 Prg SAPLSFES 21 2008.12.01 02:18:03 278528 E

22 Prg SAPLSPLUGIN 22 2003.11.06 21:28:25 8192 E

23 Prg SAPFGUICNTL 17 2003.11.06 20:57:18 24576 E

24 Typ DMS_FRONTEND_DATA 0 2001.06.07 17:41:14 2048

25 Typ ITDWA 0 1999.12.09 18:54:10 3072

26 Typ DNTAB 0 2000.11.09 14:07:14 6144

27 Typ DMS_AUDITS 0 1998.12.10 18:00:41 3072

28 Typ DRAD 0 1999.12.01 15:17:34 4096

29 Typ DRAZ 0 1998.04.01 02:05:08 4096

30 Typ DRAP 0 1995.04.04 16:53:07 3072

31 Typ DRAOZ 0 1995.04.04 16:53:05 6144

32 Typ DRAO 0 1995.04.04 16:53:03 6144

33 Typ TOAV0 0 1996.06.14 09:51:26 3072

34 Typ DMS_REC_FILE 0 2006.10.12 17:53:17 8192

35 Typ DMS_DOC_FILE 0 1999.04.21 13:22:51 12288

36 Prg SAPLCADM 36 2003.11.06 20:53:00 14336 E

37 Typ TDWA 0 2001.06.07 17:50:38 6144

38 Prg SAPLCV115 38 2008.12.01 10:13:43 220160 E

39 Prg SAPLCV118 39 2008.11.30 22:54:57 86016 E

40 Prg SAPLCV130 40 2008.12.01 09:57:54 342016 E

41 Prg SAPLCLO0 41 2006.09.21 11:31:12 55296 E

42 Typ API_CHAR 0 1997.07.09 23:48:05 2048

43 Typ API_VALI 0 1998.04.23 14:46:27 5120

44 Typ API_KSSK 0 1996.01.29 18:00:54 3072

45 Typ API_VALI 0 1998.04.23 14:46:27 5120

46 Prg SAPLCLFM 46 2008.12.01 03:27:54 711680 E

47 Typ RMCLF 0 2004.03.15 16:55:47 31744

48 Typ RMCLKSSK 0 2001.09.18 10:03:47 5120

49 Typ RMCLAUSP 0 2001.09.18 10:03:46 7168

50 Typ RMCLDEL 0 1997.08.13 12:51:45 3072

51 Typ AUSP 0 2001.09.18 10:02:23 6144

52 Prg SAPLCLSE 52 2008.11.20 14:51:39 188416 E

53 Prg SAPLCTMS 53 2008.12.01 03:28:16 985088 E

54 Prg SAPLCTCV 54 2008.12.01 03:27:56 197632 E

55 Prg SAPLCTCF 55 2008.12.01 03:27:07 20480 E

56 Typ USR01 0 1998.02.14 15:22:01 4096

57 Prg SAPLCLPR 57 2001.11.19 16:12:29 64512 E

58 Typ CLPROF 0 2001.06.07 17:40:33 12288

59 Typ RMCLPAR 0 2001.06.07 17:45:28 13312

60 Typ AGR_USERS 0 2003.01.20 16:27:01 3072

61 Prg SAPLCTCU 61 2008.05.18 09:34:46 189440 E

62 Prg %_CCXTAB 53 2003.11.06 21:51:14 7168 E

63 Typ SCXTAB_CONTROL 0 2003.11.06 20:31:00 6144

64 Prg SAPLCUDB 64 2008.11.30 22:48:18 332800 E

65 Prg SAPLCUD0 65 2008.12.01 09:57:54 196608 E

66 Prg SAPLCUEV 66 2001.06.07 18:26:56 12288 E

67 Prg SAPLSUNI 67 2008.05.18 09:44:54 151552 E

68 Typ TFDIR 0 1998.07.29 19:49:08 3072

69 Typ CABN 0 2001.09.18 10:02:26 12288

70 Typ CABN 0 2001.09.18 10:02:26 12288

71 Typ DDB_C05 0 1997.08.28 08:44:01 2048

72 Typ DDB_C02 0 1997.07.09 23:52:49 3072

73 Typ DDB_ITP 0 1997.08.28 08:44:01 2048

74 Typ DDB_C07 0 1997.07.09 23:52:50 2048

75 Prg SAPLCUTM 75 2006.09.21 11:40:39 68608 E

76 Prg SAPLCUPM 76 2008.05.18 11:52:42 472064 E

77 Prg SAPLSLG0 77 2003.11.06 20:53:05 64512 E

78 Prg SAPLSBAL_SERVICE 78 2008.05.18 09:48:19 172032 E

79 Typ BALOBJ 0 1997.08.13 13:16:25 2048

80 Typ BALSUB 0 1997.08.13 13:16:26 2048

81 Typ BAL_S_LFIL 0 2000.12.04 12:45:13 12288

82 Prg SAPLSBAL 82 2008.05.18 09:48:19 327680 E

83 Typ BAL_S_LOG 0 2000.12.04 13:04:00 7168

84 Typ BAL_S_CONT 0 1998.11.02 09:43:07 2048

85 Typ BAL_S_PARM 0 2000.12.04 12:45:14 3072

86 Typ BAL_S_CLBK 0 1998.11.02 09:43:07 2048

87 Typ BAL_S_SCNT 0 1998.11.30 15:52:33 3072

88 Typ BAL_S_SDEF 0 2000.12.04 12:45:15 2048

89 Prg CL_ABAP_CHAR_UTILITIES========CP 89 2004.11.12 14:02:13 14336 E

90 Prg SAPLSYGU 90 2003.11.06 20:55:40 29696 E

91 Prg SAPLCUXP 91 2008.12.01 10:09:15 147456 E

92 Typ CUXP_01 0 1995.04.10 15:58:58 3072

93 Typ T100 0 1997.08.28 09:04:45 2048

94 Typ CUXP_02 0 1995.04.10 15:58:59 2048

95 Typ CUXP_02 0 1995.04.10 15:58:59 2048

96 Typ TMS_JUST 0 1995.04.10 16:02:55 2048

97 Typ CUXP_02 0 1995.04.10 15:58:59 2048

98 Prg SAPLCUTC 98 2003.11.11 20:31:28 89088 E

99 Prg SAPLCUTRC 99 2008.12.01 02:26:11 87040 E

100 Typ CTMS_01 0 1997.08.13 12:25:20 3072

101 Typ INCL_BILD 0 1997.05.12 15:10:50 2048

102 Typ AUSP 0 2001.09.18 10:02:23 6144

103 Prg SAPLCCRL 103 2008.11.30 22:34:49 144384 E

104 Typ AEOIB 0 2001.09.18 10:02:18 7168

105 Typ TCC09 0 1999.03.17 16:24:37 2048

106 Typ AEOI 0 2001.09.18 10:02:17 5120

107 Prg SAPLCCCN 107 2008.11.20 14:51:39 293888 E

108 Typ AEOIT 0 2001.09.18 10:02:18 3072

109 Typ CCIN 0 2001.10.09 13:06:55 6144

110 Typ CCCN_XFACE 0 2001.10.09 13:06:55 7168

111 Prg SAPLCCBU 111 2008.11.20 14:51:39 33792 E

112 Prg SAPLCV150 112 2008.11.20 14:51:40 144384 E

113 Prg SAPFSPOR 0 2008.12.01 07:23:38 14336 E

114 Prg SAPLSCNT 114 2003.11.06 20:53:04 30720 E

115 Typ DYCBOX 0 1998.08.20 11:16:53 3072

116 Prg SAPLSVSM 116 2006.09.21 08:56:23 29696 E

117 Prg CL_DATAPROVIDER===============CP 117 2003.11.06 20:52:43 52224 E

118 Typ OBJ_RECORD 0 1998.02.14 08:30:43 2048

119 Prg SAPLSTUP 119 2006.09.21 08:34:57 75776 E

120 Prg SAPLCNDP 120 2006.09.21 09:10:54 208896 E

121 Prg SAPSHDTV 114 2003.11.06 20:57:23 33792 E

122 Typ SHDTVCIU 0 1998.12.14 23:15:37 3072

123 Typ SHDSTU 0 1998.12.14 23:15:34 2048

124 Typ SHDSTCIU 0 1998.12.14 23:15:34 2048

125 Typ ARFCRDATA 0 2000.11.09 14:04:16 6144

126 Prg SAPLGRFC 126 2003.11.06 20:53:02 16384 E

127 Typ SWCBCONT 0 2000.11.15 17:55:11 3072

128 Typ OLE_VERBS 0 1995.04.04 16:02:20 2048

129 Typ OLE_PA 0 1995.04.04 16:02:19 2048

130 Prg CL_DYNAMIC_GUI_EXTENSIONS=====CP 130 2003.11.06 20:52:43 37888 E

131 Prg CL_GUI_DATAMANAGER============CP 131 2006.09.21 09:11:48 77824 E

132 Prg CL_EXITHANDLER================CP 132 2008.12.01 02:24:29 34816 E

133 Prg SAPLSEXV 133 2008.12.01 02:05:16 124928 E

134 Prg CL_BADI_FLT_DATA_TRANS_AND_DB=CP 134 2008.12.01 02:24:26 44032 E

135 Typ SXS_ATTR 0 2001.08.20 12:23:27 4096

136 Typ V_EXT_ACT 0 2000.11.09 14:27:05 2048

137 Typ SXC_EXIT 0 2000.11.09 14:23:43 2048

138 Prg CL_EX_DOCUMENT_MAIN02=========CP 138 2008.04.29 10:29:37 80896 E

139 Prg IF_EX_DOCUMENT_MAIN02=========IP 132 2008.04.29 10:29:39 30720 E

140 Prg %_CSXRT 138 2004.11.12 13:45:31 16384 E

141 Prg CL_EXIT_MASTER================CP 141 2006.09.21 09:10:54 24576 E

142 Typ SXS_MLCO 0 2000.12.04 14:59:55 2048

143 Prg CL_EX_BADI_LAYER==============CP 143 2006.09.21 09:10:54 32768 E

144 Prg IF_EX_BADI_LAYER==============IP 132 2006.09.21 08:51:19 9216 E

145 Typ V_EXT_IMP 0 2003.11.06 20:40:20 3072

146 Typ V_EXT_IMP 0 2003.11.06 20:40:20 3072

147 Typ SXC_IMPSWH 0 2000.11.09 14:23:44 2048

148 Prg ZCL_IM_DOCUMENT_MAIN02========CP 148 2008.12.01 14:50:50 7168 E

149 Prg SAPLASTAT_TRIG 149 2003.11.06 20:53:00 13312 E

150 Typ ASTAT_TYP2 0 1998.11.10 05:35:18 2048

151 Typ ASTAT_TYP1 0 1998.11.30 15:54:16 2048

152 Prg CX_SY_MOVE_CAST_ERROR=========CP 152 2003.11.06 20:41:23 11264 E

153 Typ SCX_SRCPOS 0 2000.11.09 14:12:15 2048

154 Prg CX_DYNAMIC_CHECK==============CP 154 2003.11.06 21:33:04 10240 E

155 Prg CX_ROOT=======================CP 155 2003.11.06 21:56:05 12288 E

156 Prg CX_NO_CHECK===================CP 156 2003.11.06 21:33:04 10240 E

157 Prg CX_SY_NO_HANDLER==============CP 157 2003.11.06 21:33:04 10240 E

158 Typ SYST 0 2000.12.04 14:54:51 31744

159 Typ SFBM_XCPTN 0 2000.12.04 14:54:21 3072

160 Prg CL_WB_REQUEST=================CP 160 2008.12.01 02:25:56 71680 E

irectory of Application Tables

ame Date Time Lngth

Val.

rogram SAPLCV110

YST . . : : 00004608

\0\0\0\0\x0001\0\x000E\0\0\0\0\0\0\0\0\0\0\0\0\0\x000E\0

RAW 2008.04.29 10:29:35 00003196

RAT . . : : 00000236

MS_DB_DRAT . . : : 00000238

DWS . . : : 00000268

DWST . . : : 00000048

ENR . . : : 00000496

00 00000000 00000000

SR03 . . : : 00000876

T024X . . : : 00000074

MCDOK 2004.12.08 17:17:49 00013650

TDWA 2001.06.07 17:50:38 00000340

0000

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

EUDB . . : : 00004068

%C002380004933B6098D9166C5E1000000AC1F7825 \0\0\0

Program SAPLCLFM

RMCLF . . : : 00003736

Program SAPLCTMS

RCTMS 2002.04.17 10:32:13 00002034

Program SAPLCTCF

USR01 . . : : 00000220

Program SAPLCLPR

RMCLPAR . . : : 00000418

SAPPROFILE

CLPROF . . : : 00000272

600BMENGQC001 X X XXX

AGR_USERS . . : : 00000164

0000000000000

Program SAPLSUNI

TFDIR . . : : 00000188

CUD0_CUSTOM_CONFIG_INITIALIZERSAPLCUD0

Program SAPLCCRL

AENR . . : : 00000496

00 00000000 00000000

AEOI . . : : 00000436

00

Program SAPLCCCN

CCIN . . : : 00000600

00 0

Program SAPSHDTV

SHDSTU . . : : 00000106

SHDSTCIU . . : : 00000100

ABAP Control Blocks (CONT)

Index Name Fl PAR0 PAR1 PAR2 PAR3 PAR4 PAR5 PAR6 SourceCde Line

409 DWRI 01 0042 CL_EX_DOCUMENT_MAIN02=========CM007 128

410 WRIT 00 C026 CL_EX_DOCUMENT_MAIN02=========CM007 128

411 PAR1 C0 0000 CL_EX_DOCUMENT_MAIN02=========CM007 128

412 JEND A6 0000 CL_EX_DOCUMENT_MAIN02=========CM007 128

413 DWRI 01 0043 CL_EX_DOCUMENT_MAIN02=========CM007 128

414 WRIT 00 C027 CL_EX_DOCUMENT_MAIN02=========CM007 128

415 PAR1 C0 0000 CL_EX_DOCUMENT_MAIN02=========CM007 128

416 JEND A6 0000 CL_EX_DOCUMENT_MAIN02=========CM007 128

417 FUNE 01 006E CL_EX_DOCUMENT_MAIN02=========CM007 128

418 ENDF 00 0000 CL_EX_DOCUMENT_MAIN02=========CM007 128

419 MESS 00 0000 CL_EX_DOCUMENT_MAIN02=========CM007 128

420 BRAX 00 0015 CL_EX_DOCUMENT_MAIN02=========CM007 133

CAST 00 0000 C006 C028 CL_EX_DOCUMENT_MAIN02=========CM007 134

423 METH 03 0003 0000 8001 0000 0000 0000 0000 CL_EX_DOCUMENT_MAIN02=========CM007 135

427 PAR1 01 C000 CL_EX_DOCUMENT_MAIN02=========CM007 135

428 PAR1 81 C001 CL_EX_DOCUMENT_MAIN02=========CM007 135

429 PAR1 81 C002 CL_EX_DOCUMENT_MAIN02=========CM007 135

430 PAR2 00 0000 0002 0000 CL_EX_DOCUMENT_MAIN02=========CM007 135

432 PAR2 00 0000 006E 0001 CL_EX_DOCUMENT_MAIN02=========CM007 135

434 BREL 04 0000 CL_EX_DOCUMENT_MAIN02=========CM007 143

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

As per your query, pls contact any abap consultant regarding this he will provide the solution. Because some times programe given some error then the abaper see the programe and take action accordingly.

Anil