<?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 basics in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-basics/m-p/3571470#M859623</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai&lt;/P&gt;&lt;P&gt;  dongrie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure means Collection of logically related fields.&lt;/P&gt;&lt;P&gt;These are used as work areas to store a single record temporarily  to fill the internal tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Structures can play imp. role when we are working with internal tables.Most of the times, we retrieve data from database tables into internal tables and then apply some process on them to get required results in the ouptut.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this scenario, if we want to create an internal table ,&lt;/P&gt;&lt;P&gt;it should refer to predifined ddic str. or user defined str.&lt;/P&gt;&lt;P&gt;with the help of structures,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can perform insert, delete and modify ,update operations with the help of work areas(structure).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the abap help in sdn.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Apr 2008 07:53:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-02T07:53:12Z</dc:date>
    <item>
      <title>structure basics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-basics/m-p/3571465#M859618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anyone tell me why structures not containing any records?? why we are using in our program to store the data?????????...or data manipulation give any example....to clear the concept deeply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 05:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-basics/m-p/3571465#M859618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T05:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: structure basics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-basics/m-p/3571466#M859619</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;Refer to this related thread ... this answers your question ..&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3313976"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 05:24:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-basics/m-p/3571466#M859619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T05:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: structure basics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-basics/m-p/3571467#M859620</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;Structure meant for GLOBAL EXISTANCE(these could be used by any other program without creating it again). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures are used especially to define the data at the interface of module pools and screens and to define the types of function module parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures that are used more than once can be changed centrally because they were defined centrall. The active ABAP Dictionary makes this change at all relevant locations. ABAP programs or screen templates that use a&lt;/P&gt;&lt;P&gt;structure are automatically adjusted when the structure changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can hold only one record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; There are theree types of structure:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Flat structure( elementry fields)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Nested structure ( type reference to other structure)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. deep structure ( type reference to database tables)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the very best....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dont forget to reward points.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreenivasa sarma K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 06:45:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-basics/m-p/3571467#M859620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T06:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: structure basics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-basics/m-p/3571468#M859621</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;Structures globally define the data structure occurring in program calculations or when data is passed between programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures are used in particular to define the data at the interface of module pools and screens and to define the types of the parameters of reusable forms or function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures are defined (almost) exactly like tables, but no database tables are generated from them. The same data elements and domains can be used in structures as in tables. Tables can also be included.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 06:46:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-basics/m-p/3571468#M859621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T06:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: structure basics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-basics/m-p/3571469#M859622</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;You make structures from se11 when you need to use that again and again.&lt;/P&gt;&lt;P&gt;you can write - type standard table of structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you know anything about HR&lt;/P&gt;&lt;P&gt;then after INfotypes statement&lt;/P&gt;&lt;P&gt;whatever infotype you give that structure gets filled with the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 07:19:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-basics/m-p/3571469#M859622</guid>
      <dc:creator>manubhutani</dc:creator>
      <dc:date>2008-04-02T07:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: structure basics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-basics/m-p/3571470#M859623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai&lt;/P&gt;&lt;P&gt;  dongrie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure means Collection of logically related fields.&lt;/P&gt;&lt;P&gt;These are used as work areas to store a single record temporarily  to fill the internal tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Structures can play imp. role when we are working with internal tables.Most of the times, we retrieve data from database tables into internal tables and then apply some process on them to get required results in the ouptut.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this scenario, if we want to create an internal table ,&lt;/P&gt;&lt;P&gt;it should refer to predifined ddic str. or user defined str.&lt;/P&gt;&lt;P&gt;with the help of structures,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can perform insert, delete and modify ,update operations with the help of work areas(structure).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the abap help in sdn.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 07:53:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-basics/m-p/3571470#M859623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T07:53:12Z</dc:date>
    </item>
  </channel>
</rss>

