<?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 Workflow WS20000317 - Problem please help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-ws20000317-problem-please-help/m-p/2919710#M687491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sapgurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently working on Workflow WS20000317, basically my requirement is that when the notification is created i have to intimate the user that a notification has been generated , but i don't know how to configure this workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anybody please help me out so that i can complete my scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well i am starting a workflow also tha ti have created tru the user exit but it is giving me this dumb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     IF lh_transaction IS NOT BOUND.&lt;/P&gt;&lt;P&gt;       lh_transaction = cl_swf_utl_transaction=&amp;gt;create( im_commit_work_control = l_do_c&lt;/P&gt;&lt;P&gt;       l_transaction_created = 'X'.&lt;/P&gt;&lt;P&gt;     ENDIF.&lt;/P&gt;&lt;P&gt;     IF do_commit EQ 'W'.&lt;/P&gt;&lt;P&gt;       CALL METHOD lh_transaction-&amp;gt;set_trfc_executed( ).&lt;/P&gt;&lt;P&gt;     ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     l_enqueue_owner = l_fbname.&lt;/P&gt;&lt;P&gt;     CALL METHOD cl_swf_run_transaction_manager=&amp;gt;get_instance&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;         im_transaction   = lh_transaction&lt;/P&gt;&lt;P&gt;         im_enqueue_owner = l_enqueue_owner&lt;/P&gt;&lt;P&gt;       RECEIVING&lt;/P&gt;&lt;P&gt;         re_instance      = lh_txmgr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     CALL METHOD cl_swf_run_wim_factory=&amp;gt;create_via_api&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;         im_context   = l_crt_ctx&lt;/P&gt;&lt;P&gt;         im_parameter = ls_wi_create&lt;/P&gt;&lt;P&gt;         im_tx        = lh_txmgr&lt;/P&gt;&lt;P&gt;         im_language  = language&lt;/P&gt;&lt;P&gt;       RECEIVING&lt;/P&gt;&lt;P&gt;         re_wi_handle = lh_wi_handle.&lt;/P&gt;&lt;P&gt;     CALL METHOD lh_txmgr-&amp;gt;save( ).&lt;/P&gt;&lt;P&gt;     IF l_do_commit EQ 'X'.&lt;/P&gt;&lt;P&gt;       COMMIT WORK.&lt;/P&gt;&lt;P&gt;     ENDIF.&lt;/P&gt;&lt;P&gt;   CATCH cx_swf_run_wim INTO l_excp.&lt;/P&gt;&lt;P&gt;     IF l_transaction_created EQ 'X'.&lt;/P&gt;&lt;P&gt;       CALL METHOD lh_transaction-&amp;gt;remove( ).&lt;/P&gt;&lt;P&gt;     ENDIF.&lt;/P&gt;&lt;P&gt;      lh_alm_context = cl_swf_alm_factory=&amp;gt;create_context(&lt;/P&gt;&lt;P&gt;                 im_category    = cl_swf_alm_factory=&amp;gt;c_cat_wi_create&lt;/P&gt;&lt;P&gt;                 im_system_type = cl_swf_alm_factory=&amp;gt;c_system_webflow ).&lt;/P&gt;&lt;P&gt;      CALL METHOD lh_alm_context-&amp;gt;raise_exception( l_excp ).&lt;/P&gt;&lt;P&gt;     MESSAGE ID l_excp-&amp;gt;t100_msg-msgid&lt;/P&gt;&lt;P&gt;             TYPE l_excp-&amp;gt;t100_msg-msgty&lt;/P&gt;&lt;P&gt;             NUMBER l_excp-&amp;gt;t100_msg-msgno&lt;/P&gt;&lt;P&gt;             WITH l_excp-&amp;gt;t100_msg-msgv1 l_excp-&amp;gt;t100_msg-msgv2&lt;/P&gt;&lt;P&gt;                  l_excp-&amp;gt;t100_msg-msgv3 l_excp-&amp;gt;t100_msg-msgv4&lt;/P&gt;&lt;P&gt;     RAISING id_not_created.&lt;/P&gt;&lt;P&gt; ENDTRY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rachti khanna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rachit Khanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Oct 2007 06:38:07 GMT</pubDate>
    <dc:creator>RKSK</dc:creator>
    <dc:date>2007-10-13T06:38:07Z</dc:date>
    <item>
      <title>Workflow WS20000317 - Problem please help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-ws20000317-problem-please-help/m-p/2919710#M687491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sapgurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently working on Workflow WS20000317, basically my requirement is that when the notification is created i have to intimate the user that a notification has been generated , but i don't know how to configure this workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anybody please help me out so that i can complete my scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well i am starting a workflow also tha ti have created tru the user exit but it is giving me this dumb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     IF lh_transaction IS NOT BOUND.&lt;/P&gt;&lt;P&gt;       lh_transaction = cl_swf_utl_transaction=&amp;gt;create( im_commit_work_control = l_do_c&lt;/P&gt;&lt;P&gt;       l_transaction_created = 'X'.&lt;/P&gt;&lt;P&gt;     ENDIF.&lt;/P&gt;&lt;P&gt;     IF do_commit EQ 'W'.&lt;/P&gt;&lt;P&gt;       CALL METHOD lh_transaction-&amp;gt;set_trfc_executed( ).&lt;/P&gt;&lt;P&gt;     ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     l_enqueue_owner = l_fbname.&lt;/P&gt;&lt;P&gt;     CALL METHOD cl_swf_run_transaction_manager=&amp;gt;get_instance&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;         im_transaction   = lh_transaction&lt;/P&gt;&lt;P&gt;         im_enqueue_owner = l_enqueue_owner&lt;/P&gt;&lt;P&gt;       RECEIVING&lt;/P&gt;&lt;P&gt;         re_instance      = lh_txmgr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     CALL METHOD cl_swf_run_wim_factory=&amp;gt;create_via_api&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;         im_context   = l_crt_ctx&lt;/P&gt;&lt;P&gt;         im_parameter = ls_wi_create&lt;/P&gt;&lt;P&gt;         im_tx        = lh_txmgr&lt;/P&gt;&lt;P&gt;         im_language  = language&lt;/P&gt;&lt;P&gt;       RECEIVING&lt;/P&gt;&lt;P&gt;         re_wi_handle = lh_wi_handle.&lt;/P&gt;&lt;P&gt;     CALL METHOD lh_txmgr-&amp;gt;save( ).&lt;/P&gt;&lt;P&gt;     IF l_do_commit EQ 'X'.&lt;/P&gt;&lt;P&gt;       COMMIT WORK.&lt;/P&gt;&lt;P&gt;     ENDIF.&lt;/P&gt;&lt;P&gt;   CATCH cx_swf_run_wim INTO l_excp.&lt;/P&gt;&lt;P&gt;     IF l_transaction_created EQ 'X'.&lt;/P&gt;&lt;P&gt;       CALL METHOD lh_transaction-&amp;gt;remove( ).&lt;/P&gt;&lt;P&gt;     ENDIF.&lt;/P&gt;&lt;P&gt;      lh_alm_context = cl_swf_alm_factory=&amp;gt;create_context(&lt;/P&gt;&lt;P&gt;                 im_category    = cl_swf_alm_factory=&amp;gt;c_cat_wi_create&lt;/P&gt;&lt;P&gt;                 im_system_type = cl_swf_alm_factory=&amp;gt;c_system_webflow ).&lt;/P&gt;&lt;P&gt;      CALL METHOD lh_alm_context-&amp;gt;raise_exception( l_excp ).&lt;/P&gt;&lt;P&gt;     MESSAGE ID l_excp-&amp;gt;t100_msg-msgid&lt;/P&gt;&lt;P&gt;             TYPE l_excp-&amp;gt;t100_msg-msgty&lt;/P&gt;&lt;P&gt;             NUMBER l_excp-&amp;gt;t100_msg-msgno&lt;/P&gt;&lt;P&gt;             WITH l_excp-&amp;gt;t100_msg-msgv1 l_excp-&amp;gt;t100_msg-msgv2&lt;/P&gt;&lt;P&gt;                  l_excp-&amp;gt;t100_msg-msgv3 l_excp-&amp;gt;t100_msg-msgv4&lt;/P&gt;&lt;P&gt;     RAISING id_not_created.&lt;/P&gt;&lt;P&gt; ENDTRY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rachti khanna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rachit Khanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Oct 2007 06:38:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-ws20000317-problem-please-help/m-p/2919710#M687491</guid>
      <dc:creator>RKSK</dc:creator>
      <dc:date>2007-10-13T06:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow WS20000317 - Problem please help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-ws20000317-problem-please-help/m-p/2919711#M687492</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;Set the &amp;lt;b&amp;gt;priority one&amp;lt;/b&amp;gt; to that particular step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when  the Notification is sent the Pop-up message will Intimate to the User.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Oct 2007 06:41:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-ws20000317-problem-please-help/m-p/2919711#M687492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-13T06:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow WS20000317 - Problem please help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-ws20000317-problem-please-help/m-p/2919712#M687493</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;How could i set the priority of a particular step , and there are two container elements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;Maint. Notification.Outstanding Task(s)&amp;amp; or &lt;/P&gt;&lt;P&gt;&amp;amp;Maint. Notification.Outstanding Task(s)&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are used in condition step now how can i set its value because i m not able to see them when i execute my workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rachit Khanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Oct 2007 08:41:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-ws20000317-problem-please-help/m-p/2919712#M687493</guid>
      <dc:creator>RKSK</dc:creator>
      <dc:date>2007-10-13T08:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow WS20000317 - Problem please help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-ws20000317-problem-please-help/m-p/2919713#M687494</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;Go to miscellaneous Tab in your step type. Here you can change the priority as 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Oct 2007 08:50:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-ws20000317-problem-please-help/m-p/2919713#M687494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-13T08:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow WS20000317 - Problem please help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-ws20000317-problem-please-help/m-p/2919714#M687495</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;What about the container element values how can i set it the one i have told you .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m not able to understand how to configure it i m totally confused please guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to run the workflow from my user exit using SWW_WI_START_SIMPLE but it is giving me this dumb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*- create transaction and force commit work&lt;/P&gt;&lt;P&gt;      lh_transaction = cl_swf_utl_transaction=&amp;gt;get( ).&lt;/P&gt;&lt;P&gt;      IF lh_transaction IS NOT BOUND.&lt;/P&gt;&lt;P&gt;        lh_transaction = cl_swf_utl_transaction=&amp;gt;create( im_commit_work_control = l_do_commi&lt;/P&gt;&lt;P&gt;        l_transaction_created = 'X'.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;      IF do_commit EQ 'W'.&lt;/P&gt;&lt;P&gt;        CALL METHOD lh_transaction-&amp;gt;set_trfc_executed( ).&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      l_enqueue_owner = l_fbname.&lt;/P&gt;&lt;P&gt;      CALL METHOD cl_swf_run_transaction_manager=&amp;gt;get_instance&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          im_transaction   = lh_transaction&lt;/P&gt;&lt;P&gt;          im_enqueue_owner = l_enqueue_owner&lt;/P&gt;&lt;P&gt;        RECEIVING&lt;/P&gt;&lt;P&gt;          re_instance      = lh_txmgr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL METHOD cl_swf_run_wim_factory=&amp;gt;create_via_api&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          im_context   = l_crt_ctx&lt;/P&gt;&lt;P&gt;          im_parameter = ls_wi_create&lt;/P&gt;&lt;P&gt;          im_tx        = lh_txmgr&lt;/P&gt;&lt;P&gt;          im_language  = language&lt;/P&gt;&lt;P&gt;        RECEIVING&lt;/P&gt;&lt;P&gt;          re_wi_handle = lh_wi_handle.&lt;/P&gt;&lt;P&gt;      CALL METHOD lh_txmgr-&amp;gt;save( ).&lt;/P&gt;&lt;P&gt;      IF l_do_commit EQ 'X'.&lt;/P&gt;&lt;P&gt;        COMMIT WORK.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    CATCH cx_swf_run_wim INTO l_excp.&lt;/P&gt;&lt;P&gt;      IF l_transaction_created EQ 'X'.&lt;/P&gt;&lt;P&gt;        CALL METHOD lh_transaction-&amp;gt;remove( ).&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     lh_alm_context = cl_swf_alm_factory=&amp;gt;create_context(&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                im_category    = cl_swf_alm_factory=&amp;gt;c_cat_wi_create&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                im_system_type = cl_swf_alm_factory=&amp;gt;c_system_webflow ).&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     CALL METHOD lh_alm_context-&amp;gt;raise_exception( l_excp ).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      MESSAGE ID l_excp-&amp;gt;t100_msg-msgid&lt;/P&gt;&lt;P&gt;              TYPE l_excp-&amp;gt;t100_msg-msgty&lt;/P&gt;&lt;P&gt;              NUMBER l_excp-&amp;gt;t100_msg-msgno&lt;/P&gt;&lt;P&gt;              WITH l_excp-&amp;gt;t100_msg-msgv1 l_excp-&amp;gt;t100_msg-msgv2&lt;/P&gt;&lt;P&gt;                 l_excp-&amp;gt;t10&lt;/P&gt;&lt;P&gt;    RAISING id_not_created.&lt;/P&gt;&lt;P&gt;ENDTRY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me what is the mistake here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rachit Khanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Oct 2007 09:24:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-ws20000317-problem-please-help/m-p/2919714#M687495</guid>
      <dc:creator>RKSK</dc:creator>
      <dc:date>2007-10-13T09:24:15Z</dc:date>
    </item>
  </channel>
</rss>

