<?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 How to get selection-screen name for pushbutton ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-selection-screen-name-for-pushbutton/m-p/682630#M30425</link>
    <description>&lt;P&gt;Hello Guys,&lt;/P&gt;
  &lt;P&gt;I'm trying to get Screen name but i'm not able to find, can you please help me.&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN PUSHBUTTON (4) icon1 USER-COMMAND uc_icon1.
SELECTION-SCREEN PUSHBUTTON (4) icon2 USER-COMMAND uc_icon2.

AT SELECTION-SCREEN OUTPUT.
  LOOP AT SCREEN.
    IF SCREEN-NAME = 'icon16'.            "Not finding
     SCREEN-INVISIBLE = '0'.
     MODIFY SCREEN.
    ENDIF.
  ENDLoOP.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 23 Nov 2018 16:16:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2018-11-23T16:16:51Z</dc:date>
    <item>
      <title>How to get selection-screen name for pushbutton ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-selection-screen-name-for-pushbutton/m-p/682630#M30425</link>
      <description>&lt;P&gt;Hello Guys,&lt;/P&gt;
  &lt;P&gt;I'm trying to get Screen name but i'm not able to find, can you please help me.&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN PUSHBUTTON (4) icon1 USER-COMMAND uc_icon1.
SELECTION-SCREEN PUSHBUTTON (4) icon2 USER-COMMAND uc_icon2.

AT SELECTION-SCREEN OUTPUT.
  LOOP AT SCREEN.
    IF SCREEN-NAME = 'icon16'.            "Not finding
     SCREEN-INVISIBLE = '0'.
     MODIFY SCREEN.
    ENDIF.
  ENDLoOP.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Nov 2018 16:16:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-selection-screen-name-for-pushbutton/m-p/682630#M30425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-11-23T16:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selection-screen name for pushbutton ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-selection-screen-name-for-pushbutton/m-p/682631#M30426</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;It's not really clear which is your issue: you are checking for 'icon1&lt;EM&gt;&lt;STRONG&gt;6&lt;/STRONG&gt;' &lt;/EM&gt; but i see icon1 and icon2 in your pushbuttons' declaration.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2018 16:44:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-selection-screen-name-for-pushbutton/m-p/682631#M30426</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2018-11-23T16:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selection-screen name for pushbutton ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-selection-screen-name-for-pushbutton/m-p/682632#M30427</link>
      <description>&lt;P&gt;Hi &lt;A href="https://answers.sap.com/users/263143/harshal-kulkarni.html"&gt;Harshal Kulkarni,&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;make sure you put all in uppercase letter in your condition. I think this will solve your issue...&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREENPUSHBUTTON(4) icon1 USER-COMMAND uc_icon1.
SELECTION-SCREENPUSHBUTTON(4) icon2 USER-COMMAND uc_icon2.

AT SELECTION-SCREEN OUTPUT.

LOOP AT SCREEN.
IF SCREEN-NAME= 'ICON1'.  "Not finding
SCREEN-INVISIBLE ='0'.
MODIFY SCREEN.
ENDIF.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2018 19:03:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-selection-screen-name-for-pushbutton/m-p/682632#M30427</guid>
      <dc:creator>Florian</dc:creator>
      <dc:date>2018-11-23T19:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get selection-screen name for pushbutton ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-selection-screen-name-for-pushbutton/m-p/682633#M30428</link>
      <description>&lt;P&gt;Thanks Florian for help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 07:46:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-selection-screen-name-for-pushbutton/m-p/682633#M30428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-11-26T07:46:08Z</dc:date>
    </item>
  </channel>
</rss>

