<?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 program with new parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-new-parameters/m-p/6171576#M1371840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;submit report &lt;/P&gt;&lt;P&gt;  with selection-table seltab&lt;/P&gt;&lt;P&gt;  with free selections seltext.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Oct 2009 12:25:37 GMT</pubDate>
    <dc:creator>antonio_sanseverino</dc:creator>
    <dc:date>2009-10-05T12:25:37Z</dc:date>
    <item>
      <title>Submit program with new parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-new-parameters/m-p/6171574#M1371838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I've a problem..&lt;/P&gt;&lt;P&gt;Program RFSZIS00, there is a Dynamic Selections button with my Selections... I'm working on a copy of the standard and from my ZRFSZIS00 I've to submit the same report with differents value parameters...&lt;/P&gt;&lt;P&gt;Now I'm using RS_REFRESH_FROM_SELECTOPTIONS FM and after the changes I can do a submit istruction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'RS_REFRESH_FROM_SELECTOPTIONS'&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      curr_report           = 'ZRFSZIS00'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    SP                    =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    tables&lt;/P&gt;&lt;P&gt;      selection_table       = it_param&lt;/P&gt;&lt;P&gt;    exceptions&lt;/P&gt;&lt;P&gt;      not_found             = 1&lt;/P&gt;&lt;P&gt;      no_report              = 2&lt;/P&gt;&lt;P&gt;      others                   = 3&lt;/P&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;  if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;    message id sy-msgid type sy-msgty number sy-msgno&lt;/P&gt;&lt;P&gt;            with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Set dei parametri/select options per il lancio del programma&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    read table it_param assigning &amp;lt;fs_param&amp;gt;&lt;/P&gt;&lt;P&gt;      with key selname = 'P_SUBMIT'.&lt;/P&gt;&lt;P&gt;    if sy-subrc is initial.&lt;/P&gt;&lt;P&gt;      move 'X' to &amp;lt;fs_param&amp;gt;-low.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;    read table it_param assigning &amp;lt;fs_param&amp;gt;&lt;/P&gt;&lt;P&gt;      with key selname = 'VONZEIT'.&lt;/P&gt;&lt;P&gt;    if sy-subrc is initial.&lt;/P&gt;&lt;P&gt;      move lv_vonzeit to &amp;lt;fs_param&amp;gt;-low.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;    read table it_param assigning &amp;lt;fs_param&amp;gt;&lt;/P&gt;&lt;P&gt;      with key selname = 'BISZEIT'.&lt;/P&gt;&lt;P&gt;    if sy-subrc is initial.&lt;/P&gt;&lt;P&gt;      clear lv_biszeit.&lt;/P&gt;&lt;P&gt;      lv_biszeit = vonzeit - 1.&lt;/P&gt;&lt;P&gt;      move lv_biszeit to &amp;lt;fs_param&amp;gt;-low.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    submit zrfszis00 with selection-table it_param&lt;/P&gt;&lt;P&gt;      exporting list to memory and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But into my it_param there aren't the Dynamic Selections parameter and I can't change its, Is it possible to change the velaues of Dynamic Selections parameter and Submit the program?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2009 10:34:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-new-parameters/m-p/6171574#M1371838</guid>
      <dc:creator>antonio_sanseverino</dc:creator>
      <dc:date>2009-10-05T10:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Submit program with new parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-new-parameters/m-p/6171575#M1371839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Hi Antonio,
&amp;lt;li&amp;gt;You need to use something like below,when you are calling program which has dynamic fields select.
&lt;PRE&gt;&lt;CODE&gt;
SUBMIT report1 VIA SELECTION-SCREEN 
               WITH FREE SELECTIONS texpr.&lt;/CODE&gt;&lt;/PRE&gt;

&amp;lt;li&amp;gt;Press F1 on FREE on above statement, you will see how to use WITH FREE SELECTION.

Thanks
Venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2009 10:48:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-new-parameters/m-p/6171575#M1371839</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2009-10-05T10:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Submit program with new parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-new-parameters/m-p/6171576#M1371840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;submit report &lt;/P&gt;&lt;P&gt;  with selection-table seltab&lt;/P&gt;&lt;P&gt;  with free selections seltext.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2009 12:25:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-new-parameters/m-p/6171576#M1371840</guid>
      <dc:creator>antonio_sanseverino</dc:creator>
      <dc:date>2009-10-05T12:25:37Z</dc:date>
    </item>
  </channel>
</rss>

