<?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: icon at selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/icon-at-selection-screen/m-p/5432572#M1246422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

hi go to se41--&amp;gt;menu painter--&amp;gt;create appication toolbar , menu buttons...


add the code in the se38.by call the menu painter using

SET PF-STATUS 'Screennamein se41'.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhduas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Apr 2009 12:11:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-09T12:11:19Z</dc:date>
    <item>
      <title>icon at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icon-at-selection-screen/m-p/5432571#M1246421</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;how i can add icon on the menu bar of selection screen and it should work as user command.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 12:07:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icon-at-selection-screen/m-p/5432571#M1246421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-09T12:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: icon at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icon-at-selection-screen/m-p/5432572#M1246422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

hi go to se41--&amp;gt;menu painter--&amp;gt;create appication toolbar , menu buttons...


add the code in the se38.by call the menu painter using

SET PF-STATUS 'Screennamein se41'.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhduas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 12:11:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icon-at-selection-screen/m-p/5432572#M1246422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-09T12:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: icon at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icon-at-selection-screen/m-p/5432573#M1246423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can go for pf status in se41...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;orelse write like below and double click on 100.it willl take you directly to the Menu Painter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set pf-status '100'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rama Krishna G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 12:13:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icon-at-selection-screen/m-p/5432573#M1246423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-09T12:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: icon at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icon-at-selection-screen/m-p/5432574#M1246424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the below help link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/9f/dba80935c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/9f/dba80935c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to make it more complex (with icon):then using transaction SE41&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy the PFSTATUS %_00 of program RSSYSTDB to PFSTATUS Z_00 and your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then modify the PF status as you desire.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AT SELECTION-SCREEN OUTPUT.
 SET PF-STATUS 'Z_00'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry forgot to add - then at &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; AT SELECTION-SCREEN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; event you can do &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CASE SY-UCOMM. WHEN '&amp;lt;your_fcode&amp;gt;'. Do something ....  ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Adi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Aditya Laud on Apr 9, 2009 8:15 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Aditya Laud on Apr 9, 2009 8:20 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 12:14:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icon-at-selection-screen/m-p/5432574#M1246424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-09T12:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: icon at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icon-at-selection-screen/m-p/5432575#M1246425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can try this sample:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TABLES sscrfields.

DATA functxt TYPE smp_dyntxt.


PARAMETERS: P_NAME TYPE C.

SELECTION-SCREEN: FUNCTION KEY 1,
                  FUNCTION KEY 2.

INITIALIZATION.
* Function key 1
  functxt-icon_id   = '@C7@'.
  functxt-quickinfo = 'Bye'.
  functxt-icon_text = 'Bye bye'.
  sscrfields-functxt_01 = functxt.
* Function key 2
  functxt-icon_id   = '@C9@'.
  functxt-quickinfo = 'Hello'.
  functxt-icon_text = 'Hello hello'.
  sscrfields-functxt_02 = functxt.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 12:20:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icon-at-selection-screen/m-p/5432575#M1246425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-09T12:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: icon at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icon-at-selection-screen/m-p/5432576#M1246426</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;steps involved are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;step 1) set pf-status 'zsandeep'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;step 2) double click on it it will take you to menu painter , in the application toolbar give some name&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;         like 'OPEN'  again double click on that it will display one pop up box in that give function text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        and in the icon name choose the icon you want , give some description to icon text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        press enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;step 3) in the report write the code as shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     &lt;STRONG&gt;at user-command.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        case sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         when 'OPEN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          -&lt;/P&gt;&lt;HR originaltext="------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        encase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sateesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 12:33:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icon-at-selection-screen/m-p/5432576#M1246426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-09T12:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: icon at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icon-at-selection-screen/m-p/5432577#M1246427</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;just addition to the above answer... for the complete functionality..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES sscrfields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA functxt TYPE smp_dyntxt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: P_NAME TYPE C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: FUNCTION KEY 1,&lt;/P&gt;&lt;P&gt;                  FUNCTION KEY 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Function key 1&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  functxt-icon_id   = '@C7@'.&lt;/P&gt;&lt;P&gt;  functxt-quickinfo = 'Bye'.&lt;/P&gt;&lt;P&gt;  functxt-icon_text = 'Bye bye'.&lt;/P&gt;&lt;P&gt;  sscrfields-functxt_01 = functxt.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Function key 2&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  functxt-icon_id   = '@C9@'.&lt;/P&gt;&lt;P&gt;  functxt-quickinfo = 'Hello'.&lt;/P&gt;&lt;P&gt;  functxt-icon_text = 'Hello hello'.&lt;/P&gt;&lt;P&gt;  sscrfields-functxt_02 = functxt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;at selection-screen.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;case sy-ucomm.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   &lt;STRONG&gt;when 'FC01'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;     &lt;STRONG&gt;p_name = '1'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   &lt;STRONG&gt;when 'FC02'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;     &lt;STRONG&gt;P_NAME = '2'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;endcase.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 12:47:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icon-at-selection-screen/m-p/5432577#M1246427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-09T12:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: icon at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icon-at-selection-screen/m-p/5432578#M1246428</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;check with this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdev.co.uk/reporting/selscr/but_buticon.htm" target="test_blank"&gt;http://www.sapdev.co.uk/reporting/selscr/but_buticon.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~linganna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 13:07:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icon-at-selection-screen/m-p/5432578#M1246428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-09T13:07:17Z</dc:date>
    </item>
  </channel>
</rss>

