Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Work flow PO error

former_member651421
Contributor
0 Kudos

Dear Friends ,

Following error i am geting in work flow PO

*Runtime Errors MESSAGE_TYPE_X *

Date and Time 27.05.2008 15:28:29

* *

* *

* *

* 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). *

* *

* *

* *

* Error analysis *

* Short text of error message: *

* Unable to read RFC destination WORKFLOW_LOCAL_100 *

* *

* Long text of error message: *

* *

* Technical information about the message: *

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

* Number.............. 617 *

* Variable 1.......... "WORKFLOW_LOCAL_100" *

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

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

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

* *

* *

* *

* Trigger Location of Runtime Error *

* Program CL_SWF_RUN_WIM_LOCAL==========CP*

* Include CL_SWF_RUN_WIM_LOCAL==========CM088*

* Row 10*

* Module type (METHOD)*

* Module Name IF_SWF_RUN_WIM_UTL_INTERNAL~GET_SYSTEM_USER*

* *

* *

* *

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

Please help me

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI,

Please carry out the automatic customizing for workflow (transaction SWU3), as the default RFC-destination WORKFLOW_LOCAL_100 does not exist.

regards,

John.

2 REPLIES 2

Former Member
0 Kudos

HI,

Please carry out the automatic customizing for workflow (transaction SWU3), as the default RFC-destination WORKFLOW_LOCAL_100 does not exist.

regards,

John.

0 Kudos

Hi

I found your answer as useful.

Thanks,

Srini