<?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: Multiple lines in POPUP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-lines-in-popup/m-p/4716381#M1107586</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;Try using this....&lt;/P&gt;&lt;P&gt;Data : l_return like bapireturn.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'POPUP_WITH_TABLE_DISPLAY'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        endpos_col         = 80&lt;/P&gt;&lt;P&gt;        endpos_row         = 25&lt;/P&gt;&lt;P&gt;        startpos_col       = 1&lt;/P&gt;&lt;P&gt;        startpos_row       = 1&lt;/P&gt;&lt;P&gt;        titletext             = text-300&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    CHOISE             =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        valuetab           = l_return&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;       break_off          = 1&lt;/P&gt;&lt;P&gt;       OTHERS          = 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where l_return is a table containing multiple lines to be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ruchi Tiwari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Oct 2008 09:07:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-31T09:07:59Z</dc:date>
    <item>
      <title>Multiple lines in POPUP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-lines-in-popup/m-p/4716379#M1107584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the function module POPUP_TO_DISPLAY_TEXT to get a pop-up while saving a sales order of certain type. The problem here is that this function module only displays upto two lines in the popup. But, if there are multiple line items for this sales order, i need to display details for all the line items in the pop-up. Please suggest any other function module that i can use to achieve 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>Thu, 30 Oct 2008 20:59:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-lines-in-popup/m-p/4716379#M1107584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T20:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple lines in POPUP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-lines-in-popup/m-p/4716380#M1107585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this POPUP_DISPLAY_TEXT. You can display dialogue text in it. No limit of Text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_WITH_TABLE   "Popup to display internal table data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Aman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 21:02:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-lines-in-popup/m-p/4716380#M1107585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T21:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple lines in POPUP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-lines-in-popup/m-p/4716381#M1107586</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;Try using this....&lt;/P&gt;&lt;P&gt;Data : l_return like bapireturn.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'POPUP_WITH_TABLE_DISPLAY'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        endpos_col         = 80&lt;/P&gt;&lt;P&gt;        endpos_row         = 25&lt;/P&gt;&lt;P&gt;        startpos_col       = 1&lt;/P&gt;&lt;P&gt;        startpos_row       = 1&lt;/P&gt;&lt;P&gt;        titletext             = text-300&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    CHOISE             =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        valuetab           = l_return&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;       break_off          = 1&lt;/P&gt;&lt;P&gt;       OTHERS          = 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where l_return is a table containing multiple lines to be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ruchi Tiwari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 09:07:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-lines-in-popup/m-p/4716381#M1107586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T09:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple lines in POPUP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-lines-in-popup/m-p/4716382#M1107587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dinesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The better option to exit the data of a internal table on a Pop-Up is the next function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF i_empl OCCURS 100,&lt;/P&gt;&lt;P&gt;           pernr LIKE pa0001-pernr,&lt;/P&gt;&lt;P&gt;           ename LIKE pa0001-ename,&lt;/P&gt;&lt;P&gt;       END OF i_empl,&lt;/P&gt;&lt;P&gt;       i_cols LIKE help_value OCCURS 2 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   i_cols-tabname   = 'PA0001'.&lt;/P&gt;&lt;P&gt;   i_cols-fieldname = 'PERNR'.&lt;/P&gt;&lt;P&gt;   i_cols-selectflag = 'X'.&lt;/P&gt;&lt;P&gt;   APPEND i_cols.&lt;/P&gt;&lt;P&gt;   i_cols-tabname   = 'PA0001'.&lt;/P&gt;&lt;P&gt;   i_cols-fieldname = 'ENAME'.&lt;/P&gt;&lt;P&gt;   APPEND i_cols.&lt;/P&gt;&lt;P&gt;   CALL FUNCTION 'MD_POPUP_SHOW_INTERNAL_TABLE'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;       title   = 'Empleados sin informar actividad'&lt;/P&gt;&lt;P&gt;     IMPORTING&lt;/P&gt;&lt;P&gt;       index   = sy-index&lt;/P&gt;&lt;P&gt;     TABLES&lt;/P&gt;&lt;P&gt;       values  = i_empl&lt;/P&gt;&lt;P&gt;       columns = i_cols&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;       leave   = 1&lt;/P&gt;&lt;P&gt;       OTHERS  = 2.&lt;/P&gt;&lt;P&gt;  if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;    exit.&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;This function Use Field Catalogue same that ALV, you can define IMPORTING parameter and return the integer pulse of the line of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 09:38:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-lines-in-popup/m-p/4716382#M1107587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T09:38:07Z</dc:date>
    </item>
  </channel>
</rss>

