<?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: STRUCTURE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/3456717#M830526</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;The differences between a STRUCTURE and a DATABASE TABLE:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Structure does not store data whereas Tables can store data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. You will have to specify technical settings when you create a table in SE11 Where as you wont while creating a structure.Technical settings basically contains data class, size category, and buffering type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. You can indexes for a table where as there will no indexes for a structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Tables can be defined independently of the database in the ABAP Dictionary. The fields of the table are defined with their (database-independent) data types and lengths.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the table is activated, a physical table definition is created in the database for the table definition stored in the ABAP Dictionary. 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;Structure does not exist at the underlying data base level. Structure exists as Definition in the Dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. In a database table, you can only include flat structures as substructures&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Feb 2008 20:34:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-14T20:34:49Z</dc:date>
    <item>
      <title>STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/3456715#M830524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May i know the difference between structure and table ..... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can we move the contents of table to corresponding structure &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can we create structure ...... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am going thru structure demo_conn and dealing with table spfli.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is an example of example from abap docu (SCREENS).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 20:16:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/3456715#M830524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T20:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/3456716#M830525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table contains the structure and data, but in structure it has only structure(filed names length,...details only but not data).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can't move the data to structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to se11 and create the global structure, other wise in the program you create the structure for that particular program.&lt;/P&gt;&lt;P&gt;ex: types : begin of st,&lt;/P&gt;&lt;P&gt;                   f1&lt;/P&gt;&lt;P&gt;                   f2&lt;/P&gt;&lt;P&gt;                 end od st.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 20:30:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/3456716#M830525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T20:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/3456717#M830526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;The differences between a STRUCTURE and a DATABASE TABLE:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Structure does not store data whereas Tables can store data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. You will have to specify technical settings when you create a table in SE11 Where as you wont while creating a structure.Technical settings basically contains data class, size category, and buffering type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. You can indexes for a table where as there will no indexes for a structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Tables can be defined independently of the database in the ABAP Dictionary. The fields of the table are defined with their (database-independent) data types and lengths.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the table is activated, a physical table definition is created in the database for the table definition stored in the ABAP Dictionary. 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;Structure does not exist at the underlying data base level. Structure exists as Definition in the Dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. In a database table, you can only include flat structures as substructures&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 20:34:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/3456717#M830526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T20:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/3456718#M830527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;creating a structure&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to T.code  SE11 -&amp;gt; select the radio button data type -&amp;gt; give a name to it and select the create tab -&amp;gt; choose structure -&amp;gt;give the component name and component type save and activate !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 20:37:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/3456718#M830527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T20:37:51Z</dc:date>
    </item>
  </channel>
</rss>

