<?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: Screen fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/4433748#M1052380</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to system&amp;gt;status&amp;gt;screen_no&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then go to layout&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u will get the screen field name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Sep 2008 10:52:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-17T10:52:38Z</dc:date>
    <item>
      <title>Screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/4433745#M1052377</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;&lt;/P&gt;&lt;P&gt;Is there any different ways of finding screen fields and tables in a transaction (ex : FB03 transaction - need to capture all fields and exact db tables), Apart from F1 help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other methods .Please let mme know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 10:48:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/4433745#M1052377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T10:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/4433746#M1052378</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;in menu goto system - status of ur transaction and get the program name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now open SE80 and give tht program name.&lt;/P&gt;&lt;P&gt;u will get all tables used in that program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or u can use GET_TABLES  function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 10:51:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/4433746#M1052378</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-09-17T10:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/4433747#M1052379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can always go to SE93, and with your tcode, find the program. In FB03 is SAPMF05L. After that, go to SE80 and look at program/screen entered. I usualy look to the top include, where you can see the DB tables declared. And also find for SELECT statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you press F1 and it's a structure field, you can use where-used-list for the database tables where the data element is used (not the field itself).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 10:52:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/4433747#M1052379</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-09-17T10:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/4433748#M1052380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to system&amp;gt;status&amp;gt;screen_no&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then go to layout&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u will get the screen field name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 10:52:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/4433748#M1052380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T10:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/4433749#M1052381</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; There also sometimes it shows structure fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 11:12:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/4433749#M1052381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T11:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/4433750#M1052382</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;  sometimes it shows that no data element found in databse.in this case how can I do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 11:16:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/4433750#M1052382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T11:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/4433751#M1052383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I said, in those cases I usualy look to the top include, where you can see the DB tables declared and also find for SELECT statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Also remembered that sometimes the fields are not in database tables ... they are calculation results!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 11:38:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/4433751#M1052383</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-09-17T11:38:51Z</dc:date>
    </item>
  </channel>
</rss>

