<?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 Shade TABLEVIEW object in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/shade-tableview-object/m-p/3435262#M824995</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;Could You tell me how can I shade tableview lines when tableview's content is empty ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Feb 2008 11:15:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-14T11:15:36Z</dc:date>
    <item>
      <title>Shade TABLEVIEW object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shade-tableview-object/m-p/3435262#M824995</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;Could You tell me how can I shade tableview lines when tableview's content is empty ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 11:15:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shade-tableview-object/m-p/3435262#M824995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T11:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Shade TABLEVIEW object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shade-tableview-object/m-p/3435263#M824996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please refer the below code.You need to loop through the SCREEN and make the fields in display mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IF screen-name = 'ZLTSTRIGGER-EVENT'&lt;/P&gt;&lt;P&gt;      OR screen-name = 'ZLTSTRIGGER-MESTYPE'&lt;/P&gt;&lt;P&gt;      OR screen-name = 'ZLTSTRIGGER-PARVW'&lt;/P&gt;&lt;P&gt;      OR screen-name = gc_add&lt;/P&gt;&lt;P&gt;      OR screen-name = gc_delete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        screen-input = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 11:30:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shade-tableview-object/m-p/3435263#M824996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T11:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Shade TABLEVIEW object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shade-tableview-object/m-p/3435264#M824997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Columns in my tableview object are named &lt;/P&gt;&lt;P&gt;&lt;U&gt;K&lt;/U&gt;ITAB2-NAME, &lt;U&gt;K&lt;/U&gt;ITAB2-EMAIL ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whilst tview object is named &lt;STRONG&gt;t_komis1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  LOOP AT SCREEN .
    IF ( SCREEN-name EQ '_K_ITAB2-NAME' ) .
      screen-input = 0.
    ENDIF .
    MODIFY SCREEN .
  ENDLOOP .
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I do such thing and t_komis1 has 0 lines (t_komis1-lines = 0) - all rows are white &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 12:49:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shade-tableview-object/m-p/3435264#M824997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T12:49:13Z</dc:date>
    </item>
  </channel>
</rss>

