<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/2817439#M658927</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im not familiar with 'workflow' concept in ABAP. Please provide me some material with implimentation procedure which can answer below queries&lt;/P&gt;&lt;P&gt;What is workflow? Why is it used? How can we impliment it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Sep 2007 11:34:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-26T11:34:59Z</dc:date>
    <item>
      <title>workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/2817439#M658927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im not familiar with 'workflow' concept in ABAP. Please provide me some material with implimentation procedure which can answer below queries&lt;/P&gt;&lt;P&gt;What is workflow? Why is it used? How can we impliment it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 11:34:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/2817439#M658927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T11:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/2817440#M658928</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;Workflow Process&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase - 1:	Process Phase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.	 Discussion with a user who is currently doing manual workflow.&lt;/P&gt;&lt;P&gt;2.	Understanding Manual Flow in the Organization.&lt;/P&gt;&lt;P&gt;3.	Collecting the Business Process components (like Sales Order creation, PO changes, etc).&lt;/P&gt;&lt;P&gt;4.	Understanding the Ratio and Effort Estimation involved ion the manual flow (total man hours involved, time spent in determining the task assignment etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase &amp;#150; 2:	Implementation Phase&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.	Gap Analysis (mapping the business process and the business workflow and maps them into a into a business process model).&lt;/P&gt;&lt;P&gt;2.	Type of Workflow (Standard / Circular / Hierarchical). &lt;/P&gt;&lt;P&gt;Task: &lt;/P&gt;&lt;P&gt;i.	Single step Task.&lt;/P&gt;&lt;P&gt;ii.	Multi-step Task.&lt;/P&gt;&lt;P&gt;3.	Analyzing the ways to trigger the workflow.&lt;/P&gt;&lt;P&gt;6 ways of triggering the workflow:&lt;/P&gt;&lt;P&gt;&amp;#149;	Using Change Document Object (wizard used &amp;#150; SWU_EWCD).&lt;/P&gt;&lt;P&gt;-  Mentioning the table, field and type of event (On Change, On    Delete and On   &lt;/P&gt;&lt;P&gt;   Create) also the triggering condition.&lt;/P&gt;&lt;P&gt;&amp;#149;	Using Standard Report Programs &lt;/P&gt;&lt;P&gt;- Triggering events based on BDC (Function Module used &amp;#150; SAP_WAPI_CREATE_EVENT). The inputs required for this funct. Module is Object Type, Object Key, and Event Name.&lt;/P&gt;&lt;P&gt;- User Exit based on Movement types in Material Documents.&lt;/P&gt;&lt;P&gt;&amp;#149;	Using Message Types (SWUY &amp;#150; Linking the Message type to the Workflow).&lt;/P&gt;&lt;P&gt;&amp;#149;	Using Business Transactions (SWUG).&lt;/P&gt;&lt;P&gt;&amp;#149;	Using Status change (BSVW &amp;#150; Linking Object type and event based upon the status).&lt;/P&gt;&lt;P&gt;&amp;#149;	Using Logistics Information System (based upon the Exceptions).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.	Identifying the Business Components (Creating subtypes, events, methods, attributes etc).&lt;/P&gt;&lt;P&gt;5.	Roles&lt;/P&gt;&lt;P&gt;-	Process Consultant: Who analyzes the existing business process suitable for SAP business workflow and maps into a business process model.&lt;/P&gt;&lt;P&gt;-	Workflow Developer: Person who implements the workflow based on the business process model and using the workflow definition tools.&lt;/P&gt;&lt;P&gt;-	Workflow System Administrator: Who is responsible for the technical maintenance after customization of the workflow.&lt;/P&gt;&lt;P&gt;-	Workflow Agent: Who is an end user in the productive workflow.&lt;/P&gt;&lt;P&gt;-	Process Controller: Who evaluates the workflow and responsible for suggesting improvements.&lt;/P&gt;&lt;P&gt;6.	Container Elements.&lt;/P&gt;&lt;P&gt;&amp;#149;	Event Container&lt;/P&gt;&lt;P&gt;&amp;#149;	Workflow Container&lt;/P&gt;&lt;P&gt;&amp;#149;	Task Container&lt;/P&gt;&lt;P&gt;&amp;#149;	Method Container&lt;/P&gt;&lt;P&gt;&amp;#149;	Role Container&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase &amp;#150; 3	Deployment Phase (preparing and customizing)&lt;/P&gt;&lt;P&gt;1.	Organizational Assignment (assigning users to position and job).&lt;/P&gt;&lt;P&gt;2.	Agent Assignment.&lt;/P&gt;&lt;P&gt;&amp;#149;	Selected Agent&lt;/P&gt;&lt;P&gt;&amp;#149;	Possible Agent&lt;/P&gt;&lt;P&gt;&amp;#149;	Actual Agent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase &amp;#150; 4	Operation and Connection&lt;/P&gt;&lt;P&gt;1. Starting the workflow.&lt;/P&gt;&lt;P&gt;2. Ratio and Efficiency in workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction involved in Workflow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEFINITION TOOLS  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PPOC - Organizational Structure creation.&lt;/P&gt;&lt;P&gt;PFAC &amp;#150; Role creation&lt;/P&gt;&lt;P&gt;PFTC &amp;#150; Standard Task Creation&lt;/P&gt;&lt;P&gt;SWDD &amp;#150; Workflow Builder&lt;/P&gt;&lt;P&gt;SCDO &amp;#150; Change document object.&lt;/P&gt;&lt;P&gt;SWEC &amp;#150; Events for Change Document&lt;/P&gt;&lt;P&gt;SWU_EWCD &amp;#150; Event creation Wizard.&lt;/P&gt;&lt;P&gt;SWUY &amp;#150; Wizard for Message link with Workflow&lt;/P&gt;&lt;P&gt;SWETYPV &amp;#150; Event Linkage assignment&lt;/P&gt;&lt;P&gt;BSVW &amp;#150; Event status maintenance&lt;/P&gt;&lt;P&gt;SWUG &amp;#150; Trigger workflow using Transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RUNTIME TOOLS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWLD &amp;#150; Main menu for Workflow&lt;/P&gt;&lt;P&gt;SWF3 &amp;#150; Workflow Wizard&lt;/P&gt;&lt;P&gt;SWUD &amp;#150; Diagnostics tool&lt;/P&gt;&lt;P&gt;SWI1 &amp;#150; Work item analysis&lt;/P&gt;&lt;P&gt;SWI3 &amp;#150; List of Workflows executed today.&lt;/P&gt;&lt;P&gt;SWEL &amp;#150; Event Log&lt;/P&gt;&lt;P&gt;SWIA &amp;#150; Workflow testing without Agent Check.&lt;/P&gt;&lt;P&gt;SWUI &amp;#150; Start a workflow.&lt;/P&gt;&lt;P&gt;SWUS &amp;#150; Start a workflow (Test Environment)&lt;/P&gt;&lt;P&gt;SWU4 &amp;#150; Consistency Check for Standard Task(Ts&amp;#133;.).&lt;/P&gt;&lt;P&gt;SWU5 &amp;#150; Consistency Check for Customer Task(T&amp;#133;.).&lt;/P&gt;&lt;P&gt;SWU6 &amp;#150; Consistency Check for Workflow Task(WF&amp;#133;).&lt;/P&gt;&lt;P&gt;SWU7 &amp;#150; Consistency Check for Workflow Template(WS&amp;#133;).&lt;/P&gt;&lt;P&gt;SWB_COND &amp;#150; Display start condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tell me ur mailid i will send u more...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward if helpful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 11:38:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/2817440#M658928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T11:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/2817441#M658929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Purpose&lt;/P&gt;&lt;P&gt;You use SAP Business Workflow (WebFlow Engine) to define business processes that are not yet mapped in the SAP System. These may be simple release or approval procedures, or more complex business processes such as creating a material master and the associated coordination of the departments involved. Business Workflow is particularly suitable for situations in which work processes have to be run through repeatedly, or situations in which the business process requires the involvement of a large number of agents in a specific sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use Business Workflow to respond to errors and exceptions in other, existing business processes. You can start a workflow when predefined events occur, for example an event can be triggered if particular errors are found during an automatic check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP provides several workflows that map predefined business processes. These workflows do not require much implementation effort. For an overview of these SAP workflows for mySAP Technology see workflow scenarios and the documentation for the application component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Integration&lt;/P&gt;&lt;P&gt;Business Workflow uses the existing transactions and functions of the SAP System and does not change the functions. You can combine the existing functions of the SAP System to form new business processes with Business Workflow. The workflow system takes over control of the business processes. If you are already using Organizational Management, you can use the organizational structure created there to have the relevant agents carry out the individual activities. It is possible to have an activity carried out by a position. This ensures that the respective occupiers of the position can carry out the individual activities during execution of the workflow. This means that personnel changes in your organization are taken into account immediately in the execution of a workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Business Workflow is also integrated withcross-component Business Process Management (BPM) in Exchange Infrastructure (XI). A workflow can send messages to a business process and, conversely, messages from a business process can be processed in a workflow. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Features&lt;/P&gt;&lt;P&gt;Business Workflow provides a number of tools for defining and analyzing workflows as well as for monitoring operation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Workflow Builder is for displaying and making changes to workflows. You can make small extensions directly to the original workflows supplied by SAP, such as carrying out your own agent assignments or changing deadline monitoring. These can be saved as workflow configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WebFlow Functions can be used to execute workflows between different companies. All the data required can be sent as XML documents. Business Workflow can also respond to suitable inbound XML documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are several Workflow Wizards to support you in the definition of workflows, with which you can create specific parts of a workflow. You can start the existing Workflow Wizards from the Workflow Builder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make the functions of the SAP System available to the workflow, use the business object type. You can define and analyze business object types in the Business Object Builder. The workflow accesses the individual business objects at runtime using the reusable tasks. The Business Workflow Explorer gives you an overview of all existing tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The end user receives information about the activities that they carry out in their Business Workplace or in the Workflow Inbox MiniApp or in the iView Universal Worklist of the enterprise portal. An iView is available within portals. This provides them with a central overview of all the activities that they are authorized to carry out. They can commence the activities from here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Several tools are available to the workflow system administrator, with which they can control and analyze the current workflows. The workflow system administrator is notified of problems automatically by the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Please reward if useful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 11:40:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/2817441#M658929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T11:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/2817442#M658930</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;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Workflow Definition&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;SAP Business Workflow® is a cross-application tool that makes it possible to integrate business tasks/processes between applications. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This tool was introduced in R/3 Release 3.0A, and received a substantial facelift in the Enjoy Release, 4.6A, which warranted the new name Workflow Builder.&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Need for Workflow&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;A business process can consist of several steps. Historically, the tasks have been coordinated manually or by some informal means of communication (sticky note, e-mail, shouting, and so on). &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The common problem in these approaches is :&lt;BR /&gt; Inefficiency&lt;BR /&gt; Each lacks a way to trace where a task is&lt;BR /&gt; Who executed (or is executing it),&lt;BR /&gt; How much time it required. &lt;BR /&gt;&lt;BR /&gt;In contrast, the workflow ensures that the right work is sent to right person at the right time in the right sequence with the right information. &lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Why SAP Workflow?&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;Tool for the automization of business processes&lt;BR /&gt; Not tied up to any particular application&lt;BR /&gt; Operates uniformly across applications&lt;BR /&gt; Coordinate all participating tasks&lt;BR /&gt; Provide users with active support&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Workflow Boundaries&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;The component uses the existing transactions &amp;amp; function modules. The functionality and operability of the existing transactions and function modules are neither changed nor restricted by the workflow control. &lt;BR /&gt;&lt;BR /&gt;SAP Business Workflow does not intervene in the programmed processes within a transaction&lt;BR /&gt;&lt;BR /&gt; The component makes the R/3 System easier to operate, which is particularly useful for inexperienced or occasional users.&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;&lt;BR /&gt;Workflow&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;A workflow consists of a sequence of steps, which are processed either by people or automatically by the system.&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Workflow Builder&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;Modeling tool for creating a workflow definition.&lt;BR /&gt;Creating and process workflow definition&lt;BR /&gt;Test and activate a workflow definition&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Workflow Definition&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;Technical description of a workflow&lt;BR /&gt;Workflow definition is made up of individual steps and events with one step and one or more events making up one unit. These units can be arranged in sequence or in parallel.&lt;BR /&gt;The workflow definition is the set of rules that determine the path that the process takes. For example, how a purchase requisition is processed, from the initial request to the creation of the purchase order&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Workflow Instance&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;A Workflow Instance, which is often simply referred to as the workflow, is a single workflow run. For example, the processing of a single purchase requisition for computers. &lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Task&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;The Tasks are the steps in the process, which have to be performed either by people or automatically by the software. For example, to check for the availability of the spare computers in the company. &lt;BR /&gt;&lt;BR /&gt;During runtime a tasks is represent as a Workitem.&lt;BR /&gt;&lt;BR /&gt;Following tasks exist in the workflow context:&lt;BR /&gt;Single-step task&lt;BR /&gt;Activity in which an object method is executed on a specific object&lt;BR /&gt;Multi-step task (Workflow)&lt;BR /&gt;Activity whose description includes reference to a workflow definition&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Work Item&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;A Work item is the task instance that is performed as a single workflow step. For example, check that there are no spare computers available in the company. &lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Agent&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;Agents are the people who process the tasks (via the work items). For example, requisitioner and a member of the purchasing department.&lt;BR /&gt;&lt;BR /&gt;A system user who participates actively in SAP Business Workflow and executes work items&lt;BR /&gt;&lt;BR /&gt;Types of agents available&lt;BR /&gt;Possible agent&lt;BR /&gt;User who is organizationally authorized to start a task and execute the associated work item&lt;BR /&gt;Responsible agent&lt;BR /&gt;User assigned locally to a step in the workflow definition&lt;BR /&gt;Excluded agent&lt;BR /&gt;User who is excluded from processing a work item&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Container&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;Container is the place where all the data used in the workflow is collected.&lt;BR /&gt;&lt;BR /&gt;Basic common data structure of the various definition.&lt;BR /&gt;&lt;BR /&gt;Containers have container elements for holding the following:&lt;BR /&gt;Values (Constants)&lt;BR /&gt;Structure&lt;BR /&gt;Object references &lt;BR /&gt;Complex types&lt;BR /&gt;&lt;BR /&gt;The container elements can be used to control the execution of work items and workflows.&lt;BR /&gt;&lt;BR /&gt;Types of container:&lt;BR /&gt;Workflow container&lt;BR /&gt;Task Container&lt;BR /&gt;Event Container&lt;BR /&gt;Method Container &lt;BR /&gt;Rule Container&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Binding&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;Binding is the set of rules that define which data is passed to which part of the process. &lt;BR /&gt;&lt;BR /&gt;Assignment of values to a container element at runtime.&lt;BR /&gt;&lt;BR /&gt;Binding definition:&lt;BR /&gt;Specification of assignment rules describing the assignment of data to a container element or the exchange of data between two container element.&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Business Object Builder&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;Tool for creating and processing business object types.&lt;BR /&gt;&lt;BR /&gt;Can be used to access the definition of an object type&lt;BR /&gt;&lt;BR /&gt;Subtypes can be created for existing Business object type&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Object Type&lt;/P&gt;&lt;/B&gt; &lt;BR /&gt;&lt;BR /&gt;Business objects integrate the data and functions of business applications into your workflows. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;They enable workflow engine to communicate with business applications with all the flexibility and robustness required for a production environment&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Object Type&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;Description of data (objects) in the system created at definition time in the Business Object Builder&lt;BR /&gt;&lt;BR /&gt;Object types are described and implemented by specifying the following components:&lt;BR /&gt;Basic data&lt;BR /&gt;Key fields&lt;BR /&gt;Attributes&lt;BR /&gt;Methods with parameters, result and exceptions&lt;BR /&gt;Events with parameters&lt;BR /&gt;Implementation program&lt;BR /&gt;&lt;BR /&gt;The Object type must be defined before its data (Objects) can be used in the system.&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Reward if usefull&lt;/P&gt;&lt;/B&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 11:43:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/2817442#M658930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T11:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/2817443#M658931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shori,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My emailid would be premraj.cheguri@gmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly send the material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 12:31:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/2817443#M658931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T12:31:47Z</dc:date>
    </item>
  </channel>
</rss>

