Hello
Experts
I an new to workflow when i am going to create a simple work flow with user desc and send ing mail but when i am trying to execute it it is ginving a adump. How to recover the dump.
The dump is like this
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).
ETHOD if_swf_run_wim_utl_internal~get_system_user .
DATA: l_excp TYPE REF TO cx_swf_run_wim.
TRY.
IF me->m_int_state-system_user IS INITIAL.
me->m_int_state-system_user = cl_swf_run_workflow_propertie
ENDIF.
re_user = me->m_int_state-system_user.
CATCH cx_swf_run_wim INTO l_excp.
MESSAGE ID l_excp->t100_msg-msgid
TYPE 'X'
NUMBER l_excp->t100_msg-msgno
WITH l_excp->t100_msg-msgv1 l_excp->t100_msg-msgv2
l_excp->t100_msg-msgv3 l_excp->t100_msg-msgv4.
ENDTRY.
NDMETHOD. "
plz help.