Hi Experts,
I am experiencing a strange issue.
I have created a freely programmed WD search component that implements the wd_value_help interface. The search help works 100% and is used in an FPM_FORM_UIBBUIBB and it populates a field correctly.
I am now trying to use the same search help in a FPM_FORM_UIBB_GL2UIBB but I am experiencing some issues.
What basically happens is that the search help will populate the field correctly just like in the previous form but as soon as any action is performed on the screen like pressing a button, the field that the search help populated will get initialized and the IF_FPM_GUIBB_FORM~FLUSHmethod in
the feeder class will bring the field as initial.
I have verified that this is outside of my feeder class and in the FPM_FORM_UIBB_GL2 component itself because I have used the same feeder class in both the FPM_FORM_UIBB configuration and in the FPM_FORM_UIBB_GL2 configuration but for some reason for the FPM_FORM_UIBB_GL2 form the search help is not behaving consistently. The search help for the field is being set in theIF_FPM_GUIBB_FORM~GET_DEFINITION of my feeder class.
lv_field_desc-wd_value_help = 'ZWD_VALUE_HELP_COMPX'.
Please can I get some help?
Kind regards,
Thabiso