<?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 Re: workflow in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/3684871#M887338</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The person self can set a substitution. There is no function for a WF-administrator. You will have to make a small ABAP which calls function module RH_SUBSTITUTES_LIST (maintenance flag = X). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tip: you can call this FM also directly in SE37 ofcourse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RH_SUBSTITUTES_LIST'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   US_TYPE                  = 'US'&lt;/P&gt;&lt;P&gt;   US_ID                    = userid&lt;/P&gt;&lt;P&gt;   ACT_PLVAR                = '01'&lt;/P&gt;&lt;P&gt;   ACT_BEGDA                = SY-DATUM&lt;/P&gt;&lt;P&gt;   ACT_ENDDA                = '99991231'&lt;/P&gt;&lt;P&gt;   MAINTAINANCE_FLAG        = 'X'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ACT_MODE                 = 'A'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   NO_ACTIVE_WF_PLVAR       = 1&lt;/P&gt;&lt;P&gt;   OTYPE_NOT_VALID          = 2&lt;/P&gt;&lt;P&gt;   OBJECT_NOT_VALID         = 3&lt;/P&gt;&lt;P&gt;   OTHERS                   = 4&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt; MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Apr 2008 18:50:56 GMT</pubDate>
    <dc:creator>b_deterd2</dc:creator>
    <dc:date>2008-04-06T18:50:56Z</dc:date>
    <item>
      <title>workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/3684870#M887337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In work flow how to provide substitution when approval person (ex:manager ) is not present ? please tell me path to set substitution?*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Apr 2008 16:45:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/3684870#M887337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-06T16:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/3684871#M887338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The person self can set a substitution. There is no function for a WF-administrator. You will have to make a small ABAP which calls function module RH_SUBSTITUTES_LIST (maintenance flag = X). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tip: you can call this FM also directly in SE37 ofcourse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RH_SUBSTITUTES_LIST'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   US_TYPE                  = 'US'&lt;/P&gt;&lt;P&gt;   US_ID                    = userid&lt;/P&gt;&lt;P&gt;   ACT_PLVAR                = '01'&lt;/P&gt;&lt;P&gt;   ACT_BEGDA                = SY-DATUM&lt;/P&gt;&lt;P&gt;   ACT_ENDDA                = '99991231'&lt;/P&gt;&lt;P&gt;   MAINTAINANCE_FLAG        = 'X'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ACT_MODE                 = 'A'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   NO_ACTIVE_WF_PLVAR       = 1&lt;/P&gt;&lt;P&gt;   OTYPE_NOT_VALID          = 2&lt;/P&gt;&lt;P&gt;   OBJECT_NOT_VALID         = 3&lt;/P&gt;&lt;P&gt;   OTHERS                   = 4&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt; MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Apr 2008 18:50:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/3684871#M887338</guid>
      <dc:creator>b_deterd2</dc:creator>
      <dc:date>2008-04-06T18:50:56Z</dc:date>
    </item>
  </channel>
</rss>

