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

How to clear the screen elements during runtime

Former Member
0 Likes
534

Hi,

I want to clear the fields from screen after saving the data.

The screen contains - Textboxes, Checkboxes, Dialog Container with an ALV Grid containing data, Table View Control, Date etc...

How to clear all the fields after saving the data.

Is there any process to clear all the screen elements with a simple write of code....

The ALV Grid, Table View Control, Checkboxes and all other screen elements should be reset or cleared after saving data successfully.

How is it possible Please suggest

Hi,

I want to clear the fields from screen after saving the data.

The screen contains - Textboxes, Checkboxes, Dialog Container with an ALV Grid containing data, Table View Control, Date etc...

How to clear all the fields after saving the data.

Is there any process to clear all the screen elements with a simple write of code....

The ALV Grid, Table View Control, Checkboxes and all other screen elements should be reset or cleared after saving data successfully.

How is it possible Please suggest

1 REPLY 1
Read only

Former Member
0 Likes
423

hi,

you have to manualy do the clearing of the fields,table controls,check boxesand all the other screen fields.to clear the ALV you have to clear the internal table and you can call the alv again.

if you are using controls for ALV you can use the method refresh_table_display of class cl_gui_alv_grid.