<?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 settings and BOR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-settings-and-bor/m-p/1753484#M326601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following Scenario:&lt;/P&gt;&lt;P&gt;The BOR objects KNA1 and KNB1 are extended to create events for creation and changing the customer master. The change documents are configured to trigger these events whenever a customer is created or changed (Tocde) using SWEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is as follows:&lt;/P&gt;&lt;P&gt;I NEED to develop a single -task custom workflow template will be developed as a event receiver.  This workflow needs to  do the following:&lt;/P&gt;&lt;P&gt;&amp;#149;	Needs to  check if the customer exists&lt;/P&gt;&lt;P&gt;&amp;#149;	Needs to  collect all the information pertaining to the interface&lt;/P&gt;&lt;P&gt;&amp;#149;	Needs to  call the RFC-enabled function module to interface the data to the Middleware and to other non SAP- Systems&lt;/P&gt;&lt;P&gt;&amp;#149;	Needs to  write to an error log if the interface is failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i acheive this? I need valuable suggestions with code/ config settings steps.&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, 02 Dec 2006 20:56:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-02T20:56:48Z</dc:date>
    <item>
      <title>Workflow settings and BOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-settings-and-bor/m-p/1753484#M326601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following Scenario:&lt;/P&gt;&lt;P&gt;The BOR objects KNA1 and KNB1 are extended to create events for creation and changing the customer master. The change documents are configured to trigger these events whenever a customer is created or changed (Tocde) using SWEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is as follows:&lt;/P&gt;&lt;P&gt;I NEED to develop a single -task custom workflow template will be developed as a event receiver.  This workflow needs to  do the following:&lt;/P&gt;&lt;P&gt;&amp;#149;	Needs to  check if the customer exists&lt;/P&gt;&lt;P&gt;&amp;#149;	Needs to  collect all the information pertaining to the interface&lt;/P&gt;&lt;P&gt;&amp;#149;	Needs to  call the RFC-enabled function module to interface the data to the Middleware and to other non SAP- Systems&lt;/P&gt;&lt;P&gt;&amp;#149;	Needs to  write to an error log if the interface is failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i acheive this? I need valuable suggestions with code/ config settings steps.&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, 02 Dec 2006 20:56:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-settings-and-bor/m-p/1753484#M326601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-02T20:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow settings and BOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-settings-and-bor/m-p/1753485#M326602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Other then, creating subtypes of kna1 and knb1, delegate them and then extending them with events,&lt;/P&gt;&lt;P&gt;You can also extend them with attributes and methods, to fulfill all of your requirements. these methoda are then used in workflowtasks which are used as steps in a workflow template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Rob Dielemans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 09:39:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-settings-and-bor/m-p/1753485#M326602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T09:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow settings and BOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-settings-and-bor/m-p/1753486#M326603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you pls elaborate on how do i code &amp;amp; where in the workflow task in the following (with Tcodes):&lt;/P&gt;&lt;P&gt;&amp;#149; Needs to check if the customer exists&lt;/P&gt;&lt;P&gt;&amp;#149; Needs to collect all the information pertaining to the interface&lt;/P&gt;&lt;P&gt;&amp;#149; Needs to call the RFC-enabled function module to interface the data to the Middleware and to other non SAP- Systems&lt;/P&gt;&lt;P&gt;&amp;#149; Needs to write to an error log if the interface is failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 14:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-settings-and-bor/m-p/1753486#M326603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T14:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow settings and BOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-settings-and-bor/m-p/1753487#M326604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can't instantiate Business object KNA1 then the customer doesn't exist.&lt;/P&gt;&lt;P&gt;You can also use method ExistenceCheck of that BO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The rest is probably custom methods, although method execute of BO TRDIR allows you to execute programs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 15:59:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-settings-and-bor/m-p/1753487#M326604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T15:59:33Z</dc:date>
    </item>
  </channel>
</rss>

