TAW_10_2 chapter 13, simple screen elements Flashcards
What can text fields not begin with?
Underscore
Can text fields be changed at runtime?
No
What report shows all icons?
SHOW_ICON
How many characters are in an icon?
2 to 4
What three defaults can be changed on an icon?
Length, brightness, invisible
How can a icon be made dynamic?
Add a field in the program with the same name as the screen field of type icons-text. at runtime assign this field to the screen icon using the function module CREATE_ICON in the PBO
If all elements of a box are invisible, what happens to the box?
It is also invisible
Can a group box text be dynamic?
Yes, as long as it is defined as output
What checks of input fields happen before PAI?
Automatic filed input checks (type checks)
Data consistency checks (check table)
Can a function code be assigned to a radio button?
No, the function code is assigned to the radio button group!