<?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: global class in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-class/m-p/1327867#M167732</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;You can create global classes in the transaction SE24, which is the class builder..&lt;/P&gt;&lt;P&gt;In the class builder, you can give a new name for the class and within the class you can see various tabs like Attributes,Methods, Events etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the names to the methods and specify their types (IMPORTING,EXPORTING ,CHANGING) etc. YOu can also specify the parameters to the methods by clicking the parameters button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can specify the implementation to the methods defined by double-clicking on the methods. There you can code for the method...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will send you the required screenshots to your mail id..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 May 2006 06:37:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-18T06:37:43Z</dc:date>
    <item>
      <title>global class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-class/m-p/1327862#M167727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anybody help me .i want to create a global class and want to do the implementation of the same can anybody help me.I need some document that will consist of the screenshots.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 04:48:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/global-class/m-p/1327862#M167727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T04:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: global class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-class/m-p/1327863#M167728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;moreover i would like add my custom checks .please tell me how to extend the super abstract classes.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 04:52:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/global-class/m-p/1327863#M167728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T04:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: global class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-class/m-p/1327864#M167729</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;Global Classes and Interfaces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Classes and interfaces are both object types. You can define them either globally in the R/3 Repository or locally in an ABAP program. If you define classes and interfaces globally, they are stored in special ABAP programs called class pools (type K) or interface pools (type J), which serve as containers for the respective object types. Each class or interface pool contains the definition of a single class or interface. The programs are automatically generated by the Class Builder when you create a class or interface. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A class pool is comparable to a module pool or function group. It contains both declarative and executable ABAP statements, but cannot be started on its own. Instead, the system can only execute the statements in the class pool on request, that is, when the CREATE OBJECT statement occurs to create instances of the class. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface pools do not contain any executable statements. Instead, they are used as containers for interface definitions. When you implement an interface in a class, the interface definition is implicitly included in the class definition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/ec/d9ab291b0b11d295400000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/ec/d9ab291b0b11d295400000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c3/225b5c54f411d194a60000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c3/225b5c54f411d194a60000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&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>Thu, 18 May 2006 05:05:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/global-class/m-p/1327864#M167729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T05:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: global class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-class/m-p/1327865#M167730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai James Bond&lt;/P&gt;&lt;P&gt;could you provide your Mail Id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will send you Some Documentation about Global Class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sreenivasulu P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 06:04:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/global-class/m-p/1327865#M167730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T06:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: global class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-class/m-p/1327866#M167731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My email id is-sap.manish@gmail.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 06:22:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/global-class/m-p/1327866#M167731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T06:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: global class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-class/m-p/1327867#M167732</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;You can create global classes in the transaction SE24, which is the class builder..&lt;/P&gt;&lt;P&gt;In the class builder, you can give a new name for the class and within the class you can see various tabs like Attributes,Methods, Events etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the names to the methods and specify their types (IMPORTING,EXPORTING ,CHANGING) etc. YOu can also specify the parameters to the methods by clicking the parameters button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can specify the implementation to the methods defined by double-clicking on the methods. There you can code for the method...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will send you the required screenshots to your mail id..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 06:37:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/global-class/m-p/1327867#M167732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T06:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: global class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-class/m-p/1327868#M167733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai James&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check your mail Box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward help Points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sreenivasulu P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 06:40:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/global-class/m-p/1327868#M167733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T06:40:04Z</dc:date>
    </item>
  </channel>
</rss>

