<?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: Redlight in Table Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/redlight-in-table-control/m-p/1759525#M328888</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;&lt;/P&gt;&lt;P&gt;look test-report DEMO_DYNPRO_STATUS_ICONS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and fm ICON_CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Dec 2006 10:37:50 GMT</pubDate>
    <dc:creator>andreas_mann3</dc:creator>
    <dc:date>2006-12-15T10:37:50Z</dc:date>
    <item>
      <title>Redlight in Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/redlight-in-table-control/m-p/1759523#M328886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display diffrent lights ( reg light icon or green or other) in table control column depends on some condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me on this. Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Murali Krishna K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 10:01:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/redlight-in-table-control/m-p/1759523#M328886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T10:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Redlight in Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/redlight-in-table-control/m-p/1759524#M328887</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 use the FM 'ICON_CREATE'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 10:35:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/redlight-in-table-control/m-p/1759524#M328887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T10:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Redlight in Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/redlight-in-table-control/m-p/1759525#M328888</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;&lt;/P&gt;&lt;P&gt;look test-report DEMO_DYNPRO_STATUS_ICONS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and fm ICON_CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 10:37:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/redlight-in-table-control/m-p/1759525#M328888</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-12-15T10:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Redlight in Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/redlight-in-table-control/m-p/1759526#M328889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;. Create program in SE38 type module pool and Activated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Go to SE51 give the program name and screen number then Layout Editor in drags table control with wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Start the Wizard give the table control name (TBCL)&lt;DEL&gt;&amp;gt;click the continue&lt;/DEL&gt;&amp;gt;give the Internal table name &lt;DEL&gt;&amp;gt;Continueàselect the filed(MATNR) or Fields&lt;/DEL&gt;&amp;gt;continue&lt;DEL&gt;&amp;gt;continue&lt;/DEL&gt;&amp;gt;check the Scroll check box&lt;DEL&gt;&amp;gt;continue&lt;/DEL&gt;&amp;gt;continue--&amp;gt;click the completed --&amp;gt; Save --&amp;gt; Activated.&lt;/P&gt;&lt;P&gt;4.Add the Status Icon into Table Control(drag the Icon into table contol ) and Change the Code for Status Icons Below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DATA:  STA_ICON10     TYPE ICONS-TEXT,&lt;/P&gt;&lt;P&gt;              ICON_NAME(20)  TYPE C,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;  MODULE STATUS_0102.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;BR /&gt;MODULE STATUS_ICONS OUTPUT.&lt;BR /&gt; SELECT SINGLE *&lt;BR /&gt; FROM MARA&lt;BR /&gt; WHERE MATNR = TB_TABLE-MATNR.&lt;BR /&gt; IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;BR /&gt; ICON_NAME = 'ICON_LED_RED'.&lt;BR /&gt; ELSE.&lt;BR /&gt; ICON_NAME = 'ICON_LED_GREEN'.&lt;BR /&gt; ENDIF.&lt;BR /&gt; CALL FUNCTION 'ICON_CREATE'&lt;BR /&gt; EXPORTING&lt;BR /&gt; NAME = ICON_NAME&lt;BR /&gt; INFO = 'STATUS'&lt;BR /&gt; ADD_STDINF = 'X'&lt;BR /&gt; IMPORTING&lt;BR /&gt; RESULT = STA_ICON10&lt;BR /&gt; EXCEPTIONS&lt;BR /&gt; ICON_NOT_FOUND = 1&lt;BR /&gt; OUTPUTFIELD_TOO_SHORT = 2&lt;BR /&gt; OTHERS = 3.&lt;BR /&gt; IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;P&gt;&lt;/P&gt;&lt;P&gt;   ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " STATUS_ICONS  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Durga Vinta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 14:33:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/redlight-in-table-control/m-p/1759526#M328889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T14:33:35Z</dc:date>
    </item>
  </channel>
</rss>

