<?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: How to create data class in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-data-class/m-p/4999106#M1164233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Jan 2009 17:15:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-05T17:15:28Z</dc:date>
    <item>
      <title>How to create data class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-data-class/m-p/4999105#M1164232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one issue with data class, When we are creating the table, we use to select the APP01, APP02 and etc, but i need to create my own data class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any one help me, how to create the  data class?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gourisankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 16:53:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-data-class/m-p/4999105#M1164232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T16:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create data class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-data-class/m-p/4999106#M1164233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 17:15:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-data-class/m-p/4999106#M1164233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T17:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to create data class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-data-class/m-p/4999107#M1164234</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;The data class defines the physical area of the database (for ORACLE the TABLESPACE) in which your table is logically stored. If you choose a data class correctly, your table will automatically be assigned to the correct area when it is created on the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most important data classes are (other than the system data):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPL0    Master data&lt;/P&gt;&lt;P&gt;APPL1    Transaction data&lt;/P&gt;&lt;P&gt;APPL2    Organizational and customizing data&lt;/P&gt;&lt;P&gt;Master data is data which is frequently read, but rarely updated. Transaction data is data which is frequently updated.Organizational und customizing data is data which is defined when the system is initialized and then rarely changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two more data classes available, USR and USR1. These are reserved for user developments. The tables assigned to these data classes are stored in a tablespace for user developments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create your own data class under USR and USR1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 06:24:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-data-class/m-p/4999107#M1164234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T06:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create data class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-data-class/m-p/4999108#M1164235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gourisankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why you want to create Own data class.U have the data class usr1 usr2 for user data classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it is not good to create ur own data class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 09:46:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-data-class/m-p/4999108#M1164235</guid>
      <dc:creator>tarangini_katta</dc:creator>
      <dc:date>2009-01-07T09:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to create data class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-data-class/m-p/4999109#M1164236</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;hope below link will be of some help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eac5446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eac5446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 07:29:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-data-class/m-p/4999109#M1164236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T07:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to create data class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-data-class/m-p/4999110#M1164237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi GauriShankar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use class in two ways.&lt;/P&gt;&lt;P&gt;1) Global Class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can be created in se24.Give the name of the class and short description and you will get into the class builder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the attributes tab, give the two numbers as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a Public Instance Type I description&lt;/P&gt;&lt;P&gt;b Public Instance Type I description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the methods tab, Click on the constructor button to create the constructor method. You can click on the parameters tab to give the parameters for the method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the parameters as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;param_a Importing Type I description&lt;/P&gt;&lt;P&gt;param_b Importing Type I description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now create a new method whose description is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add Instance Description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on the method name to go into the editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the constructor method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just assign &lt;/P&gt;&lt;P&gt;a = param_a and &lt;/P&gt;&lt;P&gt;b = param_b&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in the add method &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: sum type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum = a + b.&lt;/P&gt;&lt;P&gt;message i001(zmess) with sum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now save and activate the class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in the main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: obj type ref to ZMYCLASS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;create object obj exporting param_a = 10&lt;/P&gt;&lt;P&gt;param_b = 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method obj-&amp;gt;add.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will be the way to use classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Local classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just go through this document to have a better idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/5c65b0dd-eddf-4512-8e32-ecd26735f0f2/prefinalppt.ppt" target="test_blank"&gt;http://esnips.com/doc/5c65b0dd-eddf-4512-8e32-ecd26735f0f2/prefinalppt.ppt&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 06:55:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-data-class/m-p/4999110#M1164237</guid>
      <dc:creator>abap_team</dc:creator>
      <dc:date>2009-01-13T06:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create data class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-data-class/m-p/4999111#M1164238</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;Data class,&lt;/P&gt;&lt;P&gt;                  The Data class determines in which table space the table is stored when it&lt;/P&gt;&lt;P&gt;                  is created in the database.&lt;/P&gt;&lt;P&gt;                  which  are appropriate for application tables:&lt;/P&gt;&lt;P&gt;                APPL0 - Master data (data frequently accessed but rarely updated)&lt;/P&gt;&lt;P&gt;	         APPL1 - Transaction data (data that is changed frequently)&lt;/P&gt;&lt;P&gt;	         APPL2 - Organizational data (customizing data that is entered when system is &lt;/P&gt;&lt;P&gt;					Configured and then rarely changed)&lt;/P&gt;&lt;P&gt;                 The other two types are:&lt;/P&gt;&lt;P&gt;	                     USR&lt;/P&gt;&lt;P&gt;	                     USR1 - Intended for customers own developments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard's&lt;/P&gt;&lt;P&gt;Shaik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 05:06:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-data-class/m-p/4999111#M1164238</guid>
      <dc:creator>shadow</dc:creator>
      <dc:date>2009-01-23T05:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create data class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-data-class/m-p/4999112#M1164239</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;data class are defined by SAP depending upon the selction coresponding physical area will be selected .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you choose the data class correctly, your table is automatically assigned to the correct area (tablespace or DBspace) of the database when it is created. Each data class corresponds to a physical area in which all the tables assigned to this data class are stored. There are the following data classes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPL0 (master data): Data which is seldomly changed. An example of master data is the data contained in an address file, such as the name, address and telephone number. &lt;/P&gt;&lt;P&gt;APPL1 (transaction data): Data that is frequently changed. An example of transaction data is the goods in a warehouse, which change after each purchase order. &lt;/P&gt;&lt;P&gt;APPL2 (organizational data): Customizing data that is defined when the system is installed and seldomly changed. An example is the table with country codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two further data classes, &lt;STRONG&gt;USR and USR1&lt;/STRONG&gt;, are provided for the customer. These are for user developments. The tables assigned to these data classes are stored in a tablespace for user developments.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 06:14:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-data-class/m-p/4999112#M1164239</guid>
      <dc:creator>former_member206439</dc:creator>
      <dc:date>2009-01-23T06:14:03Z</dc:date>
    </item>
  </channel>
</rss>

