<?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: ALV Grid Tooltip in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-tooltip/m-p/7457159#M1553536</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 have done this for an icon in the ALV grid the logic for this is just pass the text which u want to show in the cell i.e&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CONCATENATE icon_light_out+0(3) '\QRNND, CLIN pending' '@'
                INTO gt_user-term. " This is the alv field on which u want to display quick info 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to display qick info on text field then you have to check as the in FM they have provided a parameter&lt;/P&gt;&lt;P&gt;it_except_qinfo TYPE  slis_t_qinfo_alv but i dont know exactly what to pass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you are using it for icon then the solution which i have given is perfect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhukar Shetty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Nov 2010 10:09:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-23T10:09:33Z</dc:date>
    <item>
      <title>ALV Grid Tooltip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-tooltip/m-p/7457157#M1553534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create an "infopopup" for my ALV grid. I'm not talking about a real popup screen, I'm only talking about the "tooltip"  that Little text, which displayed when the user moves the mouse pointer over an important cell, and a small text is displayed, which tells you additional information. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this even possible? If yes then how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 09:16:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-tooltip/m-p/7457157#M1553534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-23T09:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grid Tooltip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-tooltip/m-p/7457158#M1553535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only available option for ALV is the &lt;STRONG&gt;tooltip&lt;/STRONG&gt; for column header. You set it in the fieldcatalog (field &lt;EM&gt;tooltip&lt;/EM&gt; ). No other way to have this for i.e. cell. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 09:58:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-tooltip/m-p/7457158#M1553535</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2010-11-23T09:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grid Tooltip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-tooltip/m-p/7457159#M1553536</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 have done this for an icon in the ALV grid the logic for this is just pass the text which u want to show in the cell i.e&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CONCATENATE icon_light_out+0(3) '\QRNND, CLIN pending' '@'
                INTO gt_user-term. " This is the alv field on which u want to display quick info 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to display qick info on text field then you have to check as the in FM they have provided a parameter&lt;/P&gt;&lt;P&gt;it_except_qinfo TYPE  slis_t_qinfo_alv but i dont know exactly what to pass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you are using it for icon then the solution which i have given is perfect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhukar Shetty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 10:09:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-tooltip/m-p/7457159#M1553536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-23T10:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grid Tooltip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-tooltip/m-p/7457160#M1553537</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;Thanks for the answers. Unfortunatelly,  it's not icon, it's a text. ( the program is a check for excell import, if some data in the excell is wrong then the cell color is red, and there should be an info in the tooltip, which explains the red colour (e.g. wrong date format, not valid keys etc...))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many many years ago, I've done some accessibility development, where I had to put some info for the colored cells in the tooltip.&lt;/P&gt;&lt;P&gt;But as far as I know,  it can be one text for one colour,  so, it seems,  what I want is simply not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 10:19:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-tooltip/m-p/7457160#M1553537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-23T10:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grid Tooltip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-tooltip/m-p/7457161#M1553538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunatelly this is simply not possilbe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Nov 2010 10:41:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-tooltip/m-p/7457161#M1553538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-26T10:41:23Z</dc:date>
    </item>
  </channel>
</rss>

