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

Regarding long text in module pool

Former Member
0 Likes
461

Hi all,

i have a ztransaction which contains longtext creation by using custom container .After saving long text i need to clear long text in container but issue is it won't clearing the text from container.

Hi all,

i have a ztransaction which contains longtext creation by using custom container .After saving long text i need to clear long text in container but issue is it won't clearing the text from container.

1 REPLY 1
Read only

Former Member
0 Likes
437

Hi,

Assuming that you assign a CL_GUI_ALV_GRID object to your container, after you clear a alvgrid internal table, do you need to refresh table display in container, something like CALL METHOD CL_GUI_ALV_GRID->REFRESH_TABLE_DISPLAY.

Should not it be a alvgrid, please tell us more about what objects you use in your container.

Hope this helps.