<?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: ALV Grid -- DUMP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-dump/m-p/847731#M45579</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Judith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why should it dump only in certain PC's and not in all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srikanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 May 2005 12:55:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-05-04T12:55:32Z</dc:date>
    <item>
      <title>ALV Grid -- DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-dump/m-p/847727#M45575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have unique problem.&lt;/P&gt;&lt;P&gt;There is tranaction which display's data in ALV Grid ,&lt;/P&gt;&lt;P&gt;Using some button a new sub screen is called which displays data in ALV grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User performs some action in second alv grid, some settings like colors / editable property of this grid are changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now user closed this screen control goes back to grid 1. &lt;/P&gt;&lt;P&gt;User gets a dump now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But If user performs same steps in another PC he does not get a dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my question " Is there any link between PC settings and ALV dump ". Both PC have same GUI version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2005 12:02:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-dump/m-p/847727#M45575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-04T12:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grid -- DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-dump/m-p/847728#M45576</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;Check whether in the PAI of the screen you have cleared the container&lt;/P&gt;&lt;P&gt;    WHEN 'BACK' OR 'EXIT' OR 'CANC'.&lt;/P&gt;&lt;P&gt;      PERFORM exit_program.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  EXIT_PROGRAM&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM exit_program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL METHOD o_grid_container-&amp;gt;free.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL METHOD cl_gui_cfw=&amp;gt;flush.&lt;/P&gt;&lt;P&gt;  IF sy-subrc NE 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    Error in FLush&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LEAVE TO SCREEN 0.&lt;/P&gt;&lt;P&gt;ENDFORM.                  " EXIT_PROGRAM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Judith.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2005 12:10:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-dump/m-p/847728#M45576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-04T12:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grid -- DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-dump/m-p/847729#M45577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srikanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see that this is your first post at SDN. And I welcome you here. Hope you'll have some interesting times in this forum :-).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now coming to your query, It would be great if you can specify what the short dump ID is. Also, if it is a standard transaction that you're talking about, could you lemme know what it is ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2005 12:20:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-dump/m-p/847729#M45577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-04T12:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grid -- DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-dump/m-p/847730#M45578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Grandhe  &lt;/P&gt;&lt;P&gt;           &lt;/P&gt;&lt;P&gt; The problem is only with your GUI. reinstall your Gui/ or If your using the same Os , copy the folder SAP in C:\Program Files from the system ( Which is not giving dump) to the system ( Which gives dump) .  Hope this will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2005 12:48:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-dump/m-p/847730#M45578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-04T12:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grid -- DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-dump/m-p/847731#M45579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Judith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why should it dump only in certain PC's and not in all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srikanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2005 12:55:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-dump/m-p/847731#M45579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-04T12:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grid -- DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-dump/m-p/847732#M45580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Senthil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have re installed my GUI.&lt;/P&gt;&lt;P&gt;This dump happens in couple of systems ,not just single system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2005 13:02:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-dump/m-p/847732#M45580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-04T13:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grid -- DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-dump/m-p/847733#M45581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Srikanth Grandhe  ,&lt;/P&gt;&lt;P&gt; Only way is to copy the folder SAP in C:\Program Files from the system ( Which is not giving dump) to the system ( Which gives dump) . Hope this will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2005 13:38:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-dump/m-p/847733#M45581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-04T13:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grid -- DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-dump/m-p/847734#M45582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you the Senthil that took Ken Greenwood's ABAP class with Mary and I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2005 17:21:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-dump/m-p/847734#M45582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-04T17:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grid -- DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-dump/m-p/847735#M45583</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 guess the problem is not related with the GUI. As mentioned before, it should be something about freeing the object. Pay attention to that part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Serdar &amp;lt;a href="https://www.sdn.sap.com:443http://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.sdn.businesscard.sdnbusinesscard?u=qbk%2bsag%2bjiw%3d"&amp;gt;[ BC ]&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2005 17:22:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-dump/m-p/847735#M45583</guid>
      <dc:creator>ssimsekler</dc:creator>
      <dc:date>2005-05-04T17:22:51Z</dc:date>
    </item>
  </channel>
</rss>

