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 reset values in module pool?

Former Member
0 Likes
1,682

Hi ,

I have a requirement to refresh all the values from the screen on pressing the reset button.

I have one main screen which have the reset button and four subscreens, and each subscreen has different set

of fields.i am clearing the values in each subscreen. But the values are not getting cleared,

When I debugged i saw the values are getting cleared but it is not getting assigned in the screen.

Kindly help.

1 ACCEPTED SOLUTION
Read only

arthur_alvesteixeira
Active Participant
0 Likes
1,298

If these are global values, in PAI delete them, leave screen and call the screen again.

6 REPLIES 6
Read only

arthur_alvesteixeira
Active Participant
0 Likes
1,299

If these are global values, in PAI delete them, leave screen and call the screen again.

Read only

0 Likes
1,298

Hi Nidhi,

When the user tries to reset use the statement.

Leave to transaction <Your transaction code>.

Read only

0 Likes
1,298

Thank you gowtham it worked ...

Read only

0 Likes
1,298

thanks a lot for your help..

Read only

Arun_Prabhu_K
Active Contributor
0 Likes
1,298

Hello Nidhi Gupta.

Check if PBO is executed after clearing all the values.

If it is so, it will be reflected in the screen immediately.

Regards.

Read only

0 Likes
1,298

Thanks Prabhu