<?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: What is the difference between business object method and a class method? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-business-object-method-and-a-class-method/m-p/3227864#M769935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Goharjou&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you would also want to know how to use it.&lt;/P&gt;&lt;P&gt;Please refer to Jocelyn Dart's links (Co-autor of the book "Practical Workflows for SAP").&lt;/P&gt;&lt;P&gt;It is a series of helpfuls and similified blogs. The first one is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=55566"&gt;http://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=55566&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the thereafter you can follow the sequence within each.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Modak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Dec 2013 09:57:11 GMT</pubDate>
    <dc:creator>I042439</dc:creator>
    <dc:date>2013-12-20T09:57:11Z</dc:date>
    <item>
      <title>What is the difference between business object method and a class method?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-business-object-method-and-a-class-method/m-p/3227861#M769932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the difference between business object method and a class method? They are both methods but it seems SE80 treats them differently. A method found under the business object heading is not retrievable under the class method heading. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your explanation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 10:54:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-business-object-method-and-a-class-method/m-p/3227861#M769932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-18T10:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between business object method and a class method?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-business-object-method-and-a-class-method/m-p/3227862#M769933</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;STRONG&gt;BO Concept&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;A business object type is the representation of a business entity, like an employee or a sales order, in an SAP System. It encompasses both the functions (in the form of methods) and the data (in the form of attributes) of this entity. In the process, the implementation details of the business object type are hidden from the end user, and the business object type itself is accessed through defined functions (methods/BAPIs). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Class Concept&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Classes are templates for objects. Conversely, you can say that the type of an object is the same as its class. A class is an abstract description of an object. You could say that it is a set of instructions for building an object. The attributes of objects are defined by the components of the class, which describe the state and behavior of objects. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Methods are internal procedures in a class that define the behavior of an object. They can access all of the attributes of a class. This allows them to change the data content of an object. They also have a parameter interface, with which users can supply them with values when calling them, and receive values back from them The private attributes of a class can only be changed by methods in the same class.&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;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 11:24:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-business-object-method-and-a-class-method/m-p/3227862#M769933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-18T11:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between business object method and a class method?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-business-object-method-and-a-class-method/m-p/3227863#M769934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUSINESS OBJECT METHOD-&amp;gt;&lt;/P&gt;&lt;P&gt;The Business Object Repository (BOR) is the object-oriented repository in the R/3 System. It contains the SAP business object types and SAP interface types as well as their components, such as methods, attributes and events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPIs are defined as methods of SAP business object types (or SAP interface types) in the BOR. Thus defined, the BAPIs become standard with full stability guarantees as regards their content and interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The BOR has the following functions for SAP business object types and their BAPIs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Provides an object oriented view of R/3 System data and processes.&lt;/P&gt;&lt;P&gt;R/3 application functions are accessed using methods (BAPIs) of SAP Business Objects. Implementation information is encapsulated; only the interface functionality of the method is visible to the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arranges the various interfaces in accordance with the component hierarchy, enabling functions to be searched and retrieved quickly and simply. &lt;/P&gt;&lt;P&gt;This finds the functionality searched for quickly and simply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manages BAPIs in release updates. &lt;/P&gt;&lt;P&gt;BAPI interface enhancements made by adding parameters are recorded in the BOR. Previous interface versions can thus be reconstructed at any time. When a BAPI is created the release version of the new BAPI is recorded in the BOR. The same applies when any interface parameter is created. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The version control of the function module that a BAPI is based on is managed in the Function Builder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ensures interface stability. &lt;/P&gt;&lt;P&gt;Any interface changes that are carried out in the BOR, are automatically checked for syntax compatibility against the associated development objects in the ABAP Dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLASS METHOD-&amp;gt;&lt;/P&gt;&lt;P&gt;This section contains explains how to work with methods in ABAP Objects. For precise details of the relevant ABAP statements, refer to the corresponding keyword documentation in the ABAP Editor. The example shows how to declare, implement, and call methods.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/08/d27c03b81011d194f60000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/08/d27c03b81011d194f60000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 11:37:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-business-object-method-and-a-class-method/m-p/3227863#M769934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-18T11:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between business object method and a class method?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-business-object-method-and-a-class-method/m-p/3227864#M769935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Goharjou&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you would also want to know how to use it.&lt;/P&gt;&lt;P&gt;Please refer to Jocelyn Dart's links (Co-autor of the book "Practical Workflows for SAP").&lt;/P&gt;&lt;P&gt;It is a series of helpfuls and similified blogs. The first one is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=55566"&gt;http://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=55566&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the thereafter you can follow the sequence within each.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Modak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 09:57:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-business-object-method-and-a-class-method/m-p/3227864#M769935</guid>
      <dc:creator>I042439</dc:creator>
      <dc:date>2013-12-20T09:57:11Z</dc:date>
    </item>
  </channel>
</rss>

