How can records from the left ble be omitted in an outer join?
A. specify conditions in the WHERE clause
B. There is no way to omit records from the left ble
C. specify conditions in the ON clause
D. specify conditions in the FROM clause
Which is not a valid option of write stement?
A. Input
B. NO-GAP
C. No-Zero
D. As Radio Box
E. Centered
F. Under
Where do the fixed values of a domain get checked?
A. In Screens only
B. When a SQL Insert is performed
C. When a SQL Update is performed
D. When user presses F1 - Technical info
Which function Mould you use to retrieve a number from an internal number range?
A. NUMBER_GET_INFO
B. NUMBER_GET_NEXT
C. NUMBER_RANGE_INTERVAL_LIST
D. NUMBER_RANGE_EXTERNAL_CHECK
Which is not considered a way to ilor on R/3 system?
A. Modification
B. Enhancement
C. Interfacing
D. Personalization
E. Customizing
What is true about programming true Exit?
A. The screen type must be subscreen
B. You can set your own gui-stus
C. You can branch to another screen by coding SET SCREEN xxx
What tern is used when a developer makes a change to an SOP object?
A. User Exit
B. Modification
C. Custom development
D. Copy
How is an ABAP program with several dialog steps executed?
A. The program is always executed in just one dialog work process without roll out.
B. The ABAP dispatcher takes over the entire execution without assigning any work process.
C. The program is always executed in just one dialog work process with roll out.
D. Usually, dialog steps are assigned to different dialog work processes.
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
What is the purpose of the enqueue work process?
A. It processes requests for a print output.
B. It processes logical locks requests.
C. It processes requests triggered by an active user.
D. It processes update requests.