<?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: Regarding  pushbutton info text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pushbutton-info-text/m-p/8778236#M1678028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Linganathan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Use the T code se80. Explore the Program which your have created using se38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click on screen -&amp;gt; selection screen 1000 appears -&amp;gt; click on layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click for the Properties of every screen element, tool tip will be available .Just type what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sudhir S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 May 2012 16:51:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-05-24T16:51:55Z</dc:date>
    <item>
      <title>Regarding  pushbutton info text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pushbutton-info-text/m-p/8778233#M1678025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Hi experts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;i have a pushbutton in selection-screen. when i move mouse on my pushbutton it want show some info text. How can i do this.&amp;nbsp; In screen painting there is option field called info text.&amp;nbsp;&amp;nbsp; But i want for selection-screen.&amp;nbsp; please help me friends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Thanks and regards,&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Linganathan.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 07:14:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pushbutton-info-text/m-p/8778233#M1678025</guid>
      <dc:creator>former_member242166</dc:creator>
      <dc:date>2012-05-24T07:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding  pushbutton info text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pushbutton-info-text/m-p/8778234#M1678026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; i think you can use the FM &lt;SPAN class="L1S33"&gt;'ICON_CREATE'&amp;nbsp; after the event &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S31"&gt;START-OF-SELECTION.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;CALL &lt;SPAN class="L1S52"&gt;FUNCTION&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;'ICON_CREATE'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L1S31"&gt;&amp;nbsp; EXPORTING&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L1S31"&gt;&amp;nbsp;&amp;nbsp; NAME&amp;nbsp;&amp;nbsp; = ICON_INFORMATION&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L1S31"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TEXT&amp;nbsp;&amp;nbsp; = 'Button 2'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L1S31"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INFO&amp;nbsp;&amp;nbsp; = 'My Quickinfo'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L1S31"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IMPORTING&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L1S31"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RESULT = BUT2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L1S31"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXCEPTIONS&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L1S31"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OTHERS = 0.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;SPAN class="L1S31"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;SPAN class="L1S31"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;SPAN class="L1S31"&gt;Lavanya.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 08:13:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pushbutton-info-text/m-p/8778234#M1678026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-24T08:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding  pushbutton info text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pushbutton-info-text/m-p/8778235#M1678027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can add the tool-tip text to this field in screen painter. Go to screen painter--&amp;gt;element list. For the corresponding button click on "properties"&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/104839" width="450" /&gt;&lt;/P&gt;&lt;P&gt;inside that click on tool tip text and give the text-element number.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/104865" width="450" /&gt;&lt;/P&gt;&lt;P&gt; go back to the program and give the text element with the correct description you want. activate it and you should be able to see the description. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 13:36:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pushbutton-info-text/m-p/8778235#M1678027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-24T13:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding  pushbutton info text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pushbutton-info-text/m-p/8778236#M1678028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Linganathan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Use the T code se80. Explore the Program which your have created using se38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click on screen -&amp;gt; selection screen 1000 appears -&amp;gt; click on layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click for the Properties of every screen element, tool tip will be available .Just type what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sudhir S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 16:51:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pushbutton-info-text/m-p/8778236#M1678028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-24T16:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding  pushbutton info text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pushbutton-info-text/m-p/8778237#M1678029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's all bear in mind that the screen changes will be lost the next time the program is generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 17:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pushbutton-info-text/m-p/8778237#M1678029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-24T17:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding  pushbutton info text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pushbutton-info-text/m-p/8778238#M1678030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible to add using Icon.&lt;/P&gt;&lt;P&gt;Please see the below code if helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZZTOOLTIPDEMO. &lt;BR /&gt;TYPE-POOLS icon. &lt;/P&gt;&lt;P&gt;DATA: funckey TYPE smp_dyntxt.&lt;BR /&gt;TABLES: sscrfields.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN PUSHBUTTON 1(40) pushbutt USER-COMMAND&lt;BR /&gt;com VISIBLE LENGTH 12.&lt;BR /&gt;SELECTION-SCREEN FUNCTION KEY 1.&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ICON_CREATE'&lt;BR /&gt;EXPORTING&lt;BR /&gt;name = icon_information&lt;BR /&gt;text = 'My Text'&lt;BR /&gt;info = 'My Quickinfo'&lt;BR /&gt;* ADD_STDINF = 'X'&lt;BR /&gt;IMPORTING&lt;BR /&gt;RESULT = pushbutt&lt;BR /&gt;EXCEPTIONS&lt;BR /&gt;OTHERS = 1.&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;BR /&gt;* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;BR /&gt;* WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;BR /&gt;ENDIF.&lt;/P&gt;&lt;P&gt;MOVE icon_information TO funckey-icon_id.&lt;BR /&gt;MOVE 'My text' TO funckey-icon_text.&lt;BR /&gt;MOVE 'My quickinfo' TO funckey-quickinfo.&lt;BR /&gt;MOVE funckey TO sscrfields-functxt_01.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 05:04:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pushbutton-info-text/m-p/8778238#M1678030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-25T05:04:41Z</dc:date>
    </item>
  </channel>
</rss>

