Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ONALV Grid Control

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
ALV Grid Control

Description:
ABAP 7.5 for NetWeaver

Author:
AVATAR

Creation Date:
07/04/2022

Category:
Computers

Number of questions: 11
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
What is the best order to provide an event handler for an ALV? Create the ALV, write the handler, register for the event, display the ALV Register for the event, write the handler, create the ALV, display the ALV Write the handler, register for the event, create the ALV, display the ALV Write the handler, create the ALV, register for the event, display the ALV Write the handler, create the ALV, display the ALV, register for the event.
What are the differences between displaying in a full screen and in a container? Select all that apply The full screen requires Dynpro programming The container requires the use of an additional object (a container control). The only difference is that the container name must be specified when creating the ALV object Only a full-screen ALV allows the use of event handling Only an ALV in a container allows the use of event handling. Any type of ALV allows the use of event handling.
To reserve an area on the screen for an ALV Grid Control, you must do the following: Create an object (instantiate the object) of the class CL_GUI_CUSTOM_CONTRAINER Create an object (instantiate the object) of the class CL_GUI_ALV_GRID Create an object (instantiate the object) of the class CL_SALV_TABLE Use the Screen Painter.
You must call a method to actually display the contents of the display table after you create an ALV. True False.
Which does the field catalog allow you to do? Select all that apply. Add a field to the display Specify the sort order of the display table Produce a striped pattern for the display lines Change the title of a column Change the display order of column.
Which class is used to define a reference for an instance of the ALV Object Model? Class CL_GUI_CUSTOM_CONTAINER Class CL_GUI_ALV_GRID Class CL_SALV_TABLE.
You use the CREATE OBJECT statement to create both types of ALV. True False.
What is the ALV Object Model? A group of classes that describe the ALV Grid as a whole and inherit from a single class A group of hierarchal classes that describe the ALV Grid as a whole but do not inherit from a single class.
Which statements are true? Select all that apply The ALV Grid uses a reference to the data table for display. The ALV Object Model uses a reference to the data table for display The ALV Grid can define a sort criteria for initial display. The ALV Object Model can define a sort criteria for initial display. The ALV Grid requires a table refresh after programmatically changing the ALV. The ALV Object Model requires a table refresh after programmatically changing the ALV.
The ALV was introduced with ABAP object-oriented capabilities in release 4.5A. True False.
The ALV is entirely implemented using ABAP Objects. True False.
Report abuse Consent Terms of use