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: 

how to validate a filed in a search help which is created in se11

Former Member
0 Kudos

hi

i got a requirement that validate a search help. i created a ztable with 3 fileds for that one i have to create a search help so help me to how to validate fields in a search help.

regards

krishna

1 REPLY 1

former_member589029
Active Contributor
0 Kudos

Hello Krishna,

What do you mean by validating a field? Usually you use a search help to display possible values for a certain input field based on values in another table. You can restrict the values that are displayed by certain conditions if you need to.

If you want to allow only values based on complex conditions or authorizations of the user, you can always create a search help exit and in there you have complete control over what the user is allowed to see in the search help and what he is allowed to select.

Function Module F4IF_SHLP_EXIT_EXAMPLE gives you an idea what you can do in a search help exit.

Regards,

Michael