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 entry

Former Member
0 Likes
545

Hi All,

I am working on module pool programming, here user need to key in two fields, type and description. I have created a search help for this two field and assigned the search help to the screen fields. But user wants it to be only be picked from the search help not by the user entry, can any one tell me how to avoid user from manual entry?

Thanks,

Fed

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
521

Algorithm for this would be :

1. Make the field in question "output only".

2. At the POV event, call the FM F4IF_FIELD_VALUE_REQUEST. It will call the search help explicitly.

3. Once the user selects the values use DYNP_VALUES_UPDATE to update the screen values.

You can refer to this thread for a similar requirement :

BR,

Suhas

3 REPLIES 3
Read only

Former Member
0 Likes
521

Hi,

Just to SCREEN PAINTER ATTRIBUTES of that input field and in that click PROGRAM tab there

tick check-box OUTPUT ONLY.

Now user can pick only from f4 as it is output only.

Regards and Best wishes.

Read only

0 Likes
521

Dear Kiran,

I tried with your option but the field was hidden? Any other solution.

Thanks,

Fed

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
522

Algorithm for this would be :

1. Make the field in question "output only".

2. At the POV event, call the FM F4IF_FIELD_VALUE_REQUEST. It will call the search help explicitly.

3. Once the user selects the values use DYNP_VALUES_UPDATE to update the screen values.

You can refer to this thread for a similar requirement :

BR,

Suhas