Which desktops are part of the new ABAP debugger?
There are 3 correct answers to this question.
Response:
A.
Break./Watchpoints
B.
Objects
C.
Session
D.
Desktop 1
E.
List
Break./Watchpoints
Objects
Desktop 1
ABAP is a programming language that…
There are 4 correct answers to this question.
Response:
A.
Executes on all three levels of the three-tier architecture.
B.
Controls the business logic.
C.
Processes and formats data.
D.
Interacts with the user.
E.
Separates program code from language text.
Controls the business logic.
Processes and formats data.
Interacts with the user.
Separates program code from language text.
You define a formal parameter to a subroutine that accepts only internal table of type standard and
type sorted as actual parameters. Which of the following generic ABAP data types must you use?
Please choose the correct answer.
Response:
A.
Hashed table
B.
Standard table
C.
Index table
D.
Sorted table
Index table
Which of the following statements are true?
There are 3 correct answers to this question.
Response:
A.
The tables included in the maintenance view should have foreign key relationships.
B.
The tables included in the help view should have a foreign key relationship.
C.
Projection views can have more than one table included for the view definition.
D.
You cannot use a pooled or cluster table for a database view
The tables included in the maintenance view should have foreign key relationships.
The tables included in the help view should have a foreign key relationship.
You cannot use a pooled or cluster table for a database view
Which must a search help do?
There are 4 correct answers to this question.
Response:
A.
Use a table or a view for data selection
B.
Determine the values for selection by the user
C.
Have a dialog with the user
D.
Allow the user to select a response
E.
Be used from a screen
Determine the values for selection by the user
Have a dialog with the user
Allow the user to select a response
Be used from a screen
Which database objects can you create in the ABAP Dictionary?
There are 2 correct answers to this question
Response:
A.
Projection views
B.
Logical databases
C.
Indexes
D.
Foreign key relationships
Projection views
Indexes
Which events can exist in all types of programs that actually contain executable statements?
Please choose the correct answer.
Response:
A.
LOAD-OF-PROGRAM
B.
INITIALIZATION
C.
START-OF-SELECTION
D.
AT LINE-SELECTION
E.
AT USER-COMMAND
F.
AT PF##
LOAD-OF-PROGRAM
What is the event block that all of your code changes belongs to if you do not explicitly code any
event blocks in an executable program?
A.
LOAD-OF-PROGRAM
B.
START-OF-SELECTION
C.
INITIALIZATION
D.
AT SELECTION-SCREEN OUTPUT
START-OF-SELECTION
What does a view do?
There are 4 correct answers to this question.
Response:
A.
Contains other views
B.
Can be contained in a window
C.
Contains windows
D.
If entered by an inbound plug, can cause an event handler method to be called
E.
Contains a view controller
Can be contained in a window
Contains windows
If entered by an inbound plug, can cause an event handler method to be called
Contains a view controller
Which type of view uses an inner join in a search help?
Please choose the correct answer.
Response:
A.
Database view
B.
Maintenance view
C.
Help view
D.
Candidate key view
Database view
Page 2 out of 34 Pages |
Previous |