2008 Dec 17 6:47 AM
Hi all,
I have a screen with some fields and below them i have an alv container which contains gird.
Please let me know the procedure to deactivate the ALV container which is there on the screen depending on specific conditions.
and this ALV container is not in any subscreens.
Thanks,
Ram
2008 Dec 17 8:32 AM
hi,
To free the container...
DATA g_cus_container TYPE REF TO cl_gui_custom_container, " Custom Cont
CALL METHOD g_cus_container->free.
Hi all,
I have a screen with some fields and below them i have an alv container which contains gird.
Please let me know the procedure to deactivate the ALV container which is there on the screen depending on specific conditions.
and this ALV container is not in any subscreens.
Thanks,
Ram
2008 Dec 17 7:00 AM
You can FREE the container and then delete the container based on your conditions and if you want to display this again , create the reference once again'
2008 Dec 17 8:26 AM
Hi sandeep,
Plz let me know how to free the container and to delete this.
Thanks,
Ram
2008 Dec 17 8:32 AM
hi,
To free the container...
DATA g_cus_container TYPE REF TO cl_gui_custom_container, " Custom Cont
CALL METHOD g_cus_container->free.
2008 Dec 17 8:43 AM
hi Ram Prasad
Check the following Link
http://help.sap.com/saphelp_nw04s/helpdata/en/e4/c7bb7a43524520a118a2bf96f0b44f/frameset.htm
Regards
Sachin Sharma
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |