<?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 experts, one query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-experts-one-query/m-p/1808355#M346790</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Goutam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is not to use PR functionality at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct approval for PO's is required with classification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know where this program needs to be written, in a user exit or somewhere else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some more details or a doc would be appretieted.Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Dec 2006 08:54:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-05T08:54:10Z</dc:date>
    <item>
      <title>Workflow experts, one query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-experts-one-query/m-p/1808353#M346788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can workflow be used to send an email once in a day to the approver for all the POs that require approval, is it possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case we need to use only POs without standard PR functionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 08:40:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-experts-one-query/m-p/1808353#M346788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T08:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow experts, one query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-experts-one-query/m-p/1808354#M346789</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; Yes it is possible.&lt;/P&gt;&lt;P&gt; Write a program. Mark it to run in back ground everyday. This report fetches all the POs that have been generated on a day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Use the FM: 'SWE_EVENT_CREATE', pass all the POs collected, trigger a Business Object Event, which'll trigger the Workflow whose step will be to send the e-mail, to the person with all the PO details collected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please let me know if further details are required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Goutham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 08:50:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-experts-one-query/m-p/1808354#M346789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T08:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow experts, one query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-experts-one-query/m-p/1808355#M346790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Goutam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is not to use PR functionality at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct approval for PO's is required with classification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know where this program needs to be written, in a user exit or somewhere else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some more details or a doc would be appretieted.Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 08:54:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-experts-one-query/m-p/1808355#M346790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T08:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow experts, one query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-experts-one-query/m-p/1808356#M346791</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; The report cannot be written in a User Exit, because you do not want to trigger WF everytime a change is made. So create a Customizing table or from the standard table you can get the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; My MAIN issue here is, if you create a program in a User Exit or a BADI let us say, it will be triggered every time a change is made. But as per your requirement you need to trigger it once in a day. So, as far as i can get to it user-exit or BADI might not solve the purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please let me know if further details are required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Goutham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 11:42:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-experts-one-query/m-p/1808356#M346791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T11:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow experts, one query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-experts-one-query/m-p/1808357#M346792</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;Have a look at the standard report RSWUWFML2 - the purpose of this report is infact to send these kinds of notifications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order for it to work you need to set up SAP Connect (SCOT) and to define forwarding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Morten Nielsen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 12:17:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-experts-one-query/m-p/1808357#M346792</guid>
      <dc:creator>morten_nielsen</dc:creator>
      <dc:date>2006-12-05T12:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow experts, one query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-experts-one-query/m-p/1808358#M346793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;However there is no BW that is being used, can this program still be used for sending email notifications.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 13:04:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-experts-one-query/m-p/1808358#M346793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T13:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow experts, one query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-experts-one-query/m-p/1808359#M346794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any release strategy?If not then and if just need to send an email and not workitem then you need to determine the approver for pos and send the mail using function module &amp;lt;b&amp;gt;so_object_send.&amp;lt;/b&amp;gt;...there is one more function module for sending mail outside sap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run this program as a batch job once in a day.You will have to build up the logic for which PO is required for approval and who is the approver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can even use standard workflow for PO approval if you are following release strategy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 20:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-experts-one-query/m-p/1808359#M346794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T20:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow experts, one query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-experts-one-query/m-p/1808360#M346795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The requirement is really the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PO approval may need multiple levels of approval.Release strategy needs to be used for PO with workflow, PR does not need to be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also all PO s requiring approval need to be listed in the email(not SAP inbox) and a single link should link up to all the work items at one go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers to an approach here would be nice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 08:52:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-experts-one-query/m-p/1808360#M346795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T08:52:53Z</dc:date>
    </item>
  </channel>
</rss>

