‎2007 Jun 26 2:28 PM
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.
‎2007 Jun 26 2:42 PM
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************