<?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: filed name in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/filed-name/m-p/3177798#M756331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukesh, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clicking on F1 on a particular field can easily be used as the first approach apart from which some more are listed below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can make use of transaction code ST05 (Trace) for figuring out the data dictionary objects used in a particular program/transaction. Activate the trace before you call the transaction and after processing the transaction, check up the trace - which should actually list out the tables and fields accessed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One other way is to make use of F9 from SE38 (program editor) which categorically lists the tables used in the particular program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S: Kindly reward points for useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Dec 2007 16:28:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-19T16:28:57Z</dc:date>
    <item>
      <title>filed name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filed-name/m-p/3177795#M756328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sir/medam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         i want filed name or table for this machine,quantity produced ,ouantity rejected,no of settnigs,hours available,hours production&lt;/P&gt;&lt;P&gt;time per setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 07:23:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filed-name/m-p/3177795#M756328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T07:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: filed name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filed-name/m-p/3177796#M756329</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;You can get all fields and data elements from this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapsecurity.co.uk/sap-fields-data-elements.html" target="test_blank"&gt;http://www.sapsecurity.co.uk/sap-fields-data-elements.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 07:27:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filed-name/m-p/3177796#M756329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T07:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: filed name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filed-name/m-p/3177797#M756330</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;you can find out the field name and table name by putting cursor on field and press f1. then press technical settings icon on the screen displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will give you the field and table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;reward points if helpfull&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 08:57:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filed-name/m-p/3177797#M756330</guid>
      <dc:creator>Vijay</dc:creator>
      <dc:date>2007-12-19T08:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: filed name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filed-name/m-p/3177798#M756331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukesh, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clicking on F1 on a particular field can easily be used as the first approach apart from which some more are listed below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can make use of transaction code ST05 (Trace) for figuring out the data dictionary objects used in a particular program/transaction. Activate the trace before you call the transaction and after processing the transaction, check up the trace - which should actually list out the tables and fields accessed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One other way is to make use of F9 from SE38 (program editor) which categorically lists the tables used in the particular program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S: Kindly reward points for useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 16:28:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filed-name/m-p/3177798#M756331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T16:28:57Z</dc:date>
    </item>
  </channel>
</rss>

