<?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: How's to select data from structure data object? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-s-to-select-data-from-structure-data-object/m-p/4262081#M1017090</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get the value table for the structure and get the data from this...and use an internal table of the same structure type&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jul 2008 08:40:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-30T08:40:34Z</dc:date>
    <item>
      <title>How's to select data from structure data object?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-s-to-select-data-from-structure-data-object/m-p/4262076#M1017085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my data is kept in structure data object (not a table type).  How can I select data from that kind of data object.  Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 08:24:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-s-to-select-data-from-structure-data-object/m-p/4262076#M1017085</guid>
      <dc:creator>former_member547299</dc:creator>
      <dc:date>2008-07-30T08:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: How's to select data from structure data object?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-s-to-select-data-from-structure-data-object/m-p/4262077#M1017086</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;Data cannot be stored in Structure Data Object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sumit Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 08:29:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-s-to-select-data-from-structure-data-object/m-p/4262077#M1017086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T08:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: How's to select data from structure data object?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-s-to-select-data-from-structure-data-object/m-p/4262078#M1017087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Noppy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You cannot have data in a structure. Only a table contains data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 08:30:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-s-to-select-data-from-structure-data-object/m-p/4262078#M1017087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T08:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: How's to select data from structure data object?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-s-to-select-data-from-structure-data-object/m-p/4262079#M1017088</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;&lt;STRONG&gt;Data cannot be stored in structure.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure is just like a view , so its a medium with which you can create a view relevant to your needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields that we need together , we put in a structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure is a medium where we collect all our relevant fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can include the structure in internal table so that we can actually store data , process data and retrieve data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx,&lt;/P&gt;&lt;P&gt;dhanashri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 08:39:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-s-to-select-data-from-structure-data-object/m-p/4262079#M1017088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T08:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: How's to select data from structure data object?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-s-to-select-data-from-structure-data-object/m-p/4262080#M1017089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi noppy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In structure u can not have data. If u want to store data and then select it for further use then use tables&lt;/P&gt;&lt;P&gt;for this purpose. Go to se11--&amp;gt; put name of Database table. There u can select data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this information  vl help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 08:40:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-s-to-select-data-from-structure-data-object/m-p/4262080#M1017089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T08:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: How's to select data from structure data object?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-s-to-select-data-from-structure-data-object/m-p/4262081#M1017090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get the value table for the structure and get the data from this...and use an internal table of the same structure type&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 08:40:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-s-to-select-data-from-structure-data-object/m-p/4262081#M1017090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T08:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: How's to select data from structure data object?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-s-to-select-data-from-structure-data-object/m-p/4262082#M1017091</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 is like work area, it has data at runtime. U can append that data into internal table of same structure or a paritcular field value in that structure to a variable of same field structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 08:41:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-s-to-select-data-from-structure-data-object/m-p/4262082#M1017091</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2008-07-30T08:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: How's to select data from structure data object?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-s-to-select-data-from-structure-data-object/m-p/4262083#M1017092</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;&lt;STRONG&gt;Structure is a definition and does not contain any data.&lt;/STRONG&gt; so there no question of keeping data in a structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 08:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-s-to-select-data-from-structure-data-object/m-p/4262083#M1017092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T08:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: How's to select data from structure data object?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-s-to-select-data-from-structure-data-object/m-p/4262084#M1017093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;first I would tell you that structure can not stor data. secondly data in structure id loaded only in run time. if you want to fetch data from a structure which is loaded with data. you must declare a internal table of type that structure see below exampls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data : it_data type standard table of strc_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop  at strc_data&lt;/P&gt;&lt;P&gt;move strc_data to it_data.&lt;/P&gt;&lt;P&gt;append it_data&lt;/P&gt;&lt;P&gt;Clear it_data.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 08:47:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-s-to-select-data-from-structure-data-object/m-p/4262084#M1017093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T08:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: How's to select data from structure data object?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-s-to-select-data-from-structure-data-object/m-p/4262085#M1017094</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 are similar to tables but structures do not have an underlying database as tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due to this structure does not contain any data. It can contain data at runtime.&lt;/P&gt;&lt;P&gt;As soon as the program terminates, it looses all the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrads,&lt;/P&gt;&lt;P&gt;Aleem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 09:24:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-s-to-select-data-from-structure-data-object/m-p/4262085#M1017094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T09:24:07Z</dc:date>
    </item>
  </channel>
</rss>

