cancel
Showing results for 
Search instead for 
Did you mean: 

SAP_Spool_Consistency Job - short dumping

Former Member
0 Kudos

Hi,

The above job has started short dumping with the following:

Step 001 started (program RSPO1043, variant CUS&_RRRDEF, user name SAP*)

ABAP/4 processor:

CONVT_NO_NUMBER

Job cancelled

Looks like this cleans out the "work" directory and as it has been failing, batch jobs are failing. I manually cleaned out the "work" directory and rebooted so hopefully this will do the trick for now but does anyone know why this job would be failing. thanks

Marie

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Marie:

Take a look at the following OSS Note 741680 and 98065.

Also in Tx SP11 look for an entry of 000000ST01 if it is found maybe there is your problem; you may try to delete that entry.

Hope this helps!

Regards,

Federico

Message was edited by: Federico Babelis

Answers (3)

Answers (3)

Former Member
0 Kudos

Thank guys! Both these notes are brilliant. 741680 is definitely my problem.

Is it safe to delete these items in a live database.

thanks again. Really appreciate it!!!!!!!!

Marie

Former Member
0 Kudos

Hi Marie:

I think you can go ahead and remove the inconsistent entries; if you want to get "SAP Blessing" you can always open an OSS Message in SAP Service Marketplace.

Regards,

Federico

Former Member
0 Kudos

Will do that Federico, thanks again!!!

Marie

Former Member
0 Kudos

Hi Marie:

Excellent, then you can mark this question as "Solved". That would be great since other guys will know this had been already solved.

Thanks for using SDN !!!

Regards,

Federico

Former Member
0 Kudos

Not sure why, but cannot award you points - don't have the option - will email support to make sure you get the points. Really appreciate your help over the weekend!!!

thanks again,

Marie

Former Member
0 Kudos

Dear Federico,

I have got a similar problem related to the lock entry(_GLOBAL_) on TSPSV . Is it safe to delete the entry from sm12? The lock is by the user SAPSYS ( No Active Job running). Kindly suggest.

Regards,

Sai.

Message was edited by:

Sai krishna N V

Former Member
0 Kudos

Thanks Federico, the short dump is as follows:

ABAP runtime errors CONVT_NO_NUMBER

Occurred on 01.05.2006 at 03:56:17

-

-


Unable to interpret "000000ST01" as a number.

-

-


What happened?

-

-


The current ABAP/4 program "RSPO1043 " had to be terminated because

one of the statements could not be executed.

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

-

-


What can you do?

-

-


Note the actions and input that caused the error.

Inform your SAP system administrator.

You can print out this message by choosing "Print". Transaction ST22

allows you to display and manage termination messages, including keeping

them beyond their normal deletion date.

-

-


Error analysis

-

-


The program attempted to interpret the value "000000ST01" as a number, but

since the value contravenes the rules for correct number formats,

this was not possible.

-

-


How to correct the error

-

-


Whole numbers are represented in ABAP by a series of numerals with a

sign in front of them if necessary.

The following floating point number representations are possible in

ABAP:

[mantissa]E[sign][exponent]

[whole number part].[fractional part]

z.B. -12E+34, +12E-34, 12E34, 12.34

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

that you modified, try to correct it yourself.

If the error occurred in a non-modified SAP program, you may be

able to find a solution in the SAP note system.

If you have access to the note system yourself, use the following

search criteria:

-

-


"CONVT_NO_NUMBER"

"RSPO1043 " or "RSPO1043 "

"START-OF-SELECTION"

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.............. "46C"

Application server....... "iedubsap03"

Network address.......... "10.128.103.123"

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

Release.................. "5.0"

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

Database server.......... "iedubsap01"

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

Database name............ "PR3"

Database owner........... "dbo"

Character set............ "English_United State"

SAP kernel............... "46D"

Created on............... "Aug 28 2005 21:39:24"

Created in............... "NT 4.0 1381 Service Pack 5 x86 MS VC++ 12.00"

Database version......... "SQL_Server_7.00 "

Patch level.............. "2113"

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

Supported environment....

Database................. "MSSQL 6.5.213 or higher, MSSQL 7.0.1 or higher"

SAP database version..... "46D"

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

Windows NT 5.2, , System build information:,

-

-


, LCHN : 775690"

-

-


User, transaction...

-

-


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

User................ "SAP*"

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

Transaction......... " "

Program............. "RSPO1043 "

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

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

-

-


Information on where termination occurred

-

-


The termination occurred in the ABAP/4 program "RSPO1043 " in

"START-OF-SELECTION".

The main program was "RSPO1043 ".

The termination occurred in line 285

of the source code of program "RSPO1043 " (when calling the editor 2850).

The program "RSPO1043 " was started as a background job.

-

-


Source code extract

-

-


002550 commit work.

002560 else.

002570 write: / 'TemSe Fehler'(502), sy-subrc.

002580 exit.

002590 endif.

002600 * first time actions

002610 * nothing to do except writing the table with inconsistencies

002620 cons_test = '*NEW'.

002630 new-page.

002640 write: / 'Tabelle mit gefundenen Inkonsistenzen erzeugt.'(503)

002650 color col_heading inverse.

002660 write: / .

002670 write: / '--' color col_heading inverse.

002680 write: / 'Konsistenzprüfung beendet '(504) color col_heading inverse

002690 , sy-datum color col_heading inverse

002700 , sy-uzeit color col_heading inverse.

002710 exit.

002720 endif.

002730 sy-subrc = 0.

002740 days = keepdays.

002750 * compare alt table with new table

002760 * alt | new | action

002770 *----

-


002780 * x | x | count+1, keep entry in new

002790 * | | if count >= days delete in new & alt, move entry to del

002800 * - | x | keep entry in new

002810 * x | - | delete entry in alt

002820 * - | - | -not possible-

002830 *

002840 loop at incons_alt.

-

-


incons_alt-icnt = incons_alt-count. "umspeichern count

002860 incons_alt-count = 0. "clear wg key !

002870 modify incons_alt index sy-tabix transporting icnt count.

002880 h_name = incons_alt-name.

002890 h_client = incons_alt-client.

002900 incons_key-client = incons_alt-client.

002910 incons_key-name = incons_alt-name.

002920 incons_key-cons = incons_alt-cons.

002930 idx_alt = sy-tabix.

002940 read table incons_tab with key incons_key binary search.

002950 idx_tab = sy-tabix.

002960 if sy-subrc = 0.

002970 if incons_alt-icnt >= days.

002980 append lines of incons_alt from idx_alt to idx_alt

002990 to incons_del.

003000 delete incons_tab index idx_tab.

003010 delete incons_alt index idx_alt.

003020 else.

003030 incons_tab-icnt = incons_alt-icnt + 1.

003040 incons_tab-runtd = incons_alt-runtd.

-

-


Contents of system fields

-

-


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

-

-


-

-


-

-


-

-


SY-SUBRC 0 SY-INDEX 0

SY-TABIX 1 SY-DBCNT 1

SY-FDPOS 20 SY-LSIND 0

SY-PAGNO 10 SY-LINNO 15

SY-COLNO 122

-

-


Chosen variables

-

-


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

-

-


-

-


SY-DATUM 20060501

33333333

20060501

SY-UZEIT 035615

333333

035615

SY ########################d###############

0000000000000000000000006000000000000000

0000A00010002000000000004000000000000000

... + 40 ########z###A#######x###############L###

0000100070004000000070000000000000004000

10004000A0001000F0008000000000000000C000

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

0000000000000000000000000000000000000000

0000000000000000A00000000000000000000000

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

00000000

0000000

TST01-DSTOTYP D

4

4

DAYS 6

0000

6000

KEEPDAYS 6

32

60

INCONS_ALT[] ########################################

0000000000000000000000000000800000000000

0000000000000000000000004000070010002000

... + 40 d###d###d###d#######L###########°z#C####

60006000600060000000400000000000B7140000

40004000400040000000C000200043000A830000

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

00000000000000000000000000002000

0000000000000000000000000000B000

INCONS_ALT 200SPOOL0000002630 00000026300000000

3335544433333333332222233333333333333333

20030FFC00000026300000000000026300000000

... + 40 000ST0120060218035506 #####

333553333333333333333222222222200000

000340120060218035506000000000000000

INCONS_TAB[] ########################################

0000000000000000000000000000900000000000

0000000000000000000000004000060000002000

... + 40 d###d###d###d###ÿÿÿÿL#######$###Ðê#C####

6000600060006000FFFF400000002000DE140000

4000400040004000FFFFC000200043000A830000

... + 80  á#C########################(###

AE140000000000000000000000002000

01730000000000000000000000008000

INCONS_ALT-ICNT 0

0000

0000

INCONS_ALT-COUNT 000000ST01

3333335533

0000003401

SY-TABIX 1

0000

1000

-

-


Active calls / events

-

-


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

Programm

Include Line

-

-


1 EVENT START-OF-SELECTION

RSPO1043

RSPO1043 285

-

-


Internal notes

-

-


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

Basis System, specifically in line 1835 of the module

"//bas/46D/src/krn/runt/abmove1.c#6".

The internal operation just processed is "MOVE".

The internal session was started at 20060501035523.

-

-


Active calls in SAP kernel

-

-


SAP (R) - R/3(TM) Callstack, Version 1.0

Copyright (C) SAP AG. All rights reserved.

Callstack without Exception:

App : disp+work.EXE (pid=2716)

When : 5/1/2006 3:56:17.533

Threads : 2

Comuter Name : IEDUBSAP03

User Name : SAPservicePR3

Number of Processors: 4

Processor Type: x86 Family 15 Model 2 Stepping 7

Windows Version: 5.0 Current Build: 2195

State Dump for Thread Id bb0

eax=39576000 ebx=00000000 ecx=03118814 edx=00000000 esi=77f82865 edi=000004b4

eip=77f82870 esp=03118cc0 ebp=03118ce4 iopl=0 nv up ei pl zr na po nc

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

function : NtWaitForSingleObject

77f82865 b8ea000000 mov eax,0xea

77f8286a 8d542404 lea edx,[esp+0x4] ss:3d6b7cbb=00000000

77f8286e cd2e int 2e

77f82870 c20c00 ret 0xc

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

03118ce4 7c57b3db 000004b4 ffffffff 00000000 00ba37d8 ntdll!NtWaitForSingleObject

03118d54 00679b22 00dd0ae8 0000000a 00000000 00000000 KERNEL32!WaitForSingleObject

03118e08 005c3522 00dd112c 00ddd244 0000072b 00dd0ae8 disp+work!ab_rabax

03118e38 00596777 00000003 00dd112c 431abc25 0000000a disp+work!ab_cnverr

03118e84 00595415 03118fc0 2e609900 431abc25 03118fe4 disp+work!ab_Zappy

03118fdc 005baad7 00000000 2e6098ec 431abc48 2e609900 disp+work!ab_Move

03119004 005ba5bb 00000000 00000000 00000000 00000008 disp+work!ab_jmove

0311f220 005b9b5b 00000000 00624715 00000000 00000000 disp+work!ab_extri

00000000 00000000 00000000 00000000 00000000 00000000 disp+work!ab_extri

State Dump for Thread Id c3c

eax=03128a38 ebx=00000103 ecx=00000000 edx=00000000 esi=00000000 edi=00000000

eip=77f83495 esp=053bfc70 ebp=053bfcb0 iopl=0 nv up ei pl zr na po nc

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

function : ZwFsControlFile

77f8348a b848000000 mov eax,0x48

77f8348f 8d542404 lea edx,[esp+0x4] ss:3f95ec6b=????????

77f83493 cd2e int 2e

77f83495 c22800 ret 0x28

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

053bfcb0 00c28d08 00000218 00000000 00000007 032e53d8 ntdll!ZwFsControlFile

053bff7c 780085bc 00000000 00000007 00000000 032e53d8 disp+work!SigILastSig

053bffb4 7c57b388 032e53d8 00000007 00000000 032e53d8 MSVCRT!endthreadex

053bffec 00000000 00000000 00000000 00000000 00000000 KERNEL32!lstrcmpiW

-

-


List of ABAP programs affected

-

-


-

-


Type

Program

Gen. date time

LoadSize

-

-


Prg

RSPO1043

18.02.2006 08:58:21

93184

Prg

SAPMSSY0

18.02.2006 08:58:23

69632

Prg

SAPMSSYD

11.08.2000 15:06:13

16384

Prg

SAPFSYSCALLS

21.12.1999 19:32:31

7168

Prg

RSDBRUNT

19.01.2005 15:20:12

244736

Prg

SAPLSPRI

18.02.2006 09:17:50

168960

Typ

PRI_PARAMS

02.11.1998 09:46:12

4096

Typ

ARC_PARAMS

28.08.1997 08:36:28

3072

Typ

USR01

14.02.1998 15:22:01

3072

Prg

SAPLSPOO

19.01.2005 15:18:06

114688

Typ

TSP1D

14.02.1998 14:26:59

4096

Prg

SAPCNVE

04.01.2000 19:06:37

7168

Prg

SAPLSPOC

18.02.2006 09:11:35

81920

Typ

TSP03A

10.07.1997 00:46:15

2048

Typ

TSP03

02.11.1998 09:57:05

4096

Prg

RSDBSPBL

04.02.2003 15:31:55

66560

Prg

SAPDB__S

04.01.2000 19:06:37

17408

Typ

VARID

12.05.1997 16:51:30

3072

Prg

RSDBSPVA

18.02.2006 09:18:41

120832

Prg

SAPLSVAR

18.02.2006 09:18:32

709632

Typ

RSVAMEMKEY

07.05.1997 13:07:49

2048

Prg

RSDBSPMC

04.02.2003 15:28:33

76800

Typ

DDSHDESCR

03.09.1997 03:05:16

2048

Typ

SPPARAMS

07.05.1997 13:10:38

1024

Typ

RSPARINT

10.04.1995 09:58:38

1024

Prg

SAPLICON

18.02.2006 08:57:35

25600

Prg

%_CICON

11.08.2000 15:06:24

55296

Prg

SAPLSABE

04.01.2000 19:06:52

12288

Prg

SAPLSECU

18.02.2006 09:11:15

75776

Prg

RSDBSPVD

04.02.2003 15:28:33

86016

Typ

RVARI

30.03.1998 09:40:50

3072

Typ

RSVARIVDAT

04.04.1995 16:12:54

2048

Typ

VARIS

12.05.1997 15:27:21

2048

Prg

SAPLSSEL

18.02.2006 09:18:30

1038336

Typ

RSCONVERT

21.12.1999 19:16:48

2048

Prg

RSDBSPDS

04.02.2003 15:28:33

55296

Prg

SAPLDSYA

04.02.2003 15:01:13

47104

Prg

SAPFSDS1

04.02.2003 15:29:04

46080

Typ

TDCLD

02.11.1998 09:51:35

4096

Prg

SAPLSDOD

04.02.2003 15:30:06

37888

Typ

DOKIL

12.05.1997 16:46:17

2048

Typ

RSEXFCODE

13.08.1997 12:52:57

1024

Prg

SAPLSTUP

18.02.2006 09:10:58

96256

Prg

SAPLCNDP

18.02.2006 08:57:32

181248

Prg

SAPFGUICNTL

04.02.2003 15:29:10

20480

Prg

SAPLOLEA

04.02.2003 15:10:51

81920

Prg

SAPLSGUI

04.02.2003 15:01:13

33792

Prg

SAPLSTTM

18.02.2006 09:17:47

83968

Prg

SAPLSBDC

18.02.2006 09:11:07

66560

Prg

SAPLSFES

18.02.2006 09:10:57

143360

Prg

SAPLURFC

04.01.2000 19:08:13

14336

Prg

SAPLSCNT

04.02.2003 15:01:13

28672

Prg

SAPSHDTV

07.12.2003 13:09:10

36864

Typ

SSCRTEXTS

03.09.1997 03:12:33

2048

Typ

SSCRFIELDS

13.05.1997 12:54:26

2048

Typ

TSP01

26.02.1999 14:50:20

7168

Typ

TSP02

25.03.1999 15:44:11

5120

Prg

SAPLTHFB

18.02.2006 09:10:57

270336

Prg

CL_OS_TRANSACTION_END_NOTIFIER

11.09.2004 15:45:48

8192

Typ

TST01

29.07.1998 19:58:43

5120

Typ

TSP01P

10.11.1999 17:55:10

2048

Typ

TSP02A

10.11.1999 17:55:10

2048

Typ

TSP0E

30.11.1993 16:58:02

2048

Prg

SAPLSPOF

18.02.2006 09:11:35

79872

Typ

TSP02FX

08.03.2001 09:57:28

2048

Typ

TST03S

13.02.2001 10:53:58

2048

Typ

T000

11.09.1997 10:17:18

3072

Prg

SAPLSTMS

18.02.2006 08:57:41

52224

-

-


-

-


List of internal tables

-

-


Header of PROG=RSPO1043DATA=%_SSCR[]

TABH+ 0(20) = 0000000000000000000000000000000000000000

TABH+ 20(20) = 0000000004000000600300000000000004000000

TABH+ 40(20) = 04000000040000000400000001000000FFFFFFFF

TABH+ 60(20) = 04010F00070000002403000008A9174300000000

TABH+ 80(20) = 28AD174300000000000000000000000000000000

TABH+100(12) = 000000000000000000000000

id = 0 (0x00000000)

fill = 4 (0x04000000)

lineAdmin = 4 (0x04000000)

lineAlloc = 4 (0x04000000)

tabi = 0x08A91743

pghook = 0x00000000

index = 0x28AD1743

hshook = 0x00000000

btree = 0x00000000

reghook = 0x00000000

lopc = 0 (0x00000000)

occu = 4 (0x04000000)

rank = 1 (0x01000000)

loop = -1 (0xFFFFFFFF)

leng = 260 (0x0401)

fcnt = 15 (0x0F00)

lock = 0

shrd = 0

access = 1 (stdAccess)

idxKind = 1 (linearIndex)

unique = 2 (nonUnique)

cmpMode = 7 (cmpManyEq)

pb_func = 0x00000000

pb_handle = 0x00000000

Header of PROG=RSPO1043DATA=INCONS_TAB[]

TABH+ 0(20) = 0000000000000000000000000000000000000000

TABH+ 20(20) = 0000000004000000900600000000000002000000

TABH+ 40(20) = 64000000640000006400000064000000FFFFFFFF

TABH+ 60(20) = 4C0000000200000024030000D0EA184300000000

TABH+ 80(20) = A0E1174300000000000000000000000000000000

TABH+100(12) = 000000000000000028000000

id = 40 (0x28000000)

fill = 2 (0x02000000)

lineAdmin = 100 (0x64000000)

lineAlloc = 100 (0x64000000)

tabi = 0xD0EA1843

pghook = 0x00000000

index = 0xA0E11743

hshook = 0x00000000

btree = 0x00000000

reghook = 0x00000000

lopc = 0 (0x00000000)

occu = 100 (0x64000000)

rank = 100 (0x64000000)

loop = -1 (0xFFFFFFFF)

leng = 76 (0x4C00)

fcnt = 0 (0x0000)

lock = 0

shrd = 0

access = 1 (stdAccess)

idxKind = 1 (linearIndex)

unique = 2 (nonUnique)

cmpMode = 2 (cmpSingleMcmp)

pb_func = 0x00000000

pb_handle = 0x00000000

Header of PROG=RSPO1043DATA=INCONS_ALT[]

TABH+ 0(20) = 0000000000000000000000000000000000000000

TABH+ 20(20) = 0000000004000000800700000100000002000000

TABH+ 40(20) = 6400000064000000640000006400000000000000

TABH+ 60(20) = 4C0000000200000004030000B07A184300000000

TABH+ 80(20) = 0000000000000000000000000000000000000000

TABH+100(12) = 00000000000000002B000000

id = 43 (0x2B000000)

fill = 2 (0x02000000)

lineAdmin = 100 (0x64000000)

lineAlloc = 100 (0x64000000)

tabi = 0xB07A1843

pghook = 0x00000000

index = 0x00000000

hshook = 0x00000000

btree = 0x00000000

reghook = 0x00000000

lopc = 1 (0x01000000)

occu = 100 (0x64000000)

rank = 100 (0x64000000)

loop = 0 (0x00000000)

leng = 76 (0x4C00)

fcnt = 0 (0x0000)

lock = 0

shrd = 0

access = 1 (stdAccess)

idxKind = 0 (noIndex)

unique = 2 (nonUnique)

cmpMode = 2 (cmpSingleMcmp)

pb_func = 0x00000000

pb_handle = 0x00000000

-

-


Directory of application tables (contents)

-

-


Program

Name.......... Contents.1........2........3....+....

-

-


-

-


Directory of data areas (administration information)

-

-


Program

No.. Name.......... Lgth Ofsg Type Next Gen date Gen time

-

-


SYST

L not assigned 791 0 IN

M /%_LISTTABLE 790 1 CO 0

T global stack 789 1 2 GL 0x

RSPO1043

A global data 0 3 DA

L constant dat 1 4 LI .0 .08CB

L constant dat 2 5 LI SSY .0 .0586

L not assigned 3 6 IN

L SYST 4 7 TA 0

L SY 5 8 TA

L RSJOBINFO 6 9 TA

M /%_SYS%% 7 0 CO

M field symbol 8 1 FS

M /%_SSCR 9 2 CO 0

L VARI 10 3 TA

L TSP01 11 4 TA 326

L TSP02 12 5 TA

L TSP0E 13 6 TA

L TST01 14 7 TA 2

L TST03 15 1 8 TA

L TST03S 16 9 TA 0

L TSP02F 17 0 TA

L TSP02FX 18 1 TA 6

L TSP02A 19 2 TA

L TSP01P 20 3 TA

M field symbol 21 4 FS

M field symbol 22 5 FS

M field symbol 23 6 FS

M field symbol 24 1 7 FS

M field symbol 25 8 FS

M field symbol 26 9 FS

M field symbol 27 0 FS

M field symbol 28 1 FS

M field symbol 29 2 FS

M field symbol 30 3 FS

M field symbol 31 4 FS

L SSCRFIELDS 32 5 TA

L SSCRTEXTS 33 6 TA

L text pool 34 7 TP

SAPMSSY0

A global data 0 8 DA

L constant dat 1 9 LI 5x .0 .07A5

L constant dat 2 0 LI SSY .0 .06CF

L not assigned 3 1 IN

L SYST 4 2 TA

L SY 5 3 TA

L RSJOBINFO 6 4 TA

M /%_SYS%% 7 5 CO

M field symbol 8 6 FS

M /%_LISTTABLE 9 7 CO

M /%_SYS000 10 8 CO

L TFDIR 11 9 TA

M field symbol 12 0 FS

M field symbol 13 1 FS

L TRDIR 14 2 TA

L ABMSG 15 3 TA

M field symbol 16 4 FS

L text pool 17 5 TP

SAPMSSYD

A global data 0 6 DA

L constant dat 1 7 LI .0 .0174

L constant dat 2 8 LI .0 .00E8

L not assigned 3 9 IN

L SYST 4 0 TA

L SY 5 1 TA

L RSJOBINFO 6 2 TA

M /%_SYS%% 7 3 CO

M field symbol 8 4 FS

L text pool 9 5 TP

SAPFSYSCALLS

A global data 0 6 DA

L constant dat 1 7 LI .0 .00AB

L constant dat 2 8 LI .0 .0088

L not assigned 3 9 IN

L SYST 4 0 TA

L SY 5 1 TA

L RSJOBINFO 6 2 TA

M /%_SYS%% 7 3 CO

M field symbol 8 4 FS

L text pool 9 5 TP

RSDBRUNT

A global data 0 6 DA

L constant dat 1 7 LI .0 .1DAF

L constant dat 2 8 LI .0 .1975

L not assigned 3 9 IN

L SYST 4 0 TA

L SY 5 1 TA

L RSJOBINFO 6 2 TA

M /%_SYS%% 7 3 CO

M field symbol 8 4 FS

M /%_SSCR 9 5 CO

L VARI 10 6 TA

L TRDIR 11 7 TA

L TUVID 12 8 TA

L RSVUVINT 13 9 TA

L VARID 14 0 TA

L DFIES 15 1 TA

L SSCRTEXTS 16 2 TA

L SSCRFIELDS 17 3 TA

M /%_DYN_SEL 18 4 CO |

M /%_FIELD_SEL 19 5 CO

M /%_RUNT_XX_% 20 6 CO

M field symbol 21 7 FS

M field symbol 22 8 FS

M field symbol 23 9 FS

1 M field symbol 24 0 FS

1 M field symbol 25 1 FS

1 L text pool 26 2 TP

SAPLSPRI

1 A global data 0 3 DA

1 L constant dat 1 4 LI .0 .0ED4

1 L constant dat 2 5 LI .0 .0A60

1 L not assigned 3 6 IN

1 L SYST 4 7 TA

1 L SY 5 8 TA

1 L RSJOBINFO 6 9 TA

1 M /%_SYS%% 7 0 CO

1 M field symbol 8 1 FS

1 M field symbol 9 2 FS

1 L TPRI_PAR 10 3 TA

1 L TSP03 11 4 TA

1 L TOADV 12 5 TA

1 L USR01 13 6 TA

1 L SPRINT 14 7 TA

1 L TSP1T 15 8 TA

1 L TOAOM 16 9 TA

1 L TOASP 17 0 TA

1 L TOJTT 18 1 TA

1 L PRI_PARAMS 19 2 TA

1 L ARC_PARAMS 20 3 TA

1 L INDX 21 4 TA

1 M field symbol 22 5 FS

1 M field symbol 23 6 FS

1 M field symbol 24 7 FS

1 L TSP01 25 8 TA

1 M field symbol 26 9 FS

1 M field symbol 27 0 FS

1 M field symbol 28 1 FS

1 M field symbol 29 2 FS

1 M field symbol 30 3 FS

1 M field symbol 31 4 FS

1 L text pool 32 5 TP

PRI_PARAMS

1 A global data 0 6 DA 0

SAPLSPOO

1 A global data 0 7 DA

1 L constant dat 1 8 LI .0 .0C94

1 L constant dat 2 9 LI .0 .09EB

1 L not assigned 3 0 IN

1 L SYST 4 1 TA

1 L SY 5 2 TA

1 L RSJOBINFO 6 3 TA

1 M /%_SYS%% 7 4 CO

1 M field symbol 8 5 FS

1 L USR05 9 6 TA

1 M field symbol 10 7 FS

1 M field symbol 11 8 FS

1 L TSP01 12 9 TA

1 L TSP02 13 0 TA

1 L TSP03 14 1 TA

1 L TSP03C 15 2 TA

1 L TSP03A 16 3 TA

1 L TSP03L 17 4 TA

1 L TSP06A 18 5 TA

1 L TSP08 19 6 TA

1 L TSP0E 20 7 TA

1 L TSP0F 21 8 TA

1 L TSP0T 22 9 TA

1 L *TSP0T 23 0 TA

1 L TSP1D 24 1 TA SAP

1 L TSP0R 25 2 TA

1 M field symbol 26 3 FS

1 M field symbol 27 4 FS

1 M field symbol 28 5 FS

1 M field symbol 29 6 FS

1 M field symbol 30 7 FS

1 M field symbol 31 8 FS

1 M field symbol 32 9 FS

1 M field symbol 33 0 FS

1 M field symbol 34 1 FS

1 M field symbol 35 2 FS

1 L TST01 36 3 TA

1 L RSPOCHECK 37 4 TA

1 L T100 38 5 TA

1 M field symbol 39 6 FS

1 M field symbol 40 7 FS

1 M field symbol 41 8 FS

1 M field symbol 42 9 FS

1 M field symbol 43 0 FS

1 L text pool 44 1 TP

SAPCNVE

1 A global data 0 2 DA

1 L constant dat 1 3 LI .0 .00B3

1 L constant dat 2 4 LI .0 .0091

1 L not assigned 3 5 IN

1 L SYST 4 6 TA

1 L SY 5 7 TA

1 L RSJOBINFO 6 8 TA

1 M /%_SYS%% 7 9 CO

1 M field symbol 8 0 FS

1 L text pool 9 1 TP

SAPLSPOC

1 A global data 0 2 DA

1 L constant dat 1 3 LI .0 .068E

1 L constant dat 2 4 LI .0 .0529

1 L not assigned 3 5 IN

1 L SYST 4 6 TA

1 L SY 5 7 TA

1 L RSJOBINFO 6 8 TA

1 M /%_SYS%% 7 9 CO

2 M field symbol 8 0 FS

2 M field symbol 9 1 FS

2 M field symbol 10 2 FS

2 M field symbol 11 3 FS

2 M field symbol 12 4 FS

2 M field symbol 13 5 FS

2 L TSP03L 14 6 TA

2 L TSP03D 15 7 TA

2 L TSP03A 16 8 TA

2 L TSP03 17 9 TA

2 L TSP03C 18 0 TA

2 L TSP03T 19 1 TA

2 L TSP0H 20 2 TA

2 L TSP0U 21 3 TA

2 L TSP0R 22 4 TA

2 L TSPSV 23 5 TA

2 L TSPOPTIONS 24 6 TA

2 M field symbol 25 7 FS

2 M field symbol 26 8 FS

2 M field symbol 27 9 FS

2 M field symbol 28 0 FS

2 M field symbol 29 1 FS

2 M field symbol 30 2 FS

2 M field symbol 31 3 FS

2 M field symbol 32 4 FS

2 M field symbol 33 5 FS

2 M field symbol 34 6 FS

2 M field symbol 35 7 FS

2 M field symbol 36 8 FS

2 M field symbol 37 9 FS

2 M field symbol 38 0 FS

2 L text pool 39 1 TP

RSDBSPBL

2 A global data 0 2 DA

2 L constant dat 1 3 LI .0 .0A22

2 L constant dat 2 4 LI .0 .095A

2 L not assigned 3 5 IN

2 L SYST 4 6 TA

2 L SY 5 7 TA

2 L RSJOBINFO 6 8 TA

2 M /%_SYS%% 7 9 CO

2 M field symbol 8 0 FS

2 M /%_RUNT_XX_% 9 1 CO

2 L text pool 10 2 TP

SAPDB__S

2 A global data 0 3 DA

2 L constant dat 1 4 LI .0 .020D

2 L constant dat 2 5 LI .0 .01B0

2 L not assigned 3 6 IN

2 L SYST 4 7 TA

2 L SY 5 8 TA

2 L RSJOBINFO 6 9 TA

2 M /%_SYS%% 7 0 CO

2 M field symbol 8 1 FS

2 M /%_SSCR 9 2 CO

2 L VARI 10 3 TA

2 L text pool 11 4 TP

RSDBSPVA

2 A global data 0 5 DA

2 L constant dat 1 6 LI .0 .10E2

2 L constant dat 2 7 LI .0 .0F0E

2 L not assigned 3 8 IN

2 L SYST 4 9 TA

2 L SY 5 0 TA

2 L RSJOBINFO 6 1 TA

2 M /%_SYS%% 7 2 CO

2 M field symbol 8 3 FS

2 L VARID 9 4 TA

2 L TVARV 10 5 TA

2 M /%_SSCR 11 6 CO

2 M /%_DYN_SEL 12 7 CO

2 M field symbol 13 8 FS

2 M field symbol 14 9 FS

2 M /%_RUNT_XX_% 15 0 CO

2 M field symbol 16 1 FS

2 M field symbol 17 2 FS

2 M field symbol 18 3 FS

2 L text pool 19 4 TP

SAPLSVAR

2 A global data 0 1 5 DA

2 L constant dat 1 6 LI .0 .55F8

2 L constant dat 2 1 7 LI .0 .48B8

2 L not assigned 3 8 IN

2 L SYST 4 9 TA

2 L SY 5 0 TA

2 L RSJOBINFO 6 1 TA

2 M /%_SYS%% 7 2 CO

2 M field symbol 8 3 FS

2 L TADIR 9 4 TA

2 L TRDIR 10 5 TA

2 L LDBD 11 6 TA

2 L VARID 12 7 TA

2 L RSVAVA 13 8 TA

2 L RSVAR 14 9 TA

2 L RSVARDESC 15 0 TA

2 L VARIT 16 1 TA

2 L VARIS 17 2 TA

2 L DD23T 18 3 TA

2 L DFIES 19 4 TA

2 L TPARAT 20 5 TA

2 L TVARUVN 21 6 TA

2 L SSCRFIELDS 22 7 TA

2 L T000 23 8 TA

2 M field symbol 24 9 FS 0

3 M field symbol 25 0 FS 0

3 M field symbol 26 1 FS

3 M field symbol 27 2 FS

3 M field symbol 28 3 FS

3 M field symbol 29 4 FS

3 M field symbol 30 5 FS

3 M field symbol 31 6 FS

3 M field symbol 32 7 FS

3 M field symbol 33 8 FS

3 M field symbol 34 9 FS

3 M field symbol 35 0 FS

3 M field symbol 36 1 FS

3 M field symbol 37 2 FS

3 M field symbol 38 3 FS

3 M field symbol 39 4 FS

3 M field symbol 40 5 FS

3 M field symbol 41 6 FS

3 M field symbol 42 7 FS 0

3 M field symbol 43 8 FS 0

3 M field symbol 44 9 FS 0

3 M field symbol 45 0 FS

3 M field symbol 46 1 FS

3 M field symbol 47 2 FS 0

3 M field symbol 48 3 FS

3 M field symbol 49 4 FS 0

3 M field symbol 50 5 FS 0

3 M field symbol 51 6 FS 0

3 M field symbol 52 7 FS 0

3 M field symbol 53 8 FS 0

3 M field symbol 54 9 FS 0

3 M field symbol 55 0 FS 0

3 M field symbol 56 1 FS 0

3 M field symbol 57 2 FS ÿÿÿ

3 M field symbol 58 3 FS

3 M field symbol 59 4 FS

3 M field symbol 60 5 FS

3 M /%_SSCR 61 6 CO

3 L VARI 62 7 TA

3 Y 63 8 LA

3 M field symbol 64 9 FS

3 M field symbol 65 0 FS

3 M field symbol 66 1 FS

3 M field symbol 67 2 FS

3 M field symbol 68 3 FS

3 M field symbol 69 4 FS

3 M field symbol 70 5 FS

3 M field symbol 71 6 FS

3 M field symbol 72 7 FS

3 M field symbol 73 8 FS

3 M field symbol 74 9 FS

3 M field symbol 75 0 FS

3 M field symbol 76 1 FS

3 M field symbol 77 2 FS

3 M field symbol 78 3 FS

3 L SSCRTEXTS 79 4 TA

3 L text pool 80 1 5 TP

RSDBSPMC

3 A global data 0 6 DA

3 L constant dat 1 7 LI .0 .0C47

3 L constant dat 2 8 LI .0 .0B53

3 L not assigned 3 9 IN

3 L SYST 4 0 TA

3 L SY 5 1 TA

3 L RSJOBINFO 6 2 TA

3 M /%_SYS%% 7 3 CO

3 M field symbol 8 4 FS

3 M /%_SSCR 9 5 CO

3 M /%_RUNT_XX_% 10 6 CO

3 L DD23L 11 7 TA

3 L DD23T 12 8 TA

3 L RSMDY 13 9 TA

3 M field symbol 14 0 FS

3 L text pool 15 1 TP

SAPLICON

3 A global data 0 2 DA

3 L constant dat 1 3 LI .0 .02B9

3 L constant dat 2 4 LI .0 .01DA

3 L not assigned 3 5 IN

3 L SYST 4 6 TA

3 L SY 5 7 TA

3 L RSJOBINFO 6 8 TA

3 M /%_SYS%% 7 9 CO

3 M field symbol 8 0 FS

3 L ICON 9 1 TA

3 L ICONT 10 2 TA

3 M field symbol 11 3 FS

3 M field symbol 12 4 FS

3 L text pool 13 5 TP

%_CICON

3 A global data 0 6 DA 08@

3 L constant dat 1 7 LI .0 .009E

3 L constant dat 2 8 LI .0 .008E

3 L not assigned 3 9 IN

3 L SYST 4 0 TA

3 L SY 5 1 TA

3 L RSJOBINFO 6 2 TA

3 M /%_SYS%% 7 3 CO

3 M field symbol 8 4 FS

SAPLSABE

3 A global data 0 5 DA

3 L constant dat 1 6 LI .0 .014A

3 L constant dat 2 7 LI .0 .0101

3 L not assigned 3 8 IN

3 L SYST 4 9 TA

4 L SY 5 0 TA

4 L RSJOBINFO 6 1 TA

4 M /%_SYS%% 7 2 CO

4 M field symbol 8 3 FS

4 L TRDIR 9 4 TA

4 M field symbol 10 5 FS

4 L text pool 11 6 TP

SAPLSECU

4 A global data 0 7 DA

4 L constant dat 1 8 LI .0 .0A15

4 L constant dat 2 9 LI .0 .07CE

4 L not assigned 3 0 IN

4 L SYST 4 1 TA

4 L SY 5 2 TA

4 L RSJOBINFO 6 3 TA

4 M /%_SYS%% 7 4 CO

4 M field symbol 8 5 FS

4 L TSL1D 9 6 TA

4 L TPFYPROPTY 10 7 TA

4 M field symbol 11 8 FS

4 L text pool 12 9 TP

RSDBSPVD

4 A global data 0 0 DA

4 L constant dat 1 1 LI .0 .0D9C

4 L constant dat 2 2 LI .0 .0CEF

4 L not assigned 3 3 IN

4 L SYST 4 4 TA

4 L SY 5 5 TA

4 L RSJOBINFO 6 6 TA

4 M /%_SYS%% 7 7 CO

4 M field symbol 8 8 FS

4 L VARI 9 9 TA

4 L TVARV 10 0 TA

4 L TUVID 11 1 TA

4 L TVARUVN 12 2 TA

4 M /%_DYN_SEL 13 3 CO

4 M /%_RUNT_XX_% 14 4 CO

4 M field symbol 15 5 FS

4 M field symbol 16 6 FS

4 L text pool 17 7 TP

SAPLSSEL

4 A global data 0 5 8 DA

4 L constant dat 1 9 LI .0 .7331

4 L constant dat 2 2 0 LI .0 .5942

4 L not assigned 3 1 IN

4 L SYST 4 2 TA

4 L SY 5 3 TA

4 L RSJOBINFO 6 4 TA

4 M /%_SYS%% 7 5 CO

4 M field symbol 8 6 FS

4 L RSDSINTERN 9 7 TA

4 L RSDSSELOPT 10 8 TA

4 L D020S 11 9 TA

4 L D021S 12 0 TA

4 L RSSCR_C 13 1 TA

4 L DFIES 14 2 TA

4 L T002 15 3 TA

4 M field symbol 16 4 FS

4 M field symbol 17 5 FS

4 M field symbol 18 6 FS

4 M field symbol 19 7 FS

4 L SSCRFIELDS 20 8 TA

4 M field symbol 21 9 FS

4 M field symbol 22 0 FS

4 M field symbol 23 1 FS

4 M field symbol 24 2 FS

4 M field symbol 25 3 FS

4 M /%_SSCR 26 4 CO

4 L VARI 27 5 TA

4 Y 28 6 LA

4 M field symbol 29 7 FS

4 M field symbol 30 8 FS

4 M field symbol 31 9 FS

4 L SSCRTEXTS 32 0 TA

4 L text pool 33 1 TP

RSDBSPDS

4 A global data 0 2 DA

4 L constant dat 1 3 LI .0 .092C

4 L constant dat 2 4 LI .0 .08BC

4 L not assigned 3 5 IN

4 L SYST 4 6 TA

4 L SY 5 7 TA

4 L RSJOBINFO 6 8 TA

4 M /%_SYS%% 7 9 CO

4 M field symbol 8 0 FS

4 M /%_DYN_SEL 9 1 CO

4 M /%_RUNT_XX_% 10 2 CO

4 M field symbol 11 3 FS

4 L text pool 12 4 TP

SAPLDSYA

4 A global data 0 5 DA

4 L constant dat 1 6 LI .0 .062E

4 L constant dat 2 7 LI .0 .0545

4 L not assigned 3 8 IN

4 L SYST 4 9 TA

4 L SY 5 0 TA

4 L RSJOBINFO 6 1 TA

4 M /%_SYS%% 7 2 CO

4 M field symbol 8 3 FS

4 L DSYSH 9 4 TA

4 L DSYSI 10 5 TA

4 L DSYST 11 6 TA

4 L DOKIL 12 7 TA

4 L TCUSR 13 8 TA

4 L TCUSQ 14 9 TA

5 L TCUSP 15 0 TA

5 L ITCPO 16 1 TA

5 L DSYBA 17 2 TA

5 L DOKHL 18 3 TA

5 L EPSSGL 19 4 TA

5 L ITCPP 20 5 TA

5 L DSYGH 21 6 TA

5 M field symbol 22 7 FS

5 M field symbol 23 8 FS

5 M field symbol 24 9 FS

5 M field symbol 25 0 FS

5 M field symbol 26 1 FS

5 L text pool 27 2 TP

SAPFSDS1

5 A global data 0 3 DA

5 L constant dat 1 4 LI .0 .05B9

5 L constant dat 2 5 LI .0 .04E3

5 L not assigned 3 6 IN

5 L SYST 4 7 TA

5 L SY 5 8 TA

5 L RSJOBINFO 6 9 TA

5 M /%_SYS%% 7 0 CO

5 M field symbol 8 1 FS

5 M /%_SSCR 9 2 CO

5 L VARI 10 3 TA

5 L INDX 11 4 TA

5 L TDSOB 12 5 TA

5 L TDCLD 13 6 TA R3T

5 L DSYGH 14 7 TA

5 M field symbol 15 8 FS

5 M field symbol 16 9 FS

5 L text pool 17 0 TP

SAPLSDOD

5 A global data 0 1 DA

5 L constant dat 1 2 LI .0 .03FC

5 L constant dat 2 3 LI .0 .030C

5 L not assigned 3 4 IN

5 L SYST 4 5 TA

5 L SY 5 6 TA

5 L RSJOBINFO 6 7 TA

5 M /%_SYS%% 7 8 CO

5 M field symbol 8 9 FS

5 L DOKIL 9 0 TA

5 L DOKTL 10 1 TA

5 L DOKHL 11 2 TA

5 L TADIR 12 3 TA

5 L THLPG 13 4 TA

5 L THSTC 14 5 TA

5 L SPFPARLIST 15 6 TA

5 L TDCLD 16 7 TA

5 L THLPF 17 8 TA

5 M field symbol 18 9 FS

5 M field symbol 19 0 FS

5 M field symbol 20 1 FS

5 L TSDOC 21 2 TA

5 L DOCALTLANG 22 3 TA

5 M field symbol 23 4 FS

5 M field symbol 24 5 FS

5 L TDCLT 25 6 TA

5 M field symbol 26 7 FS

5 L DSYST 27 8 TA

5 L THEAD 28 9 TA

5 M field symbol 29 0 FS

5 L text pool 30 1 TP

SAPLSTUP

5 A global data 0 2 DA

5 L constant dat 1 3 LI .0 .0A06

5 L constant dat 2 4 LI .0 .07EF

5 L not assigned 3 5 IN

5 L SYST 4 6 TA

5 L SY 5 7 TA

5 L RSJOBINFO 6 8 TA

5 M /%_SYS%% 7 9 CO

5 M field symbol 8 0 FS

5 L PFDIAREC 9 1 TA

5 L PERFDATA 10 2 TA

5 M field symbol 11 3 FS

5 M field symbol 12 4 FS

5 L text pool 13 5 TP

SAPLCNDP

5 A global data 0 6 DA

5 L constant dat 1 7 LI .0 .153F

5 L constant dat 2 8 LI .0 .112F

5 L not assigned 3 9 IN

5 L SYST 4 0 TA

5 L SY 5 1 TA

5 L RSJOBINFO 6 2 TA

5 M /%_SYS%% 7 3 CO

5 M field symbol 8 4 FS

5 M field symbol 9 5 FS

5 M field symbol 10 6 FS

SAPFGUICNTL

5 A global data 0 7 DA

5 L constant dat 1 8 LI .0 .01FA

5 L constant dat 2 9 LI .0 .0154

5 L not assigned 3 0 IN

5 L SYST 4 1 TA

5 L SY 5 2 TA

5 L RSJOBINFO 6 3 TA

5 M /%_SYS%% 7 4 CO

5 M field symbol 8 5 FS

5 L text pool 9 6 TP

SAPLOLEA

5 A global data 0 7 DA

5 L constant dat 1 8 LI .0 .097D

5 L constant dat 2 9 LI .0 .07C1

6 L not assigned 3 0 IN

6 L SYST 4 1 TA

6 L SY 5 2 TA

6 L RSJOBINFO 6 3 TA

6 M /%_SYS%% 7 4 CO

6 M field symbol 8 5 FS

6 L TOLE 9 6 TA

6 L OLELOAD 10 7 TA

6 M field symbol 11 8 FS

6 M field symbol 12 9 FS

6 M field symbol 13 0 FS

6 L text pool 14 1 TP

SAPLSGUI

6 A global data 0 2 DA

6 L constant dat 1 3 LI .0 .029C

6 L constant dat 2 4 LI .0 .01DD

6 L not assigned 3 5 IN

6 L SYST 4 6 TA

6 L SY 5 7 TA

6 L RSJOBINFO 6 8 TA

6 M /%_SYS%% 7 9 CO

6 M field symbol 8 0 FS

6 L text pool 9 1 TP

SAPLSTTM

6 A global data 0 2 DA

6 L constant dat 1 3 LI .0 .0CFD

6 L constant dat 2 4 LI .0 .0B99

6 L not assigned 3 5 IN

6 L SYST 4 6 TA

6 L SY 5 7 TA

6 L RSJOBINFO 6 8 TA

6 M /%_SYS%% 7 9 CO

6 M field symbol 8 0 FS

6 L TFDIR 9 1 TA

6 M field symbol 10 2 FS

6 L text pool 11 3 TP

SAPLSBDC

6 A global data 0 4 DA

6 L constant dat 1 5 LI .0 .0B4B

6 L constant dat 2 6 LI .0 .0810

6 L not assigned 3 7 IN

6 L SYST 4 8 TA

6 L SY 5 9 TA

6 L RSJOBINFO 6 0 TA

6 M /%_SYS%% 7 1 CO

6 M field symbol 8 2 FS

6 L TXCOM 9 3 TA

6 L BDCDATA 10 4 TA

6 L BDCRUN 11 5 TA

6 L APQI 12 6 TA

6 L APQD 13 7 TA

6 L INDX 14 8 TA

6 M field symbol 15 9 FS

6 M field symbol 16 0 FS

6 L TSTC 17 1 TA

6 M field symbol 18 2 FS

SAPLSFES

6 A global data 0 1 3 DA

6 L constant dat 1 4 LI .0 .111B

6 L constant dat 2 5 LI .0 .0BFE

6 L not assigned 3 6 IN

6 L SYST 4 7 TA

6 L SY 5 8 TA

6 L RSJOBINFO 6 9 TA

6 M /%_SYS%% 7 0 CO

6 M field symbol 8 1 FS

SAPLURFC

6 A global data 0 2 DA

6 L constant dat 1 3 LI .0 .0180

6 L constant dat 2 4 LI .0 .0106

6 L not assigned 3 5 IN

6 L SYST 4 6 TA

6 L SY 5 7 TA

6 L RSJOBINFO 6 8 TA

6 M /%_SYS%% 7 9 CO

6 M field symbol 8 0 FS

6 L text pool 9 1 TP

SAPLSCNT

6 A global data 0 2 DA

6 L constant dat 1 3 LI .0 .0260

6 L constant dat 2 4 LI .0 .01FE

6 L not assigned 3 5 IN

6 L SYST 4 6 TA

6 L SY 5 7 TA

6 L RSJOBINFO 6 8 TA

6 M /%_SYS%% 7 9 CO

6 M field symbol 8 0 FS

6 L PROGSTRUC 9 1 TA

6 L D020S 10 2 TA

SAPSHDTV

6 A global data 0 3 DA

6 L constant dat 1 4 LI .0 .0472

6 L constant dat 2 5 LI .0 .03B2

6 L not assigned 3 6 IN

6 L SYST 4 7 TA

6 L SY 5 8 TA

6 L RSJOBINFO 6 9 TA

6 M /%_SYS%% 7 0 CO

6 M field symbol 8 1 FS

6 L SHDSVCI 9 2 TA

6 L SHDSVFVCI 10 3 TA

6 L SHDTVSVCIU 11 4 TA

6 L SHDFVGUIU 12 5 TA

6 L SHDFVGUICU 13 6 TA

6 L SHDSTU 14 7 TA

6 L SHDSTCIU 15 8 TA

6 M field symbol 16 9 FS

7 M field symbol 17 0 FS

7 M field symbol 18 1 FS

7 M field symbol 19 2 FS

7 M field symbol 20 3 FS

7 M field symbol 21 4 FS

7 M field symbol 22 5 FS

7 M field symbol 23 6 FS

7 M field symbol 24 7 FS

7 L text pool 25 8 TP

SAPLTHFB

7 A global data 0 9 DA

7 L constant dat 1 0 LI 5x .0 .1E65

7 L constant dat 2 1 LI SSY .0 .1818

7 L not assigned 3 2 IN

7 L SYST 4 3 TA

7 L SY 5 4 TA

7 L RSJOBINFO 6 5 TA

7 M /%_SYS%% 7 6 CO

7 M field symbol 8 7 FS

7 L TCPIC 9 8 TA

7 L WPINFO 10 9 TA

7 L VBHDR 11 0 TA

7 L VBMOD 12 1 TA

7 L VBDATA 13 3 2 TA

7 L VBERROR 14 3 TA

7 L VBPARAM 15 4 TA

7 L SM04DIC 16 5 TA

7 L TNMAP 17 6 TA

7 L APSRV 18 7 TA

7 L UINFO 19 8 TA

7 M /USR 20 9 CO

7 L T100 21 0 TA

7 M field symbol 22 1 FS

7 L MSXXLIST 23 2 TA

7 L TFDIR 24 3 TA

7 L TRDIR 25 4 TA

7 M field symbol 26 5 FS

7 M field symbol 27 6 FS

7 M field symbol 28 7 FS

7 M field symbol 29 8 FS

7 M field symbol 30 9 FS

7 M field symbol 31 3 0 FS

7 M field symbol 32 1 FS

7 M field symbol 33 2 FS

7 L TPFYPROPTY 34 3 TA

7 M field symbol 35 4 FS

7 L text pool 36 5 TP

CL_OS_TRANSACTION_END_NOTIFIERCP

7 A global data 0 6 DA

7 L constant dat 1 7 LI .0 .00B2

7 L constant dat 2 8 LI .0 .0090

7 L not assigned 3 9 IN

7 L SYST 4 0 TA

7 L SY 5 1 TA

7 L RSJOBINFO 6 2 TA

7 M /%_SYS%% 7 3 CO

7 M field symbol 8 4 FS

SAPLSPOF

7 A global data 0 5 DA

7 L constant dat 1 6 LI .0 .082A

7 L constant dat 2 7 LI .0 .0633

7 L not assigned 3 8 IN

7 L SYST 4 9 TA

7 L SY 5 0 TA

7 L RSJOBINFO 6 1 TA

7 M /%_SYS%% 7 2 CO

7 M field symbol 8 3 FS

7 L USR05 9 4 TA

7 M field symbol 10 5 FS

7 M field symbol 11 6 FS

7 M field symbol 12 7 FS

7 M field symbol 13 8 FS

7 L TSP02F 14 9 TA

7 L TSP02FX 15 0 TA

7 L TSP03 16 1 TA

7 L TSP03C 17 2 TA

7 L TSP03D 18 3 TA

7 L TSP02 19 4 TA

7 M field symbol 20 5 FS

7 M field symbol 21 6 FS

7 M field symbol 22 7 FS

7 L text pool 23 8 TP

SAPLSTMS

7 A global data 0 9 DA

7 L constant dat 1 0 LI .0 .0549

7 L constant dat 2 1 LI .0 .03EA

7 L not assigned 3 2 IN

7 L SYST 4 3 TA

7 L SY 5 4 TA

7 L RSJOBINFO 6 5 TA

7 M /%_SYS%% 7 6 CO

7 M field symbol 8 7 FS

7 L TST01 9 8 TA

7 M field symbol 10 9 FS

7 L text pool 11 0 TP

-

-


Directory of data areas (contents)

-

-


Program

No.. Name.......... Contents..1........2........3....+....

-

-


SYST

L not assigned 0

3 Y 432

4 Y 432

-

-


ABAP control blocks CONT

-

-


Include Line source code

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

-

-


-

-


-- -- -

-


-

-


-

-


-

-


-

-


-

-


RSPO1043 270 , sy-uzeit color col_heading i

1059 WRIB 00

1060 WRIB 01

1061 FMBE 10

1062 FMBE 01

1063 WRIT 00 98

1064 WRIB 00

RSPO1043 271 exit.

1065 STOP 01

RSPO1043 273 sy-subrc = 0.

1066 mvqs 04 5 92

RSPO1043 274 days = keepdays.

1068 MOVE FF 94 61 48

RSPO1043 284 loop at incons_alt.

1070 LOOP 02 79 68 69

1074 LOOP 03 68 69

1078 BRAN 05 Branch to 1143

RSPO1043 285 incons_alt-icnt = incons_alt-c

>>>>> MOVE FF 00 153 154

RSPO1043 286 incons_alt-count = 0. "clear w

1081 MOVE FF 54 154 96

RSPO1043 287 modify incons_alt index sy-tab

1083 TMOD 2F 55 68 69

1085 PAR1 81 68

1086 PAR1 81 69

RSPO1043 288 h_name = incons_alt-name.

1087 mvqk 14 602 435

RSPO1043 289 h_client = incons_alt-client.

1089 mvqk 03 599 432

RSPO1043 290 incons_key-client = incons_alt

1091 mvqk 03 396 432

-

-


End of runtime analysis

-

-


Former Member
0 Kudos

Marie,

Please check OSS note 98065 and let us know whether it solved your issue

Thanks

Prince

Former Member
0 Kudos

Marie:

Can you post the complete Short Dump if the problem persist.

Regards,

Federico