‎2007 Dec 26 6:06 AM
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
‎2007 Dec 26 7:12 AM
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
‎2007 Dec 26 7:12 AM
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
‎2007 Dec 26 7:27 AM
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