<?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 table..? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-table/m-p/2990317#M706241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when u create a screen thru SE51..all the controls in it like textbox etc that have been placed on it..get referenced thru a table calle SCREEN,,&lt;/P&gt;&lt;P&gt;You can see this table wen u debug the program module in PBO or PAI&lt;/P&gt;&lt;P&gt;Its stores the properties of each control dat has been placed on screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope dis helps..&lt;/P&gt;&lt;P&gt;Reward all helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Nov 2007 12:23:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-05T12:23:07Z</dc:date>
    <item>
      <title>screen table..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-table/m-p/2990315#M706239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi..&lt;/P&gt;&lt;P&gt;   what is an screen table?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2007 07:40:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-table/m-p/2990315#M706239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-05T07:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: screen table..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-table/m-p/2990316#M706240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ABAP offers two mechanisms for displaying and using table data in a screen. These mechanisms are table controls and step loops. Table controls and step loops are types of screen tables you can add to a screen in the Screen Painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at &amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/frameset.htm"&amp;gt;Table Controls&amp;lt;/a&amp;gt; and &amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbacac35c111d1829f0000e829fbfe/frameset.htm"&amp;gt;The Step Loop Technique&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2007 07:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-table/m-p/2990316#M706240</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-11-05T07:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: screen table..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-table/m-p/2990317#M706241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when u create a screen thru SE51..all the controls in it like textbox etc that have been placed on it..get referenced thru a table calle SCREEN,,&lt;/P&gt;&lt;P&gt;You can see this table wen u debug the program module in PBO or PAI&lt;/P&gt;&lt;P&gt;Its stores the properties of each control dat has been placed on screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope dis helps..&lt;/P&gt;&lt;P&gt;Reward all helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2007 12:23:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-table/m-p/2990317#M706241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-05T12:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: screen table..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-table/m-p/2990318#M706242</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;All fields of the current screen are stored in the system table SCREEN with their attributes. &lt;/P&gt;&lt;P&gt;The LOOP AT SCREEN statement places this information in the header line of the system table. &lt;/P&gt;&lt;P&gt;If you want to change the attributes, you must put back the changed header line with MODIFY SCREEN. However, you can only do this in the PBO module of a screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 14:59:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-table/m-p/2990318#M706242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T14:59:13Z</dc:date>
    </item>
  </channel>
</rss>

