Hi,
I have a requirement to replace the search help for the alternative display unit of measure field on the Label set->Label definition->component Label tab and Measures view, with a custom one. After looking through other queries here I found out that it is possible to overwrite a search help in the Feeder class for the field. I could not find a Feeder class for this OIF component but found one for the initial screen (scrolling up the navigation ladder in the component configuration /PLMU/WDC_LBL_OIF_CFG). I checked the feeder class /PLMU/CL_FRW_G_FEEDER_FORM (which is the super class for the feeder class of the initial screen and has the implementation for get_definition method) method get_definition in debug to see if my field was available to modify there in ET_FIELD_DESCRIPTION, but it wasnt. Also when I tried to create a post_Exit for the class it wasnt possible as well. I am new FPM so please forgive me if I am not making an sense, but I need some directions urgently. Is there any other way to achieve this? Appreciate any help. Thank you!!