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

Search Help error : Invalid field format Screen error

Former Member
0 Likes
350

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

1 REPLY 1
Read only

Former Member
0 Likes
307

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.