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

problem in f4 help

Former Member
1,573

hi Experts,

i have used f4 help for self customized field in module pool and it is working fine but when i press enter key it gives an error like

" invalid field format (screen error) "

im not getting the exact problem, plz help me to come out of this.

thanx

Regards

Neha

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,353

HI Neha,

This happens when the Screen fields of type DATE or Quantity or Currency fields and you are passing char or other type of values.

So check your Screen Field type and the value type you are trying to pass and stick one format.

Cheerz

Ram

hi Experts,

i have used f4 help for self customized field in module pool and it is working fine but when i press enter key it gives an error like

" invalid field format (screen error) "

im not getting the exact problem, plz help me to come out of this.

thanx

Regards

Neha

7 REPLIES 7
Read only

Former Member
0 Likes
1,353

Hi,

Have you attached the field to the dictionary?

Did you by any chance happen to change the properties of the field in the dictionary?

If so, activate and adjust the database table and then add the field to the dictionary.

Read only

Former Member
0 Likes
1,354

HI Neha,

This happens when the Screen fields of type DATE or Quantity or Currency fields and you are passing char or other type of values.

So check your Screen Field type and the value type you are trying to pass and stick one format.

Cheerz

Ram

Read only

Former Member
0 Likes
1,353

Go to screen and check the properties of your field in screen. Make it type you want it to be.

Read only

Former Member
0 Likes
1,353

Hi Neha,

Please check the Input help value data type against the fieild data type for which you are defining help.

Hope it works.

Regards,

Ameet

Read only

Former Member
0 Likes
1,353

hi,

thanx for ur responcesbt my prolem is not solved...i have checked the data type form both the sides.

as i have created field like

employee type : ____(in f4 help i am getting "aaaa" and "bbbb").

now in se38 i have defined this field as

data : io2 type char4.

and in screen layout

it is also defined as character and in text i have used only 4 underscores to fix the length of field.

regards

Neha

Read only

Former Member
0 Likes
1,353

solved, there was some format problem.

Read only

0 Likes
1,353

hi canbyou telel the solcution how to solve this issue