SAP Certification Associate Developer
ABAP ALV Grid Control
1. What is the best
order to provide an event handler for an ALV:
A. Create the ALV, write the handler, register for the
event, display the ALV
B. Register for the event, write the handler, create the
ALV, display the ALV
C.Write the handler, register for the event, create the ALV,
display the ALV
D. Write the handler, create the ALV, register for the event
display the ALV
E.Write the handler create the ALV display the ALV register
for the event
Correct answer: D
2. The differences
between displaying in a full screen and
in a container a re:
A. The full screen requires dynpro programming.
B.The container requires
the use of an additional object (a container control).
C. The only difference is that the container name must be specified when creating the ALV
object.
D. Only a full screen ALV allows the use of event handling.
E. Only a n ALV in a container allows the use of event
handling.
F. Any type of ALV allows the use of event handling.
Correct answers: B.F
3. To
reserve a n area on the screen for an ALV Grid Control you must:
A. Create an object (instantiate the object) of !he class C
L_GUI_CUSTOM_CONTAINER
B.Create a n object (instantiate the object) of the class C L_GUI_ALV_GR IO
C. Create an object (instantiate the object) of the class C L_SA LV _TABLE
D. Use the Screen Painter
Correct answer: D
4. You
must call a method to actually display
the contents of the display table after you create a n ALV.
A. True
B.False
Correct answer: A
5. The field
catalog allows you to:
A. To add a field to the display
B.To specify the sort order of the display table
C. To produce a striped pattern for the display lines
D. To change the title of a column
E.To change the display order of a column
Correct answers: A, D,
E
6. Which
class is used to define a reference for an instance of the ALV Object
Model:
A. Class
CL_GUI_CUSTOM_CONTAINER
B. Class CL_GUI_ALV_GRIO
C.Class CL _SALV _TASLE
Correct answer: C
7. You use
the CREATE OBJECT statement to create
both types of ALV.
A. True
B. False
Correct answer: B
8. The ALV
Object Model:
A. Is a group of classes that describe the ALV grid as a
whole and inherit from a single class
B. Is a group of hierarchal classes that describe the ALV
grid as a whole but do not inherit from a single class
Correct answer: B
No comments:
Post a Comment