<?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: User Parameter overwrites SUBMIT WITH range? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-parameter-overwrites-submit-with-range/m-p/12724157#M2019986</link>
    <description>&lt;P&gt;My code works when not using user parameters.&lt;/P&gt;&lt;P&gt;The range is passed, I checked in debugger.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Apr 2023 10:50:17 GMT</pubDate>
    <dc:creator>former_member824242</dc:creator>
    <dc:date>2023-04-17T10:50:17Z</dc:date>
    <item>
      <title>User Parameter overwrites SUBMIT WITH range?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-parameter-overwrites-submit-with-range/m-p/12724155#M2019984</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;I submit a report with a range table.&lt;/P&gt;
  &lt;P&gt; SUBMIT zv405&lt;BR /&gt; WITH s_equnr IN lr_equnr&lt;/P&gt;
  &lt;P&gt;If user parameters are specified for this exact program those user parameters overwrite the range table used in the submit.&lt;/P&gt;
  &lt;P&gt;Is there a way to use the range in the submit without disabling the user parameters?&lt;/P&gt;
  &lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 09:08:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-parameter-overwrites-submit-with-range/m-p/12724155#M2019984</guid>
      <dc:creator>former_member824242</dc:creator>
      <dc:date>2023-04-17T09:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: User Parameter overwrites SUBMIT WITH range?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-parameter-overwrites-submit-with-range/m-p/12724156#M2019985</link>
      <description>&lt;P&gt;Is that (WITH s_equnr IN lr_equnr) sentence the real one you are using? I'm not sure but something smells there. In your case, I'd try another option for pass the range to the program, I'd say you are passing none, and then the system retrieves the user ones.&lt;/P&gt;&lt;P&gt;But it's just a guess.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 09:43:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-parameter-overwrites-submit-with-range/m-p/12724156#M2019985</guid>
      <dc:creator>VXLozano</dc:creator>
      <dc:date>2023-04-17T09:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: User Parameter overwrites SUBMIT WITH range?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-parameter-overwrites-submit-with-range/m-p/12724157#M2019986</link>
      <description>&lt;P&gt;My code works when not using user parameters.&lt;/P&gt;&lt;P&gt;The range is passed, I checked in debugger.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 10:50:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-parameter-overwrites-submit-with-range/m-p/12724157#M2019986</guid>
      <dc:creator>former_member824242</dc:creator>
      <dc:date>2023-04-17T10:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: User Parameter overwrites SUBMIT WITH range?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-parameter-overwrites-submit-with-range/m-p/12724158#M2019987</link>
      <description>&lt;P&gt;This is a customer program.&lt;/P&gt;&lt;P&gt;You wrote 'If user parameters are specified for this exact program those user parameters overwrite the range table used in the submit.'&lt;/P&gt;&lt;P&gt;Did you code something related to this behavior, user parameters defined in the selection-screen are overwritten by the values passed by WITH option between the events &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abapinitialization.htm"&gt;INITIALIZATION&lt;/A&gt; and &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abapat_selection-screen_events.htm#!ABAP_ALTERNATIVE_1@1@"&gt;AT SELECTION SCREEN OUTPUT&lt;/A&gt;. Any code from the second (PBO ) event will override the parameter/range values passed within a variant, a with option or a selection-tab.&lt;/P&gt;&lt;P&gt;Try to add some breakpoints at the start of &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abenselection_screen_events.htm"&gt;selection-screen events.&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 11:24:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-parameter-overwrites-submit-with-range/m-p/12724158#M2019987</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2023-04-17T11:24:17Z</dc:date>
    </item>
  </channel>
</rss>

