cancel
Showing results for 
Search instead for 
Did you mean: 

Refreshing/Cleaning Data which the user wrote

adil_gndz
Explorer
0 Kudos

Hi,

I have a view, which takes from user some informations and with "save" button, saves the informations to our system. But after pressing "save" button, the data which are writed by user is staying there. I want to clean them with saving action.

Please Help

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Adil,

You can clear the node by using invalidate as well as setting null values to the node.

Word of caution, do the clearing in the appropriate place.

Regards...

Arun.

adil_gndz
Explorer
0 Kudos

Thanks for your answers but i am not very good at wda. I have called the method with wizard and it write this code : CALL METHOD lo_nd_master->INVALIDATE.

I want to clear the data, which is in inputboxes and dropdrowns. These elements are binded to the node : "master".

I think i must to something else? For example is binding necessary?

thanks

.

Former Member
0 Kudos

Hi adil,

Invalidate will clear all the values in that particular node.

Better try to set the values to null for those particular fields.

Regards...

Arun.

Former Member
0 Kudos

If the input fields etc are bound to that node then INVALIDATE will clear them.

Answers (1)

Answers (1)

Former Member
0 Kudos

Use the invalidate method for the node that the data is bound to

Regards

Carl