<?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 Message type X dump while clicking execute button?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758936#M1676191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1st time runnning the program When i provide the 3 parameeters value and click execute the simple tree appears and then from there when i click the tree alv come up fine(the screen will be as as shown below) but when i change the input parameter and the reclick the execute button it going 4 message type x dump(control framework;error processing control)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What to do to rectify it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My program output screen&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/98123" width="450" /&gt;&lt;/P&gt;&lt;P&gt;My program Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 May 2012 14:38:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-05-02T14:38:21Z</dc:date>
    <item>
      <title>Message type X dump while clicking execute button??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758936#M1676191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1st time runnning the program When i provide the 3 parameeters value and click execute the simple tree appears and then from there when i click the tree alv come up fine(the screen will be as as shown below) but when i change the input parameter and the reclick the execute button it going 4 message type x dump(control framework;error processing control)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What to do to rectify it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My program output screen&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/98123" width="450" /&gt;&lt;/P&gt;&lt;P&gt;My program Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 14:38:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758936#M1676191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-02T14:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Message type X dump while clicking execute button??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758937#M1676192</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;An idea:&lt;/P&gt;&lt;P&gt;Before clearing variables when showing your tree again, try to call the method FREE on your container and Tree object so they are re-created properly...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Manu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 14:54:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758937#M1676192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-02T14:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Message type X dump while clicking execute button??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758938#M1676193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;E.g:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;obj_tree-&amp;gt;free( ).&lt;/P&gt;&lt;P&gt;obj_alv-&amp;gt;free( ).&lt;/P&gt;&lt;P&gt;obj_cont1-&amp;gt;free( ).&lt;/P&gt;&lt;P&gt;obj_cont2-&amp;gt;free( ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then your CLEAR statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR: obj_tree, obj_alv, obj_cont1, obj_cont2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kr,&lt;/P&gt;&lt;P&gt;Manu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 15:02:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758938#M1676193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-02T15:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Message type X dump while clicking execute button??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758939#M1676194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if i use it before &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;CLEAR: obj_tree, obj_alv, obj_cont1, obj_cont2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;it is giving NULL dump&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;thanks all&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 15:07:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758939#M1676194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-02T15:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Message type X dump while clicking execute button??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758940#M1676195</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;Of course you need to call the free method only if your objects are bound! &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/731/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;E.g. I would have call your free routine only when the user press BACK from result screen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 15:11:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758940#M1676195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-02T15:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Message type X dump while clicking execute button??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758941#M1676196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what i did when 'Execute' button is triggered in PAI.&lt;/P&gt;&lt;P&gt;i am calling form clear.&lt;/P&gt;&lt;P&gt;i have not cleared obj_tree(its commented in code below).if i clear that i am not able to execute the 1st time itself..(the tree does not appear)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;FORM&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;CLEAR&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt; obj_tree-&amp;gt;free( ).&lt;/P&gt;&lt;P&gt; obj_alv-&amp;gt;free( ).&lt;/P&gt;&lt;P&gt; obj_cont1-&amp;gt;free( ).&lt;/P&gt;&lt;P&gt; obj_cont2-&amp;gt;free( ).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;CLEAR&lt;/SPAN&gt; :IT_NODETAB,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LT_MARA,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LT_MARC,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LT_MARD,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LT_SALES,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LT_PLANT,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LT_INVENT,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LT_FORMS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LT_MAKT,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LT_MVKE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; lt_dwerk,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; it_event,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; OBJ_CONT1 ,&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S31"&gt;*&amp;nbsp; OBJ_TREE&amp;nbsp; ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; OBJ_CONT2 ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; obj_ALV&amp;nbsp;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S31"&gt;*&amp;nbsp; obj_handle,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; FLAG,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; flag_sal,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; TY_TOOLBAR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; IT_NODE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; FLAG_node,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; wa_node,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; IT_TOOLBAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;ENDFORM&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 15:13:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758941#M1676196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-02T15:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Message type X dump while clicking execute button??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758942#M1676197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah..But my requirement doesn't have back button its a same screen.what to do ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 15:18:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758942#M1676197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-02T15:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Message type X dump while clicking execute button??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758943#M1676198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's why I said you should call your free routine when the user gets back to the selection, not when pressing 'EXECUTE'...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise you can just check if your object is bound before freeing it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF obj_tree is BOUND.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj_tree-&amp;gt;free( ).&lt;/P&gt;&lt;P&gt;"...&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 15:20:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758943#M1676198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-02T15:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Message type X dump while clicking execute button??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758944#M1676199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks 4 helping..sorry again for one more newbie question..&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;"call your free routine when the user gets back to the selection" in the sense which selection it is?? were in code?? sorry again for newbie ques&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 15:26:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758944#M1676199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-02T15:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Message type X dump while clicking execute button??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758945#M1676200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oups, I just see that you are using only one screen (no selection screen)... &lt;/P&gt;&lt;P&gt;So you definitely have to check if the objects are bound, freeing and clearing them in your form EXECUTE...&lt;/P&gt;&lt;P&gt;Check this, put a break point in your PBO and ensure your objects are re-created correctly...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 15:29:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758945#M1676200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-02T15:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Message type X dump while clicking execute button??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758946#M1676201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now 1st time when i execute its executing fine.when i click second time its going for DUMP in&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;OBJ_alv-&amp;gt;free( ).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/98145" width="450" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;When 'EXECUTE'.&lt;/P&gt;&lt;P&gt;PERFORM CLEAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;FORM&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;CLEAR&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;IF&lt;/SPAN&gt; obj_tree &lt;SPAN class="L1S52"&gt;is&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;BOUND&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj_tree-&amp;gt;free( ).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;clear&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; OBJ_TREE .&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;ENDIF&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;IF&lt;/SPAN&gt; OBJ_CONT1 &lt;SPAN class="L1S52"&gt;is&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;BOUND&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OBJ_CONT1-&amp;gt;free( ).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;clear&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; OBJ_CONT1 .&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;ENDIF&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;IF&lt;/SPAN&gt; OBJ_CONT2 &lt;SPAN class="L1S52"&gt;is&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;BOUND&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OBJ_CONT2-&amp;gt;free( ).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;clear&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; OBJ_CONT2 .&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;ENDIF&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;IF&lt;/SPAN&gt; OBJ_alv &lt;SPAN class="L1S52"&gt;is&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;BOUND&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OBJ_alv-&amp;gt;free( ).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;clear&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; OBJ_alv .&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;ENDIF&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;CLEAR&lt;/SPAN&gt; :IT_NODETAB,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LT_MARA,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LT_MARC,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LT_MARD,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LT_SALES,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LT_PLANT,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LT_INVENT,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LT_FORMS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LT_MAKT,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LT_MVKE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; lt_dwerk,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; it_event,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; obj_handle,&lt;/P&gt;&lt;P&gt; FLAG,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; flag_sal,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; TY_TOOLBAR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; IT_NODE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; FLAG_node,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; wa_node,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; IT_TOOLBAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;ENDFORM&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 15:39:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758946#M1676201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-02T15:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Message type X dump while clicking execute button??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758947#M1676202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Issue solved.&lt;/P&gt;&lt;P&gt;removed &lt;SPAN style="color: #333333; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;OBJ_alv-&amp;gt;free( ).&lt;/SPAN&gt; its working fine.&lt;/P&gt;&lt;P&gt;Thanks all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 15:53:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758947#M1676202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-02T15:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Message type X dump while clicking execute button??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758948#M1676203</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;No you don't have to remove it! Just place it before you free the related container (I guess CONT2)...&lt;/P&gt;&lt;P&gt;Always free children before parents! &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/731/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Manu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 20:08:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-x-dump-while-clicking-execute-button/m-p/8758948#M1676203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-02T20:08:59Z</dc:date>
    </item>
  </channel>
</rss>

