How to Create Radio buttons on the Selection Screen?
Solution
PARAMETERS <p> …
RADIOBUTTON GROUP <radi> ...
parameter <p> is created with type C length 1
Can use LIKE option but must refer to a dictionary object of type C length 1 <radi> string of max length 4
Must assign at least 2 parameters to each <radi> group
user click on radiobutton
the respective parameter is activated, ie, assigned ‘X’ only one parameter in each group can be activated
PARAMETERS:
- DISCOUNT RADIOBUTTON GROUP R1,
- ECONOMY RADIOBUTTON GROUP R1,
- BUSINESS RADIOBUTTON GROUP R1,
- FIRST RADIOBUTTON GROUP R1
- DEFAULT ‘X’.