<?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: passing internal table thru submit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-thru-submit/m-p/1443200#M210585</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have to pass the internal table values using the parameters of the report that you are submitting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT... [VIA SELECTION-SCREEN]&lt;/P&gt;&lt;P&gt;           [USING SELECTION-SET &amp;lt;var&amp;gt;]&lt;/P&gt;&lt;P&gt;           [WITH &amp;lt;sel&amp;gt; &amp;lt;criterion&amp;gt;]&lt;/P&gt;&lt;P&gt;           [WITH FREE SELECTIONS &amp;lt;freesel&amp;gt;]&lt;/P&gt;&lt;P&gt;           [WITH SELECTION-TABLE &amp;lt;rspar&amp;gt;].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this you can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT REPORT report_name WITH PARAMETER = 'XXX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if you have a select - options then you can dump all the values of the internal table into a RANGES variable and pass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jul 2006 05:48:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-07T05:48:46Z</dc:date>
    <item>
      <title>passing internal table thru submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-thru-submit/m-p/1443198#M210583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to pass an internal table to a report using submit keyword. How can I do this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I am writing a function module in which one internal table gets populated. In the same function module code, I will call another report thru submit keyword. To that report I need to pass this internal table data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;anil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 05:42:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-thru-submit/m-p/1443198#M210583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T05:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: passing internal table thru submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-thru-submit/m-p/1443199#M210584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use Import Export statements&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 05:46:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-thru-submit/m-p/1443199#M210584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T05:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: passing internal table thru submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-thru-submit/m-p/1443200#M210585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have to pass the internal table values using the parameters of the report that you are submitting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT... [VIA SELECTION-SCREEN]&lt;/P&gt;&lt;P&gt;           [USING SELECTION-SET &amp;lt;var&amp;gt;]&lt;/P&gt;&lt;P&gt;           [WITH &amp;lt;sel&amp;gt; &amp;lt;criterion&amp;gt;]&lt;/P&gt;&lt;P&gt;           [WITH FREE SELECTIONS &amp;lt;freesel&amp;gt;]&lt;/P&gt;&lt;P&gt;           [WITH SELECTION-TABLE &amp;lt;rspar&amp;gt;].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this you can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT REPORT report_name WITH PARAMETER = 'XXX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if you have a select - options then you can dump all the values of the internal table into a RANGES variable and pass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 05:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-thru-submit/m-p/1443200#M210585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T05:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: passing internal table thru submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-thru-submit/m-p/1443201#M210586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is some sample code for the IMPORT/EXPORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;report zkis1.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;data: imara type table of mara with header line.&lt;/P&gt;&lt;P&gt; start-of-selection.&lt;/P&gt;&lt;P&gt;   select * into table imara from mara up to 10 rows.&lt;/P&gt;&lt;P&gt;   export imara to memory id 'YOURID'.&lt;/P&gt;&lt;P&gt;   submit zkis2 and return.&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The submitted program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;report zkis2 .&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;data: imara type table of mara with header line.&lt;/P&gt;&lt;P&gt; import imara from memory id 'YOURID'.&lt;/P&gt;&lt;P&gt; loop at imara.&lt;/P&gt;&lt;P&gt;   write:/ imara-matnr.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 05:49:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-thru-submit/m-p/1443201#M210586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T05:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: passing internal table thru submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-thru-submit/m-p/1443202#M210587</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;Below is an example from one of my reports. It basically passes values from my itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF NOT v_kunnr IS INITIAL.&lt;/P&gt;&lt;P&gt;    SUBMIT zdealer_contacts_add_edit AND RETURN&lt;/P&gt;&lt;P&gt;                                     WITH p_kunnr = v_kunnr&lt;/P&gt;&lt;P&gt;                                     WITH p_name1 = p_name1  "AVH&lt;/P&gt;&lt;P&gt;                                     WITH p_cdseq = space&lt;/P&gt;&lt;P&gt;                                     WITH p_flag = 'A'&lt;/P&gt;&lt;P&gt;                                     WITH p_addr = it_zts0001-zaddress&lt;/P&gt;&lt;P&gt;                                     WITH p_pers = it_zts0001-zcperson&lt;/P&gt;&lt;P&gt;                                     WITH p_numb = it_zts0001-zcnumber&lt;/P&gt;&lt;P&gt;                                     VIA SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 06:01:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-thru-submit/m-p/1443202#M210587</guid>
      <dc:creator>aris_hidalgo</dc:creator>
      <dc:date>2006-07-07T06:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: passing internal table thru submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-thru-submit/m-p/1443203#M210588</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;You can use EXPORT and IMPORT to MEMORY options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ABC&lt;/P&gt;&lt;P&gt;Export &amp;lt;ITAB&amp;gt; to memory id 'SHARE'  &lt;/P&gt;&lt;P&gt;SUBMIT DEF and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT DEF.&lt;/P&gt;&lt;P&gt;Import &amp;lt;ITAB&amp;gt; from memory id 'SHARE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;Venkat Ramanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 06:56:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-thru-submit/m-p/1443203#M210588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T06:56:03Z</dc:date>
    </item>
  </channel>
</rss>

