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
306

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.

1 REPLY 1
Read only

Former Member
0 Likes
285

Hi,

You can again set the value with ' '.

Ex..

<b>SET PARAMETER ID 'MAT' FIELD space.</b>

Vasanth