Hi everybody,
I'm currently using the FPM using the FORM_UIBB to display some data. Now I want to set a focus on, or highlight a specific field in this form.
A tableentry gets clicked and the form is filled accordingly, so I've currently been working in the GET_DATA method.
The ideas I had/found:
You could use some WD methods to check for empty mandatory fields (in my case the field that needs to be highlighted would be initial and mandatory), howere I'm in the feederclass, so that won't work, right?
Another possibility would be to use the IF_FPM_MESSAGE_MANAGAER, right? But I'm not sure wether I can use this in my feeder class (for example what to pass the IO_COMPONENT parameter?).
The CT_FIELD_USAGE parameter doesn't have any highlighting possibilitys, so I'm kind of done with any ideas...
So do you have any other suggestions how to set the focus on the specific field or highlight it?
Best Regards and thanks in advance,
Arne