‎2006 Aug 08 2:37 PM
I have copied the standard Search Help "H_TCLA" to "ZH_TCLA". Now I want to use this new Search Help instead of SAP Standard one. So I have gone into the data element level and assigned this new Search help. Also I have gone to the Check Table "TCLA" and changed the entry "Search Help for Table" with my new Search Help.
Values are changed accordingly in Structures and Tables with my new Search Help but when I am checking it in any transactions like "CL01" its still showing Standard Search help only.
Anything else I missed out here.
Thanks.
‎2006 Aug 08 2:42 PM
Have you checked the dynpro field attributes? Maybe the search help is defined there.
‎2006 Aug 08 2:44 PM
If you are using that in any report , then you have to declare the selection screen element as
PARAMETERS p_par FOR <data element> MATCHCODE OBJECT ZH_TCLA
If not report then , check (change) this in module pool data declaration.
Regards
Alok Pathak
Message was edited by: Alok Pathak
‎2006 Aug 08 2:47 PM
Search help is assigned in the Struture RMCLM. If it changed it will work.
Regards,
Prakash.
‎2006 Aug 08 3:15 PM
hI,
Even though u`d tied your custom search help to the database field, most of the sap standard transactions` screen fields are maintained with reference to your structure.
Hence, go to system status identify the screen no. and field technical info. Navigate to the screen painter and change the search help parameter.
Hope this info would be helpful, if so reward points.
Regards
‎2006 Aug 08 3:38 PM
Hi Srihari,
In the data element further characteristics .. In the search help 'Name' and 'Parameters' .. did u give the name of the parmeter u used in ur search help?
Regards,
Vidya.
‎2006 Aug 09 5:49 AM
Hello Everybody,
Thanks for your quick response,
Actually
1.I am not using the Search help for a report parameter.
2.I have already updated my Data Elements in question with Search Help name and Parameter ID accordingly.
3.I have already updated my check table with the new Search Help at table level ( No Luck ).
My understanding:
Search Helps have precednce.
Updating a Search Help at the Dictionary level is not affecting anyway the Field attribute in the screen. Because Search Help defined in the screen is taking precedence over the value in Dictionary. And if we define any code in POV then this is taking precedence over Search Help assigned over screen. So in my case I may have to go with the standard one and do necessary changes in the Search Help exit and other parameters.
Please correct me if I am wrong.
‎2006 Aug 09 6:16 AM
‎2006 Aug 09 6:08 AM
Sri,
You`re absolutely correct, the order of precedence of search help is more important. You can try evaluating a dynamic search help in POV.
Regards