option
Cuestiones
ayuda
daypo
buscar.php
TEST BORRADO, QUIZÁS LE INTERESE: SAP 7.5 ALV Grid Control
COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del Test:
SAP 7.5 ALV Grid Control

Descripción:
SAP 7.5 ALV Grid Control

Autor:
MR
OTROS TESTS DEL AUTOR

Fecha de Creación:
31/07/2023

Categoría: Otros

Número Preguntas: 11
COMPARTE EL TEST
COMENTARNuevo Comentario
No hay ningún comentario sobre este test.
Temario:
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 AL V, 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_CONTAINER 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 a 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.
Denunciar Test