<?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: pbm in submit command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pbm-in-submit-command/m-p/4142323#M990378</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of displaying a list on the screen, you can store it in ABAP memory using the EXPORTING LIST TO MEMORY addition in the SUBMIT statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT... AND RETURN EXPORTING LIST TO MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement stores the list in ABAP memory, allowing the calling program to access it once the called program has finished. You must use the AND RETURN addition in this case. You cannot use the additions EXPORTING LIST TO MEMORY and TO SAP-SPOOL together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function group SLST provides function modules for accessing the saved list, including for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIST_FROM_MEMORY &lt;/P&gt;&lt;P&gt;WRITE_LIST &lt;/P&gt;&lt;P&gt;DISPLAY_LIST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you find it useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Indu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jul 2008 05:09:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-18T05:09:38Z</dc:date>
    <item>
      <title>pbm in submit command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pbm-in-submit-command/m-p/4142321#M990376</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;i have pbm with  submit....&lt;/P&gt;&lt;P&gt;pbm is:&lt;/P&gt;&lt;P&gt;one pgm displays report using some write statements.&lt;/P&gt;&lt;P&gt;whats the pbm is that&lt;/P&gt;&lt;P&gt;i want to diaplay that report in separate pgm using submit.....&lt;/P&gt;&lt;P&gt;is it possible while using submit?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 04:57:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pbm-in-submit-command/m-p/4142321#M990376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T04:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: pbm in submit command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pbm-in-submit-command/m-p/4142322#M990377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt; Yes it is possible to display the result of one report in another report by using submit statement all you have to do is use the function modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIST_FROM_MEMORY&lt;/P&gt;&lt;P&gt;WRITE_LIST&lt;/P&gt;&lt;P&gt;DISPLAY_LIST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 04:59:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pbm-in-submit-command/m-p/4142322#M990377</guid>
      <dc:creator>bpawanchand</dc:creator>
      <dc:date>2008-07-18T04:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: pbm in submit command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pbm-in-submit-command/m-p/4142323#M990378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of displaying a list on the screen, you can store it in ABAP memory using the EXPORTING LIST TO MEMORY addition in the SUBMIT statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT... AND RETURN EXPORTING LIST TO MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement stores the list in ABAP memory, allowing the calling program to access it once the called program has finished. You must use the AND RETURN addition in this case. You cannot use the additions EXPORTING LIST TO MEMORY and TO SAP-SPOOL together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function group SLST provides function modules for accessing the saved list, including for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIST_FROM_MEMORY &lt;/P&gt;&lt;P&gt;WRITE_LIST &lt;/P&gt;&lt;P&gt;DISPLAY_LIST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you find it useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Indu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 05:09:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pbm-in-submit-command/m-p/4142323#M990378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T05:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: pbm in submit command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pbm-in-submit-command/m-p/4142324#M990379</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;&lt;/P&gt;&lt;P&gt;Check this link,it may help you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/reporting/rep_submit.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/reporting/rep_submit.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 05:25:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pbm-in-submit-command/m-p/4142324#M990379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T05:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: pbm in submit command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pbm-in-submit-command/m-p/4142325#M990380</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 possible to decalre the submit statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT 'PROGRAM NAME' VIA SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sriram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 05:34:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pbm-in-submit-command/m-p/4142325#M990380</guid>
      <dc:creator>venkatasriram_mygapula</dc:creator>
      <dc:date>2008-07-18T05:34:26Z</dc:date>
    </item>
  </channel>
</rss>

