Exam Dialog Programming
Exam Dialog Programming
Set screen executes and returns to the point of call. Call Screen does not
There is no difference
Call screen executes and returns to the point of call. Set Screen does
not
Call Screen is used only for external screens. Set screen is only for
screens in the same module pool
What steps would be required to define a Tabstrip in your Dialog program.
cl_ctmenu
cl_context_clas
cl_menu
menu_class
What type of memory is typically used as default values for screen fields
ABAP/4 memory
SAP memory
Shared Memory
Which statement will ensure processing returns to the calling point after the user
presses F3 to exit the list
LEAVE TO LIST-PROCESSING
SUBMIT report
txn
tstc
txncodes
tstct
Program
Transaction Text
Authorization Object
Screen Number
In a PBO module
In a PAI Module
A loop .. endloop statement for the table control in both the PBO and
the PAI
A loop .. endloop statement for the table control only in the
USER_COMMAND module
A loop .. endloop statement for the table control only in the PAI
A loop .. endloop statement for the table control only in the PBO
SY-UCOMM
SY-PFKEY
Screen 200 follows screen 100. Screen 100 is displayed with GUI Status 'BASE'.
Screen 200 is then displayed without issuing the SET PF-STATUS what will take
place
Unlimited
A complex data object must be declared in your Top Include for a table control.
What is it's TYPE ?
Table
TableView
TableControl
CXTAB
OK_Code
Function Code
Tab strip
ACTIVETAB
What happens when number range interval buffering is active for internal numbers.
LEAVE PROGRAM
Subscreen Area
Subscreens
Function Keys
Tab Title
Which function would you use to retrieve a number from an internal number range.
NUMBER_RANGE_INTERVAL_LIST
NUMBER_RANGE_EXTERNAL_CHECK
NUMBER_GET_INFO
NUMBER_GET_NEXT
What needs to be coded if you want to branch to report program ABC from a dialog
program, but you do not want the user to see the selection screen
40 chain.
field: a, b, c.
module check_field_abc.
endchain.
50 chain.
field: c, d.
module check_field_cd. <== ERROR
endchain.
a, b, c
b, d
c, d
The system will display the documentation of the field to which a screen
field refers
The system will display the technical information of the field to which a
screen field refers
The system will display the documentation of the data element to
which a screen field refers
The system will display the documentation of the domain to which a screen
field refers
Which statements are true about table controls?
CHAIN.
Field: Flight, Carrid.
Module Validate on Chain-Input
ENDCHAIN.
The Module Validate is processed if both FLIGHT and CARRID are other
than the initial value
The Module Validate is processed only if both FLIGHT and CARRID are
initial values
The Module Validate is processed if at least one of the fields FLIGHT
or CARRID are other than the initial value
Call Function… Starting New Task" is an example of what type of call
Asynchronous
Synchronous
Direct
Batch