Application Development 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: 

Strange problem with F4 help

Former Member
0 Kudos

Hello All,

I have created a F4 help for one field.

In my program i have used this field for parameters statement.

Here is the problem:

when i run the program i can see the value when i press F4 but when i do some actions and if i come back the same screen F4 is not working.

Can any one tell me what is the problem with F4.

Regards,

Lisa

7 REPLIES 7

Former Member
0 Kudos

Hi,

Can you place the code here, how have you defined the search help for the parameter.

Thanks & Regards,

Navneeth K.

0 Kudos

Hello Navneeth,

I have declared like this

SELECTION-SCREEN BEGIN OF SCREEN 100.

PARAMETERS: P_ZZZZ TYPE XXXX-YYYY.

SELECTION-SCREEN END OF SCREEN 100.

In the table XXXX i have a field YYYY and i have included search help for this in DDIC.

Regards,

Lisa

0 Kudos

Hi Lisa,

You have created & assigned search help in DDIC, which is fine..also try giving matchcode object <serachhelp name> in parameter declaration.

Regards,

Amit

0 Kudos

Hello Amit,

i have included code as you have mentioned still it is not working.

Regards,

Lisa

Former Member
0 Kudos

Hi Lisa,

In ur parameters declaration have u defined it as

data: zabc like ztab-zabc matchcode object <searchhelpname>.

if not try doing that.

Regards,

Amit

0 Kudos

Hello Amit,

I have changed the program like you have mentioned but still the problem exist.

Regards,

Lisa

Former Member
0 Kudos

Hi,

Looks into the Program behavoiur in debugging mode, when you again try using the F4, after some action.