Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

alv grid in module pool

Former Member
0 Likes
632

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
592

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,

To free the container...

DATA g_cus_container TYPE REF TO cl_gui_custom_container, " Custom Cont

CALL METHOD g_cus_container->free.

4 REPLIES 4
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
592

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'

Read only

0 Likes
592

Hi sandeep,

Plz let me know how to free the container and to delete this.

Thanks,

Ram

Read only

Former Member
0 Likes
593

hi,

To free the container...

DATA g_cus_container TYPE REF TO cl_gui_custom_container, " Custom Cont

CALL METHOD g_cus_container->free.

Read only

Former Member
0 Likes
592