<?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: I WANT MY PROGRAM TO EVALUATE OTHER PROGRAMS - HELP! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-want-my-program-to-evaluate-other-programs-help/m-p/3136696#M745364</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. i can search for the word REFRESH.  but what if somewhere after the REFRESH code, the table was filled up again in a PERFORM statement(subroutine).this subroutine can be placed anywhere in the program right? how can i detect at the end of the program that the internal table is really initial?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Dec 2007 05:30:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-27T05:30:30Z</dc:date>
    <item>
      <title>I WANT MY PROGRAM TO EVALUATE OTHER PROGRAMS - HELP!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-want-my-program-to-evaluate-other-programs-help/m-p/3136692#M745360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to detect if the program evaluated has FREE'd all its internal table after use. but i just can't search for the word 'FREE itab' because there might be some subroutines in that program that can fill the internal table again. and subroutines are not arranged according to execution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 05:02:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-want-my-program-to-evaluate-other-programs-help/m-p/3136692#M745360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T05:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: I WANT MY PROGRAM TO EVALUATE OTHER PROGRAMS - HELP!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-want-my-program-to-evaluate-other-programs-help/m-p/3136693#M745361</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;Usually REFRESH is used to clear contents of Internal table &amp;amp; FREE is used to release the memory id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please search for REFRESH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 05:05:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-want-my-program-to-evaluate-other-programs-help/m-p/3136693#M745361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T05:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: I WANT MY PROGRAM TO EVALUATE OTHER PROGRAMS - HELP!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-want-my-program-to-evaluate-other-programs-help/m-p/3136694#M745362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rico,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FREE statement has the same effect as the CLEAR statement for any data objects except internal tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For internal tables, FREE has the same effect as the REFRESH statement, though the entire memory area occupied by the table rows is released, and the initial memory area remains unoccupied. If dobj is a structure with table-like components, the memory of each table-like component is released. &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;Nimesh S. Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 05:15:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-want-my-program-to-evaluate-other-programs-help/m-p/3136694#M745362</guid>
      <dc:creator>Nimesh_S_Patel</dc:creator>
      <dc:date>2007-12-27T05:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: I WANT MY PROGRAM TO EVALUATE OTHER PROGRAMS - HELP!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-want-my-program-to-evaluate-other-programs-help/m-p/3136695#M745363</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;If the internal tables used are without Header Line then CLEAR ITAB would do the same work as that of Refresh Itab.&lt;/P&gt;&lt;P&gt;Search for Clear as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 05:16:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-want-my-program-to-evaluate-other-programs-help/m-p/3136695#M745363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T05:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: I WANT MY PROGRAM TO EVALUATE OTHER PROGRAMS - HELP!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-want-my-program-to-evaluate-other-programs-help/m-p/3136696#M745364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. i can search for the word REFRESH.  but what if somewhere after the REFRESH code, the table was filled up again in a PERFORM statement(subroutine).this subroutine can be placed anywhere in the program right? how can i detect at the end of the program that the internal table is really initial?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 05:30:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-want-my-program-to-evaluate-other-programs-help/m-p/3136696#M745364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T05:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: I WANT MY PROGRAM TO EVALUATE OTHER PROGRAMS - HELP!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-want-my-program-to-evaluate-other-programs-help/m-p/3136697#M745365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, in that case if its a Z program, then i would recommend to validate the same at the end of program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
if not itab[] is initial.
write :/ 'Internal table is not empty !' .
else.
write :/ 'Internal table is empty !'.
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 05:37:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-want-my-program-to-evaluate-other-programs-help/m-p/3136697#M745365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T05:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: I WANT MY PROGRAM TO EVALUATE OTHER PROGRAMS - HELP!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-want-my-program-to-evaluate-other-programs-help/m-p/3136698#M745366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, i am not having problems with clearing or freeing i_tabs. My problem is how can i detect the codes of another program if his internal tables are cleared or freed at the end of his program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 05:44:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-want-my-program-to-evaluate-other-programs-help/m-p/3136698#M745366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T05:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: I WANT MY PROGRAM TO EVALUATE OTHER PROGRAMS - HELP!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-want-my-program-to-evaluate-other-programs-help/m-p/3136699#M745367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's because this can happen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Form f_fill_itab.&lt;/P&gt;&lt;P&gt;  Select belnr&lt;/P&gt;&lt;P&gt;  from bsad&lt;/P&gt;&lt;P&gt;  into i_tab.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Endform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refresh i_tab.&lt;/P&gt;&lt;P&gt;Perform f_fill_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even though there is a REFRESH statement, the i_tab can still be filled up&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 05:50:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-want-my-program-to-evaluate-other-programs-help/m-p/3136699#M745367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T05:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: I WANT MY PROGRAM TO EVALUATE OTHER PROGRAMS - HELP!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-want-my-program-to-evaluate-other-programs-help/m-p/3136700#M745368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This cant be achieved programmatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 05:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-want-my-program-to-evaluate-other-programs-help/m-p/3136700#M745368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T05:55:51Z</dc:date>
    </item>
  </channel>
</rss>

