What is true about SAP query?
A. Users can access only the fields which are assigned to a functional group
B. A user master record is generated when the query is defined
C. SAP user can be assigned to only one user groups
D. Functional Area can be a special view of a logical dabase
What would trigger a rollback?
A. An RFC Function Call that terminates normally
B. A program that issues a MESSAGE type 'A'.
C. A user cancels the transaction
D. A program that issues a Commit Work stement
What is the order of transport in PBO when a ble control is defined in your nodule pool?
A. Screen fields followed by ble control fields
B. All fields regardless of ble control definition are transported at the beginning of PBO
C. ble control fields followed by the remaining screen fields
D. Dictionary Fields followed by Program Fields
What type of object are recorded in customizing change requests?
A. System Wide
B. Client independent
C. Versions
D. Client specific
Where in a function nodule XAAA would global da of an enhancement be declared?
A. In the TOP include LxaaaTOP
B. In the Include with your other code changes
C. In the TOP include ZxaaaTOP
D. In the P include LxaaaP
When do you need to use the GROUP BY clause in the SELECT statement?
A. If you want to redefine the sequence of the columns in the result set
B. If you want to use aggregate functions and all components in the field list are aggregate functions
C. If you want to use ORDER BY to specify a sub-order
D. If you want to use aggregate functions and at least one component in the field list is a column identifier
To which context object is the attribute LEAD_SELECTION_INDEX related?
A. Supply function
B. Node
C. Attribute
D. Element
In which of the following source code blocks can you define local data objects? (Choose three.)
A. Function module
B. Subroutine
C. PBO module
D. LOAD-OF-PROGRAM
E. Static method
Which are the functions of the ABAP dispatcher? (Choose three.)
A. It distributes the requests among the work processes.
B. It requests the data from the database or the buffers.
C. It performs a roll-in and roll-out of user context.
D. It integrates the presentation layer.
E. It saves the processing requests in request queues.
You want to define a field symbol that will be assigned to a character string.
Which generic types can you use? (Choose three.)
A. clike
B. csequence
C. any
D. xsequence
E. any table