‎2007 Jun 26 2:27 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.
<b>In 1st time i have to use 1st input filed.</b>
but when i am calling that transaction <b>2nd time the previous input was in not automatically getting clear but i need to clear it</b> . so how can i clear it automatically.
‎2007 Jun 26 2:32 PM
Hi,
You can again set the value with ' '.
Ex..
<b>SET PARAMETER ID 'MAT' FIELD space.</b>
Vasanth