<?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 selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1417015#M200522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi!&lt;/P&gt;&lt;P&gt;i need to add print icon in selection screen near the execute icon.&lt;/P&gt;&lt;P&gt;how do i do it?&lt;/P&gt;&lt;P&gt;and how do i treat it afterwards?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;yifat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jul 2006 07:33:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-06T07:33:31Z</dc:date>
    <item>
      <title>selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1417015#M200522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi!&lt;/P&gt;&lt;P&gt;i need to add print icon in selection screen near the execute icon.&lt;/P&gt;&lt;P&gt;how do i do it?&lt;/P&gt;&lt;P&gt;and how do i treat it afterwards?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;yifat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 07:33:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1417015#M200522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T07:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1417016#M200523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REPORT  ZNEGI12                                 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES:  sscrfields .&lt;/P&gt;&lt;P&gt;INCLUDE &amp;lt;icon&amp;gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN FUNCTION KEY 1 .&lt;/P&gt;&lt;P&gt;parameters: pc(1) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CONCATENATE icon_next_object 'test button at applicatin toolbar'&lt;/P&gt;&lt;P&gt;  INTO&lt;/P&gt;&lt;P&gt;       sscrfields-functxt_01 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sscrfields-ucomm EQ 'FC01' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    break sy-uname .&lt;/P&gt;&lt;P&gt;  ENDIF .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 07:36:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1417016#M200523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T07:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1417017#M200524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI yIFAT,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOU ARE NOT talking about the ICON in selection screen, i think you are talking about the PRINT button Beside to EXECUTE button in selection screen&lt;/P&gt;&lt;P&gt;if so you have to do this way..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT  ZTEST             .

TABLES sscrfields.


PARAMETERS: P_TEXT(10).

&amp;lt;b&amp;gt;INITIALIZATION.
set pf-status 'AAA'.&amp;lt;/b&amp;gt; "Here add EXECUTE,PRINT, and enable BACK,CANC,EXIT buttons.
"Handling the Buttons..
AT SELECTION-SCREEN.
IF  sscrfields-ucomm = 'PRINT'.

ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 07:59:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1417017#M200524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T07:59:15Z</dc:date>
    </item>
  </channel>
</rss>

