<?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: regarding Table name for selection-screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-name-for-selection-screen/m-p/5204620#M1204071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually my requirement is if the user gives T-code in the selection screen..All the corresponding fields and their description and screen number should be displayed in ALv output...User can give any T-code....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example If user gives MM01 in the selection-screen...then the corresponding fields with their screen have to be displayed in ALV output...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;material number plant storage location and all....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Feb 2009 05:32:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-27T05:32:12Z</dc:date>
    <item>
      <title>regarding Table name for selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-name-for-selection-screen/m-p/5204614#M1204065</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;can you please tell me, which table is holding the selection-screen fields....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 05:05:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-name-for-selection-screen/m-p/5204614#M1204065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T05:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: regarding Table name for selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-name-for-selection-screen/m-p/5204615#M1204066</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 the table SCREEN &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually, in the run time you can see the values for these fields&lt;/P&gt;&lt;P&gt;NAME&lt;/P&gt;&lt;P&gt;GROUP1&lt;/P&gt;&lt;P&gt;GROUP2&lt;/P&gt;&lt;P&gt;GROUP3&lt;/P&gt;&lt;P&gt;GROUP4&lt;/P&gt;&lt;P&gt;REQUIRED&lt;/P&gt;&lt;P&gt;INPUT&lt;/P&gt;&lt;P&gt;OUTPUT&lt;/P&gt;&lt;P&gt;INTENSIFIED&lt;/P&gt;&lt;P&gt;INVISIBLE&lt;/P&gt;&lt;P&gt;LENGTH&lt;/P&gt;&lt;P&gt;ACTIVE&lt;/P&gt;&lt;P&gt;DISPLAY_3D&lt;/P&gt;&lt;P&gt;VALUE_HELP&lt;/P&gt;&lt;P&gt;REQUEST&lt;/P&gt;&lt;P&gt;VALUES_IN_COMBO&lt;/P&gt;&lt;P&gt;COLOR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these values will be filled when you execute your program.&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;Usually the enabling and disabling of the fields will be done by using this structure only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 05:08:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-name-for-selection-screen/m-p/5204615#M1204066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T05:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: regarding Table name for selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-name-for-selection-screen/m-p/5204616#M1204067</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;The structure which stores the screen fields attributes is &lt;STRONG&gt;SCREEN&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tarun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 05:11:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-name-for-selection-screen/m-p/5204616#M1204067</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-02-27T05:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: regarding Table name for selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-name-for-selection-screen/m-p/5204617#M1204068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the answer of Satesh in the thread&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1397000"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 05:14:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-name-for-selection-screen/m-p/5204617#M1204068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T05:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: regarding Table name for selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-name-for-selection-screen/m-p/5204618#M1204069</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;structure SCREEN has all components of screen.&lt;/P&gt;&lt;P&gt;NAME&lt;/P&gt;&lt;P&gt;GROUP1&lt;/P&gt;&lt;P&gt;GROUP2&lt;/P&gt;&lt;P&gt;GROUP3&lt;/P&gt;&lt;P&gt;GROUP4&lt;/P&gt;&lt;P&gt;REQUIRED&lt;/P&gt;&lt;P&gt;INPUT&lt;/P&gt;&lt;P&gt;OUTPUT&lt;/P&gt;&lt;P&gt;INTENSIFIED&lt;/P&gt;&lt;P&gt;INVISIBLE&lt;/P&gt;&lt;P&gt;LENGTH&lt;/P&gt;&lt;P&gt;ACTIVE&lt;/P&gt;&lt;P&gt;DISPLAY_3D&lt;/P&gt;&lt;P&gt;VALUE_HELP&lt;/P&gt;&lt;P&gt;REQUEST&lt;/P&gt;&lt;P&gt;VALUES_IN_COMBO&lt;/P&gt;&lt;P&gt;COLOR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Amresh kumar  Panda on Feb 27, 2009 10:49 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 05:19:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-name-for-selection-screen/m-p/5204618#M1204069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T05:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: regarding Table name for selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-name-for-selection-screen/m-p/5204619#M1204070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What exactly you want to do with the table? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fields details are populated in the structure "SCREEN" at runtime only. So if you tell us your requirement, then we will be able to help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrads,&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 05:27:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-name-for-selection-screen/m-p/5204619#M1204070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T05:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: regarding Table name for selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-name-for-selection-screen/m-p/5204620#M1204071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually my requirement is if the user gives T-code in the selection screen..All the corresponding fields and their description and screen number should be displayed in ALv output...User can give any T-code....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example If user gives MM01 in the selection-screen...then the corresponding fields with their screen have to be displayed in ALV output...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;material number plant storage location and all....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 05:32:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-name-for-selection-screen/m-p/5204620#M1204071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T05:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: regarding Table name for selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-name-for-selection-screen/m-p/5204621#M1204072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Structure SCREEN is having the fields details. At run time is will show the details of the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 05:45:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-name-for-selection-screen/m-p/5204621#M1204072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T05:45:24Z</dc:date>
    </item>
  </channel>
</rss>

