<?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/2508478#M567200</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Structure are used to hold record at runtime..They are pure type definition instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Egs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA wa like MARA. "structure to hold material master record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES MARA.."Structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Hakim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark all useful answers..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2007 13:38:05 GMT</pubDate>
    <dc:creator>abdul_hakim</dc:creator>
    <dc:date>2007-07-16T13:38:05Z</dc:date>
    <item>
      <title>STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2508473#M567195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WHAT IS MEANT BY STRUCTURE IN ABAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHAT IS USED FOR STRUCTURE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SEND ME SAMPLE PROGRAM FOR STRUCTURE?&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;S.SURESH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 13:26:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2508473#M567195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T13:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2508474#M567196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;structure is a dictionary object which is capable of holding a single row data at the run time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 13:31:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2508474#M567196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T13:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2508475#M567197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You use structure using TCODE SE11... there is no prog for creating structure...&lt;/P&gt;&lt;P&gt;but u can create work areas very similar to structures in a prog..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure&lt;/P&gt;&lt;P&gt;A structure (structured type) consists of components (fields) whose types are defined.&lt;/P&gt;&lt;P&gt;A component can have an elementary type, a structured type, a table type or a reference type.&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;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 structure are automatically adjusted when the structure changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure are defined in Data Dictionary and can be used only at run time  while Work Areas are created and used during run time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 13:31:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2508475#M567197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T13:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2508476#M567198</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;b&amp;gt;Structures&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;-Are record declarations that do not correspond to a Database Table.&lt;/P&gt;&lt;P&gt;-Just like user-defined data type.&lt;/P&gt;&lt;P&gt;-Defined like a table and can then be addressed from ABAP/4 programs. &lt;/P&gt;&lt;P&gt;-Structures contain data only during the runtime of a program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward points for helful ans&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aarti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 13:33:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2508476#M567198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T13:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2508477#M567199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;STRUCTURE IS A DATABASE TABLE&lt;/P&gt;&lt;P&gt;WHERE IT ACCEPTS ONLY ONE RECORD TO PROCESS&lt;/P&gt;&lt;P&gt;WE CAN DEFINE STRUCTURE LIKE THIS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types : begin of it_tab1,&lt;/P&gt;&lt;P&gt;        f1(20),&lt;/P&gt;&lt;P&gt;        f2(40),&lt;/P&gt;&lt;P&gt;        f3(20),&lt;/P&gt;&lt;P&gt;       end of it_tab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THIS IS THE STRUCTURE DECLARATION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF USEFUL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS &lt;/P&gt;&lt;P&gt;NARESH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 13:36:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2508477#M567199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T13:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2508478#M567200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Structure are used to hold record at runtime..They are pure type definition instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Egs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA wa like MARA. "structure to hold material master record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES MARA.."Structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Hakim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark all useful answers..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 13:38:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2508478#M567200</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2007-07-16T13:38:05Z</dc:date>
    </item>
  </channel>
</rss>

