TAW_10_2 chapter 15, subscreens Flashcards
What can a subscreen area contain?
ONLY a SUBSCREEN. No other elements
Can a subscreen be reused by other programs?
Yes
It is possible to use CALL SUBSCREEN in a loop?
No!
The AT EXIT-COMMAND is useful when dealing with subscreens
The AT EXIT-COMMAND can not be used in a subscreen
The same field can exist on multiple subscreens displayed on one main screen
No, all subscreen object names must be unique
There are four additional commands that cannot be used in subscreen processing
LEAVE SCREEN, SET TITLEBAR, SET PF-STATUS, SET SCREEN
Sub screens have an OK_CODE field
No they do not.
How is a subscreen called in PBO?
CALL SUBSCREEN INCLUDING ‘####’
How is a subscreen called in a PAI
CALL SUBSCREEN
To use a subscreen in multiple programs what technique is used?
The screens are defined in function groups along with modules to move the data between the calling program
What is the sequence of calling a subscreen from a function group?
Call a FM that passes data to the Function group so the data can be stored in the function group global data
Call the subscreen PBO
Call the subscreen PAI
Call an FM that retrieves the data from from the global data of the Function module