2009 Mar 27 6:46 AM
Hi all,
Requirement is while entering values into a Ztable by SM30 ,
we need to have a standard search function (match code) for a field.
We are succeded till populating values to all the fields based on primary field in sm30,
stuck while creating search help for one of the field.
Regards,
Anil.
A suggestion can make a difference.
2009 Mar 27 6:58 AM
Check if you can maintain that filed values as fixed in domain of that perticular table field.
Those will appear automatically in f4.
Regds,
Santosh Sarda.
2009 Mar 27 6:58 AM
Check if you can maintain that filed values as fixed in domain of that perticular table field.
Those will appear automatically in f4.
Regds,
Santosh Sarda.
2009 Mar 27 7:11 AM
Hi Anil,
You open your table in se11 and choose the filed you wish to have a search help and click on the search help button.If there's any standard search help for that, system will propose it or you can enter your own search help also.
Yogesh
2009 Mar 27 7:15 AM
Without programming, you may provide a search help with
● Attaching a search help to the data element
● Attaching the data element to a domain with values (in domain or a value table)
● Creating a foreign key with another table
Look also at standard SAP documentation like [Attaching to a Table Field or Structure Field|http://help.sap.com/saphelp_nw70/helpdata/EN/63/1b70bfc32111d1950600a0c929b3c3/frameset.htm] in [Search Helps|http://help.sap.com/saphelp_nw70/helpdata/EN/8b/415d363640933fe10000009b38f839/frameset.htm]
NB: Remember that when you define a maintain view you may change the Data Element, so you may substitute a custom Data Element with a custom search help.
Regards
2009 Mar 27 8:06 AM