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: 

hi experts domain , searchhelp

Former Member
0 Kudos

hi experts we r creating domain we have option to provide valus for the field and we provide searchhelp for the field , what is the diff between those two.

plz help me.

5 REPLIES 5

h_senden2
Active Contributor
0 Kudos

A domain is a data dictionary object to define data elements, and possibly add some pre-defined values to it.

A search help can be defined for a data element, and can be used to help the user to search for values on input screens after pushing the F4 (possible values) button.

After F4 the system determines whether there is a search help, or otherwise get the values based on the data element or domain.

regards,

Hans

Former Member
0 Kudos

hi kumar,

search help is for the purpose when u press f4 the desired vales come for that particular field and you can choose out of them. but in domain you can give a range of values between which you want to have vales in your field, after this if you enter some value out of range then it will be invalid and here you can also give some fixed vale with text according to your requirement.

hope this information will help you.

Regards

Saurabh

Former Member
0 Kudos

Hi Kumar,

Welcome to SCN.

Both are objects of ABAP Dictionary.

And difference DOMAIN is used to define the technical attributes of the field.

And SEARCH HELP is used to define the input help for a particular field values.

Cheers!!

Former Member
0 Kudos

data element will not accept any value other then specified within its domain

while with search help, this is not the case until we use addition [value check]

Former Member
0 Kudos

Hi kumar,

Please refer below link

http://www.sap-abap4.com/sap/search-help/

Regards,

Aparna