<?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: Programmatically open specific workflow Approval Task in SBWP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/programmatically-open-specific-workflow-approval-task-in-sbwp/m-p/12142281#M1976079</link>
    <description>&lt;P&gt;It seems that your question is asking whether SBWP can do something that is its current goal (click a task and that triggers ABAP code, like displaying an ALV for instance).&lt;/P&gt;&lt;P&gt;So, I guess I don't understand your question.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Feb 2020 09:25:15 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2020-02-14T09:25:15Z</dc:date>
    <item>
      <title>Programmatically open specific workflow Approval Task in SBWP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programmatically-open-specific-workflow-approval-task-in-sbwp/m-p/12142280#M1976078</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;As in the title, is there a way to open specific workflow approval task in SBWP? I plan to have another ALV report program and with a hotspot when clicked, open the specific workflow approval task inbox in SBWP.&lt;/P&gt;
  &lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 01:58:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programmatically-open-specific-workflow-approval-task-in-sbwp/m-p/12142280#M1976078</guid>
      <dc:creator>suwandi_cahyadi</dc:creator>
      <dc:date>2020-02-14T01:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically open specific workflow Approval Task in SBWP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programmatically-open-specific-workflow-approval-task-in-sbwp/m-p/12142281#M1976079</link>
      <description>&lt;P&gt;It seems that your question is asking whether SBWP can do something that is its current goal (click a task and that triggers ABAP code, like displaying an ALV for instance).&lt;/P&gt;&lt;P&gt;So, I guess I don't understand your question.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 09:25:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programmatically-open-specific-workflow-approval-task-in-sbwp/m-p/12142281#M1976079</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-02-14T09:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically open specific workflow Approval Task in SBWP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programmatically-open-specific-workflow-approval-task-in-sbwp/m-p/12142282#M1976080</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes, only not triggered from SBWP but from a custom program instead..&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 11:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programmatically-open-specific-workflow-approval-task-in-sbwp/m-p/12142282#M1976080</guid>
      <dc:creator>suwandi_cahyadi</dc:creator>
      <dc:date>2020-02-14T11:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically open specific workflow Approval Task in SBWP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programmatically-open-specific-workflow-approval-task-in-sbwp/m-p/12142283#M1976081</link>
      <description>&lt;P&gt;I also do not quite understand why you would have / want to do this, yet you can find some info in the SAP-Blog regarding "WF FunctionModules, Transactions, Hints" : &lt;A href="https://blogs.sap.com/2017/12/18/workflow-basics-more-a-handy-guide/" target="_blank"&gt;link&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 11:37:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programmatically-open-specific-workflow-approval-task-in-sbwp/m-p/12142283#M1976081</guid>
      <dc:creator>NTeunckens</dc:creator>
      <dc:date>2020-02-14T11:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically open specific workflow Approval Task in SBWP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programmatically-open-specific-workflow-approval-task-in-sbwp/m-p/12142284#M1976082</link>
      <description>&lt;P&gt;If the question is to have a custom screen and clicking somewhere should simulate "open SBWP" + "click a given decision step workitem" so that to display the possible decisions, and then let the user make the decision, then NO, not exactly.&lt;/P&gt;&lt;P&gt;Here are some ideas to do it differently:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You may restrict the list of workitems displayed via the BAdI WF_BWP_SELECT_FILTER.&lt;/LI&gt;&lt;LI&gt;You may create a custom screen which displays the list of possible choices of a given workitem, and you call SAP_WAPI_DECISION_COMPLETE.&lt;/LI&gt;&lt;LI&gt;You may create your own custom inbox (class CL_WF_INBOX_01; see source code behind transaction codes SWLD_INPLACE*)&lt;/LI&gt;&lt;LI&gt;Etc.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 14 Feb 2020 13:36:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programmatically-open-specific-workflow-approval-task-in-sbwp/m-p/12142284#M1976082</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-02-14T13:36:54Z</dc:date>
    </item>
  </channel>
</rss>

