2005 May 04 1:02 PM
Hi All,
I have unique problem.
There is tranaction which display's data in ALV Grid ,
Using some button a new sub screen is called which displays data in ALV grid.
User performs some action in second alv grid, some settings like colors / editable property of this grid are changed.
Now user closed this screen control goes back to grid 1.
User gets a dump now.
But If user performs same steps in another PC he does not get a dump.
Now my question " Is there any link between PC settings and ALV dump ". Both PC have same GUI version.
Thanks for your help in advance.
2005 May 04 1:10 PM
Hi,
Check whether in the PAI of the screen you have cleared the container
WHEN 'BACK' OR 'EXIT' OR 'CANC'.
PERFORM exit_program.
ENDCASE.
&----
*& Form EXIT_PROGRAM
&----
text
----
FORM exit_program.
CALL METHOD o_grid_container->free.
CALL METHOD cl_gui_cfw=>flush.
IF sy-subrc NE 0.
Error in FLush
ENDIF.
LEAVE TO SCREEN 0.
ENDFORM. " EXIT_PROGRAM
Thanks & Regards,
Judith.
2005 May 04 1:10 PM
Hi,
Check whether in the PAI of the screen you have cleared the container
WHEN 'BACK' OR 'EXIT' OR 'CANC'.
PERFORM exit_program.
ENDCASE.
&----
*& Form EXIT_PROGRAM
&----
text
----
FORM exit_program.
CALL METHOD o_grid_container->free.
CALL METHOD cl_gui_cfw=>flush.
IF sy-subrc NE 0.
Error in FLush
ENDIF.
LEAVE TO SCREEN 0.
ENDFORM. " EXIT_PROGRAM
Thanks & Regards,
Judith.
2005 May 04 1:55 PM
Hi Judith,
Why should it dump only in certain PC's and not in all.
Regards,
Srikanth.
2005 May 04 1:20 PM
Hi Srikanth,
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 :-).
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 ?
Regards,
Anand Mandalika.
2005 May 04 1:48 PM
Hi Grandhe
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.
Thanks
Senthil
2005 May 04 2:02 PM
Hi Senthil,
I have re installed my GUI.
This dump happens in couple of systems ,not just single system.
Regards,
Srikanth
2005 May 04 2:38 PM
hi Srikanth Grandhe ,
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.
Thanks
Senthil
2005 May 04 6:21 PM
Are you the Senthil that took Ken Greenwood's ABAP class with Mary and I
2005 May 04 6:22 PM
Hi
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.
Regards
*--Serdar <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">[ BC ]</a>