<?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: Need help : SUBMIT program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-submit-program/m-p/2860457#M670808</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;one idea:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;copy the standard SAP program to a Z... one and modify it, that before the ALV list is displayed, you put the output table into the memory (EXPORT whatever TO MEMORY ID...). After that in the calling program you can IMPORT whatever FROM MEMORY ID and you have all data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Sep 2007 16:31:36 GMT</pubDate>
    <dc:creator>JozsefSzikszai</dc:creator>
    <dc:date>2007-09-25T16:31:36Z</dc:date>
    <item>
      <title>Need help : SUBMIT program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-submit-program/m-p/2860455#M670806</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 am developing a custom prgram which filters the billing documents.&lt;/P&gt;&lt;P&gt; These docments are submitted to another Standard SAP program which &lt;/P&gt;&lt;P&gt;processes them and displays the output in POP UP ALV format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am submitting the documents using SUBMIT exporting list to memory and return &lt;/P&gt;&lt;P&gt;but the list is initial since it is an ALV output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest as to what has to be done to capture the output in my custom program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 16:11:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-submit-program/m-p/2860455#M670806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T16:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need help : SUBMIT program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-submit-program/m-p/2860456#M670807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try not exporting the list to memory and not returning. However, this will leave you in the submitted program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 16:26:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-submit-program/m-p/2860456#M670807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T16:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need help : SUBMIT program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-submit-program/m-p/2860457#M670808</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;one idea:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;copy the standard SAP program to a Z... one and modify it, that before the ALV list is displayed, you put the output table into the memory (EXPORT whatever TO MEMORY ID...). After that in the calling program you can IMPORT whatever FROM MEMORY ID and you have all data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 16:31:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-submit-program/m-p/2860457#M670808</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2007-09-25T16:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need help : SUBMIT program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-submit-program/m-p/2860458#M670809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajinder,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its good that you have used Submit with Exporting List to memory and Return and I am sure that you must have populated the input parameters of the standard report bt defining the selection table and declaring its type as rparams.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you return to the custom report from the SAP standard with the internal table,you have to use Inporting List to Memory as the list is still in the ABAP memory ID.&lt;/P&gt;&lt;P&gt;After importing,you can use ALV Function Module and display it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the scenario is such that the SAP standard report is used to display the ALV,then you should only use Submit with the selection table as theri is no point in returning to your custom report once the ALV gets populated and displayed in a Pop Up window.&lt;/P&gt;&lt;P&gt;Simply use Submit with the selection table without even Return and Exportng List to memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you have any further clarifications,do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Puneet Jhari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 16:54:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-submit-program/m-p/2860458#M670809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T16:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need help : SUBMIT program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-submit-program/m-p/2860459#M670810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to perform the submit twice &lt;/P&gt;&lt;P&gt;so have to return back to my program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 16:56:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-submit-program/m-p/2860459#M670810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T16:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need help : SUBMIT program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-submit-program/m-p/2860460#M670811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK - is the submitted program custom or SAP standard? Is it using REUSE_ALV_GRID_DISPLAY or REUSE_ALV_LIST_DISPLAY?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 17:11:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-submit-program/m-p/2860460#M670811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T17:11:34Z</dc:date>
    </item>
  </channel>
</rss>

