<?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: Business Objects.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/business-objects/m-p/1424399#M203478</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;i&amp;gt;1. What is the purpose/use of the Business Objects? The also have the same methods and attributes as SE24 classes. But, then why are special?&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would look at this way - Classes are stand alone objects which contain methods, attributes etc. Business Objects can be seen as tied to an Application area such as a MM, SD etc. In other words, they implement a particular business function. You will see that each BO is tied to an application area, whereas a class doesnt need one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&lt;/P&gt;&lt;P&gt;2. When we add a method to a business object, it asks if we would like to use a function module template.&lt;/P&gt;&lt;P&gt;a) If we choose a BAPI, would that allow us to call that method of business object from another system?&lt;/P&gt;&lt;P&gt;b) If not, is it possible to call a business object method in any other way?&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;Yes, it is possible to invoke a BAPI from an external system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;5. If i call a business object that has a method called CreateMaterial(for eg), will that actually create a new material in the SAP system. I have seen many business objects provided by SAP that seem to do such actions usually done thro transactions.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;Yes it should.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like your other questions regarding creation of objects etc have already been answered in different threads in the forum. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jul 2006 06:49:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-24T06:49:31Z</dc:date>
    <item>
      <title>Business Objects..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/business-objects/m-p/1424398#M203477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a lot of unanswered questions when it comes to business objects (the ones in the business process repository - SWO1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. What is the purpose/use of the Business Objects? The also have the same methods and attributes as SE24 classes. But, then why are special?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. When we add a method to a business object, it asks if we would like to use a function module template. &lt;/P&gt;&lt;P&gt; a) If we choose a BAPI, would that allow us to call that method of business object from another system?&lt;/P&gt;&lt;P&gt; b) If not, is it possible to call a business object method in any other way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. I have created instance of business object using SWO_CREATE. I also invoked a method without any parameters using SWO_INVOKE. How can we invoke a method with parameters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Is it possible to create instances of business object from an outside system, for eg. Java? How can it be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. If i call a business object that has a method called CreateMaterial(for eg), will that actually create a new material in the SAP system. I have seen many business objects provided by SAP that seem to do such actions usually done thro transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Anand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 05:07:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/business-objects/m-p/1424398#M203477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-24T05:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Business Objects..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/business-objects/m-p/1424399#M203478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;i&amp;gt;1. What is the purpose/use of the Business Objects? The also have the same methods and attributes as SE24 classes. But, then why are special?&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would look at this way - Classes are stand alone objects which contain methods, attributes etc. Business Objects can be seen as tied to an Application area such as a MM, SD etc. In other words, they implement a particular business function. You will see that each BO is tied to an application area, whereas a class doesnt need one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&lt;/P&gt;&lt;P&gt;2. When we add a method to a business object, it asks if we would like to use a function module template.&lt;/P&gt;&lt;P&gt;a) If we choose a BAPI, would that allow us to call that method of business object from another system?&lt;/P&gt;&lt;P&gt;b) If not, is it possible to call a business object method in any other way?&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;Yes, it is possible to invoke a BAPI from an external system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;5. If i call a business object that has a method called CreateMaterial(for eg), will that actually create a new material in the SAP system. I have seen many business objects provided by SAP that seem to do such actions usually done thro transactions.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;Yes it should.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like your other questions regarding creation of objects etc have already been answered in different threads in the forum. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 06:49:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/business-objects/m-p/1424399#M203478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-24T06:49:31Z</dc:date>
    </item>
  </channel>
</rss>

