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

Descripción:
SAP 7.5 Selection Screen

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 default selection screen number for the ABAP program? 1000 100 1100 None of the above.
You can have only one selection screen for an ABAP program. True False.
What are the declarative statements used to define the selection? Select all that apply. PARAMETERS SELECT-OPTIONS SELECTION -SCREEN None of the above.
You use the addition OBLIGATORY to define the input field of a parameter as a required field. True False.
Which of the following statements are correct? Select all that apply. The SELECT-OPTIONS statement creates an internal table with a header line. The internal table is also known as the selection table. The structure of the selection table created with SELECT-OPTIONS has four components: SIGN, OPTION, LOW, and HIGH. You can use the addition NO-DISPLAY to hide the input field on the selection screen. You can only specify default values for the LOW and HIGH fields of the SELECT-OPTIONS input field. .
Your selection screen can be modified at which event? AT SELECTION-SCREEN OUTPUT AT SELECTION-SCREEN AT SE LECTION-SCREEN ON <field_name> None of the above.
Which of the following statements regarding the event AT SELECTION-SCREEN ON HELP-REQUEST FOR <FIELD> is correct? This event will display F1 help for the input field on the selection screen. 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. None of the above. .
You can define multiple elements in a single line by defining the element within the block SELECTION-SCREEN BEGIN OF LINE and SELECTION-SCREEN END OF LINE. True False.
The addition NO-EXTENSION for SELECT-OPTIONS will allow only one line in the selection table. True False.
The addition NO-INTERVALS for SELECT-OPTIONS will allow only single fields on the selection screen. True False.
You can define a selection screen as a subscreen or tab strip control. True False.
Denunciar Test