<?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: tables and fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-and-fields/m-p/3242864#M773970</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 u have authorization to create TC(se93).&lt;/P&gt;&lt;P&gt;u have to create on new TC with program SAPMSEUZ, with that TC u can get 4 radio button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.program&lt;/P&gt;&lt;P&gt;2.tc----&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&amp;gt; here u need to give MM01.&lt;/P&gt;&lt;P&gt;3.fg&lt;/P&gt;&lt;P&gt;4.dialog module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the 2 option u need to give MM01. and f8.&lt;/P&gt;&lt;P&gt;u will get all tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward me if helpfull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jan 2008 14:40:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-04T14:40:28Z</dc:date>
    <item>
      <title>tables and fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-and-fields/m-p/3242860#M773966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can we know that which data is going in which table in a          trnsaction?&lt;/P&gt;&lt;P&gt;for example in transaction MM01 for material creation the fields are &lt;/P&gt;&lt;P&gt;MATERIAL , INDUSTRY SECTOR , etc .&lt;/P&gt;&lt;P&gt;Now how can I know that the material I entered is stored in which tables?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 14:28:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-and-fields/m-p/3242860#M773966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T14:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: tables and fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-and-fields/m-p/3242861#M773967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can click on the field and press the F1 key. This will give you information and technical details on the field. You can figure out the table/structure names and much other information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From there once you've found the table name you can go to transaction se16 and enter the table name. There you can look at all the fields in the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 14:34:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-and-fields/m-p/3242861#M773967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T14:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: tables and fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-and-fields/m-p/3242862#M773968</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;Press F1 on the fields --&amp;gt; a pop window will be displayed --&amp;gt; click on Technical Information button on the toolbar --&amp;gt; A pop window will be displayed, there you can see the tables and fields. The table name mentioned in the table field, that table will be bet updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 14:34:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-and-fields/m-p/3242862#M773968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T14:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: tables and fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-and-fields/m-p/3242863#M773969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run ST05 in another sessions and enable the SQL trace. Then when you run a transaction and save it. Disbale the SQL trace. View the trace and do a search for the words: -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY&lt;/P&gt;&lt;P&gt;INSERT&lt;/P&gt;&lt;P&gt;DELETE&lt;/P&gt;&lt;P&gt;UPDATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will tell you what tables have been updated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 14:34:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-and-fields/m-p/3242863#M773969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T14:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: tables and fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-and-fields/m-p/3242864#M773970</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 u have authorization to create TC(se93).&lt;/P&gt;&lt;P&gt;u have to create on new TC with program SAPMSEUZ, with that TC u can get 4 radio button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.program&lt;/P&gt;&lt;P&gt;2.tc----&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&amp;gt; here u need to give MM01.&lt;/P&gt;&lt;P&gt;3.fg&lt;/P&gt;&lt;P&gt;4.dialog module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the 2 option u need to give MM01. and f8.&lt;/P&gt;&lt;P&gt;u will get all tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward me if helpfull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 14:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-and-fields/m-p/3242864#M773970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T14:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: tables and fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-and-fields/m-p/3242865#M773971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The answer to your question is not that easy.....Only your experience will make it easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways... try following the few steps given elow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first step is always to find out the table and field name of the screen field. With the cursor in the field you want, press F1 or click on the "?". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The initial help screen will give you descriptions and information about the field. &lt;/P&gt;&lt;P&gt;From there press F9 or click on [Technical info]. &lt;/P&gt;&lt;P&gt;Here you can get names of the table, field and the data element. &lt;/P&gt;&lt;P&gt;If you are lucky the system gives you a transparent table name. If you're not lucky you'll get a structure name. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doubleclick on the data element and search via the where used of the dictionary. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Failing above you can set up the TCODE or a portion of it just before screen where the field exists and then switch on SQL Trace, run the screen, turn off SQL trace and then list the Trace Log following which tables/views were hit. Obviously it is best to turn on and off the trace in the smallest time-window possible to lessen the number of Trace Log entries you have to look through. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another thing to try is : run program RSSDOCTB. This gives you a list with info about the table such as fields, check tables .... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or try Transaction SE84 (Repository Info System)- Select in the tree ABAP Dictionary -&amp;gt; Fields -&amp;gt; Table Fields - Insert in the Select-Option "Field name" the name of the files (E.g. CARRID and CONNID) and execute it - now you will get a list of all tables which have one or both of this fields - it's easy to identify the tables which contain both fields in the list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or start an sql trace and look at the tables that are read &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last resort, find the program name (click on the triangle icon at botton right t oexpand information and click on the icon right of client number) and look the ABAP code with TCODE SE38 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally Get into Debugging of the Transaction and you will see the flow of data for each and every line of code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 14:41:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-and-fields/m-p/3242865#M773971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T14:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: tables and fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-and-fields/m-p/3242866#M773972</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 u have authorization to create TC(se93).&lt;/P&gt;&lt;P&gt;u have to create on new TC with program SAPMSEUZ, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with screen no 200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with that TC u can get 4 radio button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.program&lt;/P&gt;&lt;P&gt;2.tc----&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&amp;gt; here u need to give MM01.&lt;/P&gt;&lt;P&gt;3.fg&lt;/P&gt;&lt;P&gt;4.dialog module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the 2 option u need to give MM01. and f8.&lt;/P&gt;&lt;P&gt;u will get all tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward me if helpfull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 14:44:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-and-fields/m-p/3242866#M773972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T14:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: tables and fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-and-fields/m-p/3242867#M773973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No vinodh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are mistaken, simple procedure is here, go throgh in this way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u have authorization to create TC(se93).&lt;/P&gt;&lt;P&gt;u have to create on new TC with program SAPMSEUZ, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with screen no 200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with that TC u can get 4 radio button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.program&lt;/P&gt;&lt;P&gt;2.tc----&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&amp;gt; here u need to give MM01.&lt;/P&gt;&lt;P&gt;3.fg&lt;/P&gt;&lt;P&gt;4.dialog module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the 2 option u need to give MM01. and f8.&lt;/P&gt;&lt;P&gt;u will get all tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward me if helpfull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 14:45:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-and-fields/m-p/3242867#M773973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T14:45:58Z</dc:date>
    </item>
  </channel>
</rss>

