<?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 display hints... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-hints/m-p/7540005#M1562280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello guys...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one tell me how to use alv display hints...&lt;/P&gt;&lt;P&gt;like while displaying the headings in the output, if the heading is too long they need in short form ie if its "CHILD Parent Value" then in output it must show "CPV",  BUT when the bring the cursor on this CPV heading it must display full form ie CHILD Parent Value.&lt;/P&gt;&lt;P&gt;can this be implemented?&lt;/P&gt;&lt;P&gt;kindly help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jan 2011 04:40:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-06T04:40:32Z</dc:date>
    <item>
      <title>ALV display hints...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-hints/m-p/7540005#M1562280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello guys...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one tell me how to use alv display hints...&lt;/P&gt;&lt;P&gt;like while displaying the headings in the output, if the heading is too long they need in short form ie if its "CHILD Parent Value" then in output it must show "CPV",  BUT when the bring the cursor on this CPV heading it must display full form ie CHILD Parent Value.&lt;/P&gt;&lt;P&gt;can this be implemented?&lt;/P&gt;&lt;P&gt;kindly help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 04:40:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-hints/m-p/7540005#M1562280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-06T04:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: ALV display hints...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-hints/m-p/7540006#M1562281</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;Check program SALV_TEST_TOOLTIPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Class: CL_SALV_TOOLTIPS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 04:45:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-hints/m-p/7540006#M1562281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-06T04:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: ALV display hints...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-hints/m-p/7540007#M1562282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinas , &lt;/P&gt;&lt;P&gt;  In the field catalog there is a field called TOOLTIP , You can use this .&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 04:46:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-hints/m-p/7540007#M1562282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-06T04:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: ALV display hints...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-hints/m-p/7540008#M1562283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the FIeldcatalog just add :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;wa_fieldcat-seltext_l = 'CHILD Parent Value'.
wa_fieldcat-seltext_m = 'CHILD Parent Value'.
wa_fieldcat-seltext_s = 'CPV'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jovito.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 04:51:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-hints/m-p/7540008#M1562283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-06T04:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: ALV display hints...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-hints/m-p/7540009#M1562284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_fieldcat-seltext_l = 'CHILD Parent Value'.&lt;/P&gt;&lt;P&gt;wa_fieldcat-seltext_m = 'CHILD Parent Value'.&lt;/P&gt;&lt;P&gt;wa_fieldcat-seltext_s = 'CPV'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;works fine!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 05:06:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-hints/m-p/7540009#M1562284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-06T05:06:14Z</dc:date>
    </item>
  </channel>
</rss>

