<?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 ALV cell with multiple values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-cell-with-multiple-values/m-p/351269#M6919</link>
    <description>&lt;P&gt;Is there any way to hold multiple values in single ALV cell and display like Select-option field. Example: If the cell should contain values 1 to 10, by default ALV should display 1 and if click on the cell(or button) then it should display all the values one by one. My question is , is there any ALV provided control is available? Don't want to write code to call a popup screen.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Feb 2017 14:39:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-02-08T14:39:26Z</dc:date>
    <item>
      <title>ALV cell with multiple values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-cell-with-multiple-values/m-p/351269#M6919</link>
      <description>&lt;P&gt;Is there any way to hold multiple values in single ALV cell and display like Select-option field. Example: If the cell should contain values 1 to 10, by default ALV should display 1 and if click on the cell(or button) then it should display all the values one by one. My question is , is there any ALV provided control is available? Don't want to write code to call a popup screen.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2017 14:39:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-cell-with-multiple-values/m-p/351269#M6919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-02-08T14:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: ALV cell with multiple values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-cell-with-multiple-values/m-p/351270#M6920</link>
      <description>&lt;P&gt;Check program SALV_TEST_TOOLTIPS for the usage of CL_SALV_TOOLTIPS. You maybe have to do a work around by using symbols or colors in a column to get the tooltip to work.&lt;/P&gt;&lt;P&gt;Also, check out Naimesh Patel's blog - &lt;A href="http://zevolving.com/2013/10/salv-table-18-icons-and-tooltips/" target="test_blank"&gt;http://zevolving.com/2013/10/salv-table-18-icons-and-tooltips/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2017 15:17:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-cell-with-multiple-values/m-p/351270#M6920</guid>
      <dc:creator>raghug</dc:creator>
      <dc:date>2017-02-08T15:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: ALV cell with multiple values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-cell-with-multiple-values/m-p/351271#M6921</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. My requirement is an enhancement to standard transaction which uses CL_GUI_GRID_DISPLAY. Transaction displays an editable ALV with an EMAIL input field. I need to enable the ALV to accept multiple email address for the same row and display it in a elegant way. Any suggestion please..&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 06:40:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-cell-with-multiple-values/m-p/351271#M6921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-02-09T06:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: ALV cell with multiple values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-cell-with-multiple-values/m-p/351272#M6922</link>
      <description>&lt;P&gt;Here you go... a similar question to yours with a simple Google search... &lt;A href="https://archive.sap.com/discussions/thread/534804"&gt;Cell tooltip on ALV&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am guessing what you are asking is to be able to enter long text in a short field and display it on a mouse-over. That should enabled out of the box. Just shorten one of the fields and see what happens. Here is an example from an old program of mine that uses CL_GUI_ALV_GRID with no programmatic additions for tooltips. You can also try SE11 on an existing table to see what happens.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/19618-2017-02-09-09-07-35.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/19619-2017-02-09-09-20-58.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 14:23:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-cell-with-multiple-values/m-p/351272#M6922</guid>
      <dc:creator>raghug</dc:creator>
      <dc:date>2017-02-09T14:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: ALV cell with multiple values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-cell-with-multiple-values/m-p/351273#M6923</link>
      <description>&lt;P&gt;Thanks for your reply. Actually I am not looking for tool tip or hot spot . I want to display (or input) values one by one and not in a single line. Please check simulation in image. I just want to know is there any way to achieve this with out writing code to display values in a popup screen.&lt;A target="_blank" href="https://answers.sap.com/storage/temp/19773-1.jpg"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/19773-1.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 06:18:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-cell-with-multiple-values/m-p/351273#M6923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-02-10T06:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: ALV cell with multiple values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-cell-with-multiple-values/m-p/351274#M6924</link>
      <description>&lt;P&gt;You will have to program that yourself. You are essentially moving to multi-dimensional structures. &lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 12:33:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-cell-with-multiple-values/m-p/351274#M6924</guid>
      <dc:creator>raghug</dc:creator>
      <dc:date>2017-02-10T12:33:59Z</dc:date>
    </item>
  </channel>
</rss>

