<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Work flow PO error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-flow-po-error/m-p/3923768#M939883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following error i am geting in work flow PO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Runtime Errors				MESSAGE_TYPE_X	*&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date and Time				27.05.2008	15:28:29&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;*					*&lt;/P&gt;&lt;P&gt;*					*&lt;/P&gt;&lt;P&gt;*					*&lt;/P&gt;&lt;P&gt;*	Short text				*&lt;/P&gt;&lt;P&gt;*		The current application triggered a termination with a short dump.			*&lt;/P&gt;&lt;P&gt;*					*&lt;/P&gt;&lt;P&gt;*					*&lt;/P&gt;&lt;P&gt;*					*&lt;/P&gt;&lt;P&gt;*	What happened?				*&lt;/P&gt;&lt;P&gt;*		The current application program detected a situation which really			*&lt;/P&gt;&lt;P&gt;*		should not occur. Therefore, a termination with a short dump was			*&lt;/P&gt;&lt;P&gt;*		triggered on purpose by the key word MESSAGE (type X).			*&lt;/P&gt;&lt;P&gt;*					*&lt;/P&gt;&lt;P&gt;*					*&lt;/P&gt;&lt;P&gt;*				*&lt;/P&gt;&lt;P&gt;*	Error analysis			*&lt;/P&gt;&lt;P&gt;*		Short text of error message:		*&lt;/P&gt;&lt;P&gt;*		Unable to read RFC destination WORKFLOW_LOCAL_100		*&lt;/P&gt;&lt;P&gt;*				*&lt;/P&gt;&lt;P&gt;*		Long text of error message:		*&lt;/P&gt;&lt;P&gt;*				*&lt;/P&gt;&lt;P&gt;*		Technical information about the message:		*&lt;/P&gt;&lt;P&gt;*		Message class....... "SWF_RUN"		*&lt;/P&gt;&lt;P&gt;*		Number.............. 617		*&lt;/P&gt;&lt;P&gt;*		Variable 1.......... "WORKFLOW_LOCAL_100"		*&lt;/P&gt;&lt;P&gt;*		Variable 2.......... "RFC_READ_DESTINATION_TYPE"		*&lt;/P&gt;&lt;P&gt;*		Variable 3.......... "DESTINATION_NOT_EXIST"		*&lt;/P&gt;&lt;P&gt;*		Variable 4.......... " "		*&lt;/P&gt;&lt;P&gt;*				*&lt;/P&gt;&lt;P&gt;*				*&lt;/P&gt;&lt;P&gt;*						*&lt;/P&gt;&lt;P&gt;*	Trigger Location of Runtime Error					*&lt;/P&gt;&lt;P&gt;*		Program				CL_SWF_RUN_WIM_LOCAL==========CP*&lt;/P&gt;&lt;P&gt;*		Include				CL_SWF_RUN_WIM_LOCAL==========CM088*&lt;/P&gt;&lt;P&gt;*		Row				10*&lt;/P&gt;&lt;P&gt;*		Module type				(METHOD)*&lt;/P&gt;&lt;P&gt;*		Module Name				IF_SWF_RUN_WIM_UTL_INTERNAL~GET_SYSTEM_USER*&lt;/P&gt;&lt;P&gt;*						*&lt;/P&gt;&lt;P&gt;*						*&lt;/P&gt;&lt;P&gt;*						*&lt;/P&gt;&lt;P&gt;*	Source Code Extract					*&lt;/P&gt;&lt;P&gt;*						*&lt;/P&gt;&lt;P&gt;*	Line		SourceCde			*&lt;/P&gt;&lt;P&gt;*						*&lt;/P&gt;&lt;P&gt;*	1		METHOD if_swf_run_wim_utl_internal~get_system_user .			*&lt;/P&gt;&lt;P&gt;*	2		  DATA: l_excp TYPE REF TO cx_swf_run_wim.			*&lt;/P&gt;&lt;P&gt;*	3				*&lt;/P&gt;&lt;P&gt;*	4		  TRY.		*&lt;/P&gt;&lt;P&gt;*	5		      IF me-&amp;gt;m_int_state-system_user IS INITIAL.		*&lt;/P&gt;&lt;P&gt;*	6		        me-&amp;gt;m_int_state-system_user = cl_swf_run_workflow_properties=&amp;gt;get_rfc_destination_us		*&lt;/P&gt;&lt;P&gt;*	7		      ENDIF.		*&lt;/P&gt;&lt;P&gt;*	8		      re_user = me-&amp;gt;m_int_state-system_user.		*&lt;/P&gt;&lt;P&gt;*	9		    CATCH cx_swf_run_wim INTO l_excp.		*&lt;/P&gt;&lt;P&gt;*	&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;		      MESSAGE ID     l_excp-&amp;gt;t100_msg-msgid		*&lt;/P&gt;&lt;P&gt;*	11		              TYPE   'X'		*&lt;/P&gt;&lt;P&gt;*	12		              NUMBER l_excp-&amp;gt;t100_msg-msgno		*&lt;/P&gt;&lt;P&gt;*	13		              WITH   l_excp-&amp;gt;t100_msg-msgv1 l_excp-&amp;gt;t100_msg-msgv2		*&lt;/P&gt;&lt;P&gt;*	14		                     l_excp-&amp;gt;t100_msg-msgv3 l_excp-&amp;gt;t100_msg-msgv4.		*&lt;/P&gt;&lt;P&gt;*	15		  ENDTRY.		*&lt;/P&gt;&lt;P&gt;*	16				*&lt;/P&gt;&lt;P&gt;*	17		ENDMETHOD.                    "		*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 May 2008 10:03:10 GMT</pubDate>
    <dc:creator>former_member651421</dc:creator>
    <dc:date>2008-05-27T10:03:10Z</dc:date>
    <item>
      <title>Work flow PO error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-flow-po-error/m-p/3923768#M939883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following error i am geting in work flow PO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Runtime Errors				MESSAGE_TYPE_X	*&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date and Time				27.05.2008	15:28:29&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;*					*&lt;/P&gt;&lt;P&gt;*					*&lt;/P&gt;&lt;P&gt;*					*&lt;/P&gt;&lt;P&gt;*	Short text				*&lt;/P&gt;&lt;P&gt;*		The current application triggered a termination with a short dump.			*&lt;/P&gt;&lt;P&gt;*					*&lt;/P&gt;&lt;P&gt;*					*&lt;/P&gt;&lt;P&gt;*					*&lt;/P&gt;&lt;P&gt;*	What happened?				*&lt;/P&gt;&lt;P&gt;*		The current application program detected a situation which really			*&lt;/P&gt;&lt;P&gt;*		should not occur. Therefore, a termination with a short dump was			*&lt;/P&gt;&lt;P&gt;*		triggered on purpose by the key word MESSAGE (type X).			*&lt;/P&gt;&lt;P&gt;*					*&lt;/P&gt;&lt;P&gt;*					*&lt;/P&gt;&lt;P&gt;*				*&lt;/P&gt;&lt;P&gt;*	Error analysis			*&lt;/P&gt;&lt;P&gt;*		Short text of error message:		*&lt;/P&gt;&lt;P&gt;*		Unable to read RFC destination WORKFLOW_LOCAL_100		*&lt;/P&gt;&lt;P&gt;*				*&lt;/P&gt;&lt;P&gt;*		Long text of error message:		*&lt;/P&gt;&lt;P&gt;*				*&lt;/P&gt;&lt;P&gt;*		Technical information about the message:		*&lt;/P&gt;&lt;P&gt;*		Message class....... "SWF_RUN"		*&lt;/P&gt;&lt;P&gt;*		Number.............. 617		*&lt;/P&gt;&lt;P&gt;*		Variable 1.......... "WORKFLOW_LOCAL_100"		*&lt;/P&gt;&lt;P&gt;*		Variable 2.......... "RFC_READ_DESTINATION_TYPE"		*&lt;/P&gt;&lt;P&gt;*		Variable 3.......... "DESTINATION_NOT_EXIST"		*&lt;/P&gt;&lt;P&gt;*		Variable 4.......... " "		*&lt;/P&gt;&lt;P&gt;*				*&lt;/P&gt;&lt;P&gt;*				*&lt;/P&gt;&lt;P&gt;*						*&lt;/P&gt;&lt;P&gt;*	Trigger Location of Runtime Error					*&lt;/P&gt;&lt;P&gt;*		Program				CL_SWF_RUN_WIM_LOCAL==========CP*&lt;/P&gt;&lt;P&gt;*		Include				CL_SWF_RUN_WIM_LOCAL==========CM088*&lt;/P&gt;&lt;P&gt;*		Row				10*&lt;/P&gt;&lt;P&gt;*		Module type				(METHOD)*&lt;/P&gt;&lt;P&gt;*		Module Name				IF_SWF_RUN_WIM_UTL_INTERNAL~GET_SYSTEM_USER*&lt;/P&gt;&lt;P&gt;*						*&lt;/P&gt;&lt;P&gt;*						*&lt;/P&gt;&lt;P&gt;*						*&lt;/P&gt;&lt;P&gt;*	Source Code Extract					*&lt;/P&gt;&lt;P&gt;*						*&lt;/P&gt;&lt;P&gt;*	Line		SourceCde			*&lt;/P&gt;&lt;P&gt;*						*&lt;/P&gt;&lt;P&gt;*	1		METHOD if_swf_run_wim_utl_internal~get_system_user .			*&lt;/P&gt;&lt;P&gt;*	2		  DATA: l_excp TYPE REF TO cx_swf_run_wim.			*&lt;/P&gt;&lt;P&gt;*	3				*&lt;/P&gt;&lt;P&gt;*	4		  TRY.		*&lt;/P&gt;&lt;P&gt;*	5		      IF me-&amp;gt;m_int_state-system_user IS INITIAL.		*&lt;/P&gt;&lt;P&gt;*	6		        me-&amp;gt;m_int_state-system_user = cl_swf_run_workflow_properties=&amp;gt;get_rfc_destination_us		*&lt;/P&gt;&lt;P&gt;*	7		      ENDIF.		*&lt;/P&gt;&lt;P&gt;*	8		      re_user = me-&amp;gt;m_int_state-system_user.		*&lt;/P&gt;&lt;P&gt;*	9		    CATCH cx_swf_run_wim INTO l_excp.		*&lt;/P&gt;&lt;P&gt;*	&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;		      MESSAGE ID     l_excp-&amp;gt;t100_msg-msgid		*&lt;/P&gt;&lt;P&gt;*	11		              TYPE   'X'		*&lt;/P&gt;&lt;P&gt;*	12		              NUMBER l_excp-&amp;gt;t100_msg-msgno		*&lt;/P&gt;&lt;P&gt;*	13		              WITH   l_excp-&amp;gt;t100_msg-msgv1 l_excp-&amp;gt;t100_msg-msgv2		*&lt;/P&gt;&lt;P&gt;*	14		                     l_excp-&amp;gt;t100_msg-msgv3 l_excp-&amp;gt;t100_msg-msgv4.		*&lt;/P&gt;&lt;P&gt;*	15		  ENDTRY.		*&lt;/P&gt;&lt;P&gt;*	16				*&lt;/P&gt;&lt;P&gt;*	17		ENDMETHOD.                    "		*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 10:03:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-flow-po-error/m-p/3923768#M939883</guid>
      <dc:creator>former_member651421</dc:creator>
      <dc:date>2008-05-27T10:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Work flow PO error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-flow-po-error/m-p/3923769#M939884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please carry out the automatic customizing for workflow (transaction SWU3), as the default RFC-destination WORKFLOW_LOCAL_100 does not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 10:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-flow-po-error/m-p/3923769#M939884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T10:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Work flow PO error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-flow-po-error/m-p/3923770#M939885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found your answer as useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 01:08:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-flow-po-error/m-p/3923770#M939885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-02T01:08:37Z</dc:date>
    </item>
  </channel>
</rss>

