cancel
Showing results for 
Search instead for 
Did you mean: 

DBIF_RSQL_INVALID_RSQL error in BI

Former Member
0 Kudos

Hi

Last weekend we applied the current SAP infoAPAR ptfs to out Dev environment and also the latest TCP-IP Group PTF(level 9).

The kernel stack is 173, running BI70 with support stack level 15.

Right now when we try to do a BI data load, from our R/3 system, we get a DBIF_RSQL_INVALID_RSQL dump.

The dump says that :

The rescources for further secondary database connections are exhausted.

But we are not sure what resources it is talking about. We have checked the logs and are not very sure what it means and how to resolve the error. We tried restrating both the source systems as well as the BI system,but to no success.

Has anyone seen anything like this? Has it to do with the TCP-IP PTF stack ?

The Data load monitor in BI in RSMO shows the following:

Errors while sending packages from OLTP to BI

Diagnosis

No IDocs could be sent to BI using RFC.

System Response

There are IDocs in the source system ALE outbox that did not arrive in the ALE inbox of BI.

Further analysis:

Check the TRFC log.

You can access this log using the wizard or the menu path "Environment -> Transact. RFC -> In source system".

Error handling:

If the TRFC is incorrect, check whether the source system is fully connected to BI. In particular, check the authorizations of the background user in the source system.

Allthough the source systems check comes out clean.

The ST22 ABAP dump log is as shown:

Runtime Errors DBIF_RSQL_INVALID_RSQL

Exception CX_SY_OPEN_SQL_DB

Date and Time 09/11/2008 19:04:20

-


-


Short text

Error in module RSQL of the database interface.

-


-


What happened?

The rescources for further secondary database connections are exhausted.

-


-


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.

Note which actions and input led to the error.

For further help in handling the problem, contact your SAP administrator

.

You can use the ABAP dump analysis transaction ST22 to view and manage

termination messages, in particular for long term reference.

-


-


Error analysis

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught

in

procedure "RSSM_RSREQDONE_READ" "(FUNCTION)", nor was it propagated by a

RAISING clause.

Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is:

At the time when the program was terminated, there were too many

database connections open at the same time.

-


-


How to correct the error

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:

"DBIF_RSQL_INVALID_RSQL" "CX_SY_OPEN_SQL_DB"

"SAPLRSSM_LOAD" or "LRSSM_LOADU07"

"RSSM_RSREQDONE_READ"

The exception must either be prevented, caught within proedure

"RSSM_RSREQDONE_READ" "(FUNCTION)", or its possible occurrence must be declared

in the

RAISING clause of the procedure.

To prevent the exception, note the following:

-


-


System environment

SAP-Release 700

Application server... "sapdev"

Network address...... "10.54.255.230"

Operating system..... "OS400"

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

Hardware type........ "00100000B5B0"

Character length.... 8 Bits

Pointer length....... 64 Bits

Work process number.. 1

Shortdump setting.... "full"

Database server... "sapdev"

Database type..... "DB400"

Database name..... "BID"

Database user ID.. "R3BIDDATA"

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

SAP kernel....... 700

created (date)... "Apr 2 2008 21:42:52"

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

Database version. "DB4_53"

Patch level. 154

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

Heap.... 0

Page.... 0

MM Used. 1879768

MM Free. 19066504

-


-


User and Transaction

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

User................ "ALEREMOTE"

Language Key........ "E"

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

Transactions ID..... "48C62874E731006DE10080000A36FFE6"

Program............. "SAPLRSSM_LOAD"

Screen.............. "SAPMSSY1 3004"

Screen Line......... 2

Information on caller of Remote Function Call (RFC):

System.............. "DEV"

Database Release.... 700

Kernel Release...... 700

Connection Type..... 3 (2=R/2, 3=ABAP System, E=Ext., R=Reg. Ext.)

Call Type........... "synchron and transactional (emode 0, imode 0)"

Inbound TID.........." "

Inbound Queue Name..." "

Outbound TID........."0A36FFE6006248C8263D1557"

Outbound Queue Name.." "

Client.............. 110

User................ "ALEREMOTE"

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

Call Program........."SAPLERFC"

Function Module..... "ARFC_DEST_SHIP"

Call Destination.... "BIDCLNT100"

Source Server....... "sapdev_DEV_01"

Source IP Address... "10.54.255.230"

Additional information on RFC logon:

Trusted Relationship " "

Logon Return Code... 0

Trusted Return Code. 0

Note: For releases < 4.0, information on the RFC caller are often

only partially available.

-


-


Information on where terminated

Termination occurred in the ABAP program "SAPLRSSM_LOAD" - in

"RSSM_RSREQDONE_READ".

The main program was "SAPMSSY1 ".

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

of the (Include) program "LRSSM_LOADU07".

The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred in

procedure "RSSM_RSREQDONE_READ" "(FUNCTION)", but it was neither handled

locally nor declared

in the RAISING clause of its signature.

The procedure is in program "SAPLRSSM_LOAD "; its source code begins in line

1 of the (Include program "LRSSM_LOADU07 ".

-


-


Source Code Extract

-


Line

SourceCde

-


23

data: l_distinct type table of string.

24

data: l_tabname type tabname.

25

data: from_clause type string.

26

data: l_subrc like sy-subrc.

27

data: l_s_reqdone like rsreqdone.

28

29

*----


30

31

l_t_where[] = i_t_where[].

32

delete l_t_where where field is initial.

33

l_rnr = i_rnr.

34

35

if l_rnr is initial.

36

l_rnr = i_s_rsreqdone-rnr.

37

endif.

38

if l_rnr is initial.

39

if i_t_rnr[] is initial and i_t_where[] is initial and

40

i_use_sl_tabs is initial.

41

message x000.

42

endif.

43

endif.

44

45

clear e_s_rsreqdone.

46

refresh e_t_rsreqdone.

47

if not l_rnr is initial.

48

if i_for_update is initial.

49

if i_second_connection = space.

50

select single * from rsreqdone into e_s_rsreqdone where

51

rnr = l_rnr.

52

else.

>>>>>

select single * from rsreqdone

54

connection (i_second_connection)

55

into e_s_rsreqdone where

56

rnr = l_rnr.

57

endif.

58

else.

59

if g_reqdone_enq_set is initial or

60

g_reqdone_enq_set = l_rnr.

61

if g_reqdone_enq_set is initial.

62

do.

63

call function 'ENQUEUE_ERSREQDONE'

64

exporting

65

mode_rsreqdone = 'E'

66

rnr = l_rnr

67

_scope = '3'

68

exceptions

69

foreign_lock = 1

70

system_failure = 2

71

others = 3.

72

if sy-subrc = 0.

-


-


Contents of system fields

-


Name

Val.

-


SY-SUBRC

0

SY-INDEX

2

SY-TABIX

1

SY-DBCNT

0

SY-FDPOS

0

SY-LSIND

0

SY-PAGNO

0

SY-LINNO

1

SY-COLNO

1

SY-PFKEY

SY-UCOMM

SY-TITLE

CPIC and RFC Control

SY-MSGTY

SY-MSGID

SY-MSGNO

000

SY-MSGV1

SY-MSGV2

SY-MSGV3

SY-MSGV4

SY-MODNO

0

SY-DATUM

20080911

SY-UZEIT

190418

SY-XPROG

SAPLRSAI

SY-XFORM

RSAR_TRFC_DATA_RECEIVED

-


-


Active Calls/Events

-


No. Ty. Program Include Line

Name

-


12 FUNCTION SAPLRSSM_LOAD LRSSM_LOADU07 53

RSSM_RSREQDONE_READ

11 FUNCTION SAPLRSM2 LRSM2U16 441

RSSM_MON_WRITE_3

10 FUNCTION SAPLRSM1 LRSM1U01 57

RSSM_MON_WRITE_MONITOR_IC

9 FUNCTION SAPLRSAI LRSAIU06 120

RSAR_TRFC_DATA_RECEIVED

8 FORM SAPLRSAI LRSAIU06 1

RSAR_TRFC_DATA_RECEIVED

7 FORM SAPMSSY1 SAPMSSY1 271

XAB_RUN_DRIVER

6 FUNCTION SAPLSXAB LSXABU01 9

RFC_RUN_XAB_DRIVER

5 FUNCTION SAPLERFC LERFCU01 115

ARFC_EXECUTE

4 FUNCTION SAPLERFC LERFCU02 386

ARFC_DEST_SHIP

3 FORM SAPLERFC LERFCU02 1

ARFC_DEST_SHIP

2 FORM SAPMSSY1 SAPMSSY1 85

REMOTE_FUNCTION_CALL

1 MODULE (PBO) SAPMSSY1 SAPMSSY1 30

%_RFC_START

-


-


Chosen variables

-


Name

Val.

-


No. 12 Ty. FUNCTION

Name RSSM_RSREQDONE_READ

-


I_DISTINCT

222222222222222222222222222222

000000000000000000000000000000

I_FOR_UPDATE

2

0

I_RNR

REQU_4B2ODGAL8KI805F45IPVVSWRQ

545553434444434433343345555555

2515F422F471C8B980564590663721

I_SECOND_CONNECTION

R/3*BWMON

523245444222222222222222222222

2F3A27DFE000000000000000000000

I_S_RSREQDONE

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

I_T_RNR

Table[initial]

I_T_WHERE

Table[initial]

I_USE_SL_TABS

2

0

E_S_RSREQDONE

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

E_T_RSREQDONE[]

Table[initial]

SL_DATUM[]

Table[initial]

L_RNR

REQU_4B2ODGAL8KI805F45IPVVSWRQ

545553434444434433343345555555

2515F422F471C8B980564590663721

%_ITAB_DELETE_LIST

Table[initial]

SY-XPROG

SAPLRSAI

5454554422222222222222222222222222222222

310C231900000000000000000000000000000000

<%_TABLE_RSREQDONE>

???

??????

??????

SYST-REPID

SAPLRSSM_LOAD

5454555454444222222222222222222222222222

310C233DFCF14000000000000000000000000000

SY-REPID

SAPLRSSM_LOAD

5454555454444222222222222222222222222222

310C233DFCF14000000000000000000000000000

G_REQDONE_ENQ_SET

222222222222222222222222222222

000000000000000000000000000000

SY-MSGV1

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

-


No. 11 Ty. FUNCTION

Name RSSM_MON_WRITE_3

-


T_DATA[]

Table IT_63[1x536]

\FUNCTION=RSSM_MON_WRITE_MONITOR_IC\DATA=L_MONSTRUCT[]

Table reference: 17

TABH+ 0(20) = 07000000B7D7B5C807000000B7D7AFD800000000

TABH+ 20(20) = 000000110000003F0000000100000218FFFFFFFF

TABH+ 40(16) = 0400004200007F38000A24C021800000

store = 0x07000000B7D7B5C8

ext1 = 0x07000000B7D7AFD8

shmId = 0 (0x00000000)

id = 17 (0x00000011)

label = 63 (0x0000003F)

fill = 1 (0x00000001)

leng = 536 (0x00000218)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000571

occu = 10 (0x0000000A)

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

pgHook = 0x0000000000000000

idxPtr = 0x0000000000000000

shmTabhSet = 0x0000000000000000

id = 64 (0x00000040)

refCount = 1 (0x00000001)

tstRefCount = 0 (0x00000000)

lineAdmin = 10 (0x0000000A)

lineAlloc = 10 (0x0000000A)

shmVersId = 0 (0x00000000)

shmRefCount = 3 (0x00000003)

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

regHook = 0x0000000000000000

collHook = 0x0000000000000000

ext2 = 0x07000000B7D7AF78

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

tabhBack = 0x07000000B7C76380

delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000

pb_func = 0x0000000000000000

pb_handle = 0x0000000000000000

SL_RNR

222222222222222222222222222222222222222222222222222222222222222

000000000000000000000000000000000000000000000000000000000000000

T_DATA-RNR

REQU_4B2ODGAL8KI805F45IPVVSWRQ

545553434444434433343345555555

2515F422F471C8B980564590663721

<%_L029>

???

??????

??????

G_T_MESS_AUFRUFER

000000

22333333

00000000

ISOURCE_MARK

2

0

G_T_MESS[]

Table[initial]

<%_L028>

???

??????

??????

RSJOBINFO

00000000000000 ####

222222222222222222222222222222223333333333333322222222222222222222222222222222220000

000000000000000000000000000000000000000000000000000000000000000000000000000000000000

INFOCUBE_MARK

2

0

<%_L028>-RNR

???

??????

??????

%_ITAB_DELETE_LIST

Table[initial]

SY-TABIX

1

0000

0001

XMESTYP

Table[initial]

SY-SUBRC

0

0000

0000

%_SPACE

2

0

G_T_MESS

0000000000000000000000 0000000000########000

2222222222222222222222222222223333333333333333333333233333333330000000033322222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000C00000000000000000000000

EDI_MESTYP

222222222222222222222222222222222222222222222222222222222222222

000000000000000000000000000000000000000000000000000000000000000

INFOCUBE_TEXT

222222222222222222222222222222

000000000000000000000000000000

RSSM1_C_MONITORCONNECTION

R/3*BWMON

523245444222222222222222222222

2F3A27DFE000000000000000000000

SYST-REPID

SAPLRSM2

5454554322222222222222222222222222222222

310C23D200000000000000000000000000000000

XSNDPFC

Table[initial]

L_S_REQDONE

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

L_S_REQDONE-ARCHIVED

2

0

SYST

###############################################################################O##############

0000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000

0002000000010000000000000001000000000000000000000001000000010000000000000000000F00000000000000

DATAPAK_TEXT2

222222222222222222222222222222

000000000000000000000000000000

%_DUMMY$$

2222

0000

-


No. 10 Ty. FUNCTION

Name RSSM_MON_WRITE_MONITOR_IC

-


AGGREGATE

N

4

E

I_COMMIT

N

4

E

DATA[]

Table IT_62[1x2592]

\FUNCTION=RSAR_TRFC_DATA_RECEIVED\DATA=L_T_RSMONDATA[]

Table reference: 20

TABH+ 0(20) = 07000000B7D08E8007000000B7CEE18800000000

TABH+ 20(20) = 000000140000003E0000000100000A20FFFFFFFF

TABH+ 40(16) = 0400003000000D78000424C401800000

store = 0x07000000B7D08E80

ext1 = 0x07000000B7CEE188

shmId = 0 (0x00000000)

id = 20 (0x00000014)

label = 62 (0x0000003E)

fill = 1 (0x00000001)

leng = 2592 (0x00000A20)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000051

occu = 4 (0x00000004)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

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

pgHook = 0x0000000000000000

idxPtr = 0x0000000000000000

shmTabhSet = 0x0000000000000000

id = 63 (0x0000003F)

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 4 (0x00000004)

lineAlloc = 4 (0x00000004)

shmVersId = 0 (0x00000000)

shmRefCount = 1 (0x00000001)

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

regHook = 0x0000000000000000

collHook = 0x0000000000000000

ext2 = 0x07000000BA0C65A8

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

tabhBack = 0x07000000B7C77B50

delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000

pb_func = 0x0000000000000000

pb_handle = 0x0000000000000000

%_FUN*CTRL_STRUC

<initial>

<initial>

<initial>

L_T_VALUES

Table[initial]

L_S_VALUES

000

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222333

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

SY-REPID

SAPLRSM1

5454554322222222222222222222222222222222

310C23D100000000000000000000000000000000

L_S_VALUES-OBJECT

222222222222222222222222222222

000000000000000000000000000000

CL_ABAP_TYPEDESCR=>TRUE

X

5

8

L_S_VALUES-VALUE

222222222222222222222222222222222222222222222222222222222222

000000000000000000000000000000000000000000000000000000000000

L_MONSTRUCT-INFOCUBE

222222222222222222222222222222

000000000000000000000000000000

CL_GUI_CONTROL=>LIFETIME_DEFAULT

???

??????

??????

CL_ABAP_TABLEDESCR=>TABLEKIND_STD

S

5

3

G_PROCESS_VARIANT_FOR_DEBUG

222222222222222222222222222222

000000000000000000000000000000

%_DUMMY$$

2222

0000

L_MONSTRUCT[]

Table IT_63[1x536]

RSMONVIEW

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

-


No. 9 Ty. FUNCTION

Name RSAR_TRFC_DATA_RECEIVED

-


I_S_HEADER

REQU_4B2ODGAL8KI805F45IPVVSWRQDZGENERIC_EXTRACTOR_TEST 20080910192232HGUJJULA 011663D

5455534344444344333433455555554544445445455544545554552222222333333333333334454454422223333334

2515F422F471C8B9805645906637214A75E5293F5842134F2F4534000000020080910192232875AA5C100000116634

I_T_DATA[]

Table IT_10[5x1034]

\FUNCTION-POOL=RSAI\FORM=RSAR_TRFC_DATA_RECEIVED\DATA=%_%_I_T_DATA

Table reference: 9

TABH+ 0(20) = 07000000B7D0909807000000B7D0690000000000

TABH+ 20(20) = 000000090000000A000000050000040AFFFFFFFF

TABH+ 40(16) = 0400003000007330000824C401800000

store = 0x07000000B7D09098

ext1 = 0x07000000B7D06900

shmId = 0 (0x00000000)

id = 9 (0x00000009)

label = 10 (0x0000000A)

fill = 5 (0x00000005)

leng = 1034 (0x0000040A)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000516

occu = 8 (0x00000008)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 8 (cmpManyEq)

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

pgHook = 0x0000000000000000

idxPtr = 0x0000000000000000

shmTabhSet = 0x0000000000000000

id = 16 (0x00000010)

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 8 (0x00000008)

lineAlloc = 8 (0x00000008)

shmVersId = 0 (0x00000000)

shmRefCount = 1 (0x00000001)

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

regHook = 0x0000000000000000

collHook = 0x0000000000000000

ext2 = 0x07000000B7D090F0

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

tabhBack = 0x07000000B7C01CD0

delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000

pb_func = 0x0000000000000000

pb_handle = 0x0000000000000000

RSAL_S_LOGPARMS-MSGV2

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

SY-SUBRC

0

0000

0000

%_SPACE

2

0

L_NEW

X

5

8

G_T_COMMHND

Table[initial]

G_SUBRC

0

0000

0000

SY-REPID

SAPLRSAI

5454554422222222222222222222222222222222

310C231900000000000000000000000000000000

L_T_RSMONDATA-MSGID

RSDS

55452222222222222222

23430000000000000000

SPACE

2

0

L_T_RSMONDATA-MSGNO

009

333

009

L_T_RSMONDATA-MSGV1

011663

33333322222222222222222222222222222222222222222222

01166300000000000000000000000000000000000000000000

L_S_MINFO-DATAPAKID

011663

333333

011663

L_T_RSMONDATA-MSGV2

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

L_T_RSMONDATA-MSGV3

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

L_T_RSMONDATA-MSGV4

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

L_T_RSMONDATA[]

Table IT_62[1x2592]

L_T_RSMONDATA

REQU_4B2ODGAL8KI805F45IPVVSWRQ

5455534344444344333433455555552222222222222222222222222222222222222222222222222222222222222222

2515F422F471C8B9805645906637210000000000000000000000000000000000000000000000000000000000000000

RSAL_S_LOGPARMS-MSGTY

2

0

L_ERROR

2

0

G_T_RSMONDATA[]

Table[initial]

L_S_MINFO-OLTPSOURCE

ZGENERIC_EXTRACTOR_TEST

544445445455544545554552222222

A75E5293F5842134F2F45340000000

-


No. 8 Ty. FORM

Name RSAR_TRFC_DATA_RECEIVED

-


%_%_I_S_HEADER

REQU_4B2ODGAL8KI805F45IPVVSWRQDZGENERIC_EXTRACTOR_TEST 20080910192232HGUJJULA 011663D

5455534344444344333433455555554544445445455544545554552222222333333333333334454454422223333334

2515F422F471C8B9805645906637214A75E5293F5842134F2F4534000000020080910192232875AA5C100000116634

SYST-REPID

SAPLRSAI

5454554422222222222222222222222222222222

310C231900000000000000000000000000000000

%_%_I_T_DATA

Table IT_10[5x1034]

-


No. 7 Ty. FORM

Name XAB_RUN_DRIVER

-


SYST-REPID

SAPMSSY1

5454555322222222222222222222222222222222

310D339100000000000000000000000000000000

PROGRAM

SAPLERFC

5454454422222222222222222222222222222222

310C526300000000000000000000000000000000

PROG

SAPLERFC

5454454422222222222222222222222222222222

310C526300000000000000000000000000000000

NEW_FUNCTION

222222222222222222222222222222

000000000000000000000000000000

%_ARCHIVE

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

RFCTYPE_ABAP4_EXIT

7

0000

0007

SY-XFORM

RSAR_TRFC_DATA_RECEIVED

554555544544545544445442222222

2312F4263F4141F253596540000000

IF_FOUND

0

0000

0000

SY-XPROG

SAPLRSAI

5454554422222222222222222222222222222222

310C231900000000000000000000000000000000

%_SPACE

2

0

-


No. 6 Ty. FUNCTION

Name RFC_RUN_XAB_DRIVER

-


NEW_FUNCTION

222222222222222222222222222222

000000000000000000000000000000

PROGRAM

SAPLERFC

5454454422222222222222222222222222222222

310C526300000000000000000000000000000000

%_VIASELSCR

#

0

4

SY-XPROG

SAPLRSAI

5454554422222222222222222222222222222222

310C231900000000000000000000000000000000

SYST-REPID

SAPLSXAB

5454554422222222222222222222222222222222

310C381200000000000000000000000000000000

-


No. 5 Ty. FUNCTION

Name ARFC_EXECUTE

-


L_ACTION_VALUE

2

0

%_DUMMY$$

2222

0000

DATA[]

Table IT_0[1x1853]

\FUNCTION-POOL=ERFC\FORM=ARFC_DEST_SHIP\DATA=%_%_DATA

Table reference: 0

TABH+ 0(20) = 07000000B7C79E2007000000B7C01DF000000000

TABH+ 20(20) = 0000000000000000000000010000073D00000050

TABH+ 40(16) = 04000002000014B00008249481800000

store = 0x07000000B7C79E20

ext1 = 0x07000000B7C01DF0

shmId = 0 (0x00000000)

id = 0 (0x00000000)

label = 0 (0x00000000)

fill = 1 (0x00000001)

leng = 1853 (0x0000073D)

loop = 80 (0x00000050)

xtyp = TYPE#000084

occu = 8 (0x00000008)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 1

groupCntl = 0

rfc = 1

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = 0x07000000B7CE18D0

pgHook = 0x0000000000000000

idxPtr = 0x0000000000000000

shmTabhSet = 0x0000000000000000

id = 4 (0x00000004)

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 8 (0x00000008)

lineAlloc = 8 (0x00000008)

shmVersId = 0 (0x00000000)

shmRefCount = 1 (0x00000001)

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

regHook = 0x0000000000000000

collHook = 0x0000000000000000

ext2 = 0x07000000B7C01D90

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

tabhBack = 0x07000000B7C01D40

delta_head = 0000000100000001CE0000000000000104000002000014E80000073D80B4B7BC00000001A000000

pb_func = 0x0000000000000000

pb_handle = 0x0000000000000000

DATA

0A36FFE6006248C8263D1557BIDCLNT100 00000001##############################

3433444333333343333433334444445333222222222222222222222233333333000000000000000000000000000000

0136665600624838263415572943CE4100000000000000000000000000000001000111081211110011130400231316

<%_L001>

???

??????

??????

QRFC_VERSION

6.30.060

32332333

6E30E060

ACT_QIN

000000000000000000000000

2222222222222222222222222222222222222222222222222223333333333333333333333332222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

<%_L001>-ARFCBLCNT

???

??????

??????

USE_STOP

2

0

ARFC_CNTL-LINNO

1

0000

0001

NCALL

00000001

33333333

00000001

DATA-ARFCLUWCNT

00000001

33333333

00000001

STATE[]

Table IT_1[1x506]

\FUNCTION-POOL=ERFC\FORM=ARFC_DEST_SHIP\DATA=%_%_STATE

Table reference: 1

TABH+ 0(20) = 07000000B7C79F6007000000B7C79F2800000000

TABH+ 20(20) = 000000010000000100000001000001FAFFFFFFFF

TABH+ 40(16) = 04000002000011D80010249481800000

store = 0x07000000B7C79F60

ext1 = 0x07000000B7C79F28

shmId = 0 (0x00000000)

id = 1 (0x00000001)

label = 1 (0x00000001)

fill = 1 (0x00000001)

leng = 506 (0x000001FA)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000071

occu = 16 (0x00000010)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 1

groupCntl = 0

rfc = 1

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = 0x07000000B7CE52D0

pgHook = 0x0000000000000000

idxPtr = 0x0000000000000000

shmTabhSet = 0x0000000000000000

id = 5 (0x00000005)

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 16 (0x00000010)

lineAlloc = 16 (0x00000010)

shmVersId = 0 (0x00000000)

shmRefCount = 1 (0x00000001)

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

regHook = 0x0000000000000000

collHook = 0x0000000000000000

ext2 = 0x07000000B7C79EC8

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

tabhBack = 0x07000000B7C79E78

delta_head = 0000000100000002CD000000000000020400000200000598000001FA80B4B7BC00000000A000000

pb_func = 0x0000000000000000

pb_handle = 0x0000000000000000

STATE

0A36FFE6006248C8263D1557BIDCLNT100 00000001SENDED RSAR_TRFC_DATA_RECEIVE

3433444333333343333433334444445333222222222222222222222233333333544444225545555445445455444454

0136665600624838263415572943CE410000000000000000000000000000000135E454002312F4263F4141F2535965

RCV_SSTATE+0(506)

0A36FFE6006248C8263D1557BIDCLNT100 00000001SENDED RSAR_TRFC_DATA_RECEIVE

3433444333333343333433334444445333222222222222222222222233333333544444225545555445445455444454

0136665600624838263415572943CE410000000000000000000000000000000135E454002312F4263F4141F2535965

STATE+0(506)

0A36FFE6006248C8263D1557BIDCLNT100 00000001SENDED RSAR_TRFC_DATA_RECEIVE

3433444333333343333433334444445333222222222222222222222233333333544444225545555445445455444454

0136665600624838263415572943CE410000000000000000000000000000000135E454002312F4263F4141F2535965

TSTATE[]

Table IT_9[1x506]

\FUNCTION=ARFC_EXECUTE\DATA=TSTATE[]

Table reference: 8

TABH+ 0(20) = 07000000B7D03908000000000000000000000000

TABH+ 20(20) = 000000080000000900000001000001FAFFFFFFFF

TABH+ 40(16) = 04000002000011D80010249401800000

store = 0x07000000B7D03908

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 8 (0x00000008)

label = 9 (0x00000009)

fill = 1 (0x00000001)

leng = 506 (0x000001FA)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000071

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

pgHook = 0x0000000000000000

idxPtr = 0x0000000000000000

shmTabhSet = 0x0000000000000000

id = 13 (0x0000000D)

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 16 (0x00000010)

lineAlloc = 16 (0x00000010)

shmVersId = 0 (0x00000000)

shmRefCount = 1 (0x00000001)

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

%_TIME_CONFIRMED

001000

333333

001000

PROG

SAPLERFC

5454454422222222222222222222222222222222

310C526300000000000000000000000000000000

SYST-REPID

SAPLERFC

5454454422222222222222222222222222222222

310C526300000000000000000000000000000000

NUMBER_OF_FUNCTION_MODULES

1

0000

0001

SUPPORTABILITY_INFO-DEBUG_CONTEXT_ID

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

SCREEN

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

-


No. 4 Ty. FUNCTION

Name ARFC_DEST_SHIP

-


SENDER_ID

sapdev_DEV_01

76766754455332222222222222222222

310456F456F010000000000000000000

SUPPORTABILITY_INFO

                                1. #### #

0000000000000000222222222222222222222222222222222222222200002220

0000000000000000000000000000000000000000000000000000000000000000

ASTATE

22222222

00000000

BGRFC_RETRY_DELAY_TIME

0

0000

0000

BGRFC_RETRY_KEY

222222222222222222222222

000000000000000000000000

BGRFC_RETRY_MAX_COUNT

0

0000

0000

RETUDATA

2

0

DATA[]

Table IT_0[1x1853]

STATE[]

Table IT_1[1x506]

STATE-ARFCIPID+0(2)

0A

34

01

L_BGRFC_USED

2

0

ABAP_TRUE

X

5

8

%_SPACE

2

0

T100

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

QF_QIN

I

4

9

STATE

0A36FFE6006248C8263D1557BIDCLNT100 00000001SENDED RSAR_TRFC_DATA_RECEIVE

3433444333333343333433334444445333222222222222222222222233333333544444225545555445445455444454

0136665600624838263415572943CE410000000000000000000000000000000135E454002312F4263F4141F2535965

MODE

3

3

3

%_ARFC_RETRY_LATER

15

0000

000F

%_ARCHIVE

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

%_VIASELSCR

#

0

4

SY-XPROG

SAPLRSAI

5454554422222222222222222222222222222222

310C231900000000000000000000000000000000

SY-XFORM

RSAR_TRFC_DATA_RECEIVED

554555544544545544445442222222

2312F4263F4141F253596540000000

CL_BGRFC_SERVER=>RETRY_TRIGGERED

2

0

SY-REPID

SAPLERFC

5454454422222222222222222222222222222222

310C526300000000000000000000000000000000

SY-MSGID

22222222222222222222

00000000000000000000

NO_RESTART

2

0

AFINISH

AFINISH

44444542

169E9380

SPACE

2

0

SY-MSGNO

000

333

000

USE_ASTATE

22222222

00000000

SY-MSGV1

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

-


No. 3 Ty. FORM

Name ARFC_DEST_SHIP

-


%_%_SENDER_ID

sapdev_DEV_01

76766754455332222222222222222222

310456F456F010000000000000000000

%_%_SUPPORTABILITY_INFO

                                1. #### #

0000000000000000222222222222222222222222222222222222222200002220

0000000000000000000000000000000000000000000000000000000000000000

EXECUTED

EXECUTED

45445544

58535454

%_%_ASTATE

22222222

00000000

HOLD

HOLD

44442222

8FC40000

%_%_BGRFC_RETRY_DELAY_TIME

0

0000

0000

RUNNING

RUNNING

55444442

25EE9E70

%_%_BGRFC_RETRY_KEY

222222222222222222222222

000000000000000000000000

RECORDED

RECORDED

54445444

253F2454

%_%_BGRFC_RETRY_MAX_COUNT

0

0000

0000

QF_TRFC

T

5

4

%_%_RETUDATA

2

0

%_%_DATA

Table IT_0[1x1853]

%_%_STATE

Table IT_1[1x506]

-


No. 2 Ty. FORM

Name REMOTE_FUNCTION_CALL

-


%_DUMMY$$

2222

0000

SY-REPID

SAPMSSY1

5454555322222222222222222222222222222222

310D339100000000000000000000000000000000

HEADER

000000000000

000000000000

TYPE

3

0000

0003

RC

0

0000

0000

-


No. 1 Ty. MODULE (PBO)

Name %_RFC_START

-


%_PRINT

000 0 ##

2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223200

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

RFCTYPE_INTERNAL

3

0000

0003

-


-


Internal notes

The termination was triggered in function "HandleRsqlErrors"

of the SAP kernel, in line 778 of the module

"//bas/700_REL/src/krn/runt/absapsql.c#10".

The internal operation just processed is "SQLS".

Internal mode was started at 20080911190416.

Internal error coding lt. RS_RSQLCODE....: 27

Internal call code.........: "[RSQL/READ/RSREQDONE ]"

-


-


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

=> Stack address = 0xfffffffffffb010

=> Stack low = 0xfffffffffffb010

=> Stack high = 0xffffffffffff910

=> Stack Trace:

AixStack() at 0x10009bf20

CTrcStack2() at 0x10009c018

rabax_CStackSave__Fv() at 0x1000870c8

ab_rabax() at 0x100083aa8

ab_rsqlerr__FPCciT1P11RS_HEADER94T1Pv() at 0x10059c594

HandleRsqlErrors__F9RsqlError9CloseMode() at 0x101792ec8

SqlsExecuteCall__FUcP11DynCallInfo() at 0x101791460

ab_jsqls__Fv() at 0x10178c908

ab_extri__Fv() at 0x10046e11c

ab_xevent__FPCc() at 0x1009324ec

ab_dstep() at 0x1006e3914

dynpmcal() at 0x100e0b16c

dynppbo0() at 0x100e09200

dynprctl() at 0x100e11bd4

dynpen00() at 0x100e04d94

Thdynpen00() at 0x1000b8a60

TskhLoop() at 0x1000bdff8

ThStart() at 0x1000d5e70

DpMain() at 0x1011395d8

nlsui_main() at 0x10193e050

Thu Sep 11 19:04:20 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

SAPBIDNUC

O4PRTLIB

AS4STACK

As4Stack_From_PASE 4

SAPBIDNUC

O4PRTLIB

AS4STACK

As4StackOut 14

SAPBIDNUC

O4PRTLIB

AS4STACK

MATINVS2_8O4_StackFv 12

-


-


List of ABAP programs affected

-


Index

Typ

Program

Group

Date

Time

Size

Lang.

-


0

Prg

SAPMSSY1

0

05/19/2005

10:52:27

19456

E

1

Prg

SAPLSRFC

1

11/18/2005

09:34:58

31744

E

2

Prg

SAPLERFC

2

04/25/2008

20:32:50

120832

E

3

Typ

ARFCRDATA

0

01/19/2005

15:59:43

6144

4

Typ

ARFCRSTATE

0

01/19/2005

15:59:44

5120

5

Prg

CL_BGRFC_SERVER===============CP

5

04/25/2008

20:27:59

10240

E

6

Typ

ARFCTID

0

01/13/1995

10:58:11

2048

7

Prg

CL_BGRFC_SCHEDULER============CP

7

04/25/2008

20:27:59

34816

E

8

Prg

CL_BGRFC_CUSTOMIZE_OUTBOUND===CP

8

04/25/2008

20:26:03

50176

E

9

Prg

CL_BGRFC_CUSTOMIZING==========CP

9

04/25/2008

18:56:03

25600

E

10

Prg

CL_BGRFC_LOGGER===============CP

10

04/25/2008

20:24:44

65536

E

11

Typ

BAL_S_LOG

0

02/01/2001

17:04:54

6144

12

Typ

BAL_S_CONT

0

10/26/1998

14:08:10

2048

13

Typ

BAL_S_PARM

0

02/01/2001

17:04:56

3072

14

Typ

BAL_S_CLBK

0

10/26/1998

14:08:10

2048

15

Typ

BAL_S_MSG

0

02/01/2001

17:04:55

6144

16

Prg

CL_ABAP_SYST==================CP

16

11/17/2005

16:57:47

9216

E

17

Typ

BGRFC_CUST_O_SYS

0

11/17/2005

16:50:46

3072

18

Prg

CL_ABAP_TSTMP=================CP

18

12/12/2006

09:47:26

31744

E

19

Typ

TTZCU

0

03/01/1996

15:55:05

2048

20

Prg

SAPLSBAL

20

04/25/2008

20:30:45

285696

E

21

Typ

BAL_S_SCNT

0

11/30/1998

10:34:01

3072

22

Typ

BAL_S_SDEF

0

02/01/2001

17:04:57

2048

23

Prg

CL_ABAP_CHAR_UTILITIES========CP

23

11/17/2005

16:50:41

11264

E

24

Prg

SAPLSBAL_SERVICE

24

12/12/2006

09:48:36

143360

E

25

Typ

BALOBJ

0

06/18/1999

08:44:34

1024

26

Typ

BALSUB

0

06/18/1999

08:45:51

2048

27

Prg

SAPLSYGU

27

03/07/2005

18:01:13

24576

E

28

Prg

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

28

11/17/2005

16:50:41

25600

E

29

Prg

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

29

06/30/2006

13:13:19

31744

E

30

Prg

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

30

11/17/2005

16:50:41

16384

E

31

Prg

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

31

11/17/2005

16:50:41

20480

E

32

Prg

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

32

04/25/2008

20:24:49

34816

E

33

Prg

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

33

11/17/2005

16:50:41

14336

E

34

Prg

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

34

11/17/2005

16:50:41

21504

E

35

Prg

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

35

11/17/2005

16:50:41

25600

E

36

Prg

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

36

11/17/2005

16:50:41

29696

E

37

Prg

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

37

11/17/2005

16:50:41

20480

E

38

Typ

ARFCDATA

0

01/13/1995

10:58:08

4096

39

Prg

CL_ABAP_SOFT_REFERENCE========CP

39

11/17/2005

16:50:41

8192

E

40

Prg

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

40

03/07/2005

18:01:13

6144

E

41

Prg

CL_BGRFC_UNIT_KERNEL==========CP

41

04/25/2008

20:27:59

24576

E

42

Prg

SAPLBGRFC

42

04/25/2008

20:32:50

23552

E

43

Prg

SAPMSSY0

43

04/25/2008

20:33:32

74752

E

44

Prg

CL_ABAP_REGEX=================CP

44

05/19/2005

10:46:55

10240

E

45

Prg

CL_BGRFC_UNIT_HISTORY=========CP

45

04/25/2008

18:56:09

72704

E

46

Prg

CL_BGRFC_STATISTIC============CP

46

04/25/2008

20:22:20

8192

E

47

Prg

SAPLSXAB

47

04/25/2008

20:32:50

6144

E

48

Prg

SAPLRSAI

48

06/05/2008

20:06:17

317440

E

49

Typ

RSARDATATRFC

0

06/14/2004

17:14:02

3072

50

Typ

RSSDHEADER

0

02/28/1998

12:45:04

3072

51

Prg

%_CRSSM

48

04/29/2008

20:42:37

130048

E

52

Prg

SAPLRSSM

52

04/29/2008

20:42:54

850944

E

53

Prg

SAPLRSCC

53

04/26/2008

21:24:34

30720

E

54

Prg

SAPLSDIFRUNTIME

54

11/17/2005

16:50:56

82944

E

55

Typ

DDFIXVALUE

0

01/19/2000

18:27:52

2048

56

Typ

X031L

0

11/17/2005

16:50:41

6144

57

Typ

DFIES

0

12/19/2004

17:28:52

8192

58

Prg

SAPLSDNT

58

04/25/2008

20:30:49

198656

E

59

Prg

SAPLSUGS

59

07/03/2006

16:28:46

40960

E

60

Typ

DDFTX

0

08/08/1997

14:46:46

4096

61

Typ

RSCC_S_FIELD

0

09/12/2003

11:31:33

2048

62

Prg

%_CRSCUS

53

04/26/2008

21:24:40

20480

E

63

Typ

RSADMINA

0

12/10/2006

17:01:59

5120

64

Typ

RSADMIN

0

06/03/1998

10:31:23

2048

65

Typ

RSSMSLEEPDEBUG

0

09/12/2003

11:35:42

2048

66

Prg

SAPLRSM1

66

04/29/2008

20:42:49

1189888

E

67

Typ

RSMINFOICUBE

0

09/12/2003

11:33:08

2048

68

Prg

SAPLTHFB

68

04/25/2008

20:33:32

343040

E

69

Typ

MSXXLIST_V6

0

01/19/2005

15:59:46

4096

70

Typ

RSREQDPTID

0

12/12/2006

10:49:21

3072

71

Prg

SAPLRSM2

71

04/29/2008

20:42:49

974848

E

72

Typ

RSRNR

0

09/12/2003

11:35:32

2048

73

Typ

RSCEDST

0

09/12/2003

11:31:33

2048

74

Prg

SAPLRSSM_LOAD

74

04/29/2008

20:42:43

199680

E

75

Typ

RSSELDONE

0

12/10/2006

17:02:07

17408

76

Typ

RSREQDONE

0

12/10/2006

17:02:05

10240

77

Typ

RSMONIPTAB

0

12/10/2006

17:02:03

3072

78

Typ

RSMONICTAB

0

09/12/2003

11:35:00

3072

79

Typ

RSMONFACT

0

12/10/2006

17:02:03

4096

80

Typ

RSMONMESS

0

12/10/2006

17:02:04

4096

81

Typ

RSHIEDONE

0

12/10/2006

17:02:02

4096

82

Typ

RSTCPDONE

0

09/12/2003

11:35:43

3072

83

Typ

RSLDTDONE

0

12/10/2006

17:02:03

3072

84

Typ

RSUICDONE

0

12/10/2006

17:02:07

2048

85

Prg

/1BCDWBEN/SAPLREN0001

85

04/26/2008

21:32:12

215040

E

86

Prg

SAPLSENA

86

04/25/2008

20:32:50

32768

E

87

Typ

RSTSODSREQUESTPG

0

10/02/2003

14:27:24

2048

88

Prg

SAPLSYDB

88

04/25/2008

20:32:32

53248

E

89

Prg

SAPLRSS2

89

04/29/2008

20:42:49

290816

E

90

Prg

SAPLRSAS

90

04/26/2008

12:02:32

36864

E

91

Typ

TFDIR

0

01/19/2005

15:10:28

3072

92

Prg

SAPLRSMANDT

92

04/29/2008

20:41:59

21504

E

93

Typ

T000

0

08/22/1997

13:07:16

4096

94

Typ

RSBASIDOC

0

08/29/2003

09:35:20

3072

95

Prg

SAPLRSAOS

95

04/29/2008

20:42:54

439296

E

96

Typ

RSOLTPSOURCET

0

09/12/2003

11:35:14

3072

97

Typ

RSOLTPSOURCE

0

12/10/2006

17:02:04

7168

98

Typ

RSAOS_S_OLTPSOURCE_HEADER

0

09/12/2003

11:31:11

2048

99

Prg

SAPLRSDS_DATASOURCE

99

04/29/2008

20:42:54

266240

E

100

Typ

RSDS

0

04/26/2008

17:35:57

9216

101

Typ

RSDSSEG

0

09/17/2004

15:41:14

3072

102

Prg

CL_RSDS_RSDS==================CP

102

04/29/2008

20:42:53

346112

E

103

Typ

SCX_T100KEY

0

08/21/2003

14:43:58

2048

104

Prg

SAPLRSDS_BACKEND

104

04/29/2008

20:42:50

86016

E

105

Prg

%_CRSS2

89

11/18/2005

10:41:18

12288

E

106

Typ

RSTSODS

0

12/10/2006

17:02:07

4096

107

Typ

RSSIMUDAT

0

09/12/2003

11:35:41

2048

108

Typ

RSMONSTRUCT

0

09/12/2003

11:33:09

6144

109

Prg

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

109

11/17/2005

16:50:42

9216

E

110

Typ

SCX_SRCPOS

0

06/03/2004

11:20:58

2048

111

Prg

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

111

11/17/2005

16:50:42

8192

E

112

Prg

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

112

11/17/2005

16:50:42

8192

E

113

Prg

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

113

11/17/2005

16:50:42

8192

E

114

Prg

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

114

04/25/2008

20:22:59

9216

E

115

Prg

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

115

11/17/2005

16:50:42

8192

E

116

Prg

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

116

11/17/2005

16:50:42

8192

E

117

Typ

SYST

0

09/15/2004

17:25:35

27648

118

Typ

BAL_S_MDEF

0

02/01/2001

17:04:55

4096

119

Typ

BAL_S_CONF

0

09/04/2002

14:38:05

18432

120

Typ

BAL_S_COLL

0

09/04/2002

14:38:05

9216

121

Typ

BAL_S_MFIL

0

09/04/2002

14:38:05

9216

122

Typ

BAL_S_DISP

0

09/04/2002

14:38:05

10240

123

Typ

BALMSGHNDL

0

10/26/1998

14:08:09

2048

124

Typ

BAL_S_NTAB

0

06/03/2004

11:19:02

4096

125

Prg

%_CRSARC

48

04/29/2008

20:41:14

132096

E

126

Typ

RSD_S_VIOBJ

0

04/26/2008

17:29:40

23552

127

Prg

%_CSLIS

88

01/25/2006

15:25:49

68608

E

128

Typ

DTC_S_LAYO

0

02/01/2001

17:11:04

6144

129

Typ

RSJOBINFO

0

02/09/1995

13:25:17

3072

130

Typ

RSBATCHVALUES

0

06/14/2004

17:14:03

2048

131

Prg

CL_GUI_CONTROL================CP

131

03/07/2005

18:01:13

103424

E

132

Prg

%_CCNTL

131

03/07/2005

18:01:13

12288

E

133

Typ

OBJ_RECORD

0

10/07/1997

12:13:38

2048

134

Prg

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

134

04/25/2008

20:22:54

370688

E

135

Prg

IF_CACHED_PROP================IP

131

03/07/2005

18:01:13

4096

E

136

Typ

RSMONVIEW

0

09/04/2006

15:46:26

28672

137

Typ

RSLOGPARMS

0

11/10/1997

11:01:01

4096

138

Typ

ARFCSDATA

0

01/19/2005

15:59:44

6144

139

Typ

ARFCSSTATE

0

01/19/2005

15:59:44

5120

140

Typ

BGRFC_SUPPORTABILITY_INFO

0

04/25/2008

19:52:15

2048

141

Typ

T100

0

01/16/1998

17:49:29

2048

142

Prg

IF_BGRFC_SERVER===============IP

5

04/25/2008

20:26:03

5120

E

-


-


Directory of Application Tables

-


Name Date Time Lngth

Val.

-


Program SAPMSSY1

-


SYST / / : : 00002408

\0\0\0\0\0\0\0\0\0\0\0\x01\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0

-


Program SAPLERFC

-


ARFCRSTATE / / : : 00000506

0A36FFE6006248C8263D1557BIDCLNT100 00

T100 / / : : 00000097

-


Program SAPLRSSM

-


RSADMIN / / : : 00000060

DEBUG_USER

-


Program SAPLRSCC

-


RSADMINA / / : : 00000290

BW ALEREMOTE BIDK902077

-


Program SAPLRSM1

-


RSMONVIEW / / : : 00002592

RSREQDONE / / : : 00000736

REQU_4B2ODGAL8KI805F45IPVVSWRQ

-


Program SAPLRSM2

-


RSJOBINFO / / : : 00000084

00000000000000

-


-


ABAP Control Blocks (CONT)

-


Index

Name

Fl

PAR0

PAR1

PAR2

PAR3

PAR4

PAR5

PAR6

Source Code

Line

-


1797

SQLS

00

0074

LRSSM_LOADU07

53

1798

PAR1

00

0058

LRSSM_LOADU07

53

1799

SQLS

33

0000

LRSSM_LOADU07

53

1800

PAR1

10

0000

LRSSM_LOADU07

53

1801

SQLS

24

0003

LRSSM_LOADU07

53

1802

PAR1

00

0002

LRSSM_LOADU07

53

1803

PAR1

00

0021

LRSSM_LOADU07

53

1804

WHER

20

0000

0000

0075

LRSSM_LOADU07

53

1806

PAR1

80

C000

LRSSM_LOADU07

53

1807

SQLS

85

8007

LRSSM_LOADU07

53

1808

SQLS

39

0043

LRSSM_LOADU07

53

1809

SQLS

3B

0000

LRSSM_LOADU07

53

>>>>>

SQLS

03

8008

LRSSM_LOADU07

53

1811

BRAX

00

006A

LRSSM_LOADU07

58

1812

CMPS

20

0242

003F

003F

LRSSM_LOADU07

59

1814

BRAT

02

0003

LRSSM_LOADU07

59

1815

comp

00

0242

003F

C000

LRSSM_LOADU07

59

1817

BRAF

02

0054

LRSSM_LOADU07

59

1818

CMPS

20

0242

003F

003F

LRSSM_LOADU07

61

1820

BRAF

02

002F

LRSSM_LOADU07

61

-


Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello!

I have the same problem. Did you decide it?