<?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: Converting update function module to OO class method? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-update-function-module-to-oo-class-method/m-p/1748238#M324470</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Damian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For sure SAP will continue to surprise us. If you are working on 6.20 (or higher releases) display any class in SE24 and display the tabstrip "Properties" and have a look at the possible categories:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Class/Interface category

    This field cannot be maintained explicitly, but is assigned to special
    types of classes. Currently these are:

    o   01: Exit classes, that is classes of a BAdI (Business Add-In) of
        associated generated adapter classes

    o   10: Persistent classes in terms of Object Services

    o   11: Factory for persistent classes

    o   12: Status classes for persistent classes

    o   20: View classes (for later use)

    o   30: Proxy classes for remote interfaces (for later use)

    o   40: Exceptions, that is a class in terms of the new ABAP Object
        Exception Handling&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;For now we cannot use these categories but they let us glimpse into the (near) future. I think the most exciting prospect are &amp;lt;b&amp;gt;Proxy classes for remote interfaces&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Dec 2006 12:10:38 GMT</pubDate>
    <dc:creator>uwe_schieferstein</dc:creator>
    <dc:date>2006-12-21T12:10:38Z</dc:date>
    <item>
      <title>Converting update function module to OO class method?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-update-function-module-to-oo-class-method/m-p/1748235#M324467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have encountered a problem when attempting to convert a function module to OO style class method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to replicate an update module i.e one which runs in a background work process; to a class method but cannot find any option to enable the method to run as a background process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the situation is that i am converting a function group Z_BSP_SHOP&lt;/P&gt;&lt;P&gt;to a class ZCL_BSP_SHOP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the individual function modules i.e. Z_SHOP_CREATE_ORDER&lt;/P&gt;&lt;P&gt;to static class methods  i.e  ZCL_SHOP_CREATE_ORDER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help would be much appreciated,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;damian.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 09:20:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-update-function-module-to-oo-class-method/m-p/1748235#M324467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T09:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Converting update function module to OO class method?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-update-function-module-to-oo-class-method/m-p/1748236#M324468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Damian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if it is possible to execute methods calls in background (perhaps in release &amp;gt;= 700). &lt;/P&gt;&lt;P&gt;Thus, you have execute your method call within another program object that works in background like a normal report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 09:25:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-update-function-module-to-oo-class-method/m-p/1748236#M324468</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-12-21T09:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Converting update function module to OO class method?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-update-function-module-to-oo-class-method/m-p/1748237#M324469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Uwe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets hope more functionality added in future releases but for now i appreciate the workaround&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;damian.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 11:01:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-update-function-module-to-oo-class-method/m-p/1748237#M324469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T11:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Converting update function module to OO class method?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-update-function-module-to-oo-class-method/m-p/1748238#M324470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Damian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For sure SAP will continue to surprise us. If you are working on 6.20 (or higher releases) display any class in SE24 and display the tabstrip "Properties" and have a look at the possible categories:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Class/Interface category

    This field cannot be maintained explicitly, but is assigned to special
    types of classes. Currently these are:

    o   01: Exit classes, that is classes of a BAdI (Business Add-In) of
        associated generated adapter classes

    o   10: Persistent classes in terms of Object Services

    o   11: Factory for persistent classes

    o   12: Status classes for persistent classes

    o   20: View classes (for later use)

    o   30: Proxy classes for remote interfaces (for later use)

    o   40: Exceptions, that is a class in terms of the new ABAP Object
        Exception Handling&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;For now we cannot use these categories but they let us glimpse into the (near) future. I think the most exciting prospect are &amp;lt;b&amp;gt;Proxy classes for remote interfaces&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 12:10:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-update-function-module-to-oo-class-method/m-p/1748238#M324470</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-12-21T12:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Converting update function module to OO class method?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-update-function-module-to-oo-class-method/m-p/1748239#M324471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uwe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some very interesting developments indeed, i am lucky enough to be using 6.40 and the categories you mentioned do appear to be something for the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One approach to OO i am seriously considering is the use of MVC in future web projects and i am hoping to start having a look at model and controller classes when workload allows!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really hope these areas are something that SAP are really going to push in future releases and hopefully some exciting literature will come out alongside these developments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks again, and seasons greetings to all SDN'ers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Damian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 14:07:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-update-function-module-to-oo-class-method/m-p/1748239#M324471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T14:07:49Z</dc:date>
    </item>
  </channel>
</rss>

