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
180

Hi all,

I am supposed to create a seach help. I created an elementary serch help and added the method, which is a DB view. It is working fine.

But, in the search help - view fields, I need to change the description of the fields based on the requirement.

Can anyone suggest some solution ?

Thanks in advance

Sri

1 REPLY 1
Read only

Former Member
0 Likes
159

Hi kashyap,

You can try out F4_SELECT_FROM_SEARCH_HELP function module to discustomised search help. For this you need to fillup a internal table with help values and description. then pass this internal table to FM

Hope this helps.