<?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: abap dictionary in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2598229#M595235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is a very common problem most beginner encounterd in initial days &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;I guess you don't have table maintainence authority.&lt;/P&gt;&lt;P&gt;Go to the attributes of of your Z table. There tick the checkbox table maintennce allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;A.Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Jul 2007 07:38:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-28T07:38:07Z</dc:date>
    <item>
      <title>abap dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2598225#M595231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am new learner for sap-abap programming.  when i tried to create y or z tables, i can't make record entries. i am facing some problem. it says the system setting are not allowed to do. please give some idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2007 05:25:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2598225#M595231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-28T05:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: abap dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2598226#M595232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;welcome to SDN forum.&lt;/P&gt;&lt;P&gt;First up all, do you have DEVELOPER access key to create a Table? have you previously created any object in the system?&lt;/P&gt;&lt;P&gt;Take the developer access key and create the table&lt;/P&gt;&lt;P&gt;Goto SE11 Tcode&lt;/P&gt;&lt;P&gt;enter table name&lt;/P&gt;&lt;P&gt;press create&lt;/P&gt;&lt;P&gt;enter description&lt;/P&gt;&lt;P&gt;enter delivery class as 'A'.&lt;/P&gt;&lt;P&gt;press fields&lt;/P&gt;&lt;P&gt;enter some 3 fields with their data elements or press predefined type&lt;/P&gt;&lt;P&gt;enter the data type as CHAR and length some 10 like that enter some fields  and save&lt;/P&gt;&lt;P&gt;press technical settings button on application toolbar&lt;/P&gt;&lt;P&gt;enter data class and size category and save and activate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database table&lt;/P&gt;&lt;P&gt;Tables can be defined independently of the database in the ABAP Dictionary. The fields of the table are defined together with their (database-independent) data types and lengths.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A table definition in the ABAP Dictionary has the following components:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table fields: The field names and the data types of the fields contained in the table are defined here.&lt;/P&gt;&lt;P&gt;Foreign keys: The foreign keys define the relationships between this table and other tables.&lt;/P&gt;&lt;P&gt;Technical settings: The technical settings define how the table is created on the database.&lt;/P&gt;&lt;P&gt;Indexes: Indexes can be defined for the table to speed up data selection from the table.&lt;/P&gt;&lt;P&gt;There are three categories of database tables in the ABAP Dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A physical table definition is created in the database for the table definition stored in the ABAP Dictionary for transparent tables when the table is activated. The table definition is translated from the ABAP Dictionary to a definition of the particular database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand, pooled tables and cluster tables are not created in the database. The data of these tables is stored in the corresponding table pool or table cluster. It is not necessary to create indexes and technical settings for pooled and cluster tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2007 06:11:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2598226#M595232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-28T06:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: abap dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2598227#M595233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Please make ensure that you have created the Table maintenance Generator....&lt;/P&gt;&lt;P&gt;If you are going for the master table then Client foeld is important without that it wont allow.&lt;/P&gt;&lt;P&gt;After creation of everything goto Table --&amp;gt; Utilities --&amp;gt; Table contents --&amp;gt; create Entries&lt;/P&gt;&lt;P&gt;You can able to see the content of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yogesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2007 06:52:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2598227#M595233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-28T06:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: abap dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2598228#M595234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Hi, &lt;/P&gt;&lt;P&gt;step 1. Go to transaction se11.&lt;/P&gt;&lt;P&gt;step 2. write a table name prefix with z.&lt;/P&gt;&lt;P&gt;step 3. Give description.&lt;/P&gt;&lt;P&gt;step 4. It comes to delivery and maintainance, In delivery class u have 3 types u can select any of those 3. I have selected as A(master and transaction data).&lt;/P&gt;&lt;P&gt;Along with this u have to mention ur data browser as Display/ maintainance allowed only.&lt;/P&gt;&lt;P&gt;step 5. Go to technical settings, specify ur data class (APPL0) and size.&lt;/P&gt;&lt;P&gt;step 6. Create your fields with data element and domain.&lt;/P&gt;&lt;P&gt;step 7. While u enter ur data element ( the name u give should prefix with z) double click on that.&lt;/P&gt;&lt;P&gt;step 8. Now u have two options either to create domain or data type. After creating this, it will ask for field label, mention the field label.&lt;/P&gt;&lt;P&gt;step 9. Now activate at the same screen and come back u'll come to data element screen then again activate. Finally u'll come to first screen.&lt;/P&gt;&lt;P&gt;step 10. Follow steps 6 to 9 for more fields.&lt;/P&gt;&lt;P&gt;step 11. then activate.&lt;/P&gt;&lt;P&gt;step 12. To create entries in the table. On menu bar u have utilities, in that u have table contents, in that u have create entries.&lt;/P&gt;&lt;P&gt;step 13. After every entry save the data. That will be saved in the databaase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk ths&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb6e446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb6e446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2007 07:17:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2598228#M595234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-28T07:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: abap dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2598229#M595235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is a very common problem most beginner encounterd in initial days &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;I guess you don't have table maintainence authority.&lt;/P&gt;&lt;P&gt;Go to the attributes of of your Z table. There tick the checkbox table maintennce allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;A.Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2007 07:38:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2598229#M595235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-28T07:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: abap dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2598230#M595236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use transaction se11 .. enter ztable name.. and fill the mandatory fields in it.. enter the field names u have in the fields tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TO create a ZTABLE, The steps are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE11.&lt;/P&gt;&lt;P&gt;Give ur table name zxxxx.&lt;/P&gt;&lt;P&gt;Press create.&lt;/P&gt;&lt;P&gt;Now Give the short description for ur table.&lt;/P&gt;&lt;P&gt;In the DELIVERY AND MAINTAINENCE TAB,&lt;/P&gt;&lt;P&gt;Specify the delivery class A or C or wat ever depending on ur requirement.(If u ztable is customizing table, Specify C else give A for applic table)&lt;/P&gt;&lt;P&gt;Specify Data Browser/Table View Maint as per ur requirement.&lt;/P&gt;&lt;P&gt;Now in the FIELDS TAB,&lt;/P&gt;&lt;P&gt;Specify the fields u want to display in ur table.&lt;/P&gt;&lt;P&gt;Accord choose in built data element and domain.&lt;/P&gt;&lt;P&gt;IF the data element and domain for ur requirement is not created, then u can create a Z data element and domain and use the same for ur table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally after ur fields are given, Do the TECHNICAL SETTINGS for ur table and also do TABLE MAINTAINENCE GENERATOR (Goto Utilities --&amp;gt;Table maintainence).Only then u'll b able to give new entries in ur ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then activate ur table and save it in the assigned package.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jul 2007 02:22:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2598230#M595236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-29T02:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: abap dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2598231#M595237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I think u forgot to check &amp;lt;b&amp;gt;table maintennce allowed&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Go to the attributes of  Z table. check  the checkbox table maintennce allowed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 06:40:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2598231#M595237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T06:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: abap dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2598232#M595238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steps to Creating domains, Data Elements, Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To give you the steps for creating table:.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;There are two approach in creating a table.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;1. Bottom-up approach&lt;/P&gt;&lt;P&gt;2. Top-down approach. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Both are valid and you can choose which approach is suitable for you.  I always use the bottom-up approach. Here are the steps to create the tables with this approach.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;1. SE11 will take you to the DDIC and enter the name of the new table to be created. Let us say Zname. Click create.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;2. Enter the short discription of the table and enter the field of the table.  If it is primary key and you have to check the box. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;3. Enter the data element  and double click it, you will be asked to save and will take you to data element discription page.  Enter the short discription of the data element and enter the information of domain like the length of field and type of field.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;4. If you wanted to use the existing domain then its fine, or else, you have to create one.  Enter the domain name in the data element page and double click it.  Page will ask to save and jump to domain creation page.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;5. In the domain page, you have to save the information which you have already given in the data elements page and check it.  Before going to data element page, you have to activate the domain.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;6. Go to data element page and save, check and activate.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;7. Go to main table page and save, check, and activate.  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;8. Also, you have to save the technical settings of the table.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;The table is now ready for operation. You can use it in your program or you can use it to enter information.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Check table:  It is the table which will have all the information about the Foreign keys which are the primary keys in the check table.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;It can be created by creating the foreign key from the main table.  Click foreign key in the main table and it will take you to a page which will ask for table name and field to which foreign key relation has to be associated. Enter the information and you can create the check table automatically.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;SM30 is used for maintenance of the table, that is to realease the errors occured during the creation of the table.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;srinivas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*&lt;STRONG&gt;reward for useful answers&lt;/STRONG&gt;*&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 09:50:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2598232#M595238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T09:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: abap dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2598233#M595239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i got so many replies from many people. thanks, but still i tried in all the ways that everyone told. still i couldn't solve the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 01:06:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2598233#M595239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T01:06:40Z</dc:date>
    </item>
  </channel>
</rss>

