Hello,
i have such an issue.
I have DDIC table lets call it ZTAB1 and a text table ZTAB1T related to it.
I have also created simple search help.
I have a field in a context node in the UI component (standard component, not only Z ones).
When F4 is pressed on it it automatically displays the values of the ZTAB1T.
It is all correct.
The problem is that customer needs to see the values of the search help with the bigger font size.
I can imagine one solution: use decision popup. I could create my own Z view and implement logic which sets bigger font of the columns in the view.
But this easily could work in a Z component in a standard one i have to add additional view which i do not want.
I have read about importing CSS styles in SAP.
However i'm not exactly shure how to use them in my case. I do not know which view is called when F4 is pressed, i suppose some standard component.
Do you have any idea about this?