<?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: Posting Information Bubble in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-information-bubble/m-p/2648195#M610231</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;Thnx for your answer.&lt;/P&gt;&lt;P&gt;I need to know witch parameter in reuse_alv_grid_display i will use to affect lt_stru.&lt;/P&gt;&lt;P&gt;I found just 3 parametrer :&lt;/P&gt;&lt;P&gt;I_GRID_TITLE type LVC_TITLE, &lt;/P&gt;&lt;P&gt;I_GRID_SETTINGS type LVC_S_GLAY, &lt;/P&gt;&lt;P&gt;IT_HYPERLINK type LVC_T_HYPE&lt;/P&gt;&lt;P&gt;But no one is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Aug 2007 13:41:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-24T13:41:56Z</dc:date>
    <item>
      <title>Posting Information Bubble</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-information-bubble/m-p/2648193#M610229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for the code which allows the posting of information bubble when one puts the mouse on a zone of a Report  ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx for all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 11:26:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-information-bubble/m-p/2648193#M610229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T11:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Posting Information Bubble</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-information-bubble/m-p/2648194#M610230</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;PRE&gt;&lt;CODE&gt;
data : ls_stru type LVC_S_FCAT.
data : lt_stru type lvc_t_fcat.
ls_stru-TOOLTIP = (set to a meaningful value).
append ls_stru to lt-stru.
call reuse_alv_grid_display.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_DEMO_TOOLTIP Test Program for Tooltip in ALV&lt;/P&gt;&lt;P&gt;SALV_TEST_TOOLTIPS Test Program for Tooltip in ALV OM&lt;/P&gt;&lt;P&gt;Refer the above programs for some insight.&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;&lt;/P&gt;&lt;P&gt;Preeti&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;Reward if useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 11:34:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-information-bubble/m-p/2648194#M610230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T11:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Posting Information Bubble</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-information-bubble/m-p/2648195#M610231</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;Thnx for your answer.&lt;/P&gt;&lt;P&gt;I need to know witch parameter in reuse_alv_grid_display i will use to affect lt_stru.&lt;/P&gt;&lt;P&gt;I found just 3 parametrer :&lt;/P&gt;&lt;P&gt;I_GRID_TITLE type LVC_TITLE, &lt;/P&gt;&lt;P&gt;I_GRID_SETTINGS type LVC_S_GLAY, &lt;/P&gt;&lt;P&gt;IT_HYPERLINK type LVC_T_HYPE&lt;/P&gt;&lt;P&gt;But no one is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 13:41:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-information-bubble/m-p/2648195#M610231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T13:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Posting Information Bubble</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-information-bubble/m-p/2648196#M610232</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;The following code anable to post information bubble in the column's name. &lt;/P&gt;&lt;P&gt;But i'm looking for posting the all contents of a cellule of ALV because ALV allow to post just 40 caracter, so i want that when a user see all the contents when he &lt;/P&gt;&lt;P&gt;puts the mouse on the cellule of ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*************************Code anable to post information bubble in the column's name&lt;/P&gt;&lt;P&gt;***********************************************************************************************&lt;/P&gt;&lt;P&gt;LOOP AT I_FIELDCAT.&lt;/P&gt;&lt;P&gt;    W_INDEX = SY-TABIX.&lt;/P&gt;&lt;P&gt;    CASE I_FIELDCAT-FIELDNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      WHEN 'CARRID'.&lt;/P&gt;&lt;P&gt;        I_FIELDCAT-SCRTEXT_S = 'CARRID'.&lt;/P&gt;&lt;P&gt;        I_FIELDCAT-KEY       = ' '.&lt;/P&gt;&lt;P&gt;        I_FIELDCAT-COL_POS   = '1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      WHEN 'CONNID'.&lt;/P&gt;&lt;P&gt;        I_FIELDCAT-SCRTEXT_S = 'CONNID'.&lt;/P&gt;&lt;P&gt;        I_FIELDCAT-OUTPUTLEN = '18'.&lt;/P&gt;&lt;P&gt;        I_FIELDCAT-COL_POS   = '2'.&lt;/P&gt;&lt;P&gt;        I_FIELDCAT-ROW_POS   = '777'.&lt;/P&gt;&lt;P&gt;        I_FIELDCAT-TOOLTIP = 'Information bubble'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ENDCASE.&lt;/P&gt;&lt;P&gt;    MODIFY I_FIELDCAT INDEX W_INDEX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  READ TABLE I_FIELDCAT INDEX 1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF W_CALL = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    PERFORM F_STD_HEADER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD W_GRID-&amp;gt;SET_TABLE_FOR_FIRST_DISPLAY&lt;/P&gt;&lt;P&gt;                      EXPORTING&lt;/P&gt;&lt;P&gt;                        IS_VARIANT                    = W_VARIANT&lt;/P&gt;&lt;P&gt;                        I_SAVE                        = W_SAVE&lt;/P&gt;&lt;P&gt;                      CHANGING&lt;/P&gt;&lt;P&gt;                        IT_OUTTAB                     = I_MARA[]&lt;/P&gt;&lt;P&gt;                        IT_FIELDCATALOG               = I_FIELDCAT[]&lt;/P&gt;&lt;P&gt;                     EXCEPTIONS&lt;/P&gt;&lt;P&gt;                       INVALID_PARAMETER_COMBINATION = 1&lt;/P&gt;&lt;P&gt;                       PROGRAM_ERROR                 = 2&lt;/P&gt;&lt;P&gt;                       OTHERS                        = 3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 14:54:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-information-bubble/m-p/2648196#M610232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T14:54:35Z</dc:date>
    </item>
  </channel>
</rss>

