Skip to Content
0
Former Member
May 23, 2007 at 07:39 AM

Is it possible to put condition in Screen flow logic?

565 Views

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?