<?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: Problem with SUBMIT report [ WITH SELECTION-TABLE ] or [ IN range ] in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023926#M1498371</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;Please, run with TESTLAUF = 'X' and see the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leandro Mengue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 May 2010 22:08:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-26T22:08:08Z</dc:date>
    <item>
      <title>Problem with SUBMIT report [ WITH SELECTION-TABLE ] or [ IN range ]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023922#M1498367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to call transaction F.80 for mass reversal of FI documents by using SUBMIT sentence and its parameters like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT i_zfi013 INTO wa_zfi013.&lt;/P&gt;&lt;P&gt;    PERFORM llena_params USING 'BR_BELNR' 'S' 'I' 'EQ' wa_zfi013-num_doc ''.&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    = wa_zfi013-num_doc.&lt;/P&gt;&lt;P&gt;APPEND range_line TO range_tab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;Line: -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;      SUBMIT sapf080&lt;/P&gt;&lt;P&gt;        WITH br_bukrs-low = p_bukrs&lt;/P&gt;&lt;P&gt;        WITH SELECTION-TABLE it_params  [ same  problem with -  WITH BR_BELNR IN range_tab]&lt;/P&gt;&lt;P&gt;        WITH br_gjahr-low = p_an1&lt;/P&gt;&lt;P&gt;        WITH stogrd = '05'&lt;/P&gt;&lt;P&gt;        WITH testlauf = ''&lt;/P&gt;&lt;P&gt;        AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that  when the report is executed the BR_BELNR only delete one document of the all the inputs in the selection criteria from the loop. if I add the statement [ VIA SELECTION-SCREEN] in the SUBMIT if open the multiple selection criteria in the screen I can check that all the documents are set in it from the ABAP code in the loop from it I just need to push F8 to copy them and run the program processing all the documents normally .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one help me with this? is there a way to execute the transaction BY the SUBMIT with the multiple selection criteria for the Document Number working well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank for you time and help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 21:01:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023922#M1498367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-26T21:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SUBMIT report [ WITH SELECTION-TABLE ] or [ IN range ]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023923#M1498368</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;May br this non-deleted document from a different year? (or could not to be deleted?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leandro Mengue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 21:30:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023923#M1498368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-26T21:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SUBMIT report [ WITH SELECTION-TABLE ] or [ IN range ]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023924#M1498369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, the documents Exist, the problem is that the data in the Multiple selection screen is not being copied, because if I check it in the SUBMIT manually with the VIA SELECTION-SCREEN statement it ask me to Copy changes? because it detects that the Selections Changed only if I push Yes the documents are processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe if some one knows how to call the method that copies the data from the multiple selection screen, I think I could call it from my program to solve my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 21:46:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023924#M1498369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-26T21:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SUBMIT report [ WITH SELECTION-TABLE ] or [ IN range ]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023925#M1498370</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;If you have tested with "VIA SELECTION-SCREEN" and in the selection-screen all documents are ok, the problem is not in your caller program...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know what is the document that dont wotk? If the first in list? The last? If you change the order of documents in the table (ranges) the problem occurs with anhoter document?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leandro Mengue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 22:05:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023925#M1498370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-26T22:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SUBMIT report [ WITH SELECTION-TABLE ] or [ IN range ]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023926#M1498371</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;Please, run with TESTLAUF = 'X' and see the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leandro Mengue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 22:08:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023926#M1498371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-26T22:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SUBMIT report [ WITH SELECTION-TABLE ] or [ IN range ]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023927#M1498372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, the only one document that is processed by the transactions is the first in the list. all the other documents are not being processed like if they where not in the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I change the testlauf = '' to testlauf = 'X' is the same problem the only way that makes this processing all the documents is entering to the selection criteria for multiple document selections and copy saving changes by pressing F8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a way to do this automatically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 22:20:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023927#M1498372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-26T22:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SUBMIT report [ WITH SELECTION-TABLE ] or [ IN range ]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023928#M1498373</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 test it here and works fine. All documents was processed and show in the screen results...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leandro Mengue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 22:58:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023928#M1498373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-26T22:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SUBMIT report [ WITH SELECTION-TABLE ] or [ IN range ]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023929#M1498374</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;Can you put more code? Like the the data definition of range_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leandro Mengue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 23:09:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023929#M1498374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-26T23:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SUBMIT report [ WITH SELECTION-TABLE ] or [ IN range ]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023930#M1498375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help, but I still have the same problem, the transaction only process the firs document of the list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 23:18:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023930#M1498375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-26T23:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SUBMIT report [ WITH SELECTION-TABLE ] or [ IN range ]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023931#M1498376</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;Please, show the definition of  range_tab, wa_zfi013 and zfi013 (table?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leandro Mengue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 23:24:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023931#M1498376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-26T23:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SUBMIT report [ WITH SELECTION-TABLE ] or [ IN range ]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023932#M1498377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  TYPES: BEGIN OF T_ZFI013,&lt;/P&gt;&lt;P&gt;          BUKRS	TYPE BUKRS,&lt;/P&gt;&lt;P&gt;          GJAHR	TYPE GJAHR,&lt;/P&gt;&lt;P&gt;          MONAT	TYPE MONAT,&lt;/P&gt;&lt;P&gt;          ANLN1	TYPE ANLN1,&lt;/P&gt;&lt;P&gt;          ANLN2	TYPE ANLN2,&lt;/P&gt;&lt;P&gt;          NUM_DOC	TYPE BELNR_D,&lt;/P&gt;&lt;P&gt;          DATE	TYPE DATUM,&lt;/P&gt;&lt;P&gt;          TIME  TYPE UZEIT,&lt;/P&gt;&lt;P&gt;          USER	TYPE SYUNAME,&lt;/P&gt;&lt;P&gt;         END OF T_ZFI013.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   DATA: I_ZFI013  TYPE STANDARD TABLE OF T_ZFI013,&lt;/P&gt;&lt;P&gt;         WA_ZFI013 TYPE T_ZFI013,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: br_belnr       TYPE BELNR_D,&lt;/P&gt;&lt;P&gt;        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;        range_tab  LIKE RANGE OF br_belnr,&lt;/P&gt;&lt;P&gt;        range_line LIKE LINE OF range_tab."range_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**********************************************************************&lt;/P&gt;&lt;P&gt;  LOOP AT i_zfi013 INTO wa_zfi013.&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    = wa_zfi013-num_doc.&lt;/P&gt;&lt;P&gt;    APPEND range_line TO range_tab.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SUBMIT sapf080&lt;/P&gt;&lt;P&gt;    WITH br_bukrs-low = p_bukrs&lt;/P&gt;&lt;P&gt;    WITH br_belnr IN range_tab&lt;/P&gt;&lt;P&gt;    WITH br_gjahr-low = p_an1&lt;/P&gt;&lt;P&gt;    WITH stogrd = '05'&lt;/P&gt;&lt;P&gt;    WITH testlauf = ''.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the RANGE_TAB table before submit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1	I	EQ	1001xxxxxx&lt;/P&gt;&lt;P&gt;2	I	EQ	1002xxxxxx&lt;/P&gt;&lt;P&gt;3	I	EQ	1003xxxxxx&lt;/P&gt;&lt;P&gt;4	I	EQ	1004xxxxxx&lt;/P&gt;&lt;P&gt;5	I	EQ	1005xxxxxx&lt;/P&gt;&lt;P&gt;6	I	EQ	1006xxxxxx&lt;/P&gt;&lt;P&gt;7	I	EQ	1007xxxxxx&lt;/P&gt;&lt;P&gt;8	I	EQ	1008xxxxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this wont work for some reason so I will start to do this by a BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 23:39:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023932#M1498377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-26T23:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SUBMIT report [ WITH SELECTION-TABLE ] or [ IN range ]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023933#M1498378</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;Tomorrow I will try this code in my office.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leandro Mengue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 02:00:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023933#M1498378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T02:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SUBMIT report [ WITH SELECTION-TABLE ] or [ IN range ]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023934#M1498379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your Help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with this FM 'SUBMIT_REPORT''&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still I have the same problem.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;FORM&lt;/P&gt;&lt;P&gt;  wa_params-selname = fieldn.&lt;/P&gt;&lt;P&gt;  wa_params-kind = kind.&lt;/P&gt;&lt;P&gt;  wa_params-sign = sign.&lt;/P&gt;&lt;P&gt;  wa_params-option = opt.&lt;/P&gt;&lt;P&gt;  wa_params-low = p_low.&lt;/P&gt;&lt;P&gt;  IF p_high &amp;lt;&amp;gt; ''.&lt;/P&gt;&lt;P&gt;    wa_params-high = p_high.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;  APPEND wa_params TO it_params.&lt;/P&gt;&lt;P&gt;  CLEAR wa_params.&lt;/P&gt;&lt;P&gt;ENDFORM&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;  p_trdir-name = 'SAPF080'.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'SUBMIT_REPORT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RDIR                   = TRDIR&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      report                 = p_trdir-name&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RET_VIA_LEAVE          = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  VARIANT                = 'ZTEST'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  VARIPROG               = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SKIP_SELSCREEN         = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  EXPRESSIONS            =&lt;/P&gt;&lt;/LI&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;  VARIANT                =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   TABLES&lt;/P&gt;&lt;P&gt;     selection_table        = it_params&lt;/P&gt;&lt;P&gt;   EXCEPTIONS&lt;/P&gt;&lt;P&gt;     just_via_variant       = 1&lt;/P&gt;&lt;P&gt;     no_submit_auth         = 2&lt;/P&gt;&lt;P&gt;     OTHERS                 = 3.&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 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;  ENDIF.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;Also I I ran it with    SKIP_SELSCREEN         = 'X'&lt;/P&gt;&lt;P&gt;and save variant and if I ran the report  from SE38 with the saved variant is the same problem, is like  if in the Multiple selection were empty although you see the input data there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 16:21:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023934#M1498379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T16:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SUBMIT report [ WITH SELECTION-TABLE ] or [ IN range ]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023935#M1498380</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;The problem is linked with the logical database that sapf080 is using...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leandro Mengue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 19:54:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023935#M1498380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T19:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SUBMIT report [ WITH SELECTION-TABLE ] or [ IN range ]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023936#M1498381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for your help and Time,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally I decide to do this by a BDC and is working well in this way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 20:15:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023936#M1498381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T20:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SUBMIT report [ WITH SELECTION-TABLE ] or [ IN range ]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023937#M1498382</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;After making some test with the BDC I realized that if i ran it in mode N the problem was the same of the submit, so I diced to make another test with the submit, fortunately I don't know why, but the submit is working well now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 15:53:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-report-with-selection-table-or-in-range/m-p/7023937#M1498382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-31T15:53:03Z</dc:date>
    </item>
  </channel>
</rss>

