<?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 submit and getting the data from the called program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-getting-the-data-from-the-called-program/m-p/3326976#M796907</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 am using SUBMIT and return, i want to get the out put of the called program back to the calling program in a internal table,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            SUBMIT ZPUR_REG WITH SELECTION-TABLE l_t_rspar AND RETURN&lt;/P&gt;&lt;P&gt;                  EXPORTING LIST TO MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and used &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                CALL FUNCTION 'LIST_FROM_MEMORY'&lt;/P&gt;&lt;P&gt;                  TABLES&lt;/P&gt;&lt;P&gt;                    listobject = list_tab&lt;/P&gt;&lt;P&gt;                  EXCEPTIONS&lt;/P&gt;&lt;P&gt;                    not_found  = 1&lt;/P&gt;&lt;P&gt;                    OTHERS     = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i get data in the list _tab in different format i want in the same format as the internal table which is displayed in the called program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me with some code or idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points assured&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jan 2008 12:17:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-24T12:17:39Z</dc:date>
    <item>
      <title>submit and getting the data from the called program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-getting-the-data-from-the-called-program/m-p/3326976#M796907</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 am using SUBMIT and return, i want to get the out put of the called program back to the calling program in a internal table,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            SUBMIT ZPUR_REG WITH SELECTION-TABLE l_t_rspar AND RETURN&lt;/P&gt;&lt;P&gt;                  EXPORTING LIST TO MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and used &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                CALL FUNCTION 'LIST_FROM_MEMORY'&lt;/P&gt;&lt;P&gt;                  TABLES&lt;/P&gt;&lt;P&gt;                    listobject = list_tab&lt;/P&gt;&lt;P&gt;                  EXCEPTIONS&lt;/P&gt;&lt;P&gt;                    not_found  = 1&lt;/P&gt;&lt;P&gt;                    OTHERS     = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i get data in the list _tab in different format i want in the same format as the internal table which is displayed in the called program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me with some code or idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points assured&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 12:17:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-getting-the-data-from-the-called-program/m-p/3326976#M796907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T12:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: submit and getting the data from the called program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-getting-the-data-from-the-called-program/m-p/3326977#M796908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In report ZPUR_REG try exporting the internal table to abap memory (that you use to display report).&lt;/P&gt;&lt;P&gt;EXPORT ITAB to MEMORY ID '123'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Import this internal table into your calling program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should have the same format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 12:20:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-getting-the-data-from-the-called-program/m-p/3326977#M796908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T12:20:25Z</dc:date>
    </item>
  </channel>
</rss>

