cancel
Showing results for 
Search instead for 
Did you mean: 

SAPMSSYS CALL_FUNCTION_NOT_FOUND

Former Member
0 Kudos

Hi

Every day occurs one dump(ST22) CALL_FUNCTION_NOT_FOUND

The dump occurs in program SAPMSSYS. It FollOWS the Error in detail.

I did not find any solution. someone help me pleasy.

Thanks

Runtime Error CALL_FUNCTION_NOT_FOUND

Occurred on 21.05.2008 at 02:25:28

-

-


Function module "REUTERS_ASYNC" not found.

-

-


What happened?

-

-


The function module "REUTERS_ASYNC" was called, but cannot be

found in the Function Library.

Error in ABAP application program.

The current ABAP program "SAPMSSY1" had to be terminated because one of the

statements could not be executed.

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

-

-


What can you do?

-

-


Print out the error message (using the "Print" function)

and make a note of the actions and input that caused the

error.

To resolve the problem, contact your SAP system administrator.

You can use transaction ST22 (ABAP Dump Analysis) to view and administer

termination messages, especially those beyond their normal deletion

date.

-

-


Error analysis

-

-


The program "SAPMSSY1" contains a CALL FUNCTION statement. The name

of the function module to be called is "REUTERS_ASYNC".

No function module exists with the name "REUTERS_ASYNC".

All function modules are stored in the Function Library (SE37).

Possible reasons:

a) Wrong name specified. Particular attention should be paid

to upper/lower case and underscores ("_")

b) Transport error

c) If an enqueue/dequeue module has been used, the lock object

may not have been activated (ABAP Dictionary)

may not have been activated (ABAP Dictionary).

-

-


How to correct the error

-

-


Check the last transports to the R/3 System.

Is the program "SAPMSSY1" currently being changed?

If an enqueue/dequeue module is involved, is the activation

of the lock object missing in the ABAP/4 Dictionary?

You may able to find an interim solution to the problem

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

use the following search criteria:

-

-


"CALL_FUNCTION_NOT_FOUND" C

"SAPMSSY1" or "SAPMSSY1"

"XAB_RUN_DRIVER"

-

-


Function modules with names similar to "REUTERS_ASYNC":

RS_RESET_RSEUINC

RHGA_BUFFER_ASYNC_ATTRIBUTES

RFC_ASYNC_SAPGUI

RS_PARAMETER_ADD

REW1_ANPASS_INPUT

RS_EDTR_ATTRIBUTE

RKD_TR_UPDATE_SYNC

RS_RESET_RSEUTAB

RS_DYNPRO_ADD

RS_TASK_RESET

If you cannot solve the problem yourself, please send the

following documents to SAP:

1. A hard copy print describing the problem.

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

-

-


2. A suitable hardcopy prinout of the system log.

To obtain this, call the system log with Transaction SM21

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

part.

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

supply the source code.

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

print the programs using the report RSINCL00.

4. Details regarding the conditions under which the error occurred

or which actions and input led to the error.

-

-


System environment

-

-


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

Application server....... "ramsc0105"

Network address.......... "10.32.22.60"

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

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

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

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

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

Work process number...... 2

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

Database server.......... "ramss01"

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

Database name............ "T1P"

Database owner........... "SAPT1P"

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

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

Created on............... "Mar 21 2007 21:06:25"

Created in............... "SunOS 5.8 Generic_117350-38 sun4u"

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

Patch level.............. "175"

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

Supported environment....

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

10.2.0.."

SAP database version..... "640"

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

-

-


User, transaction...

-

-


Client.............. 060

User................ "MAGALHAE-M_X"

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

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

Program............. "SAPMSSY1"

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

Row of screen....... 2

Information about program making the Remote Function Call (RFC):

System.............. "T1P"

Database Release.... 620

Kernel Release...... 640

Connection type: 3 (2 = R/2, 3 = R/3, E = External, R = Reg.external)

Call type: "synchron (imode 0) and transactional (TID )" (S = Synchronous, a/A

= Asynchronous, T = Transaction)

Client.............. 060

User................ "MAGALHAE-M_X"

Transaction......... " (Program: SAPLERFC)"

Function module..... "ARFC_DEST_SHIP"

Call destination.... "ramsc0105_T1P_25"

Source server....... "ramsc0105_T1P_25"

Source IP address... "10.32.22.60"

Additional RFC logon information:

Trusted Relation....." "

Logon return code....0

Trusted return code..0

Note: Prior to Release 4.0, there was less information available on RFC

calling programs.

-

-


Information on where terminated

-

-


The termination occurred in the ABAP program "SAPMSSY1" in "XAB_RUN_DRIVER".

The main program was "SAPMSSY1 ".

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

program "SAPMSSY1"

of the source code of program "SAPMSSY1" (when calling the editor 2460).

-

-


Source code extract

-

-


002160 if found.

002170

002180 call 'AB_SET_C_PARMS' id 'P2' field . "Handle

002360 syst-subrc = subrc.

002370 endform.

002380

002390 form xab_run_driver using prog type c

002400 if_found type i

002410 new_function type c.

002420 data : program like syst-repid.

002430

002440 program = prog.

002450 if new_function = space.

-

-


call 'RfcImport' id 'Push' field rfctype_abap4_exit

002470 id 'Info' field program.

002480 else.

002490 call 'RfcImport' id 'Push' field rfctype_abap4_exit

002500 id 'Info' field program

002510 id 'Function' field new_function.

002520 endif.

002530 if if_found = 0.

002540 perform (sy-xform) in program (sy-xprog).

002550 else.

002560 perform (sy-xform) in program (sy-xprog) if found.

002570 endif.

002580

002590 endform.

-

-


Contents of system fields

-

-


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

-

-


-

-


-

-


-

-


SY-SUBRC 0 SY-INDEX 2

SY-TABIX 1 SY-DBCNT 1

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

-

-


Active calls / events

-

-


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

Program

Include Line

Class

-

-


7 FORM XAB_RUN_DRIVER

SAPMSSY1

SAPMSSY1 246

6 FUNCTION RFC_RUN_XAB_DRIVER

SAPLSXAB

LSXABU01 9

5 FUNCTION ARFC_EXECUTE

SAPLERFC

LERFCU01 59

4 FUNCTION ARFC_DEST_SHIP

SAPLERFC

LERFCU02 229

3 FORM ARFC_DEST_SHIP

SAPLERFC

LERFCV02 28

2 FORM REMOTE_FUNCTION_CALL

SAPMSSY1

SAPMSSY1 69

1 MODULE (PBO) %_RFC_START

SAPMSSY1

SAPMSSY1 30

-

-


Chosen variables

-

-


-

-


7 FORM XAB_RUN_DRIVER

SAPMSSY1

SAPMSSY1 246

-

-


SYST-REPID SAPMSSY1

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5454555322222222222222222222222222222222

310D339100000000000000000000000000000000

PROGRAM SAPLERFC

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5454454422222222222222222222222222222222

310C526300000000000000000000000000000000

PROG SAPLERFC

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5454454422222222222222222222222222222222

310C526300000000000000000000000000000000

NEW_FUNCTION

000000000000000000000000000000

000000000000000000000000000000

222222222222222222222222222222

000000000000000000000000000000

%_ARCHIVE

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 40

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 80

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 120

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 160

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 200

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 240

000000000000000

000000000000000

222222222222222

000000000000000

RFCTYPE_ABAP4_EXIT 7

0000

0007

SY-XFORM REUTERS_ASYNC

000000000000000000000000000000

000000000000000000000000000000

545545554554422222222222222222

2554523F139E300000000000000000

IF_FOUND 0

0000

0000

SY-XPROG SAPMSSY1

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5454555322222222222222222222222222222222

310D339100000000000000000000000000000000

%_SPACE

0

0

2

0

-

-


6 FUNCTION RFC_RUN_XAB_DRIVER

SAPLSXAB

LSXABU01 9

-

-


NEW_FUNCTION

000000000000000000000000000000

000000000000000000000000000000

222222222222222222222222222222

000000000000000000000000000000

PROGRAM SAPLERFC

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5454454422222222222222222222222222222222

310C526300000000000000000000000000000000

%_VIASELSCR #

0

4

SY-XPROG SAPMSSY1

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5454555322222222222222222222222222222222

310D339100000000000000000000000000000000

SYST-REPID SAPLSXAB

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5454554422222222222222222222222222222222

310C381200000000000000000000000000000000

-

-


5 FUNCTION ARFC_EXECUTE

SAPLERFC

LERFCU01 59

-

-


DATA[] Table IT_0[1x1918]

DATA 0A20163C3AFF482B180CB735ramsc0105_T1P_25

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

3433333434443334333443337667633335535533

01201633316648221803273521D330105F410F25

... + 40 00000001##ā#ĂąЁ#āă##ȃăĆ#

0000000000000000000000000000000000000000

0000000000000000000000000010114011002110

2222222222222222333333330000000000000000

000000000000000000000001011825121340336B

... + 80 Ё#ĀȀ#⌁##輱#㠭㈭ㄲ㐹㤭㌭〭㐭㐭㔭##㈮㈲#㐭㘭獡灧眱㔭㜭####㠭㤭䔭#

0000020282333333333332332337773332223343

40120367FD82149304451E22E46307571EEE8951

0000000033223322222233233226632233332223

1200011014DD29DDDDDD03E23DD171DD0423DDD0

... + 120 ###〭ㄲ#㜭ㄳ##㐭#ㄶ#ㅐ#㔭㐸㉂ㄷ㘷あ䐶㔱㝆䔱〰〰〰ぁ㈰ㄶㅅ##潲眰〴㐳㠀

2233323322333232333333433433333332267333

DD101D71DD411D1D54216045750000211DDF7048

3322332333223553234334334333343343673330

01DD28D301DD6401D82772616100010658820430

... + 160 ħ##10.32.22.60 ###3###620 ###640 ##@r

0000000000000000000000000000000000000000

1000000000000000000000000000000000000000

2013323323323322220103110333211033321047

77E10E32E22E6000007123128620023864003802

... + 200 amsc0105_T1P_25 ##Āa_rfc#

0000000000000000000000000000000000000000

0000000000000000000000000000000001000000

6676333355355332222222222222222000657660

1D330105F410F2500000000000000008601F2630

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

000000000000000

000000000000000

000000000000000

000000000000000

<%_L001> ???

??????

??????

QRFC_VERSION 6.30.060

00000000

00000000

32332333

6E30E060

ACT_QIN[] Table[initial]

<%_L001>-ARFCBLCNT ???

??????

??????

USE_STOP

0

0

2

0

NCALL 00000001

00000000

00000000

33333333

00000001

DATA-ARFCLUWCNT 00000001

00000000

00000000

33333333

00000001

STATE[] Table IT_1[1x972]

STATE 0A20163C3AFF482B180CB735ramsc0105_T1P_25

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

3433333434443334333443337667633335535533

01201633316648221803273521D330105F410F25

... + 40 00000001SENDED REUTERS_

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222333333335444442254554555

00000000000000000000000135E454002554523F

... + 80 ASYNC 02252520080521MAG

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

4554422222222222222222233333333333333444

139E300000000000000000002252520080521D17

... + 120 ALHAE-M_X0000SE38 ramsc01

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

4444424553333543322222222222222227667633

1C815DDF800003538000000000000000021D3301

... + 160 0

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

3222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 200 RFTBDF04

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222254544433222222222222222222222

0000000000026424604000000000000000000000

... + 240 060

000000000000000

000000000000000

222222222223332

000000000000600

RCV_SSTATE+0(972) #0#A#2#0#1#6#3#C#3#A#F#F#4#8#2#B#1#8#0#C

0304030303030304030404040303030403030304

0001020001060303030106060408020201080003

... + 40 #B#7#3#5#r#a#m#s#c#0#1#0#5#_#T#1#P#_#2#5

0403030307060607060303030305050305050303

0207030502010D0303000100050F0401000F0205

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

0202020202020202020202020202020203030303

0000000000000000000000000000000000000000

... + 120 #0#0#0#1#S#E#N#D#E#D# # #R#E#U#T#E#R#S#_

0303030305040404040402020504050504050505

0000000103050E0405040000020505040502030F

... + 160 #A#S#Y#N#C# # # # # # # # # # # # # # #

0405050404020202020202020202020202020202

0103090E03000000000000000000000000000000

... + 200 # # # #0#2#2#5#2#5#2#0#0#8#0#5#2#1#M#A#G

0202020303030303030303030303030303040404

00000000020205020502000008000502010D0107

... + 240 #A#L#H#A#E#-#M#

040404040402040

010C0801050D0D0

STATE+0(972) #0#A#2#0#1#6#3#C#3#A#F#F#4#8#2#B#1#8#0#C

0304030303030304030404040303030403030304

0001020001060303030106060408020201080003

... + 40 #B#7#3#5#r#a#m#s#c#0#1#0#5#_#T#1#P#_#2#5

0403030307060607060303030305050305050303

0207030502010D0303000100050F0401000F0205

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

0202020202020202020202020202020203030303

0000000000000000000000000000000000000000

... + 120 #0#0#0#1#S#E#N#D#E#D# # #R#E#U#T#E#R#S#_

0303030305040404040402020504050504050505

0000000103050E0405040000020505040502030F

... + 160 #A#S#Y#N#C# # # # # # # # # # # # # # #

0405050404020202020202020202020202020202

0103090E03000000000000000000000000000000

... + 200 # # # #0#2#2#5#2#5#2#0#0#8#0#5#2#1#M#A#G

0202020303030303030303030303030303040404

00000000020205020502000008000502010D0107

... + 240 #A#L#H#A#E#-#M#

040404040402040

010C0801050D0D0

TSTATE[] Table IT_2[1x972]

PROG SAPLERFC

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5454454422222222222222222222222222222222

310C526300000000000000000000000000000000

%_DUMMY$$

0000

0000

2222

0000

QTRACE

0

0

2

0

SY-UZEIT 022525

000000

000000

333333

022525

TRC_STIME 022525

000000

000000

333333

022525

EXETIME 000000

000000

000000

333333

000000

-

-


4 FUNCTION ARFC_DEST_SHIP

SAPLERFC

LERFCU02 229

-

-


SENDER_ID ramsc0105_T1P_25

00000000000000000000000000000000

00000000000000000000000000000000

76676333355355332222222222222222

21D330105F410F250000000000000000

ASTATE

00000000

00000000

22222222

00000000

RETUDATA

0

0

2

0

DATA[] Table IT_0[1x1918]

STATE[] Table IT_1[1x972]

SY-REPID SAPLERFC

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5454454422222222222222222222222222222222

310C526300000000000000000000000000000000

%_RESERV-QNAME

000000000000000000000000

000000000000000000000000

222222222222222222222222

000000000000000000000000

SY ########################################

0000000000000000000000000000000000000000

0000000000000000000000000000000000000007

0000000000000000000000000000000000000007

0200010100000A0000000100010001000000000E

... + 40 #########۹#############################T

0000000000000000000000000000000000000000

0000000006000000000000000000000000000000

000000000F000000000000000000000000000105

0000000009000000000000000000000000000604

... + 80 ###ÿ###린XX#̀##### E0 3004 N###

000000FB00000000000000000000000000000000

000000F900030000C00000000000000000000000

000F00FB55000000022243222333322222224000

000F00F088000C0000005000030040000000E000

... + 120 __S 060 00

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5552222222222222222233322222233222222222

FF30000000000000000006000000000000000000

... + 160 00

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222223322222222222222222222

0000000000000000000000000000000000000000

... + 200

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 240

000000000000000

000000000000000

222222222222222

000000000000000

NO_RESTART

0

0

2

0

SAME_SYSTEM

0

0

2

0

USE_QUEUE

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 40 000000000000000000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222233333333333333333333333322222

0000000000000000000000000000000000000000

... + 80

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 120 00000000000000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222222233333333333333333333

0000000000000000000000000000000000000000

... + 160 0000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

3333222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 200 00000000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222223333333333333322222222222222222222

0000000000000000000000000000000000000000

... + 240 00

000000000000000

000000000000000

222222222222233

000000000000000

USE_QUEUE[] Table[initial]

USE_QIN

0

0

2

0

SCREEN

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 40

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 80

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 120 # ###

00000000000000000000000000000000000000

00000000000000000000000000000000000000

22222222222222222222222222222022222000

00000000000000000000000000000000000000

%_ARCHIVE

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 40

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 80

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 120

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 160

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 200

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 240

000000000000000

000000000000000

222222222222222

000000000000000

FINISH FINISH

00000000

00000000

44445422

69E93800

RETRY RETRY

00000000

00000000

54555222

25429000

RSJOBINFO 00000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222222222222222222233333333

0000000000000000000000000000000000000000

... + 40 000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

3333332222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 80 ##

00

00

00

00

%_VIASELSCR #

0

4

SY-XPROG SAPMSSY1

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5454555322222222222222222222222222222222

310D339100000000000000000000000000000000

AUTO_FINISH

0

0

2

0

-

-


3 FORM ARFC_DEST_SHIP

SAPLERFC

LERFCV02 28

-

-


SENDER_ID ramsc0105_T1P_25

00000000000000000000000000000000

00000000000000000000000000000000

76676333355355332222222222222222

21D330105F410F250000000000000000

SYST ########################################

0000000000000000000000000000000000000000

0000000000000000000000000000000000000007

0000000000000000000000000000000000000007

0200010100000A0000000100010001000000000E

... + 40 #########۹#############################T

0000000000000000000000000000000000000000

0000000006000000000000000000000000000000

000000000F000000000000000000000000000105

0000000009000000000000000000000000000604

... + 80 ###ÿ###린XX#̀##### E0 3004 N###

000000FB00000000000000000000000000000000

000000F900030000C00000000000000000000000

000F00FB55000000022243222333322222224000

000F00F088000C0000005000030040000000E000

... + 120 __S 060 00

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5552222222222222222233322222233222222222

FF30000000000000000006000000000000000000

... + 160 00

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222223322222222222222222222

0000000000000000000000000000000000000000

... + 200

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 240

000000000000000

000000000000000

222222222222222

000000000000000

ARFCDATA ########################################

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

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

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

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

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

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

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

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

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

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

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

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

000000000000000

000000000000000

ASTATE

00000000

00000000

22222222

00000000

%_RESERV RFTBDF04

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5454443322222222222222222222222222222222

2642460400000000000000000000000000000000

... + 40 060

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

3332222222222222222222222222222222222222

0600000000000000000000000000000000000000

... + 80

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 120 ramsc0105_T1P_25

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222222227667633335535533222

00000000000000000000021D330105F410F25000

... + 160 20080514124916

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222222222233333333333333222

0000000000000000000000020080514124916000

... + 200 00000001

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2223333333322222222222222222222222222222

0000000000100000000000000000000000000000

... + 240 E

0000

0000

2224

0005

RETUDATA

0

0

2

0

DATA[] Table IT_0[1x1918]

STATE[] Table IT_1[1x972]

-

-


2 FORM REMOTE_FUNCTION_CALL

SAPMSSY1

SAPMSSY1 69

-

-


%_DUMMY$$

0000

0000

2222

0000

SY-REPID SAPMSSY1

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

5454555322222222222222222222222222222222

310D339100000000000000000000000000000000

TYPE 3

0000

0003

-

-


1 MODULE (PBO) %_RFC_START

SAPMSSY1

SAPMSSY1 30

-

-


%_PRINT 000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222333222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 40

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 80 0#####

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222300000222222222222222222222222

0000000000000000000000000000000000000000

... + 120

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 160 0 ##

000000000000000000000000000000

000000000000000000000000000000

222222222232222222222222222200

000000000000000000000000000000

RFCTYPE_INTERNAL 3

0000

0003

-

-


Application Calls

-

-


No dump information available

-

-


Application Information

-

-


No dump information available

-

-


Internal notes

-

-


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

Basis System, specifically in line 165 of the module

"//bas/640_REL/src/krn/runt/ablink.c#4".

The internal operation just processed is "CALY".

The internal session was started at 20080521022525.

-

-


Active calls in SAP kernel

-

-


DoStack2 ( 0x10594bac0, 0x0, 0x2d56000, 0x100000000, 0x1, 0x0 ), at 0x10049bdb8

CTrcStack2 ( 0x10594bac0, 0x0, 0x100000000, 0x2d55c00, 0x2, >

> 0x102d55d1c ), at 0x10049b968

__1cQrabax_CStackSave6F_v_ ( 0x102f4e000, 0x2f4e000, 0x1036d4920, >

> 0x102059438, 0x100000000, 0x10594bac0 ), at 0x100accf5c

ab_rabax ( 0x1, 0x1036d3400, 0x0, 0x100000000, 0x2d55c00, >

> 0x102d55c00 ), at 0x100abd8b8

__1cKlink_rfdir6FpHipnFTFDIR_kC_i_ ( 0x0, 0x2e0f400, 0x101fc7a00, >

> 0x1fc7800, 0x1, 0x108671a90 ), at 0x10073b1f0

ab_link ( 0x10356e6f0, 0x1058d3e50, 0x10361df90, 0x0, 0x0, 0x0 ), at 0x10073b760

ab_rfcimport ( 0x0, 0x58d3c00, 0x0, 0xd, 0x0, 0x1f9 ), at 0x100ca9638

__1cIab_jcaly6F_v_ ( 0xfffffffb17a55990, 0x58d3000, 0x105b4e5e0, >

> 0xfffffffb17a56f40, 0x0, 0x5a29800 ), at 0x100ace7d0

__1cIab_extri6F_i_ ( 0x100000000, 0x5b4e400, 0x1f0, 0x1, >

> 0x0, 0x3e ), at 0x1006c80b4

__1cJab_xevent6FpkH_i_ ( 0x0, 0x0, 0x1, 0x0, 0x105a29800, >

> 0x5a29800 ), at 0x1008f1298

ab_dstep ( 0x0, 0x48, 0x105b4e668, 0x105a29be4, 0x10205c958, >

> 0x0 ), at 0x100ad8620

dynpmcal ( 0xfffffffb78c98e18, 0x1, 0x102d55d68, 0x1031b163c, >

> 0x0, 0x102d55d14 ), at 0x100530be4

dynppbo0 ( 0xfffffffb78c98e18, 0x1, 0x2d55c00, 0x0, 0x102d55d14, >

> 0x3 ), at 0x10052bedc

dynprctl ( 0xfffffffb78c98e18, 0x100000000, 0x102d58948, >

> 0x1160, 0x102d58988, 0x1031b10a8 ), at 0x10052b578

dynpen00 ( 0x0, 0x2d40000, 0x0, 0x3cac, 0x1025b4400, 0x25b4400 ), at 0x1005270d0

TskhLoop ( 0x105975800, 0x260800, 0x3, 0x5975800, 0x100000000, >

> 0x1 ), at 0x10026b62c

tskhstart ( 0x2a, 0x257400, 0x100257400, 0x100000000, 0x1, 0x0 ), at 0x100257e7c

DpMain ( 0x34abc00, 0x2d3ec00, 0x100000000, 0x1, 0x0, 0x0 ), at 0x100180c20

-

-


List of ABAP programs affected

-

-


Type Program Gen. Date Time Load Size

Prg SAPMSSY1 14.02.2002 14:22:48 21504

Prg SAPLSRFC 10.02.2005 08:23:06 41984

Prg SAPLERFC 11.08.2007 06:09:05 109568

Typ ARFCRDATA 09.11.2000 14:04:16 6144

Typ ARFCRSTATE 09.02.2005 19:49:17 5120

Typ ARFCTID 04.04.1995 15:40:33 2048

Typ ARFCRSTATE 09.02.2005 19:49:17 5120

Prg SAPLSXAB 14.02.2002 14:22:48 8192

Typ ARFCDATA 04.04.1995 15:40:32 5120

Typ SYST 04.12.2000 14:54:51 31744

Typ ARFCSDATA 09.11.2000 14:18:17 6144

Typ ARFCSSTATE 09.02.2005 19:49:18 5120

-

-


List of internal tables

-

-


FUNCTION-POOL=ERFCFORM=ARFC_DEST_SHIPDATA=DATA[]

Table reference: 0

TABH+ 0(20) = FFFFFFFB78C02788FFFFFFFB78C0149800000000

TABH+ 20(20) = 0000000000000000000000010000077E00000030

TABH+ 40(16) = 04000002000013400008249081000000

store = 0xFFFFFFFB78C02788

ext1 = 0xFFFFFFFB78C01498

shmId = 0 (0x00000000)

id = 0 (0x00000000)

label = 0 (0x00000000)

fill = 1 (0x00000001)

leng = 1918 (0x0000077E)

loop = 48 (0x00000030)

xtyp = TYPE#000089

occu = 8 (0x00000008)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 0

collHash = 0

groupCntl = 0

rfc = 1

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

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

tabi = 0xFFFFFFFB78CF31B8

pghook = 0x0000000000000000

idxPtr = 0x0000000000000000

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 8 (0x00000008)

lineAlloc = 8 (0x00000008)

store_id = 4 (0x00000004)

shmIsReadOnly = 0 (0x00000000)

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

regHook = 0x0000000000000000

hsdir = 0x0000000000000000

ext2 = 0xFFFFFFFB78C01628

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

tabhBack = 0xFFFFFFFB78C015D8

delta_head = 0000000100000001CE0000000000000104000002000013700000077D8000000100D3BEECA00

pb_func = 0x0000000000000000

pb_handle = 0x0000000000000000

FUNCTION-POOL=ERFCFORM=ARFC_DEST_SHIPDATA=STATE[]

Table reference: 1

TABH+ 0(20) = FFFFFFFB78CFAB80FFFFFFFB78CF6E7000000000

TABH+ 20(20) = 000000010000000100000001000003CCFFFFFFFF

TABH+ 40(16) = 04000002000015200010249081000000

store = 0xFFFFFFFB78CFAB80

ext1 = 0xFFFFFFFB78CF6E70

shmId = 0 (0x00000000)

id = 1 (0x00000001)

label = 1 (0x00000001)

fill = 1 (0x00000001)

leng = 972 (0x000003CC)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000099

occu = 16 (0x00000010)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 0

collHash = 0

groupCntl = 0

rfc = 1

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

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

tabi = 0xFFFFFFFB78CF6EA8

pghook = 0x0000000000000000

idxPtr = 0x0000000000000000

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 16 (0x00000010)

lineAlloc = 16 (0x00000010)

store_id = 5 (0x00000005)

shmIsReadOnly = 0 (0x00000000)

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

regHook = 0x0000000000000000

hsdir = 0x0000000000000000

ext2 = 0xFFFFFFFB78CF6E10

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

tabhBack = 0xFFFFFFFB78CF6DC0

delta_head = 0000000100000002CD000000000000020400000200001550000003CCFFFFFFFF7FFFA8A8A00

pb_func = 0x0000000000000000

pb_handle = 0x0000000000000000

FUNCTION=ARFC_EXECUTEDATA=TSTATE[]

Table reference: 2

TABH+ 0(20) = FFFFFFFB78D02398000000000000000000000000

TABH+ 20(20) = 000000020000000200000001000003CCFFFFFFFF

TABH+ 40(16) = 04000002000012500010249401000000

store = 0xFFFFFFFB78D02398

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 2 (0x00000002)

label = 2 (0x00000002)

fill = 1 (0x00000001)

leng = 972 (0x000003CC)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000084

occu = 16 (0x00000010)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 1

collHash = 0

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 0

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

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

tabi = 0xFFFFFFFB78CFE6C0

pghook = 0x0000000000000000

idxPtr = 0x0000000000000000

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 16 (0x00000010)

lineAlloc = 16 (0x00000010)

store_id = 6 (0x00000006)

shmIsReadOnly = 0 (0x00000000)

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

regHook = Not allocated

hsdir = Not allocated

ext2 = Not allocated

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

tabhBack = Not allocated

delta_head = Not allocated

pb_func = Not allocated

pb_handle = Not allocated

-

-


Directory of Application Tables

-

-


Program

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

-

-


SAPMSSY1

SYST 00000x00010x000100000x000A0000000

SAPLERFC

RSJOBINFO 00000000000000

ARFCDATA 00000000000000000000000000000

ARFCRSTATE 0A20163C3AFF482B180CB735ramsc0105_T1P_25 00

-

-


Directory of Application Tables (Administrative Information)

-

-


Program

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

-

-


SAPLERFC

SYST 00004608

SAPLERFC

RSJOBINFO 00000164

ARFCDATA 00001785

ARFCRSTATE 00000972

-

-


ABAP control blocks CONT

-

-


Include Line source code

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

-

-


-

-


-- -- -

-


-

-


-

-


-

-


-

-


-

-


SAPMSSY1 235 call 'AB_SET_C_PARMS' id 'P2'

484 CALY 02 8001 0000

SAPMSSY1 236 syst-subrc = subrc.

488 mvqw 04 80

SAPMSSY1 237 endform.

490 ENDF 00

491 -

-


SAPMSSY1 239 form xab_run_driver using prog

492 PERP 00

493 PERP 18

494 PERP 10

495 PERP 18

SAPMSSY1 244 program = prog.

496 MOVE FF 8000

SAPMSSY1 245 if new_function = space.

498 COMP 00 002A

500 BRAF 02

SAPMSSY1 246 call 'RfcImport' id 'Push' fie

501 CALY 00 03 002A 0005 002B 002B 0000

>>>>> CALY 02 0026 0000

509 CALY 02 C000 0000

SAPMSSY1 248 else.

513 BRAX 00

SAPMSSY1 249 call 'RfcImport' id 'Push' fie

514 CALY 00 03 002A 0005 002B 002B 0000

518 CALY 02 0026 0000

522 CALY 02 C000 0000

526 CALY 02 8002 0000

SAPMSSY1 253 if if_found = 0.

530 cmpr 00 CA

-

-


End of runtime analysis

-

-


Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi there,

Please find out the system log entried corresponding to this dump in SM21. Check in SM37 is function module REUTERS_ASYNC exists in your system.

Also is this a BI system? Check SAP Note 759384 - Short dump during extraction of BI data, as I think this pertains to BI.

regards, Sean

Edited by: Sean on May 21, 2008 9:37 PM

Former Member
0 Kudos

Hi Sean

I have researched the transaction sm21 but is similar st22. I dont found nothing. In sm37 has no job cancelled. The dump occur in dialog mode but the user is not connected in this moment.

You have idea of what can be?

Thanks

Former Member
0 Kudos

Hi Marcos,

Please check in SE37 about availability of function module REUTERS_ASYNC. Also, as I asked earlier, is this a BI/BW server ??

As for dialog process being generating error with any user connected, this dump is pertaining to a RFC call, the execution of which can be carried out in dialog wp, if I'm not wrong hopefully.

regards, Sean.