cancel
Showing results for 
Search instead for 
Did you mean: 

Message type X (short dump) in all PS report by cost element (HELP)

Former Member
0 Kudos

Hi All,

Plz help.

I got a short dump error message type x in all PS report by cost element . Under menu tree :

Project system - Information Systems - Financials-Costs- By cost elements such as :

S_ALR_87013542 - actual/commitment/total/plan in co area currency

S_alr_87013544 - actual / plan comparison

etc

I dont know why it is happened in my QAS system. Everything is fine in DEVelopment client. We didnt yet Go live in production system.

the error message is

Runtime Errors MESSAGE_TYPE_X

Date and Time 16.11.2008 11:16:02

-


-


Short text

The current application triggered a termination with a short dump.

-


-


What happened?

The current application program detected a situation which really

should not occur. Therefore, a termination with a short dump was

triggered on purpose by the key word MESSAGE (type X).

-


-


What can you do?

Note down which actions and inputs caused the error.

To process the problem further, contact you SAP system

administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can look

at and manage termination messages, and you can also

keep them for a long time.

-


-


Error analysis

Short text of error message:

Internal error: Program , include , form .

Long text of error message:

Diagnosis

An unexpected error has occurred.

Procedure

If you can reproduce the error, contact the SAP Hotline quoting the

error number.

Technical information about the message:

Message class....... "GR"

Number.............. 214

Variable 1.......... " "

Variable 2.......... " "

Variable 3.......... " "

Variable 4.......... " "

-


-


How to correct the error

Probably the only way to eliminate the error is to correct the program.

-

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"MESSAGE_TYPE_X" " "

"SAPLGRWU" or "LGRWUU18"

"G_CHECK_REPORTINGTABLE_VALID"

If you cannot solve the problem yourself and want to send an error

notification to SAP, include the following information:

1. The description of the current problem (short dump)

To save the description, choose "System->List->Save->Local File

(Unconverted)".

2. Corresponding system log

Display the system log by calling transaction SM21.

Restrict the time interval to 10 minutes before and five minutes

after the short dump. Then choose "System->List->Save->Local File

(Unconverted)".

3. If the problem occurs in a problem of your own or a modified SAP

program: The source code of the program

In the editor, choose "Utilities->More

Utilities->Upload/Download->Download".

4. Details about the conditions under which the error occurred or which

actions and input led to the error.

-


-


System environment

SAP-Release 700

Application server... "BGADEV"

Network address...... "192.168.1.10"

Operating system..... "OS400"

Release.............. "5.4"

Hardware type........ "0065000F3CD1"

Character length.... 8 Bits

Pointer length....... 64 Bits

Work process number.. 0

Shortdump setting.... "full"

Database server... "BGADEV"

Database type..... "DB400"

Database name..... "BGQ"

Database user ID.. "R3BGQDATA"

Char.set.... "en_US.ISO8859-1"

SAP kernel....... 700

created (date)... "Aug 13 2008 08:26:22"

create on........ "AIX 2 5 005DD9CD4C00 (iSeries)"

Database version. "DB4_53"

Patch level. 173

Patch text.. " "

Database............. "V5R3, V5R4, V6R1"

SAP database version. 700

Operating system..... "OS400 3 5, OS400 4 5, OS400 1 6"

Memory consumption

Roll.... 16128

EM...... 25139520

Heap.... 0

Page.... 49152

MM Used. 1222528

MM Free. 2964864

-


-


User and Transaction

Client.............. 200

User................ "DENIS"

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

Transaction......... "START_REPORT "

Transactions ID..... "491FF29428014AE7E1008002C0A8010A"

Program............. "SAPLGRWU"

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

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

-


-


Information on where terminated

Termination occurred in the ABAP program "SAPLGRWU" - in

"G_CHECK_REPORTINGTABLE_VALID".

The main program was "RGRGEN00 ".

In the source code you have the termination point in line 24

of the (Include) program "LGRWUU18".

-


-


Source Code Extract

-


Line

SourceCde

-


1

  • xrp081204 081204 Undo unicode encapsulation

2

FUNCTION g_check_reportingtable_valid.

3

*"----


4

""Lokale Schnittstelle:

5

*" IMPORTING

6

*" REFERENCE(REP_TABLE) TYPE SUPERTAB OPTIONAL

7

*" REFERENCE(LIB) TYPE LIB OPTIONAL

8

*" EXCEPTIONS

9

*" UNICODE_REQUIRED

10

*" REPORTINGTABLE_OBSOLETE

11

*"----


12

  • TABLES: t801k. "Report Writer: Libraries

13

14

DATA: l_rep_table TYPE supertab.

15

16

  • check if either REP_TABLE or LIB is filled

17

IF rep_table IS INITIAL AND lib IS INITIAL.

18

MESSAGE x214(gr).

19

ENDIF.

20

21

  • determine REP_TABLE from LIB

22

IF rep_table IS INITIAL.

23

SELECT SINGLE * FROM t801k WHERE lib = lib.

>>>>>

IF sy-subrc <> 0. MESSAGE x214(gr). ENDIF.

25

l_rep_table = t801k-tab.

26

ELSE.

27

l_rep_table = rep_table.

28

ENDIF.

29

30

IF l_rep_table = 'FILC'.

31

  • reporting table FILC does not exist after 4.6C

32

MESSAGE a090(gz)

33

RAISING REPORTINGTABLE_OBSOLETE.

34

ELSEIF l_rep_table = 'FIMC'.

35

  • begin delete "xrp081204

36

  • reporting table FIMC does not support UNICODE

37

  • CALL FUNCTION 'FC_UNICODE_REQUIRED'

38

  • EXCEPTIONS

39

  • unicode_required = 1.

40

41

  • IF sy-subrc <> 0.

42

  • MESSAGE a051(g01) WITH l_rep_table RAISING unicode_required.

43

  • ENDIF.

-


-


Contents of system fields

-


Name

Val.

-


SY-SUBRC

4

SY-INDEX

0

SY-TABIX

0

SY-DBCNT

0

SY-FDPOS

0

SY-LSIND

0

SY-PAGNO

0

SY-LINNO

1

SY-COLNO

1

SY-PFKEY

SY-UCOMM

SY-TITLE

Generate Report Group in Own Roll Area

SY-MSGTY

X

SY-MSGID

GR

SY-MSGNO

214

SY-MSGV1

SY-MSGV2

SY-MSGV3

SY-MSGV4

SY-MODNO

0

SY-DATUM

20081116

SY-UZEIT

111602

SY-XPROG

SAPCNVE

SY-XFORM

CONVERSION_EXIT

-


-


Active Calls/Events

-


No. Ty. Program Include Line

Name

-


5 FUNCTION SAPLGRWU LGRWUU18 24

G_CHECK_REPORTINGTABLE_VALID

4 FORM SAPFGRWR FGRWRE27_E27_READ_JOB 29

E27_READ_JOB

3 FORM SAPFGRWR FGRWRE29_E29_GENERATE_REPORT_G 126

E29_GENERATE_REPORT_GROUP

2 FUNCTION SAPLGRWS LGRWSU07 80

GRW_JOB_GENERATE

1 EVENT RGRGEN00 RGRGEN00 27

START-OF-SELECTION

-


-


Chosen variables

-


Name

Val.

-


No. 5 Ty. FUNCTION

Name G_CHECK_REPORTINGTABLE_VALID

-


LIB

6P3

353

603

REP_TABLE

222222222222222222222222222222

000000000000000000000000000000

SYST-REPID

SAPLGRWU

5454455522222222222222222222222222222222

310C727500000000000000000000000000000000

SYST

###############################################################################?##############

0000000000000000000000000000000000000000000000000000000000000000000000000000000300000000000000

0000000000000000000000000000000000000000000000000001000000010000000000000000001F00000000000000

SY-REPID

SAPLGRWU

5454455522222222222222222222222222222222

310C727500000000000000000000000000000000

%_DUMMY$$

2222

0000

APPLICATIONS

FGR

4452

6720

T801K

00000000 00000000

2222222222222222222222222222222222222222222222223333333322222222222233333333222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

SY-SUBRC

4

0000

0004

SCREEN

%_17NNS0000165789_%_%_%_%_%_%_

2533445333333333352525252525252222222222222222222222222222222222222222222222222222222222222222

5F17EE30000165789F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000

SY-MSGID

GR

45222222222222222222

72000000000000000000

SPACE

2

0

SY-MSGNO

214

333

214

SY-MSGV4

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

SY-MSGV1

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

SY-MSGV2

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

SY-MSGV3

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

L_REP_TABLE

222222222222222222222222222222

000000000000000000000000000000

%_VIASELSCR

#

0

4

-


No. 4 Ty. FORM

Name E27_READ_JOB

-


RCD

000 ##

2222222222233322222222222222222222222222222222222222222222222222222222222222222222222222222200

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

<%_TABLE_T803J>

???

??????

??????

SYST-REPID

SAPFGRWR

5454455522222222222222222222222222222222

3106727200000000000000000000000000000000

SY

###############################################################################?##############

0000000000000000000000000000000000000000000000000000000000000000000000000000000300000000000000

0000000000000000000000000000000000000000000000000001000000010000000000000000001F00000000000000

SY-REPID

SAPFGRWR

5454455522222222222222222222222222222222

3106727200000000000000000000000000000000

T801M

000 000 000 000

22222222222222233322222222222222222222222222222222222222333222223332333222

00000000000000000000000000000000000000000000000000000000000000000000000000

%_DUMMY$$

2222

0000

INDEX_RCD

0

0000

0000

E27_JOB

6PP7

3553

6007

T803J

2006PP76P3SAP 19970225SAP 1999072500000000SAP 99114628002820183633

3333553353545222222222333333335452222222223333333333333333545222222222333333333333333333332222

2006007603310000000000199702253100000000001999072500000000310000000000991146280028201836330000

INDEX_RC

0

0000

0000

SY-SUBRC

4

0000

0004

TEXT_HEADER2

000000000000

000000000000

T801F

000000

222222222222222333333

000000000000000000000

T803J-LIB

6P3

353

603

RC[]

Table[initial]

RC

000 #####

3332222222222222222222222222222222222222222222222222222222222222222222222222222222222222200000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

SY-XPROG

SAPCNVE

5454454222222222222222222222222222222222

3103E65000000000000000000000000000000000

-


No. 3 Ty. FORM

Name E29_GENERATE_REPORT_GROUP

-


ROW_FORMULA_TEXTS[]

Table[initial]

ROW_FORMULA_OPERANDS[]

Table[initial]

FORMULA_ROWS[]

Table[initial]

SDEF[]

Table[initial]

R1[]

Table[initial]

TEXT_HEADER[]

Table[initial]

TEXT_HEADER2[]

Table[initial]

TEXT_LINES[]

Table[initial]

TMP_LINES[]

Table[initial]

IT800

00000000000000 00000000000000

2222222222222222222222222233333333333333222222222222333333333333332222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

COMMON_FIELDS[]

Table[initial]

SPECIAL_FIELDS[]

Table[initial]

DATA_FIELDS[]

Table[initial]

DATA_FIELD_DIMENSIONS[]

Table[initial]

C-QCOUNT-TVAL

0

0000

0000

E29_REPORT_GROUP

6PP7

3553

6007

RSJOBINFO

00000000000000 ####

222222222222222222222222222222223333333333333322222222222222222222222222222222220000

000000000000000000000000000000000000000000000000000000000000000000000000000000000000

C-NOERRORMESSAGES

2

0

E29_LAYOUT

2

0

MSG_LEVEL

99

0006

0003

LT_MESG0

Table IT_16[0x319]

\PROGRAM=SAPFGRWR\FORM=E29_GENERATE_REPORT_GROUP\DATA=LT_MESG0

Table reference: 13

TABH+ 0(20) = 0000000000000000000000000000000000000000

TABH+ 20(20) = 0000000D00000010000000000000013FFFFFFFFF

TABH+ 40(16) = 0400003B000009500010249401800000

store = 0x0000000000000000

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 13 (0x0000000D)

label = 16 (0x00000010)

fill = 0 (0x00000000)

leng = 319 (0x0000013F)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000032

occu = 16 (0x00000010)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 1

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = Not allocated

pghook = Not allocated

idxPtr = Not allocated

shmTabhSet = Not allocated

id = Not allocated

refCount = Not allocated

tstRefCount = Not allocated

lineAdmin = Not allocated

lineAlloc = Not allocated

shmVersId = Not allocated

shmRefCount = Not allocated

shmIsReadOnly = Not allocated

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

regHook = Not allocated

collHook = Not allocated

ext2 = Not allocated

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

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

L_X_ACTIVE0

2

0

ET_MESG

Table[initial]

-


No. 2 Ty. FUNCTION

Name GRW_JOB_GENERATE

-


I_CHECK_ONLY

2

0

I_LAYOUT_CONTROL

2

0

I_MESSAGE_LEVEL

99

0006

0003

I_NO_EXISTENCE_CHECK

X

5

8

I_REPORT_GROUP

6PP7

3553

6007

I_SEPARATE_ROLL_AREA

2

0

ET_MESG

Table[initial]

E_SUBRC

0

0000

0000

SY-MSGV4

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

SYST

###############################################################################?##############

0000000000000000000000000000000000000000000000000000000000000000000000000000000300000000000000

0000000000000000000000000000000000000000000000000001000000010000000000000000001F00000000000000

%_DUMMY$$

2222

0000

-


No. 1 Ty. EVENT

Name START-OF-SELECTION

-


CHECK

2

0

LAYOUT

2

0

SY-XFORM

CONVERSION_EXIT

444545544454545222222222222222

3FE65239FEF5894000000000000000

MSG_LVL

99

0006

0003

NO_EX_CH

X

5

8

SY-XPROG

SAPCNVE

5454454222222222222222222222222222222222

3103E65000000000000000000000000000000000

REP_GRP

6PP7

3553

6007

ET_MESG

Table[initial]

E_SUBRC

0

0000

0000

%_SPACE

2

0

RSJOBINFO

00000000000000 ####

222222222222222222222222222222223333333333333322222222222222222222222222222222220000

000000000000000000000000000000000000000000000000000000000000000000000000000000000000

%_SSCR[]

Table IT_0[5x260]

\PROGRAM=RGRGEN00\DATA=%_SSCR[]

Table reference: 0

TABH+ 0(20) = 07000000B9001668000000000000000000000000

TABH+ 20(20) = 00000000000000000000000500000104FFFFFFFF

TABH+ 40(16) = 04000000000003A0000524C021800000

store = 0x07000000B9001668

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 0 (0x00000000)

label = 0 (0x00000000)

fill = 5 (0x00000005)

leng = 260 (0x00000104)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000006

occu = 5 (0x00000005)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

occu0 = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 1

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = 0x07000000B90016C0

pgHook = 0x0000000000000000

idxPtr = 0x0000000000000000

shmTabhSet = 0x0000000000000000

id = 2 (0x00000002)

refCount = 2 (0x00000002)

tstRefCount = 0 (0x00000000)

lineAdmin = 5 (0x00000005)

lineAlloc = 5 (0x00000005)

shmVersId = 0 (0x00000000)

shmRefCount = 3 (0x00000003)

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

regHook = Not allocated

collHook = Not allocated

ext2 = Not allocated

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

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

L_SUBRC

0

0000

0000

%_SSCR

NO_EX_CH##BDP ####CCHARFLAG

4454554400445222000044445444422222222222222222222222222222222222222222222222222222222222222222

EFF58F380F2400000001338126C1700000000000000000000000000000000000000000000000000000000000000000

L_MSGID

22222222222222222222

00000000000000000000

VARI

####00000000000000 ##########

2222222222222222222222222222222222222222222222222222222222220000333333333333332222220000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

L_MSGTY

2

0

L_MSGNO

000

333

000

L_MSGV1

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

SY-LDBPG

SAPDB__S

5454455522222222222222222222222222222222

31042FF300000000000000000000000000000000

L_MSGV2

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

L_MSGV3

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

-


-


Internal notes

The termination was triggered in function "ab_jmess"

of the SAP kernel, in line 1264 of the module

"//bas/700_REL/src/krn/runt/abdynpro.c#15".

The internal operation just processed is "MESS".

Internal mode was started at 20081116111602.

-


-


Active Calls in SAP Kernel

-


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

-


=> 64 bit R/3 Kernel

=> 64 bit OS400 Kernel

=> Heap limit = unlimited

=> Stack limit = unlimited

=> Core limit = unlimited

=> File size limit = unlimited

=> Heap address = 0x40000000000000009CB78387C470C380

=> Stack address = 0xfffffffffffb040

=> Stack low = 0xfffffffffffb040

=> Stack high = 0xffffffffffff6c0

=> Stack Trace:

AixStack() at 0x10009def8

CTrcStack2() at 0x10009dff0

rabax_CStackSave__Fv() at 0x100088b50

ab_rabax() at 0x100085530

ab_jmess__Fv() at 0x10077cf34

ab_extri__Fv() at 0x10046b8d4

ab_xevent__FPCc() at 0x100a4ebb8

ab_trigg__Fv() at 0x100a4e6f8

ab_run() at 0x100fa2dd4

N_ab_run() at 0x100db3074

dynpmcal() at 0x100db1e68

dynppai0() at 0x100dafb0c

dynprctl() at 0x100db903c

dynpen00() at 0x100dabe10

Thdynpen00() at 0x1000b8484

TskhLoop() at 0x1000ba330

ThStart() at 0x1000d3f54

DpMain() at 0x101528470

nlsui_main() at 0x10193c894

Sun Nov 16 11:16:02 2008

Library

(SRV)PGM

Module

Function/Statement No.

QSYS

QP2USER2

QP2API

__Qp2Fork 8

QSYS

QP2USER2

QP2API

runpase_main__FPi 6

QSYS

QP2USER2

QP2API

runpase_common__FiPvT2 2

SAPBGQAKRN

O4PRTLIB

AS4STACK

As4Stack_From_PASE 4

SAPBGQAKRN

O4PRTLIB

AS4STACK

As4StackOut 14

SAPBGQAKRN

O4PRTLIB

AS4STACK

MATINVS2_8O4_StackFv 12

-


-


List of ABAP programs affected

-


Index

Typ

Program

Group

Date

Time

Size

Lang.

-


0

Prg

RGRGEN00

0

30.03.2005

10:21:53

23552

E

1

Prg

SAPMSSY0

1

22.09.2008

16:27:18

74752

E

2

Prg

SAPMSSYD

1

12.09.2006

11:33:31

18432

E

3

Prg

SAPFSYSCALLS

1

09.09.2004

14:18:32

6144

E

4

Prg

RSDBRUNT

0

22.09.2008

16:38:05

226304

E

5

Typ

RSSCR

0

30.03.2005

10:21:45

5120

6

Prg

RSDBSPBL

0

30.03.2005

10:21:58

59392

E

7

Prg

SAPDB__S

0

30.03.2005

10:22:01

16384

E

8

Typ

VARID

0

12.05.1997

16:51:30

4096

9

Typ

SSCRFIELDS

0

13.05.1997

12:54:26

4096

10

Prg

%_CSYDB0

0

30.03.2005

10:21:45

28672

E

11

Prg

RSDBSPVA

0

22.09.2008

15:26:37

114688

E

12

Typ

RSVAMEMKEY

0

07.05.1997

13:07:49

2048

13

Prg

RSDBSPMC

0

12.09.2006

11:25:01

67584

E

14

Typ

DDSHDESCR

0

03.09.1997

03:05:16

3072

15

Typ

SPPARAMS

0

07.05.1997

13:10:38

2048

16

Prg

SAPLICON

16

22.09.2008

16:38:05

24576

E

17

Prg

%_CICON

16

22.09.2008

16:38:04

78848

E

18

Typ

ICONT

0

12.09.2006

11:25:01

2048

19

Prg

SAPLSABE

19

09.09.2004

14:18:36

10240

E

20

Prg

SAPLSECU

20

22.09.2008

16:21:47

74752

E

21

Typ

RSSUBINFO

0

14.10.1999

22:01:03

3072

22

Typ

RSEXFCODE

0

13.08.1997

12:52:57

1024

23

Prg

SAPLDSYA

23

22.09.2008

16:25:02

39936

E

24

Prg

SAPFSDS1

23

30.03.2005

10:22:01

47104

E

25

Typ

TDCLD

0

02.11.1998

09:51:35

5120

26

Prg

SAPLSDOD

26

15.06.2005

11:39:01

39936

E

27

Typ

DOKIL

0

12.05.1997

16:46:17

3072

28

Prg

SAPCNVE

28

09.09.2004

14:36:10

6144

E

29

Prg

SAPLLANG

29

22.09.2008

14:04:12

8192

E

30

Typ

T002

0

22.09.2008

14:04:12

2048

31

Prg

SAPFSPOR

0

09.09.2004

14:18:32

12288

E

32

Typ

RSPARINT

0

10.04.1995

09:58:38

1024

33

Prg

SAPLSCNT

33

18.02.2005

14:16:06

24576

E

34

Typ

DYCBOX

0

20.08.1998

11:16:53

2048

35

Prg

SAPLSVSM

35

18.02.2005

14:16:06

24576

E

36

Prg

SAPLSGUI

36

22.09.2008

16:27:18

67584

E

37

Prg

SAPLSTTM

37

05.07.2005

13:10:18

62464

E

38

Prg

SAPLSBDC

38

22.09.2008

16:19:24

37888

E

39

Prg

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

39

28.02.2005

21:00:46

40960

E

40

Prg

%_CCNTL

39

18.02.2005

14:15:08

12288

E

41

Typ

OBJ_RECORD

0

14.02.1998

08:30:43

2048

42

Prg

SAPLSTUP

42

22.09.2008

16:18:22

64512

E

43

Prg

SAPLCNDP

43

22.09.2008

15:25:21

178176

E

44

Prg

SAPSHDTV

33

05.01.2005

16:26:16

28672

E

45

Prg

SAPFGUICNTL

1

18.02.2005

14:15:08

20480

E

46

Prg

SAPLOLEA

46

22.09.2008

14:16:23

84992

E

47

Prg

SAPLSFES

47

22.09.2008

16:58:40

231424

E

48

Prg

SAPLSPLUGIN

48

09.09.2004

14:18:36

7168

E

49

Typ

ARFCRDATA

0

13.02.2005

18:20:24

6144

50

Prg

SAPLGRFC

50

13.02.2005

18:20:25

13312

E

51

Typ

SWCBCONT

0

15.11.2000

17:55:11

3072

52

Typ

OLE_VERBS

0

04.04.1995

16:02:20

2048

53

Typ

OLE_PA

0

04.04.1995

16:02:19

2048

54

Typ

SSCRTEXTS

0

03.09.1997

03:12:33

3072

55

Prg

SAPLGRWS

55

07.06.2001

19:06:19

67584

E

56

Prg

SAPLGRWT

56

25.08.2005

23:56:52

336896

E

57

Prg

SAPLURFC

57

22.09.2008

16:25:20

18432

E

58

Prg

SAPFGRWR

55

25.08.2005

23:56:52

493568

E

59

Prg

SAPFGRWT

55

07.06.2001

19:54:50

32768

E

60

Prg

SAPLSMSG

60

05.07.2005

13:10:18

102400

E

61

Typ

SMESG

0

10.03.1999

18:42:46

3072

62

Typ

SMESGX

0

15.11.2000

17:54:13

3072

63

Typ

SMESGU

0

15.11.2000

17:54:13

3072

64

Prg

SAPFGSB0

55

09.09.2004

14:18:32

59392

E

65

Prg

SAPLGSSM

65

05.07.2005

13:10:17

78848

E

66

Prg

SAPFGSB5

65

05.07.2005

13:22:34

203776

E

67

Typ

SETOP

0

14.05.1997

15:14:19

2048

68

Typ

SETFM

0

14.05.1997

15:14:15

3072

69

Typ

T800

0

09.04.2005

14:32:09

19456

70

Typ

T803J

0

14.10.1999

22:10:26

5120

71

Prg

SAPLGRWU

71

25.08.2005

23:56:52

155648

E

72

Typ

T801K

0

14.10.1999

22:10:26

4096

73

Typ

SYST

0

09.09.2004

14:18:12

27648

74

Typ

T801M

0

10.11.1998

05:48:50

4096

75

Typ

T801F

0

22.07.1996

18:59:28

2048

76

Typ

RSJOBINFO

0

29.04.1992

14:52:25

3072

77

Prg

%_CRSDS

0

18.02.2005

14:15:39

8192

E

78

Prg

%_CSYLDB

0

18.02.2005

14:15:48

6144

E

79

Prg

%_CSLIS

20

07.02.2006

10:40:01

68608

E

80

Typ

DTC_S_LAYO

0

04.12.2000

12:46:23

6144

81

Typ

CAT_SVARS

0

18.05.2004

10:32:36

2048

82

Prg

%_CGRWTE

56

09.04.2005

14:32:09

84992

E

83

Typ

VARI

0

12.05.1997

15:27:09

6144

-


-


Directory of Application Tables

-


Name Date Time Lngth

Val.

-


Program RGRGEN00

-


SYST 09.09.2004 14:18:12 00002408

\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0

RSJOBINFO . . : : 00000084

00000000000000

VARI . . : : 00002972

SSCRFIELDS 09.09.2004 14:18:02 00000854

SSCRTEXTS . . : : 00000371

-


Program RSDBRUNT

-


VARID . . : : 00000132

-


Program SAPLICON

-


ICONT . . : : 00000065

-


Program SAPFSDS1

-


TDCLD . . : : 00000050

RE DOKU 8R XX XXLIMUDOKUX \x1E\0XR3TRPROGX

-


Program SAPLSDOD

-


DOKIL . . : : 00000076

-


Program SAPLLANG

-


T002 . . : : 00000005

ES1EN

-


Program SAPLGRWS

-


RSJOBINFO . . : : 00000084

00000000000000

-


Program SAPFGRWR

-


T801F . . : : 00000021

000000

T801M . . : : 00000074

000 00

T803J . . : : 00000172

2006PP76P3SAP 19970225SAP 1999072500000000

-


Program SAPLGRWU

-


T801K . . : : 00000207

00000000

-


-


ABAP Control Blocks (CONT)

-


Index

Name

Fl

PAR0

PAR1

PAR2

PAR3

PAR4

PAR5

PAR6

Source Code

Line

-


5585

SQLS

39

00C8

LGRWUU18

23

5586

SQLS

3B

0000

LGRWUU18

23

5587

SQLS

03

001A

LGRWUU18

23

5588

cmpr

00

00CA

003F

0000

LGRWUU18

24

5590

BRAF

05

000C

LGRWUU18

24

5591

MOVL

00

0002

0070

007A

LGRWUU18

24

5593

mlq1

01

0500

080A

0058

LGRWUU18

24

5595

MOVL

00

0008

0071

0075

LGRWUU18

24

5597

CLEA

00

0072

LGRWUU18

24

5598

CLEA

00

0073

LGRWUU18

24

5599

CLEA

00

0074

LGRWUU18

24

5600

CLEA

00

0075

LGRWUU18

24

>>>>>

MESS

00

0075

LGRWUU18

24

5602

mvqk

1E

8008

0000

0006

LGRWUU18

25

5604

BRAX

00

0003

LGRWUU18

26

5605

mvqk

1E

8081

0000

0000

LGRWUU18

27

5607

COMP

00

0002

C000

010A

LGRWUU18

30

5609

BRAF

02

000F

LGRWUU18

30

5610

MOVL

00

0002

0070

01E0

LGRWUU18

32

5612

mlq1

01

0500

080A

0041

LGRWUU18

32

-


Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Nies......

If you want to Import Libraries to your target client then you need BASIS Consultant..........

For any report writer report we need a library.

Go to GR23 & specify the library name 1VK & press 'Enter'.

If it doesn't display......

Please check with your FI consultant as they are the users of the report writer reports and they only create the same.

there may be chance that this library has been deleted.

Is your system newly upgraded?

Solution..........

Library 1VK is SAP standard and exists in table T801K in client 000.

1. Create transport of table with library and transport to target client.

2. Or in target client, use transaction OKD3 to import the library 1VK from 000.

3. You can also use transaction GR29 to import individual libraries.

Thanks

Dhruv Malhotra

Former Member
0 Kudos

Hi Druv ,

For any report writer report we need a library.

Go to GR23 & specify the library name 1VK & press 'Enter'.

The error happened in our QAS system. Not in our development system. But it seems the library 6p3 is missing. It is not newly upgraded ...its new implementation.

So...should i run OKD3 from client in QAS ? or run GR23 in QAS?

Cheers,

Nies

Answers (1)

Answers (1)

Former Member
0 Kudos

Checkout SAP Note 743255