Tag Archive Selection-screen

Dropdown list in selection-screen

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 More

Display right HTML docker container in selection screen

Code example to display a HTML docker container on the right of a selection screen (to display help for instance).

Read More

Create tabs on selection screen

Check program DEMO_SEL_SCREEN_WITH_TABSTRIP.

Read More

Restrict select-options

Use FM SELECT_OPTIONS_RESTRICT.

Read More

Add button on selection screen in toolbar

Check program DEMO_SEL_SCREEN_FUNCTION_KEY.

Read More

Open popup window to choose a diretory

Use method : cl_gui_frontend_services=>directory_browse.

Read More

My Selection-screen macros for reports

Macros that I’m using for formatting reports quicker.

Theses are declared in the TOP of report.

Read More