May 2019
Beginner to intermediate
548 pages
12h 39m
English
To create a dynamic display, we need to add the name of a group to the attributes of a field.
In our example, we can hide or display two radiobuttons based on a checkbox. By default, these two radiobuttons are not present, but if we check the checkbox, this makes them appear. We also need to add a dummy action to the checkbox to process the PBO and change the screen.
After doing this, the screen should look as follows:

We need to create global fields with the same name as the screen:
gv_carrid TYPE s_carr_id, gv_connid TYPE s_conn_id, gv_type TYPE ...
Read now
Unlock full access