‎2008 Nov 04 4:49 AM
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.
‎2008 Nov 04 4:53 AM
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
‎2008 Nov 04 5:02 AM
‎2008 Nov 04 5:07 AM
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
‎2008 Nov 04 5:34 AM
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
‎2008 Nov 05 11:56 PM