Hi all!!!
I've put listbox on the screen. Fill it with VRM_SET_VALUES.
It has "Func code" - M_TITLE_FUNC and "Field of values" - "A from Program".
PROCESS AFTER INPUT.
MODULE EVENT_FROM_LISTBOX.
MODULE event_from_listbox INPUT.
save_ok = FCODE.
CLEAR FCODE.
CASE save_ok.
WHEN 'M_TITLE_FUNC'.
MESSAGE i300(eu) WITH save_ok.
ENDCASE.
ENDMODULE. " EVENT_FROM_LISTBOX INPUT
Here is all ok. I've got the message but then all fields in the form became clear 😔 Can't understand why.