<?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 FREE Object in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/free-object/m-p/7360754#M1541858</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got a rather stupid question, but I just can't find the answer on the net.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CREATE OBJECT gr_alvgrid_info&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        i_parent = gr_ccont_info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  FREE gr_alvgrid_info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF gr_alvgrid_info IS INITIAL.&lt;/P&gt;&lt;P&gt;WRITE 'initial'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my code never goes inside the IF-structure, is there a way to check weither my Object is &lt;SPAN __jive_macro_name="initial"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks &amp;lt;removed by moderator&amp;gt;.&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Oct 29, 2010 5:27 PM - &lt;STRONG&gt;please do not offer ...&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Oct 2010 14:07:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-29T14:07:12Z</dc:date>
    <item>
      <title>FREE Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/free-object/m-p/7360754#M1541858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got a rather stupid question, but I just can't find the answer on the net.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CREATE OBJECT gr_alvgrid_info&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        i_parent = gr_ccont_info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  FREE gr_alvgrid_info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF gr_alvgrid_info IS INITIAL.&lt;/P&gt;&lt;P&gt;WRITE 'initial'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my code never goes inside the IF-structure, is there a way to check weither my Object is &lt;SPAN __jive_macro_name="initial"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks &amp;lt;removed by moderator&amp;gt;.&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Oct 29, 2010 5:27 PM - &lt;STRONG&gt;please do not offer ...&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 14:07:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/free-object/m-p/7360754#M1541858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-29T14:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: FREE Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/free-object/m-p/7360755#M1541859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must "destroy" the object, there probably is a method in the class you're referencing for that. What is the data type of gr_alvgrid_info ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 14:12:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/free-object/m-p/7360755#M1541859</guid>
      <dc:creator>PedroGuarita</dc:creator>
      <dc:date>2010-10-29T14:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: FREE Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/free-object/m-p/7360756#M1541860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Pedro, stupid of me that I didn't thought about that directly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Tom Verstocken on Oct 29, 2010 4:22 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 14:20:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/free-object/m-p/7360756#M1541860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-29T14:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: FREE Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/free-object/m-p/7360757#M1541861</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;Use clear statement inplace of free so that u can clear the instance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE OBJECT gr_alvgrid_info&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;i_parent = gr_ccont_info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CLEAR  gr_alvgrid_info.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now control will go inside IF statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF gr_alvgrid_info IS INITIAL.&lt;/P&gt;&lt;P&gt;WRITE 'initial'.&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sheelesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 14:21:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/free-object/m-p/7360757#M1541861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-29T14:21:17Z</dc:date>
    </item>
  </channel>
</rss>

