May 2019
Beginner to intermediate
548 pages
12h 39m
English
To create a list of radiobuttons, we can use the RADIOBUTTON GROUP statement, as follows:
PARAMETERS: p_car TYPE c RADIOBUTTON GROUP rb1, p_con TYPE c RADIOBUTTON GROUP rb1.
The name of the radiobutton group is very important as this needs to be the same in one group, otherwise, these parameters will be presented like radiobuttons, but without the main radiobuttons specifics, which makes it possible to select only one at a time.
In parameters, we also have the following capabilities:
Read now
Unlock full access