Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime error

Former Member
0 Kudos

HI all.....

please look at this runtime error...... help me to solve this....

Table name:- ZRDSSTOCK.

Data class:- APPL1.

Size category:- 5.

Buffering not allowed .

Runtime Errors DBIF_RSQL_SQL_ERROR

Exception CX_SY_OPEN_SQL_DB

Occurred on 26.11.2007 at 12:38:44

-

-


An SQL error occurred when accessing a table.

-

-


What happened?

-

-


-

-


What can you do?

-

-


Make a note of the actions and input which 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.

-

-


Error analysis

-

-


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

. The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', was

neither

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

"(FORM)"

.

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:

-

-


How to correct the error

-

-


The exception must either be prevented, caught within the procedure "SAVE_DATA"

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

To prevent the exception, note the following:

Database error text........: "ORA-01654: unable to extend index

SAPPRD.ZRDSSTOCK~0 by 128 in tablespace PSAPPRDUSR"

Internal call code.........: "[RSQL/INSR/ZRDSSTOCK ]"

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

You may able to find an interim solution to the problem

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

use the following search criteria:

-

-


"DBIF_RSQL_SQL_ERROR" CX_SY_OPEN_SQL_DBC

"YKSD010 " or "YKSD010 "

"SAVE_DATA"

-

-


If you cannot solve the problem yourself, please send the

following documents to SAP:

1. A hard copy print describing the problem.

To obtain this, select the "Print" function on the current screen.

-

2. A suitable hardcopy prinout of the system log.

To obtain this, call the system log with Transaction SM21

and select the "Print" function to print out the relevant

part.

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

supply the source code.

To do this, you can either use the "PRINT" command in the editor or

print the programs using the report RSINCL00.

4. Details regarding the conditions under which the error occurred

or which actions and input led to the error.

-

-


System environment

-

-


SAP Release.............. "620"

Application server....... "venus"

Network address.......... "192.168.1.151"

Operating system......... "SunOS"

Release.................. "5.9"

Hardware type............ "sun4u"

Character length......... 8 Bits

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

Work process number...... 1

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

Database server.......... "venus"

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

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

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

Character set............ "en_US"

SAP kernel............... "620"

Created on............... "Nov 17 2004 01:43:57"

Created in............... "SunOS 5.8 Generic_108528-07 sun4u"

Database version......... "OCI_817_64 "

Patch level.............. "1732"

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

Supported environment....

Database................. "ORACLE 8.1.7.."

SAP database version..... "620"

Operating system......... "SunOS 5.8, SunOS 5.9"

-

-


User, transaction...

-

-


Client.............. 400

User................ "MMUSER"

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

Transaction......... "ZRDSEN "

Program............. "YKSD010 "

Screen.............. "YKSD010 0100"

Screen line......... 41

-

-


Information on where termination occurred

-

-


The termination occurred in the ABAP program "YKSD010 " in "SAVE_DATA".

The main program was "YKSD010 ".

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

program "YKSD010 "

of the source code of program "YKSD010 " (when calling the editor 6850).

Processing was terminated because the exception "CX_SY_OPEN_SQL_DB" occurred in

the

procedure "SAVE_DATA" "(FORM)" but was not handled locally, not declared in the

RAISING clause of the procedure.

The procedure is in the program "YKSD010 ". Its source code starts in line 662

of the (Include) program "YKSD010 ".

-

-


Source code extract

-

-


006550

006560

006570 *&----


*

006580 *& Form save_data

006590 *&----


*

006600 * text

006610 *----


*

006620 FORM SAVE_DATA.

006630 data: begin of lv_test occurs 0,

006640 werks type s886-werks,

006650 pkunag type s886-pkunag,

006660 end of lv_test.

006670 LOOP AT INDT1.

006680

006690 INDT1-WERKS = WERKS.

006700 INDT1-DAT1 = VDFRM.

006710 INDT1-DAT2 = VLDTO.

006720 * indt1-kunnr = kunnr.

006730

006740

006750 MODIFY INDT1.

006760

006770 ENDLOOP.

006780 *if indt1 is not initial.

006790 *select pkunag werks from s886 into corresponding fields of table

006800 *lv_test where pkunag = indt1-rdscode and werks = indt1-werks.

006810 *if sy-subrc = 0.

006820

006830 &----


changed by prajwal.k----

-


&

006840

-

-


INSERT ZRDSSTOCK FROM TABLE INDT1 ACCEPTING DUPLICATE KEYS.

006860 *loop at indt1.

006870 * INSERT ZRDSSTOCK FROM INDT1.

006880 *if sy-subrc <> 0.

006890 *message w013 WITH INDT1-MATNR.

006900 *endif.

006910 *endloop.

006920

006930

006940 &----


end----

-


*&

006950 * MESSAGE I004.

006960 *else.

006970 *message 'Please chek the RDS Code' type 'W'.

006980 *endif.

006990 *endif.

007000 *endif.

007010 LOOP AT INDT1.

007020

007030 AT LAST.

007040

-

-


Contents of system fields

-

-


SY field contents..................... SY field contents.....................

-

-


-

-


-

-


-

-


SY-SUBRC 0 SY-INDEX 0

SY-TABIX 0 SY-DBCNT 1

SY-FDPOS 40 SY-LSIND 0

SY-PAGNO 0 SY-LINNO 1

SY-COLNO 1 SY-PFKEY YINDENT

SY-UCOMM OPT1 SY-TITLE RDS Stock Entry Screen

SY-MSGTY SY-MSGID

SY-MSGNO 000 SY-MSGV1

SY-MSGV2 SY-MSGV3

SY-MSGV4

-

-


Active calls / events

-

-


No.... Type........ Name..........................

Program

Include Line

Class

-

-


3 FORM SAVE_DATA

YKSD010

YKSD010 685

2 MODULE (PAI) YINDENT_IN

YKSD010

YKSD010 233

1 EVENT START-OF-SELECTION

YKSD010

YKSD010 181

-

-


Chosen variables

-

-


-

-


3 FORM SAVE_DATA

YKSD010

YKSD010 685

-

-


INDT1[] Table IT_121[1738x121]

FFFF94120000000000020007000C00070000FFFF

FFFE7BD00000000000060009006A00090000FFFF

... + 40

00000005012B0000

40000058004C0000

INDT1 TNV0024 2007090120070930CH01C0100300

5453333222333333333333333344334333333322

4E60024000200709012007093038013010030000

... + 40 CAR####`#################`######

2222222244500006000000000000000006000000

0000000031200000C00000C00000C00000C00000

... + 80 #

0222222222222222222222222222222222222222

C000000000000000000000000000000000000000

... + 120

2

0

SY ###############Ê########################

000000000000000C000000000000000000000000

000000000000006A000000000000000000000000

... + 40 #######(###############################y

0000000200000000000000000000000000000007

0001000800010000000100000000000000000009

... + 80 ########################################

0000000000000000000900000000000000000000

0000000000000000001000000000000000000000

... + 120 ########################################

0000000000000000000000000000000000010009

00000000000000000000000000000000000B0000

... + 160 #######ÿ######MX C############# E0 0

0000000F00000045240000000000000222432223

0000000F000000D8030010000C0000C000500000

... + 200 100 ####__S 400

3332222222220000555222222222222222223332

1000000000000000FF3000000000000000004000

... + 240 00

222223322222222

000000000000000

MODIFY-CX ########MODIFY

0000000044444522222222222222222222222222

00020000DF496900000000000000000000000000

... + 40

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 80

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 120 0101####

222222222222222222223333000022222222

000000000000000000000101000100000000

<%_L005>-SEL ???

??????

??????

OK_CODE SAVE

5454222222222222222222222222222222222222

3165000000000000000000000000000000000000

... + 40

222222222222222222222222222222

000000000000000000000000000000

<%_TABLE_ZRDSSTOCK> ???

??????

??????

%_DUMMY$$

2222

0000

VLDTO 20070930

33333333

20070930

SY-REPID YKSD010

5454333222222222222222222222222222222222

9B34010000000000000000000000000000000000

SY-MSGID

22222222222222222222

00000000000000000000

SPACE

2

0

SY-MSGNO 000

333

000

-

-


2 MODULE (PAI) YINDENT_IN

YKSD010

YKSD010 233

-

-


SY-UCOMM OPT1

4553222222222222222222222222222222222222

F041000000000000000000000000000000000000

... + 40

222222222222222222222222222222

000000000000000000000000000000

COUNT ########

00000000

0000000C

%_VLDTO_%_APP_% Valid To

566662562222222222222222222222

61C9404F0000000000000000000000

%_WERKS_%_APP_% Plant

566672222222222222222222222222

0C1E40000000000000000000000000

%_VDFRM_%_APP_% Valid From

566662476622222222222222222222

61C94062FD00000000000000000000

%B001000_BLOCK_1000 Enter Values

4676725667672222222222222222222222222222

5E452061C5530000000000000000000000000000

... + 40

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 80

222

000

VALUE

222222222222222222

000000000000000000

SYST-REPID YKSD010

5454333222222222222222222222222222222222

9B34010000000000000000000000000000000000

SY-SUBRC 0

0000

0000

A 1

3

1

SY-MSGV4

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 40

2222222222

0000000000

SY-MSGV2

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 40

2222222222

0000000000

VARI

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 40 ####00000000000000

2222222222222222222200003333333333333322

0000000000000000000000000000000000000000

... + 80 ####################################

2222000000000000000000000000000000000000

0000000000000000000000000000000000000000

... + 120 ########################################

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

... + 160 ########################################

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

... + 200 ########################################

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

... + 240 ###############

000000000000000

000000000000000

INDT[] Table IT_28[0x121]

FFFF958EFFFF940200010001000000070000FFFF

FFFE7B70FFFE74800007000C000000090000FFFF

... + 40

0000000E012B0000

40000048004C4000

INDT 0000000000000000

2222222222333333333333333322222222222222

0000000000000000000000000000000000000000

... + 40 #############################

2222222222200000000000000000000000000000

0000000000000000C00000C00000C00000C00000

... + 80 #

0222222222222222222222222222222222222222

C000000000000000000000000000000000000000

... + 120

2

0

-

-


1 EVENT START-OF-SELECTION

YKSD010

YKSD010 181

-

-


No dump information available

-

-


Application Calls

-

-


No dump information available

-

-


Application Information

-

-


No dump information available

-

-


Internal notes

-

-


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

Basis System, specifically in line 760 of the module

"//bas/620/src/krn/runt/absapsql.c#40".

The internal operation just processed is "SQLS".

The internal session was started at 20071126123440.

Internal call code.........: "[RSQL/INSR/ZRDSSTOCK ]"

-

-


Active calls in SAP kernel

-

-


DoStack2 ( 0xffffffff7fff6490, 0xffffffff7fff6370, 0x0,0x203ac00, >

> 0x100362d98, 0xffffffff7fff5b71 ), at 0x100362d98

CTrcStack2 ( 0x103519930, 0x0, 0x10008, 0x1018dc400, 0x0, 0x1 ), at 0x10036296c

__1cQrabax_CStackSave6F_v_ ( 0x1, 0x28e8400, 0x100000000, >

> 0x1028e8400, 0x0, 0x1 ), at 0x1007cccac

ab_rabax ( 0x1020c9a88, 0x4, 0x1018db3b6, 0x10355210c, 0x2000000, >

> 0x8550c017 ), at 0x1007c0e68

__1cKab_rsqlerr6Fpkcip0pnLRS_HEADER94_2pv_v_ ( 0x1018c7110, >

> 0x2f8, 0x1020c6a14, 0xffffffff7fff6cd8, 0x1018c7121, 0x0 ), at 0x10071aae8

__1cQHandleRsqlErrors6FnJRsqlError_nJCloseMode__v_ ( 0x8, >

> 0xfffffffe97470708, 0x6c8000, 0x100000000, 0x0, 0x1 ), at 0x1006c8764

__1cPSqlsExecuteCall6FCpnLDynCallInfo__v_ ( 0x100000000, >

> 0x6a, 0x20c6800, 0xe8, 0x1d, 0x1 ), at 0x1006ddd24

__1cIab_jsqls6F_v_ ( 0xfffffffe4a309e58, 0xfffffffe974707b0, >

> 0x1028c4f00, 0xe8, 0x1d, 0x100000000 ), at 0x1006c91e8

__1cIab_extri6F_i_ ( 0x103503ff8, 0xfffffffe4a309e44, 0x8a, >

> 0x0, 0x1, 0x100000000 ), at 0x1005364e8

__1cJab_xevent6Fpkc_i_ ( 0x0, 0x3416000, 0xfffffffe4c17f808, >

> 0x0, 0x1d6f, 0xfffffffe975420d8 ), at 0x10068df84

ab_dstep ( 0xd, 0xd, 0x46, 0x1, 0x103521a74, 0x103521800 ), at 0x1007d619c

dynpmcal ( 0xfffffffe9747e8c8, 0x10203a800, 0x1037d8110, >

> 0x101d2a000, 0x2660, 0x100000000 ), at 0x1003e2274

dynppai0 ( 0xfffffffe9747e8c8, 0x0, 0x0, 0xfffffffe97482c3f, >

> 0x0, 0x5 ), at 0x1003df680

dynprctl ( 0x0, 0xfffffffe9747e8c8, 0x203c400, 0x1024d0cf8, >

> 0x1020291c0, 0x1024d0c58 ), at 0x1003dd258

dynpen00 ( 0x0, 0x203c400, 0x1, 0x100000000, 0x203a800, >

> 0x10203a800 ), at 0x1003d9c24

TskhLoop ( 0x2, 0x2, 0x10203a8c0, 0x8, 0x0, 0x1 ), at 0x1001d2b18

tskhstart ( 0x100000000, 0x2028000, 0x102028000, 0x2028000, >

> 0x1, 0x4 ), at 0x1001c5ae0

DpMain ( 0x249a000, 0x26e3400, 0x10249a000, 0xffffffff7c755f44, >

> 0x0, 0x1 ), at 0x100111e60

-

-


List of ABAP programs affected

-

-


-

-


Type

Program

Gen. Date Time

Load Size

-

-


Prg

YKSD010

26.11.2007 09:44:15

55296

Prg

SAPMSSY0

18.12.2004 11:31:22

62464

Prg

SAPMSSYD

05.06.2002 17:09:33

16384

Prg

SAPFSYSCALLS

14.02.2002 14:22:47

6144

Prg

RSDBRUNT

18.12.2004 11:32:05

220160

Typ

RSSCR

. . : m:15

4096

Prg

RSDBSPBL

13.12.2002 12:24:35

58368

Prg

SAPDB__S

14.02.2002 14:22:47

16384

Typ

VARID

12.05.1997 16:51:30

4096

Prg

%_CSYDB0

14.02.2002 14:22:46

28672

Prg

RSDBSPVA

18.12.2004 11:18:02

108544

Typ

RSVAMEMKEY

07.05.1997 13:07:49

2048

Prg

RSDBSPMC

05.06.2002 17:09:26

66560

Typ

DDSHDESCR

03.09.1997 03:05:16

3072

Typ

SPPARAMS

07.05.1997 13:10:38

1024

Prg

SAPLICON

18.12.2004 09:37:13

23552

Prg

%_CICON

14.02.2002 14:22:46

57344

Prg

SAPLSABE

14.02.2002 14:22:47

11264

Prg

SAPLSECU

18.12.2004 11:16:36

63488

Prg

SAPLDSYA

14.02.2002 14:22:47

38912

Prg

SAPFSDS1

13.12.2002 12:14:34

46080

Typ

TDCLD

02.11.1998 09:51:35

4096

Prg

SAPLSDOD

18.12.2004 11:31:31

38912

Typ

DOKIL

12.05.1997 16:46:17

2048

Prg

SAPCNVE

14.02.2002 14:22:47

6144

Prg

SAPLLANG

14.02.2002 14:22:47

8192

Typ

T002

14.02.1998 10:24:58

2048

Typ

RSEXFCODE

13.08.1997 12:52:57

1024

Typ

RSPARINT

10.04.1995 09:58:38

1024

Prg

SAPLSCNT

14.02.2002 14:22:47

22528

Prg

SAPLSVSM

13.12.2002 12:16:46

22528

Prg

SAPLSGUI

13.12.2002 12:27:47

29696

Prg

SAPLSTTM

18.12.2004 11:36:10

73728

Prg

SAPLSBDC

13.12.2002 12:13:58

37888

Prg

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

14.02.2002 14:22:46

38912

Prg

%_CCNTL

14.02.2002 14:22:46

13312

Typ

OBJ_RECORD

14.02.1998 08:30:43

2048

Prg

SAPLSTUP

18.12.2004 09:34:15

62464

Prg

SAPLCNDP

18.12.2004 11:35:59

153600

Prg

SAPFGUICNTL

13.12.2002 12:30:03

20480

Prg

SAPLOLEA

18.12.2004 11:30:56

76800

Prg

SAPLSFES

18.12.2004 11:35:59

162816

Prg

SAPLSPLUGIN

14.02.2002 14:22:48

6144

Prg

SAPLGRFC

14.02.2002 14:22:47

13312

Prg

SAPSHDTV

19.06.2003 19:25:09

27648

Typ

SHDSTU

14.12.1998 23:15:34

2048

Typ

SHDSTCIU

14.12.1998 23:15:34

1024

Typ

SSCRTEXTS

03.09.1997 03:12:33

2048

Typ

SSCRFIELDS

13.05.1997 12:54:26

3072

Prg

CL_GUI_PROPS_CONSUMER=========CP

13.12.2002 12:11:27

27648

Prg

SAPLTHFB

18.12.2004 11:36:24

293888

Prg

CL_DYNAMIC_GUI_EXTENSIONS=====CP

14.02.2002 14:22:46

33792

Prg

CL_GUI_DATAMANAGER============CP

18.12.2004 09:49:48

69632

Prg

CL_ABAP_CHAR_UTILITIES========CP

13.12.2002 12:13:57

11264

Typ

MARD

15.11.2000 17:38:50

8192

Prg

RSDBSPVD

18.12.2004 09:35:18

73728

Typ

RVARI

30.03.1998 09:40:50

3072

Typ

RSVARIVDAT

04.04.1995 16:12:54

2048

Typ

ZLOCKPGM

11.02.2006 09:28:47

2048

Prg

%_CCXTAB

14.02.2002 14:22:46

6144

Typ

ZRDSSTOCK

26.11.2007 09:44:15

3072

Prg

SAPLGRAP

18.12.2004 11:36:25

350208

Prg

CL_GUI_FRONTEND_SERVICES======CP

18.12.2004 11:36:27

84992

Prg

CL_GUI_OBJECT=================CP

13.12.2002 12:13:57

348160

Typ

OBJ_RECORD

14.02.1998 08:30:43

2048

Prg

CL_GUI_CFW====================CP

05.06.2002 17:02:46

150528

Typ

TOLE

29.07.1998 19:56:01

2048

Prg

%_COLE2

14.02.2002 14:22:46

8192

Typ

OBJ_RECORD

14.02.1998 08:30:43

2048

Typ

SWCBCONT

15.11.2000 17:55:11

2048

Prg

SAPLCNTL

14.02.2002 14:22:47

270336

Prg

SAPLCNTH

14.02.2002 14:22:47

22528

Typ

FILE_TABLE

05.01.1999 10:23:11

1024

Prg

SAPLURFC

18.12.2004 10:30:34

16384

Prg

SAPLSRFC

18.12.2004 11:36:45

34816

Prg

SAPLSYST

14.02.2002 14:22:48

29696

Prg

SAPMSSY1

14.02.2002 14:22:48

18432

Typ

ARFCDATA

04.04.1995 15:40:32

3072

Typ

RFC_FIELDS

20.08.1998 10:56:34

2048

Typ

DPPROPS

09.07.1997 23:53:23

1024

Typ

OBJ_RECORD

14.02.1998 08:30:43

2048

Typ

OBJ_RECORD

14.02.1998 08:30:43

2048

Prg

SAPLCNT0

14.02.2002 14:22:47

30720

Typ

OLE_PA

04.04.1995 16:02:19

2048

Typ

ARFCRDATA

09.11.2000 14:04:16

4096

Typ

OLE_VERBS

04.04.1995 16:02:20

2048

Prg

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

18.12.2004 10:20:56

22528

Prg

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

18.12.2004 10:20:34

18432

Prg

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

18.12.2004 10:20:34

14336

Prg

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

18.12.2004 10:20:56

16384

Prg

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

18.12.2004 10:20:56

19456

Prg

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

18.12.2004 10:20:34

13312

Prg

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

18.12.2004 10:20:56

17408

Prg

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

18.12.2004 10:20:56

23552

Prg

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

18.12.2004 10:20:56

26624

Prg

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

18.12.2004 10:20:34

19456

Typ

OBJ_RECORD

14.02.1998 08:30:43

2048

Prg

CL_ABAP_SOFT_REFERENCE========CP

29.03.2001 16:42:12

7168

Prg

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

14.02.2002 14:22:46

6144

Prg

CL_IXML=======================CP

13.12.2002 12:12:08

210944

Prg

CL_IXML_UNKNOWN===============CP

13.12.2002 12:12:08

9216

Prg

SAPFGUICNTL_CFW

14.02.2002 14:22:47

12288

Prg

SAPLSPO1

18.12.2004 11:37:25

43008

Prg

SAPLCSTR

18.12.2004 11:21:47

63488

Typ

MAKT

28.08.1997 08:52:19

2048

Typ

KNA1

18.12.2004 14:35:36

22528

Typ

MARA

02.07.2002 16:31:17

19456

Typ

ZRDSSTOCK

26.11.2007 09:44:15

3072

Prg

CX_SY_OPEN_SQL_DB=============CP

14.02.2002 14:22:47

9216

Typ

SCX_SRCPOS

09.11.2000 14:12:15

1024

Prg

CX_SY_OPEN_SQL_ERROR==========CP

14.02.2002 14:22:47

8192

Prg

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

14.02.2002 14:22:47

8192

Prg

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

14.02.2002 14:22:47

8192

Prg

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

14.02.2002 14:22:47

9216

Prg

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

14.02.2002 14:22:47

8192

Prg

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

14.02.2002 14:22:47

8192

Typ

SYST

04.12.2000 14:54:51

24576

-

-


-

-


List of internal tables

-

-


PROGRAM=YKSD010DATA=INDT1[]

TABH+ 0(20) = FFFFFFFE974B1D20000000000000000000000026

TABH+ 20(20) = 00000079000006CA0000007900000000FFFFFFFF

TABH+ 40(16) = 0400000000000558001024BC00000000

store = 0xFFFFFFFE974B1D20

ext1 = 0x0000000000000000

id = 38 (0x00000026)

label = 121 (0x00000079)

fill = 1738 (0x000006CA)

leng = 121 (0x00000079)

lopc = 0 (0x00000000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000015

occu = 16 (0x00000010)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 7 (cmpManyEq)

occu0 = 1

collHash = 0

lock = 0

shrd = 0

visited = 0

unShareable = 0

wasShared = 0

iterIsValid = 0

isShareable = 0

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

tabi = 0xFFFFFFFE974B1468

pghook = 0xFFFFFFFE975BCBF0

idxPtr = 0x0000000000000000

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 2480 (0x000009B0)

lineAlloc = 1840 (0x00000730)

store_id = 20 (0x00000014)

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

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

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

tabhBack = Not allocated

delta_head = Not allocated

PROGRAM=YKSD010DATA=INDT[]

TABH+ 0(20) = FFFFFFFE975B87E0FFFFFFFE9744082000000017

TABH+ 20(20) = 0000001C000000000000007900000000FFFFFFFF

TABH+ 40(16) = 04000000000004E8001024BC04000000

store = 0xFFFFFFFE975B87E0

ext1 = 0xFFFFFFFE97440820

id = 23 (0x00000017)

label = 28 (0x0000001C)

fill = 0 (0x00000000)

leng = 121 (0x00000079)

lopc = 0 (0x00000000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000013

occu = 16 (0x00000010)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 7 (cmpManyEq)

occu0 = 1

collHash = 0

lock = 0

shrd = 0

visited = 0

unShareable = 0

wasShared = 0

iterIsValid = 0

isShareable = 1

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

tabi = 0xFFFFFFFE975172E8

pghook = 0xFFFFFFFE975BCCB8

idxPtr = 0x0000000000000000

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 2480 (0x000009B0)

lineAlloc = 176 (0x000000B0)

store_id = 145 (0x00000091)

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

regHook = 0x0000000000000000

hsdir = 0x0000000000000000

ext2 = 0xFFFFFFFE974596A8

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

tabhBack = 0xFFFFFFFE974A6B68

delta_head = 0000000000000000000000000000000000000000000000000000000000000000

-

-


Directory of Application Tables

-

-


Program

Name................ Contents....1........2........3........4........5....+....

-

-


YKSD010

SYST |00000000000000x06Ê000000000000

VARI |

T006A | |

SSCRFIELDS |

SSCRTEXTS |

RSDBRUNT

VARID |

SAPLICON

ICONT |

SAPFSDS1

TDCLD |RE DOKU 8R XX XXLIMUDOKUX x1E0XR3TRPROGX |

SAPLSDOD

DOKIL |

SAPLLANG

T002 |ES1EN|

SAPLOLEA

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

SAPSHDTV

SHDSTU | |

SHDSTCIU | |

CL_GUI_PROPS_CONSUMER=========CP

EUDB |%C0009900047492F0EC1BC16DDE1000000C0A80197 0000

CL_GUI_FRONTEND_SERVICES======CP

EUDB |FE0009900047492F0EC1BC16DDE1000000C0A80197 0000

-

-


Directory of Application Tables (Administrative Information)

-

-


Program

Name.......................... Time.......... Length...

-

-


CL_GUI_FRONTEND_SERVICES======CP

SYST 20010612125650 00002404

VARI 00002972

T006A 00000056

SSCRFIELDS 20000323224119 00000854

SSCRTEXTS 00000371

RSDBRUNT

VARID 00000132

SAPLICON

ICONT 00000065

SAPFSDS1

TDCLD 00000050

SAPLSDOD

DOKIL 00000076

SAPLLANG

T002 00000005

SAPLOLEA

TOLE 00000197

SAPSHDTV

SHDSTU 00000053

SHDSTCIU 00000050

CL_GUI_PROPS_CONSUMER=========CP

EUDB 00003940

CL_GUI_FRONTEND_SERVICES======CP

EUDB 00003940

-

-


ABAP control blocks CONT

-

-


Include Line source code

Index Name F1 Co Par01 Par2. Par3. Par4. Tabl

-

-


-

-


-- -- -

-


-

-


-

-


-

-


-

-


-

-


YKSD010 667 LOOP AT INDT1.

1029 LOOP 05 36 37

1033 BRAN 05 Branch to 1043

YKSD010 669 INDT1-WERKS = WERKS.

1034 mvqk 04 178 946

YKSD010 670 INDT1-DAT1 = VDFRM.

1036 mvqk 08 162 982

YKSD010 671 INDT1-DAT2 = VLDTO.

1038 mvqk 08 170 1022

YKSD010 675 MODIFY INDT1.

1040 TMOD 04 36 37

YKSD010 677 ENDLOOP.

1042 BRAX 01 Branch to 1029

YKSD010 685 INSERT ZRDSSTOCK FROM TABLE IN

1043 SQLS 0B

1044 SQLS 00 107

1045 PAR1 00 131

1046 SQLS 39 1

1047 SQLS 39 37

>>>>> SQLS 1D 36

YKSD010 701 LOOP AT INDT1.

1049 LOOP 03 79 36 37

1053 LOOP 05 36 37

1057 BRAN 05 Branch to 1111

YKSD010 703 AT LAST.

1058 CNTL 04

1062 BRAN 03 Branch to 1080

YKSD010 705 MESSAGE I004.

1063 CATC 08

1064 MOVL 00 2 58 21

-

-


End of runtime analysis

-

-


Regards

Prajwal.K

2 REPLIES 2

former_member386202
Active Contributor
0 Kudos

Hi,

I faced same problem, its a basis problem basis people has to increase memory or set the parameters.

Regards,

Prashant

amit_khare
Active Contributor
0 Kudos

Refer Amit's reply -

Regards,

Amit

Reward all helpful replies.