<?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 names in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-names/m-p/5753584#M1303618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PLease reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jun 2009 05:53:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-05T05:53:27Z</dc:date>
    <item>
      <title>Finding table names</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-names/m-p/5753583#M1303617</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;I have one transaction CRM_DNO_MONITOR . In that i have opened one service order transation.&lt;/P&gt;&lt;P&gt;It has three tabs like Fast entry, Item details and transactional data. Each has lot of fields in it . As i wanted to know table names of all those fields through technical information. But every field is fetched from structure . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to know where the values of all the fields are getting stored in which database table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLease help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ahmed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 05:41:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-names/m-p/5753583#M1303617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-05T05:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Finding table names</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-names/m-p/5753584#M1303618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PLease reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 05:53:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-names/m-p/5753584#M1303618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-05T05:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Finding table names</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-names/m-p/5753585#M1303619</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 will be some function moudules behind every structure that fills the structure for updating or retreving data from database. So it is better you put break point somewhere near the structuure and check which function module is used behind it. You can even get the table name from which the data is fetched when you expolore the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Mani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 05:55:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-names/m-p/5753585#M1303619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-05T05:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Finding table names</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-names/m-p/5753586#M1303620</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;From the technical informationyou will get the field name. Now goto SE11, put the field name in Data Type, and press (Ctrl + Shift + F3) , in the Pop Up Screen select table fields and press enter. You will get a list of tables where it is used. By reading the text details of a table you can find the relevant table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanupriya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 05:58:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-names/m-p/5753586#M1303620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-05T05:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Finding table names</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-names/m-p/5753587#M1303621</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;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for status and notes block no f1 help is exist .Please tell me how do i get the table names for those two.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 06:08:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-names/m-p/5753587#M1303621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-05T06:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Finding table names</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-names/m-p/5753588#M1303622</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;Check whether F4 help exists for these fields. If it exists then in the pop up after F4, press F1 and you will get technical information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it does not exist, then goto SE11 -&amp;gt; In data type press F4 -&amp;gt; Select data element -&amp;gt; Press Information system -&amp;gt; In short text give *&lt;STRONG&gt;status&lt;/STRONG&gt;* and *&lt;STRONG&gt;notes&lt;/STRONG&gt;* -&amp;gt; This will give you data elements for these fields -&amp;gt; Then apply the method described to get the table names where these data elements are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanupriya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kanupriya Madan on Jun 5, 2009 9:22 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kanupriya Madan on Jun 5, 2009 9:26 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 07:18:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-names/m-p/5753588#M1303622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-05T07:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Finding table names</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-names/m-p/5753589#M1303623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ahmed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside the tcode CRM_DNO_MONITOR , the FM &lt;STRONG&gt;CRM_ORDER_READ&lt;/STRONG&gt; fetches all the required data.&lt;/P&gt;&lt;P&gt;Tables: CRMD_ORDERADM_H, CRMD_ORDERADM_I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 07:34:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-names/m-p/5753589#M1303623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-05T07:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Finding table names</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-names/m-p/5753590#M1303624</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;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Execute your transaction and do whatever you want (entering field values, changing values and so on).&lt;/P&gt;&lt;P&gt;2. Open a new session and execute transaction ST05. Click on activate trace button (don't close this session).&lt;/P&gt;&lt;P&gt;3. Open your session in step 1 and click on save.&lt;/P&gt;&lt;P&gt;4. Open your session in step 2 (ST05) and click deactivate trace button. Click on display trace and execute. Here you can see what all tables are used while saving your transaction in step1.&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;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 15:44:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-names/m-p/5753590#M1303624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-05T15:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Finding table names</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-names/m-p/5753591#M1303625</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;From the technical information you will get the field name. Now goto SE15,select ABAP Dictionary and select the fields tab in that double click on table field and put the field name in filedname  and execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Archana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jun 2009 06:48:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-names/m-p/5753591#M1303625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-07T06:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Finding table names</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-names/m-p/5753592#M1303626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ahmed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Module 'CRM_ORDER_READ ' is the one which you need to debug to find out all the tables from where data is fetched.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sneha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2009 05:45:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table-names/m-p/5753592#M1303626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-08T05:45:38Z</dc:date>
    </item>
  </channel>
</rss>

