<?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 to get data from structures ?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-structures/m-p/2526693#M572474</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u have to find the tables and proceed..&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jul 2007 14:35:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-10T14:35:12Z</dc:date>
    <item>
      <title>how to get data from structures ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-structures/m-p/2526688#M572469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;I have to do a report.I had given structures instead of display tables.we cant get data from the structures. are there any FM to diaplay data from structures or shd i need to sreach the fileds in display table&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rasheed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 04:34:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-structures/m-p/2526688#M572469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T04:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data from structures ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-structures/m-p/2526689#M572470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rasheed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to search for the tables based on the fields as you can not get data from structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 04:36:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-structures/m-p/2526689#M572470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T04:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data from structures ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-structures/m-p/2526690#M572471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Structures dont store data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find out the filed names by going to technical settings and check for tables with where used etc and find the relevant tables.&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;Regards,&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 04:41:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-structures/m-p/2526690#M572471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T04:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data from structures ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-structures/m-p/2526691#M572472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry its Field names&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 04:42:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-structures/m-p/2526691#M572472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T04:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data from structures ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-structures/m-p/2526692#M572473</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 is the pure description of the table, it has no memory to store values physically. these are exisit in dictionary level only. we can't store values in structure physicallay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you want to extract data related to structure, first find the table related to that particuller structure and extract data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ashok Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 04:55:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-structures/m-p/2526692#M572473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T04:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data from structures ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-structures/m-p/2526693#M572474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u have to find the tables and proceed..&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 14:35:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-structures/m-p/2526693#M572474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T14:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data from structures ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-structures/m-p/2526694#M572475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There are several ways to find the tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Choose the data elements that the structure fields belong to - do a 'Where User' in SE11 to see any tables - check using SE16.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Use ST05 and or SE30 to trace the transaction and see what tables are being read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) In many areas there are Function Modules that does these reads - could you please provide more details of the area you are trying to get data from?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 16:16:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-structures/m-p/2526694#M572475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T16:16:31Z</dc:date>
    </item>
  </channel>
</rss>

