<?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: calling program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program/m-p/1773211#M333709</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;In the copy of the standard program,you will be getting final internal table values before displaying alv grid.Once the final internal table is arrived,just export the internal table.Just remove the coding related the grid display.Then from your original program,import the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check here for export and import command.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/export01.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/export01.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reward points by clicking the star on the left of reply,if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Jayanthi Jayaraman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Dec 2006 07:41:31 GMT</pubDate>
    <dc:creator>jayanthi_jayaraman</dc:creator>
    <dc:date>2006-12-22T07:41:31Z</dc:date>
    <item>
      <title>calling program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program/m-p/1773205#M333703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     I have a requirements explained below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I have writen a Z program with the selection screen,  i need to execute the standard program RIMHIO00 (grid report)from Z Program by passing values to the selection screen of standard program after execution is completed i need the final internal table(object_tab) values back in my Z program for further process.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   i tried with the submit export to memory statement but it is not working for grid report, Is there any other way to do the above requirements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help me in this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 06:02:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program/m-p/1773205#M333703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T06:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: calling program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program/m-p/1773206#M333704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you used the addition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORTING LIST TO MEMORY &lt;/P&gt;&lt;P&gt;AND RETURN &lt;/P&gt;&lt;P&gt;in submit ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you can process the list by fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'LIST_FROM_MEMORY' or 'WRITE_LIST' or  'DISPLAY_LIST' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it may work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 06:09:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program/m-p/1773206#M333704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T06:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: calling program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program/m-p/1773207#M333705</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;Copy the standard program into z program and then before outputting the grid,just use export statement for exporting the internal table.&lt;/P&gt;&lt;P&gt;Import the internal table from your main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Jayanthi Jayaraman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 06:16:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program/m-p/1773207#M333705</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2006-12-22T06:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: calling program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program/m-p/1773208#M333706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jayanthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Can you explain your logic briefly, bez i don't want to display the report from the standard program , i need the internal table values for further process.&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;Message was edited by: &lt;/P&gt;&lt;P&gt;        karthik karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 07:10:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program/m-p/1773208#M333706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T07:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: calling program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program/m-p/1773209#M333707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First and foremost do u wanto use the std program RIMHIO00 as it is or u can copy the program into Z. If possible copy the program into Z and before this program outputs the grid you can EXPORT the internal table generated by this ZRIMHIO00 into memory or database and then in your first Z program u can read this internal table and do further processing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 07:19:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program/m-p/1773209#M333707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T07:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: calling program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program/m-p/1773210#M333708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear abhijit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     You logic sounds good, i copied the standard program i want to know how to suppress the grid from displaying. and also let me know commands how to export and import the interbal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 07:33:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program/m-p/1773210#M333708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T07:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: calling program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program/m-p/1773211#M333709</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;In the copy of the standard program,you will be getting final internal table values before displaying alv grid.Once the final internal table is arrived,just export the internal table.Just remove the coding related the grid display.Then from your original program,import the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check here for export and import command.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/export01.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/export01.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reward points by clicking the star on the left of reply,if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Jayanthi Jayaraman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 07:41:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program/m-p/1773211#M333709</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2006-12-22T07:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: calling program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program/m-p/1773212#M333710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think , in the newly created program you can add the code line to export the internal table to the Memory using the statement&lt;/P&gt;&lt;P&gt;EXPORT &amp;lt;ITAB&amp;gt; TO MEMORY '&amp;lt;MEMORY ID&amp;gt;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Durga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 07:42:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program/m-p/1773212#M333710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T07:42:17Z</dc:date>
    </item>
  </channel>
</rss>

