<?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 Second Selection Screen no multiselection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/second-selection-screen-no-multiselection/m-p/490483#M16495</link>
    <description>&lt;P&gt;Hello Sap Community,&lt;/P&gt;&lt;P&gt;im doing my internship and working on a big program. I Have 2 alvs and 2 selection screen. The first one is working fine and takes me to the alv. The alv than takes me to the next selection screen (but here if i click on multiselection nothing happens) i can search only for matnr the rest is not really working. But i can run and search from the selection screen and it takes me to the next alv. So actually its doing its job but not all. I want also to specify my selection e.g. Filter for matnr AND SERNR. Now only matnr is working.&lt;/P&gt;&lt;P&gt;Here the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 0200 AS SUBSCREEN.&lt;BR /&gt;
PARAMETERS: o_matnr TYPE matnr.&lt;BR /&gt;
PARAMETERS: o_sernr TYPE risa0-sernr.&lt;BR /&gt;
*SELECT-OPTIONS: o_sernr FOR zpplock-sernr.&lt;BR /&gt;
SELECT-OPTIONS: o_user FOR zpplock-uname.&lt;BR /&gt;
SELECT-OPTIONS: o_date FOR zpplock-datum.&lt;BR /&gt;
PARAMETERS: o_zlock TYPE zpplock-zlock.&lt;BR /&gt;
SELECT-OPTIONS: o_zreas FOR zpplock-zlock_reason.&lt;BR /&gt;
SELECT-OPTIONS: o_time FOR zpplock-uzeit.&lt;BR /&gt;
SELECTION-SCREEN END OF SCREEN 0200.&lt;/P&gt;&lt;P&gt;There i tried to take diffrent tables and whatever but still doesnt working. The O_matnr is being passed by the previous alv. So i tried to specify my selection screen and search for MATNR AND SERNR and than i noticed its not working correctly. If i press enter, nothing happens (and nothing gets deleted)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM get_data.&lt;BR /&gt;
 SELECT * FROM zpplock INTO TABLE gt_zpplock WHERE matnr = o_matnr.&lt;BR /&gt;
ENDFORM.&lt;/P&gt;&lt;P&gt;So I tried  &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM zpplock INTO TABLE gt_zpplock WHERE matnr = o_matnr OR sernr = o_sernr.&lt;BR /&gt; ENDFORM.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But its not working thanks for your help and time a lot !&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jun 2017 15:57:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-06-12T15:57:34Z</dc:date>
    <item>
      <title>Second Selection Screen no multiselection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/second-selection-screen-no-multiselection/m-p/490483#M16495</link>
      <description>&lt;P&gt;Hello Sap Community,&lt;/P&gt;&lt;P&gt;im doing my internship and working on a big program. I Have 2 alvs and 2 selection screen. The first one is working fine and takes me to the alv. The alv than takes me to the next selection screen (but here if i click on multiselection nothing happens) i can search only for matnr the rest is not really working. But i can run and search from the selection screen and it takes me to the next alv. So actually its doing its job but not all. I want also to specify my selection e.g. Filter for matnr AND SERNR. Now only matnr is working.&lt;/P&gt;&lt;P&gt;Here the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 0200 AS SUBSCREEN.&lt;BR /&gt;
PARAMETERS: o_matnr TYPE matnr.&lt;BR /&gt;
PARAMETERS: o_sernr TYPE risa0-sernr.&lt;BR /&gt;
*SELECT-OPTIONS: o_sernr FOR zpplock-sernr.&lt;BR /&gt;
SELECT-OPTIONS: o_user FOR zpplock-uname.&lt;BR /&gt;
SELECT-OPTIONS: o_date FOR zpplock-datum.&lt;BR /&gt;
PARAMETERS: o_zlock TYPE zpplock-zlock.&lt;BR /&gt;
SELECT-OPTIONS: o_zreas FOR zpplock-zlock_reason.&lt;BR /&gt;
SELECT-OPTIONS: o_time FOR zpplock-uzeit.&lt;BR /&gt;
SELECTION-SCREEN END OF SCREEN 0200.&lt;/P&gt;&lt;P&gt;There i tried to take diffrent tables and whatever but still doesnt working. The O_matnr is being passed by the previous alv. So i tried to specify my selection screen and search for MATNR AND SERNR and than i noticed its not working correctly. If i press enter, nothing happens (and nothing gets deleted)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM get_data.&lt;BR /&gt;
 SELECT * FROM zpplock INTO TABLE gt_zpplock WHERE matnr = o_matnr.&lt;BR /&gt;
ENDFORM.&lt;/P&gt;&lt;P&gt;So I tried  &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM zpplock INTO TABLE gt_zpplock WHERE matnr = o_matnr OR sernr = o_sernr.&lt;BR /&gt; ENDFORM.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But its not working thanks for your help and time a lot !&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2017 15:57:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/second-selection-screen-no-multiselection/m-p/490483#M16495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-06-12T15:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Second Selection Screen no multiselection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/second-selection-screen-no-multiselection/m-p/490484#M16496</link>
      <description>&lt;P&gt;hi kevin,&lt;/P&gt;&lt;P&gt;             in your interactive alv report function module ( REUSE_ALV_GRID_DISPLAY ) just pass &lt;/P&gt;&lt;P&gt;        I_CALLBACK_USER_COMMAND = 'USER_COMMAND'&lt;/P&gt;&lt;P&gt;then create a form for  'USER_COMMAND'&lt;/P&gt;&lt;P&gt;like below &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FORM USER_COMMAND USING R_UCOMM LIKE SY-UCOMM
                        RS_SELFIELD TYPE SLIS_SELFIELD.
  CASE R_UCOMM.
    WHEN '&amp;amp;IC1'. "standard Function code for doubel click
      READ TABLE "internal table name " INTO WA_MARA INDEX RS_SELFIELD-TABINDEX.
      IF SY-SUBRC = 0.
        SET PARAMETER ID 'MAT' FIELD WA_MARA-MATNR.        "set parameter id mat is matnr parameter id 
        CALL TRANSACTION 't-code' AND SKIP FIRST SCREEN.      "call transaction
      ENDIF.
  ENDCASE.
ENDFORM.   &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Umayaraja.B&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 03:09:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/second-selection-screen-no-multiselection/m-p/490484#M16496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-06-13T03:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Second Selection Screen no multiselection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/second-selection-screen-no-multiselection/m-p/490485#M16497</link>
      <description>&lt;P&gt;What is exactly your question?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 05:49:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/second-selection-screen-no-multiselection/m-p/490485#M16497</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-06-13T05:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Second Selection Screen no multiselection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/second-selection-screen-no-multiselection/m-p/490486#M16498</link>
      <description>&lt;P&gt;My Question is how to fix my second selection screen. I just cant click on the Multiple Selection and I wanna know why its not working properly like my 1st Selection Screen. I can put my matnr in it, but thats all i can do. I cannot work with the other fields, If i put something in the other field and press enter, everything gets deleted, except my matnr. And my matnr is being passed from the alv with this code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ELSEIF pv_ucomm EQ gc_history.&lt;BR /&gt;
 READ TABLE gt_list INTO sel_row&lt;BR /&gt;
 INDEX ps_selfield-tabindex.&lt;BR /&gt;
 o_matnr = sel_row-matnr.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 08:35:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/second-selection-screen-no-multiselection/m-p/490486#M16498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-06-13T08:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Second Selection Screen no multiselection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/second-selection-screen-no-multiselection/m-p/490487#M16499</link>
      <description>&lt;P&gt;Thanks umayaraja for your help but will this fix my selection screen ?&lt;BR /&gt;its just a command for double click right ?&lt;/P&gt;&lt;P&gt;I think my question is not good asked im sorry, but its kind of difficult to explain, i mean the programm is all working but its just keeps on deleting my values when i press enter in the second selection screen. I saw some other complaining but i  think its because i implemented it as a subscreen ... Could this be a possibility ? That the selection screen is not working properly because of the subscreens and dypros etc. ?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;thank you !&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 11:44:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/second-selection-screen-no-multiselection/m-p/490487#M16499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-06-13T11:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Second Selection Screen no multiselection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/second-selection-screen-no-multiselection/m-p/490488#M16500</link>
      <description>&lt;P&gt;SOLVED:&lt;/P&gt;&lt;P&gt;now the selection screen works properly !&lt;/P&gt;&lt;P&gt;I didnt call the subscreen in the PAI !!! Still thanks for your help guys !&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;BR /&gt;
module status_0550.&lt;BR /&gt;
CALL SUBSCREEN 0200 INCLUDING sy-repid number.&lt;BR /&gt;
&lt;BR /&gt;
PROCESS AFTER INPUT.&lt;BR /&gt;
CALL SUBSCREEN 0200.&lt;BR /&gt;
 MODULE USER_COMMAND_0550.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 14:42:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/second-selection-screen-no-multiselection/m-p/490488#M16500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-06-13T14:42:36Z</dc:date>
    </item>
  </channel>
</rss>

