Hi,
In my screen flow logic, I need to have condition when assigning the Search Help to my field. Since the flow logic doens't permit IF..ENDIF condition ( I think ).
For example, for my MATNR field, if an internal table is populated, I want to attach a search help by doing the following:
PROCESS ON VALUE-REQUEST.
FIELD MARA-MATNR MODULE SEARCH_HELP.
But if the internal table is not populated, I want the MATNR field to display the build in search help (from the data type).
How can this be done?