<?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 Structure with Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-with-table/m-p/4848924#M1134005</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;Anyone tell to me that this particular Structure is releated to TABLE in database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Nov 2008 05:17:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-19T05:17:07Z</dc:date>
    <item>
      <title>Structure with Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-with-table/m-p/4848924#M1134005</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;Anyone tell to me that this particular Structure is releated to TABLE in database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 05:17:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-with-table/m-p/4848924#M1134005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T05:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Structure with Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-with-table/m-p/4848925#M1134006</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;If you don't mind can you exaplin your query in detail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 05:22:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-with-table/m-p/4848925#M1134006</guid>
      <dc:creator>former_member206439</dc:creator>
      <dc:date>2008-11-19T05:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Structure with Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-with-table/m-p/4848926#M1134007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Aman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You did not right the Structure name .....&lt;/P&gt;&lt;P&gt;Also there is different way to find the Table name of particular structure. You can use like Where Use List..&lt;/P&gt;&lt;P&gt;You can also use the SE90 to find any Object.&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;Rizwan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 05:57:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-with-table/m-p/4848926#M1134007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T05:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Structure with Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-with-table/m-p/4848927#M1134008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Structures, in the way your are talking about them, are used to populate and read screen fields.  Sometimes you're lucky and the structure used will be that of an transparent table.  Most often you won't be.  Then the only way to tell the link is through the ABAP program that runs the transaction.  Search this site about "how to find the underlying tables for data" for more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 05:59:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-with-table/m-p/4848927#M1134008</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-11-19T05:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Structure with Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-with-table/m-p/4848928#M1134009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my understanding is current. you need to find where a particular structure is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE11 &amp;gt;  type the structure name &amp;gt; click on display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then press CTRL + SHIFT + F3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there click for database tables and enter u will get the list of all tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewarrd pointss for all helpful answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gowri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 06:00:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-with-table/m-p/4848928#M1134009</guid>
      <dc:creator>former_member873340</dc:creator>
      <dc:date>2008-11-19T06:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Structure with Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-with-table/m-p/4848929#M1134010</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;where is your structure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and  , give more information when you  are making a post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 06:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-with-table/m-p/4848929#M1134010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T06:15:49Z</dc:date>
    </item>
  </channel>
</rss>

