For which of the following requirements can you implement a functional method?
There are 2 correct answers to this question.
Response:
A.
A handler method for an event that has a returning parameter
B.
A method to set an instance attribute with one importing parameter and no other parameters
C.
A factory method that returns an object reference
D.
A private static helper method that returns a single value as the result of an algorithm
A factory method that returns an object reference
A private static helper method that returns a single value as the result of an algorithm
To which ABAP Dictionary definition can you assign fixed values?
Please choose the correct answer.
Response:
A.
Data element
B.
Field of a transparent table
C.
Component of a structure
D.
Domain
Domain
In a subclass, you want to redefine a method of the super class. Which of the following conditions
must be fulfilled?
There are 2 correct answers to this question.
Response:
A.
The subclass method has a lower visibility than the super class method
B.
The super class method is abstract
C.
The superclass method is an instance method
D.
The subclass method has same visibility as the super class method
The superclass method is an instance method
The subclass method has same visibility as the super class method
When would you call the RFC function module synchronously?
There are 2 correct answers to this question.
Response:
A.
During queue processing
B.
During interactive communication
C.
During unidirectional communication
D.
During two-way communication
During queue processing
During two-way communication
Compared to a predefined ABAP type what additional properties can be assigned to a domain?
There are 3 correct answers to this question.
Response:
A.
Fixed values
B.
Conversion exits
C.
Value tables
D.
Parameter IDs
E.
Search helps
Fixed values
Conversion exits
Value tables
A structure has enhancement category 3, can be enhanced (character-type).
Which set of elementary types is allowed for the new fields?
Please choose the correct answer.
Response:
A.
C,D,N,T
B.
C,D,N,X
C.
D,I,string, T
D.
F,I,P,X
C,D,N,T
What can be exposed in the component interface of a Web dynpro component?
Please choose the correct answer.
Response:
A.
Custom methods of the component controller
B.
Context nodes of WINDOW controllers
C.
Standard hook methods of the component controller
D.
Public attributes of WINDOW controllers
Custom methods of the component controller
Which of the following statements regarding the event AT SELECTIONSCREEN ON HELP-REQUEST FOR
<FIELD> is correct?
Please choose the correct answer.
Response:
ed in the ABAP Dictionary for the field
A.
This event will display (F1) help for the input field on the selection screen.
B.
This event will display self-defined (F1) help for the input field programmed in the event block and
will override any help possibly defined in the ABAP Dictionary for the field.
C.
None of the above.
D.
This event will display self-defined (F1) help for the output field programmed in the event block
and will override any help possibly defin
This event will display (F1) help for the input field on the selection screen.
Which of the following statements regarding the event AT SELECTIONSCREEN ON HELP-REQUEST FOR <FIELD> is correct?
Please choose the correct answer.
Response:
A.
This event will display (F1) help for the input field on the selection screen.
the field
B.
This event will display self-defined (F1) help for the input field programmed in the event block and
will override any help possibly defined in the ABAP Dictionary for the field.
C.
None of the above.
D.
This event will display self-defined (F1) help for the output field programmed in the event block
and will override any help possibly defined in the ABAP Dictionary for
This event will display (F1) help for the input field on the selection screen.
the field
When do you need to use the GROUP BY clause in the SELECT statement?
Please choose the correct answer.
Response:
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
If you want to use aggregate functions and at least one component in the field list is a column
identifier
Page 7 out of 34 Pages |
Previous |