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

Former Member
0 Likes
470

Hi all,

I need to provide a F4 help for a field on a screen. Please look at the scenario below.

A screen has 2 input fields:-

Object type - It is a dropdown which has multiple values ( Object class, Object method, Program, Function Group, Function Module, Interface, Interface methods, Local class)

Object name - I need to provide an F4 help on this field, based on :-

1) the selection made in the "object type" field.

2) For eg:- If the value "Object class" is selected for the field "Object type" and then F4 is pressed for the field "Object name", then all the classes that are available in the system must be displayed in the F4 help.

Please suggest how this can be done.

Regards,

Ajit G

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
433

Hi,

Please use this link:

https://wiki.sdn.sap.com/wiki/display/Snippets/F4%20Help%20in

This will definitely solve your problem.

Hi all,

I need to provide a F4 help for a field on a screen. Please look at the scenario below.

A screen has 2 input fields:-

Object type - It is a dropdown which has multiple values ( Object class, Object method, Program, Function Group, Function Module, Interface, Interface methods, Local class)

Object name - I need to provide an F4 help on this field, based on :-

1) the selection made in the "object type" field.

2) For eg:- If the value "Object class" is selected for the field "Object type" and then F4 is pressed for the field "Object name", then all the classes that are available in the system must be displayed in the F4 help.

Please suggest how this can be done.

Regards,

Ajit G

3 REPLIES 3
Read only

gaursri
Active Contributor
0 Likes
433

Hi Ajit,

please check this thread its the similar query you facing in the scenario.

Link:[Thread|]

Have a best day ahead.

Read only

Former Member
0 Likes
433

hi,

create a search help in se11.

and use the search help like this

parameters : material matchcode object ZSH1

Read only

Former Member
0 Likes
434

Hi,

Please use this link:

https://wiki.sdn.sap.com/wiki/display/Snippets/F4%20Help%20in

This will definitely solve your problem.