<?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: data dictionary in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1627750#M280329</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;1. data type: here we can create 'z' &lt;/P&gt;&lt;P&gt;data elements,&lt;/P&gt;&lt;P&gt;structures and &lt;/P&gt;&lt;P&gt;table types .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. type group: here you can define few types which are common to some programs. Without retyping in all the programs you can simply include (with the command ty-pools) the above type-group and use all the types in the alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: ty-pools slis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which is used for alv's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Sep 2006 04:09:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-25T04:09:58Z</dc:date>
    <item>
      <title>data dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1627748#M280327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;in data dictionary we have 7 components i.e DBtable,view,&lt;/P&gt;&lt;P&gt;datatype,domain,S.H,lock objects.&lt;/P&gt;&lt;P&gt;   I want to know what is the use of datatype,type group&lt;/P&gt;&lt;P&gt;pls explain in detail.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;   Regards,&lt;/P&gt;&lt;P&gt;   L.cnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 03:57:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1627748#M280327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T03:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: data dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1627749#M280328</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;  In the data type you can maintain the following elements..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA ELEMENTS&lt;/P&gt;&lt;P&gt;  STRUCTURES&lt;/P&gt;&lt;P&gt;  TABLE TYPES..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; o   Data elements (elementary types)                                    &lt;/P&gt;&lt;P&gt;     Elementary types have no structure. They describe the data type     &lt;/P&gt;&lt;P&gt;     attributes (such as given Dictionary data type, number of places)   &lt;/P&gt;&lt;P&gt;     and information that is relevant for the screen (such as title) of  &lt;/P&gt;&lt;P&gt;     unstructured data objects (variables/fields).                                                                                &lt;/P&gt;&lt;P&gt;o   Structures (structured types)                                       &lt;/P&gt;&lt;P&gt;     Structured types describe the structure and functions of any        &lt;/P&gt;&lt;P&gt;     structured data objects, that is of data structures with components &lt;/P&gt;&lt;P&gt;     of any type.                                                        &lt;/P&gt;&lt;P&gt;     A component can be a field with an elementary type or can itself be &lt;/P&gt;&lt;P&gt;     a structure. A table can also be used as a component in a structure.&lt;/P&gt;&lt;P&gt;     A database table always has a structure and is therefore implicitly &lt;/P&gt;&lt;P&gt;     a structured type. However, the fields of a database table can only &lt;/P&gt;&lt;P&gt;     have an elementary type.                                                                                &lt;/P&gt;&lt;P&gt;o   Table types                                                         &lt;/P&gt;&lt;P&gt;     Table types describe the structure and functions of internal tables &lt;/P&gt;&lt;P&gt;     in the ABAP program. Their rows can have any row type. Table types  &lt;/P&gt;&lt;P&gt;with elementary row type therefore can be defined just the same as &lt;/P&gt;&lt;P&gt;multi-dimensional table types (table types with a table type as row&lt;/P&gt;&lt;P&gt;type) or table types using structures with table-like components.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press F1 in the data type field..You will get a detailed documentation.&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;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 04:01:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1627749#M280328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T04:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: data dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1627750#M280329</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;1. data type: here we can create 'z' &lt;/P&gt;&lt;P&gt;data elements,&lt;/P&gt;&lt;P&gt;structures and &lt;/P&gt;&lt;P&gt;table types .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. type group: here you can define few types which are common to some programs. Without retyping in all the programs you can simply include (with the command ty-pools) the above type-group and use all the types in the alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: ty-pools slis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which is used for alv's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 04:09:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1627750#M280329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T04:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: data dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1627751#M280330</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;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Data Type:&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data types can be divided into elementary, reference, and complex types. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some of the examples are Character (C), Numeric character (N), Date (D), and Time (T), Byte field (X),Integer (I), Floating-point number (F) and Packed number (P).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define data types at various levels in the R/3 System.Some ABAP statements allow you to use the TYPE addition to refer to an existing data type. The data types must be visible in the program for this to work.When working with data, it is important to know whether data types are compatible or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Type-Group:&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;It contains the definitions of the ABAP/4 types. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic form    TYPE-POOL type pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The name &amp;lt;type_pool&amp;gt; is to consist of the name of the development class and one or two additional characters. The names of all types must start with the name of the type group and an underscore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  TYPE-POOL ABCDE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  TYPES: ABCDE_PACKED TYPE P,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         ABCDE_INT    TYPE I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Mark all helpful answers for points.&lt;/P&gt;&lt;P&gt;JLN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 04:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1627751#M280330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T04:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: data dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1627752#M280331</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;In simple words,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;datatype means same like in any ther pgming language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg : int, char, num, string etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;type group means ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its a pool of commonly used structres, types and internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in the pgm just declare TY-POOLS SLIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so this eg: slis is a group whic contain commonly used&lt;/P&gt;&lt;P&gt;in the ALV display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so its like a directory.&lt;/P&gt;&lt;P&gt;we are including tat direc tory in our pgm.&lt;/P&gt;&lt;P&gt;so we can use the files inside it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope u got a clear idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;P&gt;pls mark helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 05:07:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/1627752#M280331</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-09-25T05:07:49Z</dc:date>
    </item>
  </channel>
</rss>

