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

Screen not getting clear automatically

devrajsingh
Active Participant
0 Likes
240

hi friends

Can any one tel me how to clear input field of any screen.

Let me explain the scenario . I have to call same transaction two time and the first screen of the transaction contain two fields.

In 1st time i have to use 1st input filed.

but when i am calling that transaction 2nd time the previous input was in not automatically getting clear but i need to clear it . so how can i clear it automatically.

1 REPLY 1
Read only

Former Member
0 Likes
212

Hi Devraj,

To Achieve this type of issue . you have to declare one flag on top include and set FLAG value to 'X' in PAI

and while calling the same screen on the second time check the FLAG .

IF FLAG = 'X'.
  CLEAR < SCREEN FIELD NAME>
ENDIF.

This will resolve the issue.

                        • Reward Point if helpfull************