<?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 Need Api that can create pop-up with selection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-api-that-can-create-pop-up-with-selection/m-p/7611945#M1569416</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'm using the follwoing FM POPUP_GET_VALUES to create pop-up for user ,&lt;/P&gt;&lt;P&gt;and i wonder if there is diffrent API that i can use for pop-up &lt;/P&gt;&lt;P&gt;with parameters like multiple selection  like we have in SE11 when user want&lt;/P&gt;&lt;P&gt;to add another parameters to his selection .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jan 2011 13:34:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-24T13:34:35Z</dc:date>
    <item>
      <title>Need Api that can create pop-up with selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-api-that-can-create-pop-up-with-selection/m-p/7611945#M1569416</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'm using the follwoing FM POPUP_GET_VALUES to create pop-up for user ,&lt;/P&gt;&lt;P&gt;and i wonder if there is diffrent API that i can use for pop-up &lt;/P&gt;&lt;P&gt;with parameters like multiple selection  like we have in SE11 when user want&lt;/P&gt;&lt;P&gt;to add another parameters to his selection .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 13:34:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-api-that-can-create-pop-up-with-selection/m-p/7611945#M1569416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-24T13:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need Api that can create pop-up with selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-api-that-can-create-pop-up-with-selection/m-p/7611946#M1569417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use REUSE_ALV_POPUP_TO_SELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jovito&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 13:38:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-api-that-can-create-pop-up-with-selection/m-p/7611946#M1569417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-24T13:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need Api that can create pop-up with selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-api-that-can-create-pop-up-with-selection/m-p/7611947#M1569418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI dsouzajovito &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks but i need pop-up that user can insert data to it like multiple selection and not a output pop-up&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 14:24:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-api-that-can-create-pop-up-with-selection/m-p/7611947#M1569418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-24T14:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need Api that can create pop-up with selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-api-that-can-create-pop-up-with-selection/m-p/7611948#M1569419</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;REUSE_ALV_POPUP_TO_SELECT is used for multiple selections.&lt;/P&gt;&lt;P&gt;Firstly, have a field type c in your output table. &lt;/P&gt;&lt;P&gt;Second, mention this fieldname while calling REUSE_ALV_POPUP_TO_SELECT .&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TYPES:  BEGIN OF ty_fields,
          select TYPE c, "Selection Field in output table
          fieldname TYPE slis_fieldcat_alv-fieldname,
        END OF ty_fields

  CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT'
        EXPORTING
          i_title              = 'Change Fields'
          i_zebra              = 'X'
          i_checkbox_fieldname = 'SELECT'
          i_tabname            = 'IT_FIELDS'
          it_fieldcat          = it_fieldcat
        TABLES
          t_outtab             = it_fields
        EXCEPTIONS
          program_error        = 1
          OTHERS               = 2.
      IF sy-subrc ne 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 15:09:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-api-that-can-create-pop-up-with-selection/m-p/7611948#M1569419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-24T15:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need Api that can create pop-up with selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-api-that-can-create-pop-up-with-selection/m-p/7611949#M1569420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at this sample program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PROGRAM test.

TYPE-POOLS: slis.
TYPES : BEGIN OF tty_output,
          select TYPE c,
          num TYPE i,
        END OF tty_output.

DATA: it_output TYPE TABLE OF tty_output,
      wa_output TYPE tty_output,
      inum TYPE i VALUE 0,
      it_fieldcat TYPE slis_t_fieldcat_alv,
      wa_fieldcat TYPE slis_fieldcat_alv.

WHILE inum &amp;lt; 10.
  wa_output-num = inum.
  APPEND wa_output TO it_output.
  inum = inum + 1.
ENDWHILE.

wa_fieldcat-fieldname = 'SELECT'.
wa_fieldcat-tabname = 'IT_OUTPUT'.
wa_fieldcat-seltext_m = 'SELECT'.
APPEND wa_fieldcat TO it_fieldcat.
wa_fieldcat-fieldname = 'NUM'.
wa_fieldcat-seltext_m = 'NUMBER'.
APPEND wa_fieldcat TO it_fieldcat.


CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT'
  EXPORTING
   i_checkbox_fieldname          = 'SELECT'
    i_tabname                     = 'IT_OUTPUT'
   it_fieldcat                   = it_fieldcat
  TABLES
    t_outtab                      = it_output
 EXCEPTIONS
   program_error                 = 1
   OTHERS                        = 2
          .
IF sy-subrc ne 0.
  MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
          WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
ENDIF.

LOOP AT it_output INTO wa_output WHERE select IS NOT INITIAL.
  WRITE : / wa_output-num.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 15:38:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-api-that-can-create-pop-up-with-selection/m-p/7611949#M1569420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-24T15:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need Api that can create pop-up with selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-api-that-can-create-pop-up-with-selection/m-p/7611950#M1569421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Dsouzajovito &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is help , thank you !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can use it but i think that SAP provide an API since when i look at se11 and press F4 in the first line (table line ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have ALV popup that ask me to put a table .in the right side i have the button ( in yellow ) for multiple selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which have common template for all the multiple selection ( select single value ,select ranges and exclude ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which FM or method is opened when i press on the yellow button ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since its popup its a problem to debug it and find the right API .&lt;/P&gt;&lt;P&gt;&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;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 16:20:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-api-that-can-create-pop-up-with-selection/m-p/7611950#M1569421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-24T16:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need Api that can create pop-up with selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-api-that-can-create-pop-up-with-selection/m-p/7611951#M1569422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no API behind standard (selection screen) select-options. Should it be a pop-up window? Or just your regular selection screen select options? Where and how do you want to use this select options? In a report? Hope not the latter one, because that would make this a basic question. Of in a dialog program? For both, there are a lot of posts to be found on SCN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: SE11 uses these exact select options on the selection screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 16:54:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-api-that-can-create-pop-up-with-selection/m-p/7611951#M1569422</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2011-01-24T16:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need Api that can create pop-up with selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-api-that-can-create-pop-up-with-selection/m-p/7611952#M1569423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want to call the pop up to accept values why dont you create 1 selection screen and call it on perticular event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
selection-screen begin of screen 0111 as window.
  select-options : s_vbeln for vbak-vbeln.
selection-screen end of screen 0111.

MODULE USER_COMMAND_1003 INPUT.
if sy-ucomm = 'POP'.
    call selection-screen 0111 starting at 40 30 ending at 80 40.
endif.
ENDMODULE. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anmol.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 17:45:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-api-that-can-create-pop-up-with-selection/m-p/7611952#M1569423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-24T17:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need Api that can create pop-up with selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-api-that-can-create-pop-up-with-selection/m-p/7611953#M1569424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ChrisGW,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I understand you, &lt;EM&gt;free selections&lt;/EM&gt; is what can do the trick:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'FREE_SELECTIONS_INIT'
* Display free selection dialog
CALL FUNCTION 'FREE_SELECTIONS_DIALOG'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just a hint what to start with, the rest is in SAP (where-used-list), SCN and google.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 21:22:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-api-that-can-create-pop-up-with-selection/m-p/7611953#M1569424</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-01-24T21:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need Api that can create pop-up with selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-api-that-can-create-pop-up-with-selection/m-p/7611954#M1569425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think what you are looking for is a search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this [link|http://help.sap.com/saphelp_46c/helpdata/en/cf/21ee2b446011d189700000e8322d00/frameset.htm].&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;Jovito&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 11:31:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-api-that-can-create-pop-up-with-selection/m-p/7611954#M1569425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-25T11:31:44Z</dc:date>
    </item>
  </channel>
</rss>

