cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime Error - Order Status

Former Member
0 Kudos

Hi friends,

Pls check below the runtime error description ,which I'm getting when releasing the Order - PM.

Pls advise, What happ'd and how to fix it.

Regards

Sankar.

****

Runtime Errors MESSAGE_TYPE_X

Date and Time 31.03.2008 13:16:08

-


-


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:

Unable to read RFC destination WORKFLOW_LOCAL_250

Long text of error message:

Technical information about the message:

Message class....... "SWF_RUN"

Number.............. 617

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

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

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

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

"CL_SWF_RUN_WIM_LOCAL==========CP" or "CL_SWF_RUN_WIM_LOCAL==========CM088"

"IF_SWF_RUN_WIM_UTL_INTERNAL~GET_SYSTEM_USER"

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... "SILDEV"

Network address...... "192.168.255.70"

Operating system..... "Windows NT"

Release.............. "5.2"

Hardware type........ "4x IA64 Level 3"

Character length.... 16 Bits

Pointer length....... 64 Bits

Work process number.. 2

Shortdump setting.... "full"

Database server... "SILDEV"

Database type..... "MSSQL"

Database name..... "DEV"

Database user ID.. "dev"

Char.set.... "C"

SAP kernel....... 700

created (date)... "Mar 3 2008 03:55:37"

create on........ "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"

Database version. "SQL_Server_8.00 "

Patch level. 150

Patch text.. " "

Database............. "MSSQL 7.00.699 or higher, MSSQL 8.00.194"

SAP database version. 700

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

NT 6.0"

Memory consumption

Roll.... 16192

EM...... 8379680

Heap.... 0

Page.... 16384

MM Used. 4889280

MM Free. 3487552

-


-


User and Transaction

Client.............. 250

User................ "PM5CHARL"

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

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

Transactions ID..... "49F6FEDCA000F177897B0017A4ABF059"

Program............. "CL_SWF_RUN_WIM_LOCAL==========CP"

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........."C0A8FF46013847F096C00004"

Outbound Queue Name.." "

Client.............. 250

User................ "PM5CHARL"

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

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

Function Module..... "ARFC_DEST_SHIP"

Call Destination.... "NONE"

Source Server....... "SILDEV_DEV_00"

Source IP Address... "192.168.255.70"

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 "CL_SWF_RUN_WIM_LOCAL==========CP" -

in "IF_SWF_RUN_WIM_UTL_INTERNAL~GET_SYSTEM_USER".

The main program was "SAPMSSY1 ".

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

of the (Include) program "CL_SWF_RUN_WIM_LOCAL==========CM088".

-


-


Source Code Extract

-


Line SourceCde

-


1 METHOD if_swf_run_wim_utl_internal~get_system_user .

2 DATA: l_excp TYPE REF TO cx_swf_run_wim.

3

4 TRY.

5 IF me->m_int_state-system_user IS INITIAL.

6 me->m_int_state-system_user = cl_swf_run_workflow_properties=>get_rfc_destination_us

7 ENDIF.

8 re_user = me->m_int_state-system_user.

9 CATCH cx_swf_run_wim INTO l_excp.

>>>>> MESSAGE ID l_excp->t100_msg-msgid

11 TYPE 'X'

12 NUMBER l_excp->t100_msg-msgno

13 WITH l_excp->t100_msg-msgv1 l_excp->t100_msg-msgv2

14 l_excp->t100_msg-msgv3 l_excp->t100_msg-msgv4.

15 ENDTRY.

16

17 ENDMETHOD. "

-


-


Contents of system fields

-


Name Val.

-


SY-SUBRC 0

SY-INDEX 2

SY-TABIX 1

SY-DBCNT 0

SY-FDPOS 1

SY-LSIND 0

SY-PAGNO 0

SY-LINNO 1

SY-COLNO 1

SY-PFKEY

SY-UCOMM

SY-TITLE CPIC and RFC Control

SY-MSGTY X

SY-MSGID SWF_RUN

SY-MSGNO 617

SY-MSGV1 WORKFLOW_LOCAL_250

SY-MSGV2 RFC_READ_DESTINATION_TYPE

SY-MSGV3 DESTINATION_NOT_EXIST

SY-MSGV4

SY-MODNO 0

SY-DATUM 20080331

SY-UZEIT 131608

SY-XPROG SAPMSSY1

SY-XFORM XAB_READ

-


-


Active Calls/Events

-


No. Ty. Program Include Line

Name

-


26 METHOD CL_SWF_RUN_WIM_LOCAL==========CP CL_SWF_RUN_WIM_LOCAL==========CM088 10

CL_SWF_RUN_WIM_LOCAL=>IF_SWF_RUN_WIM_UTL_INTERNAL~GET_SYSTEM_USER

25 METHOD CL_SWF_UTL_MAIL===============CP CL_SWF_UTL_MAIL===============CM00J 5

CL_SWF_UTL_MAIL=>GET_OWNER

24 METHOD CL_SWF_UTL_MAIL===============CP CL_SWF_UTL_MAIL===============CM002 37

CL_SWF_UTL_MAIL=>IF_SWF_UTL_MAIL~SEND

23 METHOD CL_SWF_RUN_WIM_LOCAL==========CP CL_SWF_RUN_WIM_LOCAL==========CM0IE 38

CL_SWF_RUN_WIM_LOCAL=>IF_SWF_RUN_WIM_INTERNAL~SEND_ERROR_REPAIR_MAIL

22 METHOD CL_SWF_RUN_WIM_STATE==========CP CL_SWF_RUN_WIM_STATE==========CM021 7

CL_SWF_RUN_WIM_STATE=>DYN_SEND_ERROR_REPAIR_MAIL

21 METHOD CL_SWF_RUN_WIM_STATE==========CP CL_SWF_RUN_WIM_STATE==========CM01V 12

CL_SWF_RUN_WIM_STATE=>EXECUTE_STATE_TRANSITION

20 METHOD CL_SWF_RUN_WIM_STATE_FLOW=====CP CL_SWF_RUN_WIM_STATE_FLOW=====CM004 2

CL_SWF_RUN_WIM_STATE_FLOW=>IF_SWF_RUN_WIM_STATE~EXECUTE_STATE_TRANSITION

19 METHOD CL_SWF_RUN_WIM_LOCAL==========CP CL_SWF_RUN_WIM_LOCAL==========CM09A 72

CL_SWF_RUN_WIM_LOCAL=>SET_STATUS_INTERNAL

18 METHOD CL_SWF_RUN_WIM_LOCAL==========CP CL_SWF_RUN_WIM_LOCAL==========CM0H3 16

CL_SWF_RUN_WIM_LOCAL=>_SET_STATUS

17 METHOD CL_SWF_RUN_WIM_LOCAL==========CP CL_SWF_RUN_WIM_LOCAL==========CM04P 7

CL_SWF_RUN_WIM_LOCAL=>IF_SWF_RUN_WIM_INTERNAL~SET_STATUS

16 METHOD CL_SWF_RUN_WIM_EXECUTION_MGR==CP CL_SWF_RUN_WIM_EXECUTION_MGR==CM011 12

CL_SWF_RUN_WIM_EXECUTION_MGR=>SET_WORKITEM_STATUS_ERROR

15 METHOD CL_SWF_RUN_WIM_EXECUTION_MGR==CP CL_SWF_RUN_WIM_EXECUTION_MGR==CM01A 81

CL_SWF_RUN_WIM_EXECUTION_MGR=>HANDLE_EXCEPTION_RESULT

14 METHOD CL_SWF_RUN_WIM_EXECUTION_MGR==CP CL_SWF_RUN_WIM_EXECUTION_MGR==CM00R 93

CL_SWF_RUN_WIM_EXECUTION_MGR=>HANDLE_EXECUTION_RESULT

13 METHOD CL_SWF_RUN_WIM_EXECUTION_MGR==CP CL_SWF_RUN_WIM_EXECUTION_MGR==CM008 144

CL_SWF_RUN_WIM_EXECUTION_MGR=>START_EXECUTION

12 METHOD CL_SWF_RUN_WORKFLOW_START=====CP CL_SWF_RUN_WORKFLOW_START=====CM016 42

CL_SWF_RUN_WORKFLOW_START=>START_WORKITEM

11 METHOD CL_SWF_RUN_WORKFLOW_START=====CP CL_SWF_RUN_WORKFLOW_START=====CM002 33

CL_SWF_RUN_WORKFLOW_START=>EXECUTE

10 FUNCTION SAPLSWW_SRV LSWW_SRVU13 135

SWW_WI_CREATE_VIA_EVENT_INTERN

9 FUNCTION SAPLSWW_SRV LSWW_SRVU11 64

SWW_WI_CREATE_VIA_EVENT

8 FORM SAPLSWW_SRV LSWW_SRVU11 1

SWW_WI_CREATE_VIA_EVENT

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. 26 Ty. METHOD

Name CL_SWF_RUN_WIM_LOCAL=>IF_SWF_RUN_WIM_UTL_INTERNAL~GET_SYSTEM_USER

-


RE_USER

222222222222

000000000000

000000000000

000000000000

L_EXCP

B0004000

90006000

SY-MSGID

SWF_RUN

55455542222222222222

376F25E0000000000000

00000000000000000000

00000000000000000000

L_EXCP->T100_MSG-MSGID

SWF_RUN

55455542222222222222

376F25E0000000000000

00000000000000000000

00000000000000000000

SWFCO_WIM_WI_FORWARD

SWW_WI_FORWARD

555554544554542222222222222222

377F79F6F271240000000000000000

000000000000000000000000000000

000000000000000000000000000000

SY-MSGNO

617

333

617

000

000

L_EXCP->T100_MSG+40(6)

617

333

617

000

000

SY-MSGV1

WORKFLOW_LOCAL_250

54544445544444533322222222222222222222222222222222

7F2B6CF7FCF31CF25000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

L_EXCP->T100_MSG+48(100)

WORKFLOW_LOCAL_250

54544445544444533322222222222222222222222222222222

7F2B6CF7FCF31CF25000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

SY-MSGV2

RFC_READ_DESTINATION_TYPE

54455444544554445444555542222222222222222222222222

263F2514F45349E149FEF49050000000000000000000000000

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

L_EXCP->T100_MSG+148(100)

RFC_READ_DESTINATION_TYPE

54455444544554445444555542222222222222222222222222

263F2514F45349E149FEF49050000000000000000000000000

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

SY-MSGV3

DESTINATION_NOT_EXIST

44554445444544554545522222222222222222222222222222

45349E149FEFEF4F5893400000000000000000000000000000

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

L_EXCP->T100_MSG+248(100)

DESTINATION_NOT_EXIST

44554445444544554545522222222222222222222222222222

45349E149FEFEF4F5893400000000000000000000000000000

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

SY-MSGV4

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

L_EXCP->T100_MSG+348(100)

22222222222222222222222222222222222222222222222222

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

%_DUMMY$$

2222

0000

0000

0000

-


No. 25 Ty. METHOD

Name CL_SWF_UTL_MAIL=>GET_OWNER

-


RE_OWNER

%_DUMMY$$

2222

0000

0000

0000

ME->M_OWNER

%_VIASELSCR

0

4

ME

A0005000

E0001000

L_WORKITEM

60009000

3000C000

SY-REPID

CL_SWF_UTL_MAIL===============CP

4455545554544443333333333333334522222222

3CF376F54CFD19CDDDDDDDDDDDDDDD3000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

-


No. 24 Ty. METHOD

Name CL_SWF_UTL_MAIL=>IF_SWF_UTL_MAIL~SEND

-


EX_SENT_TO_ALL

2

0

0

0

EX_MAIL_OBJECT

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

SYST-REPID

CL_SWF_UTL_MAIL===============CP

4455545554544443333333333333334522222222

3CF376F54CFD19CDDDDDDDDDDDDDDD3000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

ME

A0005000

E0001000

OBJECT_HD_CHANGE-ACNAM

SWW_WI_DISPLAY_FOR_MAIL

555554544554455445544442222222222222222222222222222222

377F79F4930C19F6F2FD19C0000000000000000000000000000000

000000000000000000000000000000000000000000000000000000

000000000000000000000000000000000000000000000000000000

OBJPARB

Table IT_7581x570

\CLASS=CL_SWF_UTL_MAIL\METHOD=IF_SWF_UTL_MAIL~SEND\DATA=OBJPARB

Table reference: 224

TABH+ 0(20) = E06D6DEFF9060000000000000000000000000000

TABH+ 20(20) = E0000000F6020000010000003A020000FFFFFFFF

TABH+ 40(16) = 042A0200600B000010000000C1248401

store = 0xE06D6DEFF9060000

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 224 (0xE0000000)

label = 758 (0xF6020000)

fill = 1 (0x01000000)

leng = 570 (0x3A020000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000046

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 1

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 1

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = 0x80095FEFF9060000

pgHook = 0x0000000000000000

idxPtr = 0x0000000000000000

shmTabhSet = 0x0000000000000000

id = 540 (0x1C020000)

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 16 (0x10000000)

lineAlloc = 16 (0x10000000)

shmVersId = 0 (0x00000000)

shmRefCount = 1 (0x01000000)

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

OBJECT_HD_CHANGE-OBJDES

Workflow 405090 set to status ERROR

56766667233333327672762776777245545222222222222222

7F2B6CF70405090035404F03414530522F2000000000000000

00000000000000000000000000000000000000000000000000

00000000000000000000000000000000000000000000000000

%_FSREG_001

???

??????

??????

OBJCONT

Table IT_7609x510

\CLASS=CL_SWF_UTL_MAIL\METHOD=IF_SWF_UTL_MAIL~SEND\DATA=OBJCONT

Table reference: 225

TABH+ 0(20) = 106F6DEFF9060000000000000000000000000000

TABH+ 20(20) = E1000000F802000009000000FE010000FFFFFFFF

TABH+ 40(16) = 042A0200300B000010000000C1248401

store = 0x106F6DEFF9060000

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 225 (0xE1000000)

label = 760 (0xF8020000)

fill = 9 (0x09000000)

leng = 510 (0xFE010000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000045

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 1

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 1

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = 0x402D5FEFF9060000

pgHook = 0x0000000000000000

idxPtr = 0x0000000000000000

shmTabhSet = 0x0000000000000000

id = 541 (0x1D020000)

refCount = 0 (0x00000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 16 (0x10000000)

lineAlloc = 16 (0x10000000)

shmVersId = 0 (0x00000000)

shmRefCount = 1 (0x01000000)

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

OWNER

222222222222

000000000000

000000000000

000000000000

SENDER

222222222222

000000000000

000000000000

000000000000

SY-SUBRC

0

0000

0000

SWFCO_MAIL_ERROR_NOTIFY

0002

3333

0002

0000

0000

OBJECT_HD_CHANGE

E ERRORMESSAGEWorkflow 405090 set to status ERROR 00000000000000 F F S

4222222222245545445544456766667233333327672762776777245545222222222222222233333333333333242425

50000000000522F2D5331757F2B6CF70405090035404F03414530522F2000000000000000000000000000000060603

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

OBJECT_TYPE

RAW

545

217

000

000

SWFCO_OBJTYPE_BOR

BO

44

2F

00

00

-


No. 23 Ty. METHOD

Name CL_SWF_RUN_WIM_LOCAL=>IF_SWF_RUN_WIM_INTERNAL~SEND_ERROR_REPAIR_MAIL

-


LT_AGENTS

Table IT_7521x28

\CLASS=CL_SWF_RUN_WIM_LOCAL\METHOD=IF_SWF_RUN_WIM_INTERNAL~SEND_ERROR_REPAIR_MAIL\DATA=LT_AGEN

Table reference: 207

TABH+ 0(20) = 806B6DEFF9060000000000000000000000000000

TABH+ 20(20) = CF000000F0020000010000001C000000FFFFFFFF

TABH+ 40(16) = 04180100E006000010000000C1248401

store = 0x806B6DEFF9060000

ext1 = 0x0000000000000000

shmId = 0 (0x00000000)

id = 207 (0xCF000000)

label = 752 (0xF0020000)

fill = 1 (0x01000000)

leng = 28 (0x1C000000)

loop = -1 (0xFFFFFFFF)

xtyp = TYPE#000022

occu = 16 (0x10000000)

access = 1 (ItAccessStandard)

idxKind = 0 (ItIndexNone)

uniKind = 2 (ItUniqueNon)

keyKind = 1 (default)

cmpMode = 2 (cmpSingleMcmpR)

occu0 = 1

groupCntl = 0

rfc = 0

unShareable = 0

mightBeShared = 1

sharedWithShmTab = 0

isShmLockId = 0

gcKind = 0

isUsed = 1

isCtfyAble = 1

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

tabi = 0xA0696DEFF9060000

pgHook = 0x0000000000000000

idxPtr = 0x0000000000000000

shmTabhSet = 0x0000000000000000

id = 537 (0x19020000)

refCount = 1 (0x01000000)

tstRefCount = 0 (0x00000000)

lineAdmin = 16 (0x10000000)

lineAlloc = 16 (0x10000000)

shmVersId = 0 (0x00000000)

shmRefCount = 2 (0x02000000)

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

SYST-REPID

CL_SWF_RUN_WIM_LOCAL==========CP

4455545554554454444433333333334522222222

3CF376F25EF79DFCF31CDDDDDDDDDD3000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

ME->IF_SWF_RUN_WIM_INTERNAL~M_SWW_WIHEAD+840(28)

WS20000014

55333333332222

73200000140000

00000000000000

00000000000000

SY-REPID

CL_SWF_RUN_WIM_LOCAL==========CP

4455545554554454444433333333334522222222

3CF376F25EF79DFCF31CDDDDDDDDDD3000000000

0000000000000000000000000000000000000000

0000000000000000000000000000000000000000

FUNCNAME

SWW_WI_DISPLAY_FOR_MAIL

555554544554455445544442222222

377F79F4930C19F6F2FD19C0000000

000000000000000000000000000000

000000000000000000000000000000

SWFCO_WI_REMOTE

R

5

2

0

0

PARAMETER-NAME

WI_ID

54544

79F94

00000

00000

SWFCO_CALLBACK_AGENTS

CALLBACKAGENTS

54444444454444552222222222222222

F31CC213BF175E430000000000000000

00000000000000000000000000000000

00000000000000000000000000000000

PARAMETER-VALUE

000000405090

333333333333

000000405090

000000000000

000000000000

ME->IF_SWF_RUN_WIM_INTERNAL~M_SWW_WIHEAD-WI_ID

000000405090

333333333333

000000405090

000000000000

000000000000

PARAMETER

##Ÿ#*###

807020C0

7080A050

00000000

00100010

LS_MAILOBJ

2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222

0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sankar,

Clearly RFC destination WORKFLOW_LOCAL_250 doesnot exist. But please don't create it directly using Sm59.

Log into client 250 and go to transaction SWU3. Here you will get option for creating RFC destination making use of user WF-BATCH. In case there is workflow expert in your project take his help.

Once this is done this dump should not come.

Regards.

Ruchit.

Former Member
0 Kudos

Hi Ruchit,

First,thanks for ur prompt reply.

Here,Im now having any workflow expert to get help, if u know clearly the steps and think,now a problem in doing it,then pls post me ur comments immediatley.

regards

sankar.

Former Member
0 Kudos

Hi Ruchit,

Sorry to say that, those RFC and workflow procedure we have done and we are getting this error at the background i.e., posting is happening correctly without fail but for each transaction,the dump/runtime error automatically going to the basis consulatant mail-id as like a message.

Now,the problem, why its happening and how to resolve it by to avoind this error.

Pls advise.

thanks & regards

Sankar.