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

Input Screen

Former Member
0 Likes
382

Hi all

Am having a input screen where i have a filed calle USER NAME.If i save the input values in variant and then if i go back and then if i click one of the variants as input and then if i give F4 am getting the input correctly.If i dont give the input from the variants and if i give the input directly and then give F4 in the USERNAME screen am getting all the USERNAME fields which i dont need.Please help

Vijay

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
357

Hi Vijay,

This might be because of some leading or preceding character entry ( like space) that internally taken by system and it can not be possible to enter manually as it might not recognized e.g. ; "SPACE" given manually may be getting ignored. Further if you want to display a particular entry in F4 help, you should try with wild character like '' at the end e.g. to display user name entry like VIJAY try with VIJA that will eventually display entry starting with 'VIJA'..

- vipin

2 REPLIES 2
Read only

Former Member
0 Likes
358

Hi Vijay,

This might be because of some leading or preceding character entry ( like space) that internally taken by system and it can not be possible to enter manually as it might not recognized e.g. ; "SPACE" given manually may be getting ignored. Further if you want to display a particular entry in F4 help, you should try with wild character like '' at the end e.g. to display user name entry like VIJAY try with VIJA that will eventually display entry starting with 'VIJA'..

- vipin

Read only

0 Likes
357

Hi vipin

Ya it seems to be an internal error.But it is also correctly retrieving the data if hit "ENTER" once after giving all the values.What is the solution.Please help.

Vijay