<?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: Displaying a popup in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-a-popup/m-p/2098712#M437271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u avn use the following fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REUSE_ALV_POPUP_TO_SELECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_TITLE                       =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       i_selection                = 'X'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_ALLOW_NO_SELECTION          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_ZEBRA                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_SCREEN_START_COLUMN         = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_SCREEN_START_LINE           = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_SCREEN_END_COLUMN           = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_SCREEN_END_LINE             = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_CHECKBOX_FIELDNAME          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_LINEMARK_FIELDNAME          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_SCROLL_TO_SEL_LINE          = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        i_tabname                 = 'it_data'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_STRUCTURE_NAME              = 'ty_data'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       it_fieldcat                = ad_fdcat&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IT_EXCLUDING                  =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       i_callback_program         = ad_repid&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_CALLBACK_USER_COMMAND       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IS_PRIVATE                    =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;   es_selfield                    = it_selfield&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  E_EXIT                        =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        t_outtab                  = it_data&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PROGRAM_ERROR                 = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                        = 2&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              .&lt;/P&gt;&lt;P&gt;    IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*IFLAG = 0 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;just pass the internal table with data to this fm and also the catalog name which u will build . catalogue contains the fields and thier order to be displayed in pop up&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;code for catalogue is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; declaring field catalog&lt;/P&gt;&lt;P&gt;  DATA: ad_fdcat TYPE slis_fieldcat_alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;defining its colums&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ad_fdcat-col_pos = 1.&lt;/P&gt;&lt;P&gt;  ad_fdcat-fieldname = 'NETPR'.&lt;/P&gt;&lt;P&gt;  ad_fdcat-tabname = 'it_data'.&lt;/P&gt;&lt;P&gt;*AD_FDCAT-EMPHASIZE = 'C311'.&lt;/P&gt;&lt;P&gt;  ad_fdcat-seltext_l = 'PRICE'.&lt;/P&gt;&lt;P&gt;  ad_fdcat-hotspot = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND ad_fdcat TO p_ad_fdcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ad_fdcat-col_pos = 2.&lt;/P&gt;&lt;P&gt;  ad_fdcat-fieldname = 'WAERS'.&lt;/P&gt;&lt;P&gt;  ad_fdcat-tabname = 'it_data'.&lt;/P&gt;&lt;P&gt;  ad_fdcat-emphasize = 'C511'.&lt;/P&gt;&lt;P&gt;  ad_fdcat-seltext_l = 'CURRENCY'.&lt;/P&gt;&lt;P&gt;  ad_fdcat-hotspot = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND ad_fdcat TO p_ad_fdcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ad_fdcat-col_pos = 3.&lt;/P&gt;&lt;P&gt;  ad_fdcat-fieldname = 'MEINS'.&lt;/P&gt;&lt;P&gt;  ad_fdcat-tabname = 'it_data'.&lt;/P&gt;&lt;P&gt;  ad_fdcat-emphasize = 'C311'.&lt;/P&gt;&lt;P&gt;  ad_fdcat-seltext_l = 'UNIT'.&lt;/P&gt;&lt;P&gt;  ad_fdcat-hotspot = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND ad_fdcat TO p_ad_fdcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;important&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;it_selfield field will contain the index of the selected entry.&lt;/P&gt;&lt;P&gt;now by looping at ur internal table u can select this index and display in ur fields&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab index it_selfield&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do somethn&lt;/P&gt;&lt;P&gt;&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;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;navjot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward accordingly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Apr 2007 06:20:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-02T06:20:44Z</dc:date>
    <item>
      <title>Displaying a popup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-a-popup/m-p/2098707#M437266</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 a selection screen which has the button 'No of entries' at the application toolbar. when user clicks on it on the basis of selection in screen the data is fetched. now i want to show the the number of entries as a popup which will only have close button in it. Is there any FM to acheive this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Mar 2007 15:32:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-a-popup/m-p/2098707#M437266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-31T15:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying a popup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-a-popup/m-p/2098708#M437267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;         Create a screen as modal dialog box and and populate the data .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use function module POPUP_TO_SHOW_DB_DATA_IN_TABLE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Apr 2007 16:40:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-a-popup/m-p/2098708#M437267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-01T16:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying a popup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-a-popup/m-p/2098709#M437268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen&lt;/P&gt;&lt;P&gt; You can use REUSE_ALV_POPUP_TO_SELECT. Here you can also restrict the undesired buttons from appearing in the toolbar by passing exclude table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Apr 2007 19:42:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-a-popup/m-p/2098709#M437268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-01T19:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying a popup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-a-popup/m-p/2098710#M437269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  try to use FM POPUP_TO_DISPLAY_TEXT. I think that &lt;SPAN __jive_emoticon_name="info"&gt;&lt;/SPAN&gt; icon shown into box will be a good feature for you &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  Pavel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Apr 2007 21:34:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-a-popup/m-p/2098710#M437269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-01T21:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying a popup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-a-popup/m-p/2098711#M437270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you search for POPUP_* in se37 you will get various fms, choose which you requierd....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 06:15:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-a-popup/m-p/2098711#M437270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T06:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying a popup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-a-popup/m-p/2098712#M437271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u avn use the following fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REUSE_ALV_POPUP_TO_SELECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_TITLE                       =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       i_selection                = 'X'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_ALLOW_NO_SELECTION          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_ZEBRA                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_SCREEN_START_COLUMN         = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_SCREEN_START_LINE           = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_SCREEN_END_COLUMN           = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_SCREEN_END_LINE             = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_CHECKBOX_FIELDNAME          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_LINEMARK_FIELDNAME          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_SCROLL_TO_SEL_LINE          = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        i_tabname                 = 'it_data'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_STRUCTURE_NAME              = 'ty_data'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       it_fieldcat                = ad_fdcat&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IT_EXCLUDING                  =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       i_callback_program         = ad_repid&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_CALLBACK_USER_COMMAND       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IS_PRIVATE                    =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;   es_selfield                    = it_selfield&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  E_EXIT                        =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        t_outtab                  = it_data&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PROGRAM_ERROR                 = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                        = 2&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              .&lt;/P&gt;&lt;P&gt;    IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*IFLAG = 0 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;just pass the internal table with data to this fm and also the catalog name which u will build . catalogue contains the fields and thier order to be displayed in pop up&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;code for catalogue is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; declaring field catalog&lt;/P&gt;&lt;P&gt;  DATA: ad_fdcat TYPE slis_fieldcat_alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;defining its colums&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ad_fdcat-col_pos = 1.&lt;/P&gt;&lt;P&gt;  ad_fdcat-fieldname = 'NETPR'.&lt;/P&gt;&lt;P&gt;  ad_fdcat-tabname = 'it_data'.&lt;/P&gt;&lt;P&gt;*AD_FDCAT-EMPHASIZE = 'C311'.&lt;/P&gt;&lt;P&gt;  ad_fdcat-seltext_l = 'PRICE'.&lt;/P&gt;&lt;P&gt;  ad_fdcat-hotspot = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND ad_fdcat TO p_ad_fdcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ad_fdcat-col_pos = 2.&lt;/P&gt;&lt;P&gt;  ad_fdcat-fieldname = 'WAERS'.&lt;/P&gt;&lt;P&gt;  ad_fdcat-tabname = 'it_data'.&lt;/P&gt;&lt;P&gt;  ad_fdcat-emphasize = 'C511'.&lt;/P&gt;&lt;P&gt;  ad_fdcat-seltext_l = 'CURRENCY'.&lt;/P&gt;&lt;P&gt;  ad_fdcat-hotspot = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND ad_fdcat TO p_ad_fdcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ad_fdcat-col_pos = 3.&lt;/P&gt;&lt;P&gt;  ad_fdcat-fieldname = 'MEINS'.&lt;/P&gt;&lt;P&gt;  ad_fdcat-tabname = 'it_data'.&lt;/P&gt;&lt;P&gt;  ad_fdcat-emphasize = 'C311'.&lt;/P&gt;&lt;P&gt;  ad_fdcat-seltext_l = 'UNIT'.&lt;/P&gt;&lt;P&gt;  ad_fdcat-hotspot = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND ad_fdcat TO p_ad_fdcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;important&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;it_selfield field will contain the index of the selected entry.&lt;/P&gt;&lt;P&gt;now by looping at ur internal table u can select this index and display in ur fields&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab index it_selfield&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do somethn&lt;/P&gt;&lt;P&gt;&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;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;navjot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward accordingly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 06:20:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-a-popup/m-p/2098712#M437271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T06:20:44Z</dc:date>
    </item>
  </channel>
</rss>

