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

populating search help

Former Member
0 Likes
581

hi!

how can i populate a search help of a field in se11 where the values equals to a, b, c when f4 is pressed?

i am new to abap programming so please help me.

5 REPLIES 5
Read only

Former Member
0 Likes
543

Hi,

If you have only three options of a value, you better go for fixed value option in the domain in the field than search help.

for this you make a z-domain of type original domain and put your values(a,b,c) in the single val field of 'Value Range' tab of the domain

however for knowledge of search help you can see the following link,

[Search Help Detail|http://help.sap.com/saphelp_nw04/helpdata/EN/cf/21ee2b446011d189700000e8322d00/content.htm]

Regards,

Anirban

Read only

Former Member
0 Likes
543

better if you reply with a step by step process. thank you...

Read only

0 Likes
543

Hi,

Se11-> Table name->Zasdf->give one field name say SLNO ->data element as ZSLNO->double click on data element ZSLNO->give short dep and ->in the selected radiobutton of domain give name of the domain say ZSLNO->double click on ZSLNO again->give the data type and no: of characters->select the Tab Value Range->Give a b c in the fixed values and short description for a b and c. Save and activate.

Now come back to table and keep your cursor in the selection screen on the field for which you have given the values for the domain you can see the f4 help.

Cheers!!

VEnk@

Edited by: Venkat Reddy on Nov 4, 2008 10:41 AM

Read only

Former Member
0 Likes
543

Hi,

hope you already have a table field .

now,

assign a z-dataelement to it. Check

http://help.sap.com/saphelp_nw70/helpdata/EN/90/8d7307b1af11d194f600a0c929b3c3/content.htm

assign a zdomain to the data element. check

http://www.sapdb.org/7.4/htmhelp/48/8af59ba54f11d2a97100a0c9449261/content.htm

Regards,

Anirban

Read only

Former Member
0 Likes
543

thanks!!!