<?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: ALV FUNCTION MODULE AND OBJECT ORIENTED ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-function-module-and-object-oriented/m-p/2860382#M670787</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  Previously ALV Creation is done by using function modules. OO Methods are came with newer releases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  When we comparing our tasks to Real world situations, This would be better to understand and proceed . OO Methods comes here. Object Oriented Methods makes sure about Generalization and Speciallization Concept. Object Oriented Methos is better than Fn. Modules. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   OO Methods improves the performance and OOPs is adjustable with modifications and new inclusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;LIJO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Sep 2007 06:57:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-24T06:57:16Z</dc:date>
    <item>
      <title>ALV FUNCTION MODULE AND OBJECT ORIENTED ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-function-module-and-object-oriented/m-p/2860379#M670784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is difference between ALV function module and ALV object oriented.&lt;/P&gt;&lt;P&gt;which one is more advantages.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 06:24:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-function-module-and-object-oriented/m-p/2860379#M670784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T06:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: ALV FUNCTION MODULE AND OBJECT ORIENTED ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-function-module-and-object-oriented/m-p/2860380#M670785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ALV via FM lets you make an ALV grid using a function module as it used to be the case till ECC 4.6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However since then SAP has introducted OOP hence have brought out a new method to create ALV via Classes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The latter (via OOPs) is better because of the sheer flexibility it gives you to perform operations on the ALV by using the classe's methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence if you are planning to learn ALV I recommend using OOP instead of FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: If this answers your question please reward points and close the post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 06:32:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-function-module-and-object-oriented/m-p/2860380#M670785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T06:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: ALV FUNCTION MODULE AND OBJECT ORIENTED ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-function-module-and-object-oriented/m-p/2860381#M670786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before R/3 Release 4.0, the nearest equivalent of objects in ABAP were function modules and function groups.&lt;/P&gt;&lt;P&gt;In the past, information systems used to be defined primarily by their functionality: data and functions were kept separate and linked together by means of input and output relations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The object-oriented approach, however, focuses on objects that represent abstract or concrete things of the real world. These objects are first defined by their character and their properties which are represented by their internal structure and their attributes (data). The behaviour of these objects is described by methods (functionality).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 06:44:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-function-module-and-object-oriented/m-p/2860381#M670786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T06:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: ALV FUNCTION MODULE AND OBJECT ORIENTED ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-function-module-and-object-oriented/m-p/2860382#M670787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  Previously ALV Creation is done by using function modules. OO Methods are came with newer releases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  When we comparing our tasks to Real world situations, This would be better to understand and proceed . OO Methods comes here. Object Oriented Methods makes sure about Generalization and Speciallization Concept. Object Oriented Methos is better than Fn. Modules. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   OO Methods improves the performance and OOPs is adjustable with modifications and new inclusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;LIJO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 06:57:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-function-module-and-object-oriented/m-p/2860382#M670787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T06:57:16Z</dc:date>
    </item>
  </channel>
</rss>

