<?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: Finding Table Name from Structure Name in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-name-from-structure-name/m-p/3176577#M755973</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bhavin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The structure RQEVA is used in user-exit &amp;lt;b&amp;gt;EXIT_SAPMQEVA_010&amp;lt;/b&amp;gt; which uses data from table QAVE.&lt;/P&gt;&lt;P&gt;A similar "linkage" is there if you look at the &amp;lt;i&amp;gt;package &amp;lt;/i&amp;gt;&amp;lt;b&amp;gt;QV &amp;lt;/b&amp;gt;to which the structure is assigned. The package contains (on ECC 5.0) only 5 tables of wich &amp;lt;b&amp;gt;QAVE &amp;lt;/b&amp;gt;and &amp;lt;b&amp;gt;TQ07M &amp;lt;/b&amp;gt;may be related to RQEVA as judged from their short descriptions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Dec 2007 21:58:10 GMT</pubDate>
    <dc:creator>uwe_schieferstein</dc:creator>
    <dc:date>2007-12-09T21:58:10Z</dc:date>
    <item>
      <title>Finding Table Name from Structure Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-name-from-structure-name/m-p/3176573#M755969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Can someone tell me,whats the best/fastest way to find out the Table name where a data gets stored actually,when we know a structure name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bhavin P Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 05:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-name-from-structure-name/m-p/3176573#M755969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-07T05:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Table Name from Structure Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-name-from-structure-name/m-p/3176574#M755970</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;Goto Se11,And Select Data Type Radio Button,and Enter Structure Name,And Press On Where Used List Button on Top(Application Toolbar),and Select Only Data Base Table Check Box,and the enter..Then it Shows the all tables..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Vishnu Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 05:54:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-name-from-structure-name/m-p/3176574#M755970</guid>
      <dc:creator>former_member188829</dc:creator>
      <dc:date>2007-12-07T05:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Table Name from Structure Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-name-from-structure-name/m-p/3176575#M755971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhavin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fastest way would be to use the&amp;lt;b&amp;gt; " WHERE USED "&amp;lt;/b&amp;gt; option that you find on the application toolbar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Enter the Structure Name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Press the  &amp;lt;b&amp;gt; " WHERE USED "&amp;lt;/b&amp;gt; button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Select "Dictionary Tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that you should get the list of all the Dictionary Tbales that use your structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Kindly Reward points if you found the reply helpful&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;CHAITANYA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 05:56:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-name-from-structure-name/m-p/3176575#M755971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-07T05:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Table Name from Structure Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-name-from-structure-name/m-p/3176576#M755972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishnu/Chetan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed the steps you have specified but it says that this structure was not found.&lt;/P&gt;&lt;P&gt;I will give you an example structure "RQEVA".&lt;/P&gt;&lt;P&gt;Please tell me how to find the table for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Bhavin P Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 06:06:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-name-from-structure-name/m-p/3176576#M755972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-07T06:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Table Name from Structure Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-name-from-structure-name/m-p/3176577#M755973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bhavin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The structure RQEVA is used in user-exit &amp;lt;b&amp;gt;EXIT_SAPMQEVA_010&amp;lt;/b&amp;gt; which uses data from table QAVE.&lt;/P&gt;&lt;P&gt;A similar "linkage" is there if you look at the &amp;lt;i&amp;gt;package &amp;lt;/i&amp;gt;&amp;lt;b&amp;gt;QV &amp;lt;/b&amp;gt;to which the structure is assigned. The package contains (on ECC 5.0) only 5 tables of wich &amp;lt;b&amp;gt;QAVE &amp;lt;/b&amp;gt;and &amp;lt;b&amp;gt;TQ07M &amp;lt;/b&amp;gt;may be related to RQEVA as judged from their short descriptions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Dec 2007 21:58:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-name-from-structure-name/m-p/3176577#M755973</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-12-09T21:58:10Z</dc:date>
    </item>
  </channel>
</rss>

