<?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: Submit with selection-screen for select-options multiple values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-with-selection-screen-for-select-options-multiple-values/m-p/7184806#M1519037</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;Check the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: t_sel TYPE TABLE OF rsparams with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_sel-selname = 'SO_OBJ_N'.&lt;/P&gt;&lt;P&gt;t_sel-kind = 'P'.&lt;/P&gt;&lt;P&gt;t_sel-sign = 'I'.&lt;/P&gt;&lt;P&gt;t_sel-option = 'EQ'.&lt;/P&gt;&lt;P&gt;t_sel-low = 'YCRM01_REP_0590235 '.&lt;/P&gt;&lt;P&gt;APPEND T_SEL.&lt;/P&gt;&lt;P&gt;CLEAR T_SEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_sel-selname = 'P_ONLYNU'.&lt;/P&gt;&lt;P&gt;t_sel-kind = 'P'.&lt;/P&gt;&lt;P&gt;t_sel-sign = 'I'.&lt;/P&gt;&lt;P&gt;t_sel-option = 'EQ'.&lt;/P&gt;&lt;P&gt;t_sel-low = SPACE.&lt;/P&gt;&lt;P&gt;APPEND T_SEL.&lt;/P&gt;&lt;P&gt;CLEAR T_SEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_sel-selname = 'P_ONLYTA'.&lt;/P&gt;&lt;P&gt;t_sel-kind = 'P'.&lt;/P&gt;&lt;P&gt;t_sel-sign = 'I'.&lt;/P&gt;&lt;P&gt;t_sel-option = 'EQ'.&lt;/P&gt;&lt;P&gt;t_sel-low = SPACE.&lt;/P&gt;&lt;P&gt;APPEND T_SEL.&lt;/P&gt;&lt;P&gt;CLEAR T_SEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_sel-selname = 'P_NOTMP'.&lt;/P&gt;&lt;P&gt;t_sel-kind = 'P'.&lt;/P&gt;&lt;P&gt;t_sel-sign = 'I'.&lt;/P&gt;&lt;P&gt;t_sel-option = 'EQ'.&lt;/P&gt;&lt;P&gt;t_sel-low = 'X'.&lt;/P&gt;&lt;P&gt;APPEND T_SEL.&lt;/P&gt;&lt;P&gt;CLEAR T_SEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_sel-selname = 'P_NOTMP'.&lt;/P&gt;&lt;P&gt;t_sel-kind = 'P'.&lt;/P&gt;&lt;P&gt;t_sel-sign = 'I'.&lt;/P&gt;&lt;P&gt;t_sel-option = 'EQ'.&lt;/P&gt;&lt;P&gt;t_sel-low = 'X'.&lt;/P&gt;&lt;P&gt;APPEND T_SEL.&lt;/P&gt;&lt;P&gt;CLEAR T_SEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_sel-selname = 'P_SHPR'.&lt;/P&gt;&lt;P&gt;t_sel-kind = 'P'.&lt;/P&gt;&lt;P&gt;t_sel-sign = 'I'.&lt;/P&gt;&lt;P&gt;t_sel-option = 'EQ'.&lt;/P&gt;&lt;P&gt;t_sel-low = 'LSVIM*'.&lt;/P&gt;&lt;P&gt;APPEND T_SEL.&lt;/P&gt;&lt;P&gt;CLEAR T_SEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_sel-selname = 'P_VIEW'.&lt;/P&gt;&lt;P&gt;t_sel-kind = 'P'.&lt;/P&gt;&lt;P&gt;t_sel-sign = 'I'.&lt;/P&gt;&lt;P&gt;t_sel-option = 'EQ'.&lt;/P&gt;&lt;P&gt;t_sel-low = 'X'&lt;/P&gt;&lt;P&gt;APPEND T_SEL.&lt;/P&gt;&lt;P&gt;CLEAR T_SEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_sel-selname = 'P_UPLOAD'.&lt;/P&gt;&lt;P&gt;t_sel-kind = 'P'.&lt;/P&gt;&lt;P&gt;t_sel-sign = 'I'.&lt;/P&gt;&lt;P&gt;t_sel-option = 'EQ'.&lt;/P&gt;&lt;P&gt;t_sel-low = 'X'.&lt;/P&gt;&lt;P&gt;APPEND T_SEL.&lt;/P&gt;&lt;P&gt;CLEAR T_SEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit ZRSUNISCAN_FINAL_UC  WITH SELECTION-TABLE T_SELAND&lt;/P&gt;&lt;P&gt;RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tHANKS.&lt;/P&gt;&lt;P&gt;rAMYA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Aug 2010 12:25:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-05T12:25:09Z</dc:date>
    <item>
      <title>Submit with selection-screen for select-options multiple values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-with-selection-screen-for-select-options-multiple-values/m-p/7184802#M1519033</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;I would like to know the syntax for &lt;/P&gt;&lt;P&gt;Submit with selection-screen for select-options multiple values for the field &lt;STRONG&gt;so_obj_n&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;i am currently using a statement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit ZRSUNISCAN_FINAL_UC using SELECTION-SCREEN '1000'&lt;/P&gt;&lt;P&gt;                with so_obj_n = 'YCRM01_REP_0590235'&lt;/P&gt;&lt;P&gt;                   with p_onlynu = space&lt;/P&gt;&lt;P&gt;                   with p_onlyta = space&lt;/P&gt;&lt;P&gt;                   with p_notmp  = 'X'&lt;/P&gt;&lt;P&gt;                   with p_shpr   = 'LSVIM*'&lt;/P&gt;&lt;P&gt;                   with p_view   = 'X'&lt;/P&gt;&lt;P&gt;                   with p_upload = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would like use so_obj_n for 'Y&lt;STRONG&gt;' and 'Z&lt;/STRONG&gt;' and 'mp9*' etc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;removed by moderator&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vishnu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Aug 5, 2010 2:12 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 11:40:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-with-selection-screen-for-select-options-multiple-values/m-p/7184802#M1519033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-05T11:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Submit with selection-screen for select-options multiple values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-with-selection-screen-for-select-options-multiple-values/m-p/7184803#M1519034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Search on &lt;STRONG&gt;RSPARAMS&lt;/STRONG&gt;, the struture to pass with Submit statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mishra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 11:43:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-with-selection-screen-for-select-options-multiple-values/m-p/7184803#M1519034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-05T11:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Submit with selection-screen for select-options multiple values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-with-selection-screen-for-select-options-multiple-values/m-p/7184804#M1519035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must create a SELECT-OPTION Instead of PARAMTER in SUBMITED Program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the calling program you should fill one IT with HEADER LINE with structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sign, option, low, high...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIGN = 'I'&lt;/P&gt;&lt;P&gt;OPTION = 'EQ'&lt;/P&gt;&lt;P&gt;LOW = 'M4*'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 11:43:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-with-selection-screen-for-select-options-multiple-values/m-p/7184804#M1519035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-05T11:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Submit with selection-screen for select-options multiple values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-with-selection-screen-for-select-options-multiple-values/m-p/7184805#M1519036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishnu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Here is one e.g of using Submit multiple records from internal table :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       DATA: rspar_tab  TYPE TABLE OF rsparams,&lt;/P&gt;&lt;P&gt;           rspar_line LIKE LINE OF rspar_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        rspar_line-selname = 'NOUPD'.&lt;/P&gt;&lt;P&gt;        rspar_line-kind    = 'P'.&lt;/P&gt;&lt;P&gt;        rspar_line-sign    = 'I'.&lt;/P&gt;&lt;P&gt;        rspar_line-option  = 'EQ'.&lt;/P&gt;&lt;P&gt;        rspar_line-low     = ' '.&lt;/P&gt;&lt;P&gt;        APPEND rspar_line TO rspar_tab.&lt;/P&gt;&lt;P&gt;        clear rspar_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        rspar_line-selname = 'SOBJECT'.&lt;/P&gt;&lt;P&gt;        rspar_line-kind    = 'S'.&lt;/P&gt;&lt;P&gt;        rspar_line-sign    = 'I'.&lt;/P&gt;&lt;P&gt;        rspar_line-option  = 'EQ'.&lt;/P&gt;&lt;P&gt;        rspar_line-low     = v_object_id.&lt;/P&gt;&lt;P&gt;        APPEND rspar_line TO rspar_tab.&lt;/P&gt;&lt;P&gt;        clear rspar_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      SUBMIT crm_socm_service_report  WITH SELECTION-TABLE rspar_tab AND&lt;/P&gt;&lt;P&gt;      RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above e.g , i am submitting Report crm_socm_service_report  with parameters 'NOUPD' and 'SOBJECT'.&lt;/P&gt;&lt;P&gt;Now fill in your selections in the parameters above and will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know incase of any clarifications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Swapnil..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 12:08:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-with-selection-screen-for-select-options-multiple-values/m-p/7184805#M1519036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-05T12:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Submit with selection-screen for select-options multiple values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-with-selection-screen-for-select-options-multiple-values/m-p/7184806#M1519037</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;Check the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: t_sel TYPE TABLE OF rsparams with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_sel-selname = 'SO_OBJ_N'.&lt;/P&gt;&lt;P&gt;t_sel-kind = 'P'.&lt;/P&gt;&lt;P&gt;t_sel-sign = 'I'.&lt;/P&gt;&lt;P&gt;t_sel-option = 'EQ'.&lt;/P&gt;&lt;P&gt;t_sel-low = 'YCRM01_REP_0590235 '.&lt;/P&gt;&lt;P&gt;APPEND T_SEL.&lt;/P&gt;&lt;P&gt;CLEAR T_SEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_sel-selname = 'P_ONLYNU'.&lt;/P&gt;&lt;P&gt;t_sel-kind = 'P'.&lt;/P&gt;&lt;P&gt;t_sel-sign = 'I'.&lt;/P&gt;&lt;P&gt;t_sel-option = 'EQ'.&lt;/P&gt;&lt;P&gt;t_sel-low = SPACE.&lt;/P&gt;&lt;P&gt;APPEND T_SEL.&lt;/P&gt;&lt;P&gt;CLEAR T_SEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_sel-selname = 'P_ONLYTA'.&lt;/P&gt;&lt;P&gt;t_sel-kind = 'P'.&lt;/P&gt;&lt;P&gt;t_sel-sign = 'I'.&lt;/P&gt;&lt;P&gt;t_sel-option = 'EQ'.&lt;/P&gt;&lt;P&gt;t_sel-low = SPACE.&lt;/P&gt;&lt;P&gt;APPEND T_SEL.&lt;/P&gt;&lt;P&gt;CLEAR T_SEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_sel-selname = 'P_NOTMP'.&lt;/P&gt;&lt;P&gt;t_sel-kind = 'P'.&lt;/P&gt;&lt;P&gt;t_sel-sign = 'I'.&lt;/P&gt;&lt;P&gt;t_sel-option = 'EQ'.&lt;/P&gt;&lt;P&gt;t_sel-low = 'X'.&lt;/P&gt;&lt;P&gt;APPEND T_SEL.&lt;/P&gt;&lt;P&gt;CLEAR T_SEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_sel-selname = 'P_NOTMP'.&lt;/P&gt;&lt;P&gt;t_sel-kind = 'P'.&lt;/P&gt;&lt;P&gt;t_sel-sign = 'I'.&lt;/P&gt;&lt;P&gt;t_sel-option = 'EQ'.&lt;/P&gt;&lt;P&gt;t_sel-low = 'X'.&lt;/P&gt;&lt;P&gt;APPEND T_SEL.&lt;/P&gt;&lt;P&gt;CLEAR T_SEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_sel-selname = 'P_SHPR'.&lt;/P&gt;&lt;P&gt;t_sel-kind = 'P'.&lt;/P&gt;&lt;P&gt;t_sel-sign = 'I'.&lt;/P&gt;&lt;P&gt;t_sel-option = 'EQ'.&lt;/P&gt;&lt;P&gt;t_sel-low = 'LSVIM*'.&lt;/P&gt;&lt;P&gt;APPEND T_SEL.&lt;/P&gt;&lt;P&gt;CLEAR T_SEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_sel-selname = 'P_VIEW'.&lt;/P&gt;&lt;P&gt;t_sel-kind = 'P'.&lt;/P&gt;&lt;P&gt;t_sel-sign = 'I'.&lt;/P&gt;&lt;P&gt;t_sel-option = 'EQ'.&lt;/P&gt;&lt;P&gt;t_sel-low = 'X'&lt;/P&gt;&lt;P&gt;APPEND T_SEL.&lt;/P&gt;&lt;P&gt;CLEAR T_SEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_sel-selname = 'P_UPLOAD'.&lt;/P&gt;&lt;P&gt;t_sel-kind = 'P'.&lt;/P&gt;&lt;P&gt;t_sel-sign = 'I'.&lt;/P&gt;&lt;P&gt;t_sel-option = 'EQ'.&lt;/P&gt;&lt;P&gt;t_sel-low = 'X'.&lt;/P&gt;&lt;P&gt;APPEND T_SEL.&lt;/P&gt;&lt;P&gt;CLEAR T_SEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit ZRSUNISCAN_FINAL_UC  WITH SELECTION-TABLE T_SELAND&lt;/P&gt;&lt;P&gt;RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tHANKS.&lt;/P&gt;&lt;P&gt;rAMYA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 12:25:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-with-selection-screen-for-select-options-multiple-values/m-p/7184806#M1519037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-05T12:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Submit with selection-screen for select-options multiple values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-with-selection-screen-for-select-options-multiple-values/m-p/7184807#M1519038</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;This is not working &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rspar_line-sign    = 'I'.&lt;/P&gt;&lt;P&gt;rspar_line-option  = 'EQ'.&lt;/P&gt;&lt;P&gt;rspar_line-low     = 'Y*'.&lt;/P&gt;&lt;P&gt;APPEND range_line TO range_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;range_line-sign   = 'I'.&lt;/P&gt;&lt;P&gt;range_line-option = 'EQ'.&lt;/P&gt;&lt;P&gt;range_line-low    = 'Z*'.&lt;/P&gt;&lt;P&gt;APPEND range_line TO range_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;range_line-sign   = 'I'.&lt;/P&gt;&lt;P&gt;range_line-option = 'EQ'.&lt;/P&gt;&lt;P&gt;range_line-low    = 'MP9*'.&lt;/P&gt;&lt;P&gt;APPEND range_line TO range_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit ZRSUNISCAN_FINAL_UC using SELECTION-SCREEN '1000'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              with SELECTION-TABLE range_tab&lt;/P&gt;&lt;P&gt;                   with p_onlynu = space&lt;/P&gt;&lt;P&gt;                   with p_onlyta = space&lt;/P&gt;&lt;P&gt;                   with p_notmp  = 'X'&lt;/P&gt;&lt;P&gt;                   with p_shpr   = 'LSVIM*'&lt;/P&gt;&lt;P&gt;                   with p_view   = 'X'&lt;/P&gt;&lt;P&gt;                   with p_upload = 'X'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 12:45:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-with-selection-screen-for-select-options-multiple-values/m-p/7184807#M1519038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-05T12:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Submit with selection-screen for select-options multiple values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-with-selection-screen-for-select-options-multiple-values/m-p/7184808#M1519039</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;i would like to get the values also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_sel-selname = 'SO_OBJ_N'.&lt;/P&gt;&lt;P&gt;t_sel-kind = 'P'.&lt;/P&gt;&lt;P&gt;t_sel-sign = 'I'.&lt;/P&gt;&lt;P&gt;t_sel-option = 'EQ'.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;t_sel-low = 'Y&lt;/STRONG&gt;'.*&lt;/P&gt;&lt;P&gt;APPEND T_SEL.&lt;/P&gt;&lt;P&gt;CLEAR T_SEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_sel-selname = 'SO_OBJ_N'.&lt;/P&gt;&lt;P&gt;t_sel-kind = 'P'.&lt;/P&gt;&lt;P&gt;t_sel-sign = 'I'.&lt;/P&gt;&lt;P&gt;t_sel-option = 'EQ'.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;t_sel-low = 'Z&lt;/STRONG&gt;'.*&lt;/P&gt;&lt;P&gt;APPEND T_SEL.&lt;/P&gt;&lt;P&gt;CLEAR T_SEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is way out to run this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 12:51:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-with-selection-screen-for-select-options-multiple-values/m-p/7184808#M1519039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-05T12:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Submit with selection-screen for select-options multiple values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-with-selection-screen-for-select-options-multiple-values/m-p/7184809#M1519040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have given ..what i already have..&lt;/P&gt;&lt;P&gt;for the first field &lt;STRONG&gt;so_obj_n&lt;/STRONG&gt; i need get multiple values for select-options..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 12:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-with-selection-screen-for-select-options-multiple-values/m-p/7184809#M1519040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-05T12:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Submit with selection-screen for select-options multiple values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-with-selection-screen-for-select-options-multiple-values/m-p/7184810#M1519041</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 this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of rspar_line-option = 'EQ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use rspar_line-option = 'CP'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 12:54:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-with-selection-screen-for-select-options-multiple-values/m-p/7184810#M1519041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-05T12:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Submit with selection-screen for select-options multiple values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-with-selection-screen-for-select-options-multiple-values/m-p/7184811#M1519042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my problem got solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 13:12:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-with-selection-screen-for-select-options-multiple-values/m-p/7184811#M1519042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-05T13:12:01Z</dc:date>
    </item>
  </channel>
</rss>

