
Sample code :
PARAMETERS : p_field TYPE ztype AS LISTBOX VISIBLE LENGTH 25.
* If the ZTYPE has a domain with values, values will be autmatically
* displayed.
If your type has no values in domain of if you want to change the dropdown list values use FM VRM_SET_VALUES in initialization:
Read MoreCode example to display a HTML docker container on the right of a selection screen (to display help for instance).
Use FM SELECT_OPTIONS_RESTRICT.
Use method : cl_gui_frontend_services=>directory_browse.
Read MoreMacros that I’m using for formatting reports quicker.
Theses are declared in the TOP of report.