<?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 a report program with same selection screen with some values exclude in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148213#M1514236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rejandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for giving wrong information,&lt;/P&gt;&lt;P&gt;I tried on a small example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should use like this for excluding values :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lr_move_type-sign = 'E'.   "&amp;lt;-- exclude&lt;/P&gt;&lt;P&gt;lr_move_type-option = 'EQ'.  "&amp;lt;-- single value&lt;/P&gt;&lt;P&gt;lr_move_type-low = '6500'.&lt;/P&gt;&lt;P&gt;COLLECT lr_move_type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now both 6000 - 7000 and excluding 6500 will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 Aug 2010 10:31:24 GMT</pubDate>
    <dc:creator>bbalci</dc:creator>
    <dc:date>2010-08-21T10:31:24Z</dc:date>
    <item>
      <title>Submit a report program with same selection screen with some values exclude</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148205#M1514228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to  submit a stndard report program from a copied zprogram with same slection screen values ,&lt;/P&gt;&lt;P&gt;and in some slect-options some values will be excluded depending upon the zprogram.&lt;/P&gt;&lt;P&gt;How to make it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean when i submit , same selction screen values should go along with , depending upon some condions i have to exclude some values .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex: selection screen from a to b &lt;/P&gt;&lt;P&gt;posting date should go same &lt;/P&gt;&lt;P&gt;but may be along with it i have to pass movem,ent type &amp;lt;&amp;gt; 202 to the submit screen ,.&lt;/P&gt;&lt;P&gt;how to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Aug 2010 09:12:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148205#M1514228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-21T09:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Submit a report program with same selection screen with some values exclude</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148206#M1514229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to submit a stndard report program from a copied zprogram with same slection screen values ,&lt;/P&gt;&lt;P&gt;and in some slect-options some values will be excluded depending upon the zprogram.&lt;/P&gt;&lt;P&gt;How to make it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean when i submit , same selction screen values should go along with , depending upon some condions i have to exclude some values .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex: selection screen from a to b&lt;/P&gt;&lt;P&gt;posting date should go same&lt;/P&gt;&lt;P&gt;but may be along with it i have to 'exclude' (its exclude not pass) movem,ent type 202 to the submit screen ,.&lt;/P&gt;&lt;P&gt;how to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Aug 2010 09:14:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148206#M1514229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-21T09:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Submit a report program with same selection screen with some values exclude</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148207#M1514230</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;Define a local range for the select-options will be different :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RANGES lr_move_type FOR &amp;lt;table&amp;gt;-&amp;lt;field&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; include mov type 202&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;lr_move_type-sign = 'I'.&lt;/P&gt;&lt;P&gt;lr_move_type-option = 'EQ'.&lt;/P&gt;&lt;P&gt;lr_move_type-low = '202'.&lt;/P&gt;&lt;P&gt;COLLECT lr_move_type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; exclude mov type 203&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;lr_move_type-sign = 'I'.&lt;/P&gt;&lt;P&gt;lr_move_type-option = 'NE'.&lt;/P&gt;&lt;P&gt;lr_move_type-low = '203'.&lt;/P&gt;&lt;P&gt;COLLECT lr_move_type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and submit other program with this range :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT &amp;lt;standard_prog&amp;gt;&lt;/P&gt;&lt;P&gt;WITH s_mov_type IN lr_mov_type  "&amp;lt;-- your range&lt;/P&gt;&lt;P&gt;WITH s_orher IN s_other.  "&amp;lt;-- other select-options going same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Bulent Balci on Aug 21, 2010 11:20 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Aug 2010 09:20:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148207#M1514230</guid>
      <dc:creator>bbalci</dc:creator>
      <dc:date>2010-08-21T09:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Submit a report program with same selection screen with some values exclude</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148208#M1514231</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;What if i have to pass the movement type also 200 to 250 , with 202 and 203 exluded .&lt;/P&gt;&lt;P&gt;in that case how it will work?&lt;/P&gt;&lt;P&gt;I mean will selct -option as well as range can be given for a same field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i have the selction sreen same in both the screen , is it possible to pass the same values as it is with out writing one by one selct-option and parameter?&lt;/P&gt;&lt;P&gt;&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, 21 Aug 2010 09:28:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148208#M1514231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-21T09:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Submit a report program with same selection screen with some values exclude</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148209#M1514232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajendra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;What if i have to pass the movement type also 200 to 250 , with 202 and 203 exluded .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use BT ( between ) operator for 200 to 250 :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;lr_move_type-sign = 'I'.
lr_move_type-option = 'BT'.
lr_move_type-low = '200'.
lr_move_type-high = '250'.
COLLECT lr_move_type.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And use NE ( not equal )  operator to exclude 202 and 203 :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
lr_move_type-sign = 'I'.
lr_move_type-option = 'NE'.
lr_move_type-low = '202'.
COLLECT lr_move_type.
lr_move_type-low = '203'.
COLLECT lr_move_type.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works just this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Secondly,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; If i have the selction sreen same in both the screen , is it possible to pass the same values as it is with out writing one by one selct-option and parameter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No I don't think there is way to do it without writing one by one&lt;/P&gt;&lt;P&gt;but you may not specify for empty select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Bulent Balci on Aug 21, 2010 11:46 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Aug 2010 09:43:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148209#M1514232</guid>
      <dc:creator>bbalci</dc:creator>
      <dc:date>2010-08-21T09:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Submit a report program with same selection screen with some values exclude</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148210#M1514233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ANY REPLY PLEASE?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Aug 2010 09:44:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148210#M1514233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-21T09:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Submit a report program with same selection screen with some values exclude</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148211#M1514234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could u receive my last reply?  I hope it could solve the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Aug 2010 10:12:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148211#M1514234</guid>
      <dc:creator>bbalci</dc:creator>
      <dc:date>2010-08-21T10:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Submit a report program with same selection screen with some values exclude</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148212#M1514235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NOW IF I HAVE A SELCT OPTIONS WHERE I HAVE GIVEN FROM  6000 TO 7000&lt;/P&gt;&lt;P&gt;AND SAME FILED I EXCLUDED VALUES 6500 6600 6601 WITH THE HELP OF MULTIPLE SELECTION THEN HOW IT WILL WORK?&lt;/P&gt;&lt;P&gt;WILL IT WORK IN SELCTING 6000 TO 7000 EXCLDING 6500 6600 6601 ?&lt;/P&gt;&lt;P&gt;bUT ITS NOT WRKING LIKE THIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THAT IS WILL BOTH SELCT -OPTIONS AND MULTIPLE VALUE WILL WORK FOR A FIELD?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Aug 2010 10:12:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148212#M1514235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-21T10:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Submit a report program with same selection screen with some values exclude</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148213#M1514236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rejandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for giving wrong information,&lt;/P&gt;&lt;P&gt;I tried on a small example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should use like this for excluding values :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lr_move_type-sign = 'E'.   "&amp;lt;-- exclude&lt;/P&gt;&lt;P&gt;lr_move_type-option = 'EQ'.  "&amp;lt;-- single value&lt;/P&gt;&lt;P&gt;lr_move_type-low = '6500'.&lt;/P&gt;&lt;P&gt;COLLECT lr_move_type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now both 6000 - 7000 and excluding 6500 will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Aug 2010 10:31:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148213#M1514236</guid>
      <dc:creator>bbalci</dc:creator>
      <dc:date>2010-08-21T10:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Submit a report program with same selection screen with some values exclude</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148214#M1514237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i AM GETTING CONFUSED .&lt;/P&gt;&lt;P&gt;mY REQUIREMENT IS IN SELCTOPTION I SHOULD PASS THE VALUES AS IT IS &lt;/P&gt;&lt;P&gt;E,g: 200-500&lt;/P&gt;&lt;P&gt;BUT I MAY EXCLUDE 300,301 FROM IT FOR THAT WHAT ISHOULD DO ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Aug 2010 10:43:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148214#M1514237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-21T10:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Submit a report program with same selection screen with some values exclude</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148215#M1514238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just use this code for select option for movement type :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* Between 200 and 500
lr_move_type-sign = 'I'.
lr_move_type-option = 'BT'.
lr_move_type-low = '200'.
lr_move_type-high = '500'.
COLLECT lr_move_type.

* Excluding 300 and 301 :
lr_move_type-sign = 'E'.
lr_move_type-option = 'EQ'.
lr_move_type-low = '300'.
COLLECT lr_move_type.

lr_move_type-option = 'EQ'.
lr_move_type-low = '301'.
COLLECT lr_move_type.


SUBMIT &amp;lt;standard_prog&amp;gt;
WITH s_mov_type IN lr_mov_type "&amp;lt;-- your range
WITH s_other IN s_other. "&amp;lt;-- other select-options going same&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Aug 2010 10:49:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148215#M1514238</guid>
      <dc:creator>bbalci</dc:creator>
      <dc:date>2010-08-21T10:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Submit a report program with same selection screen with some values exclude</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148216#M1514239</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;Its not working .&lt;/P&gt;&lt;P&gt;tHINK U R NOT GETTING MY QUETSION &lt;/P&gt;&lt;P&gt;I WANT TO KEEP THE SELCT OPTIONS AS IT IS THE CALLING SELCTION OPTION VALUE &lt;/P&gt;&lt;P&gt;ALONG WITH THAT I HAVE TO EXCLUDE SOME VALUES IN TH E CALLED PROGRAM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; AM I NEED TO WRITE TWO TIMES LIKE ONE FOR RANGE AND ONE FOR SELCT OPTION &lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;P&gt;SUBMIT &amp;lt;standard_prog&amp;gt;&lt;/P&gt;&lt;P&gt;WITH s_mov_type IN lr_mov_type "&amp;lt;--  range&lt;/P&gt;&lt;P&gt;WITH s_mov_type IN s_mov_type "&amp;lt;--  sELCT OPTIONS&lt;/P&gt;&lt;P&gt;WITH s_other IN s_other. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Aug 2010 11:22:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148216#M1514239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-21T11:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Submit a report program with same selection screen with some values exclude</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148217#M1514240</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;Now I understand clearly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't use range lr_mov_type here,&lt;/P&gt;&lt;P&gt;just add your exclude values into  s_mov_type directly &lt;/P&gt;&lt;P&gt;and use this in submit command :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* Excluding 300 and 301 :
s_mov_type-sign = 'E'.
s_mov_type-option = 'EQ'.
s_mov_type-low = '300'.
COLLECT s_mov_type.
 
s_mov_type-option = 'EQ'.
s_mov_type-low = '301'.
COLLECT s_mov_type

SUBMIT &amp;lt;standard_prog&amp;gt;
WITH s_mov_type IN s_mov_type "&amp;lt;-- sELCT OPTIONS
WITH s_other IN s_other. .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will exclude 300 and 301 movement types &lt;/P&gt;&lt;P&gt;from select-options user entered in your copied zprogram.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Than u are call original program excluding this values with submit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Aug 2010 11:35:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148217#M1514240</guid>
      <dc:creator>bbalci</dc:creator>
      <dc:date>2010-08-21T11:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Submit a report program with same selection screen with some values exclude</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148218#M1514241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ONE MORE THING.&lt;/P&gt;&lt;P&gt;IF SELCT OPTION PASSING FROM CALLING PROGRAM IS BLANK&lt;/P&gt;&lt;P&gt;AND I AM DOING WITH S_VENDOR = S_VENDOR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AS SELECT OPTION IS BLANK ITS COMING BLANK ALSO TO THE CALLED PROGRAM , THAT MENSA ALL VELAUES ARE ALLOEWD(ALL VENDORS IN THIS CASE ), NOW I WANT TO EXCLUDE SOME VENDORS THAN HOW TO DO?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i MEAN SELCT OPTIONS WILL BE BLANK WITH TWO VENDORS EXCLUDED.&lt;/P&gt;&lt;P&gt;HOPE U GOT IT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Aug 2010 12:01:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148218#M1514241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-21T12:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Submit a report program with same selection screen with some values exclude</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148219#M1514242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AM I NEED TO CHECK IF SELCT OPTION IS INTIAL THEN PASS RANGE FOR EXCLUDING OR WHAT ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Aug 2010 12:04:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148219#M1514242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-21T12:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Submit a report program with same selection screen with some values exclude</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148220#M1514243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HOW DO I CALL THE SUBMIT ALSO IN THJAT CASE ?&lt;/P&gt;&lt;P&gt;IF SOME ARE INITIAL SELCT OPTIONS FOR THAT AND SOME  ARE NOT INTIAL&lt;/P&gt;&lt;P&gt;IF I USE RANGE AND SELCT OPTIONS THAN HOW IT WORKKS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Aug 2010 12:16:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148220#M1514243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-21T12:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Submit a report program with same selection screen with some values exclude</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148221#M1514244</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;Say S_LIFNR is your select options for vendor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can understand if it is blank simply :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
IF s_lifnr[] IS INITIAL.
" select option is blank
ELSE.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And exclude the values with same way in my  previous answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Than here is the code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
IF s_lifnr[] IS INITIAL.
" select option is blank
s_lifnr-sign = 'E'.
s_lifnr-option = 'EQ'.
s_lifnr-low = lv_vendor1.  "&amp;lt;--Vendor 1 to be excluded
COLLECT s_lifnr.

s_lifnr-low = lv_vendor2. "&amp;lt;--Vendor 2 to be excluded
COLLECT s_lifnr.

ELSE.
ENDIF.

SUBMIT &amp;lt;standard_prog&amp;gt;
WITH s_lifnr IN s_lifnr.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Aug 2010 12:17:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148221#M1514244</guid>
      <dc:creator>bbalci</dc:creator>
      <dc:date>2010-08-21T12:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Submit a report program with same selection screen with some values exclude</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148222#M1514245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;iF SELCT OPTION IS INITIAL THEN ITS NOT EXCLUDING WHY?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; REGARDS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Aug 2010 12:21:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148222#M1514245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-21T12:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Submit a report program with same selection screen with some values exclude</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148223#M1514246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ACTUALLY I DONT WANT TO CHECK WETEHR IT IS INITIAL OR NOT.&lt;/P&gt;&lt;P&gt;IF IT IS INITIAL STILL  SOME VALUE SHOULD EXCLUDE&lt;/P&gt;&lt;P&gt;IF IT IS NOT INITAL ALSO STILL SOME VALUE SHOULD EXCLUDE , ALONG WITH THE SELCT OPTION AS IT IS WETHETR IT IS BLANK OR HAVING A VALUE FROM TO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGRADS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Aug 2010 12:23:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148223#M1514246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-21T12:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Submit a report program with same selection screen with some values exclude</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148224#M1514247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HEY I AM SORRY ITS WORKING &lt;/P&gt;&lt;P&gt;I WAS PASSING WRONGLY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THNAKS ALOT FOR UR PARALLELY HELP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Aug 2010 12:28:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-report-program-with-same-selection-screen-with-some-values-exclude/m-p/7148224#M1514247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-21T12:28:02Z</dc:date>
    </item>
  </channel>
</rss>

