‎2007 May 30 3:46 PM
Hi All,
I have attached a search help to contract field for contract no and item number. (in my own screen developed in a report)
The search help picks up data and assigns it to the fields,
But after this when I click on any other button, I get error saying :
<b>Invalid Field Format (Screen Error) !!!</b>
Any pointers guys !!!
Warm Regards,
Girish
‎2007 May 30 4:06 PM
screen checks in abapautomatically checks for format of field when u enter data....i.e date, integer etc...the problem in this case is that when u seelct a value using the help it is filling a value which is not the correct format...so check for the data types and test it again...this is definitely the problem.