<?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: Bussiness Object creation for workflow in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bussiness-object-creation-for-workflow/m-p/4793779#M1122699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look on this link &lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/sdn%252bblogs%252bfor%252bworkflows" target="test_blank"&gt;https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/sdn%252bblogs%252bfor%252bworkflows&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it wil be helpful!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mamta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Dec 2008 06:50:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-02T06:50:16Z</dc:date>
    <item>
      <title>Bussiness Object creation for workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bussiness-object-creation-for-workflow/m-p/4793776#M1122696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I am new in workflow and want to make the workflow for addition of two numbers.&lt;/P&gt;&lt;P&gt;Please can anyone guide me the steps which i have to follow.&lt;/P&gt;&lt;P&gt;I want to make my own BO , But there  several options like supertype,object type ..etc.&lt;/P&gt;&lt;P&gt;Please explain the BO and other steps to follow .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Premraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 06:32:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bussiness-object-creation-for-workflow/m-p/4793776#M1122696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T06:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Bussiness Object creation for workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bussiness-object-creation-for-workflow/m-p/4793777#M1122697</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;U want to add two no. using BO.&lt;/P&gt;&lt;P&gt;For this u have to create 'z' Object .&lt;/P&gt;&lt;P&gt;Inside that create 'z'Method.&lt;/P&gt;&lt;P&gt;Now after that u can write ur functionality of adding two no. in that method.&lt;/P&gt;&lt;P&gt;this u can use in ur WF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or u can use delegation also.&lt;/P&gt;&lt;P&gt;Take selfitem as a supertype for BO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or there is one step-conatiner operation...&lt;/P&gt;&lt;P&gt;u can directly use that for addition of two numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;details:&lt;/P&gt;&lt;P&gt;Each business object has the following properties:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a.	Object Type ID u2013 It is used for internal identification of the business object.&lt;/P&gt;&lt;P&gt;b.	Object Name u2013 It is used for external identification of the business object.&lt;/P&gt;&lt;P&gt;                Using this property external system can interact with SAP system.&lt;/P&gt;&lt;P&gt;c.	Super Type u2013 It is the parent object from which all the components of the BO are inherited.&lt;/P&gt;&lt;P&gt;d.	Name u2013 It is a descriptive name of the BO.&lt;/P&gt;&lt;P&gt;e.	Description u2013 It is a brief description of the business object type.&lt;/P&gt;&lt;P&gt;f.	Application - The application component to which the BO belongs to.&lt;/P&gt;&lt;P&gt;g.	Program - Program that will contain the ABAP code of the BO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps u!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mamta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 06:39:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bussiness-object-creation-for-workflow/m-p/4793777#M1122697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T06:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Bussiness Object creation for workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bussiness-object-creation-for-workflow/m-p/4793778#M1122698</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;please check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/6ce9d51d-0b01-0010-00ba-b7934da764de" target="test_blank"&gt;https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/6ce9d51d-0b01-0010-00ba-b7934da764de&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aakash Banga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 06:44:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bussiness-object-creation-for-workflow/m-p/4793778#M1122698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T06:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Bussiness Object creation for workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bussiness-object-creation-for-workflow/m-p/4793779#M1122699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look on this link &lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/sdn%252bblogs%252bfor%252bworkflows" target="test_blank"&gt;https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/sdn%252bblogs%252bfor%252bworkflows&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it wil be helpful!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mamta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 06:50:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bussiness-object-creation-for-workflow/m-p/4793779#M1122699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T06:50:16Z</dc:date>
    </item>
  </channel>
</rss>

