option
Questions
ayuda
daypo
search.php

Classical Screen

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
Classical Screen

Description:
ABAP 7.5 for NetWeaver

Creation Date: 2022/04/03

Category: Computers

Number of questions: 15

Rating:(0)
Share the Test:
Nuevo ComentarioNuevo Comentario
New Comment
NO RECORDS
Content:

Which of the following is correct?. The screen attributes can be modified in the PROCESS AFTER INPUT event block. The screen attributes can be modified in the PROCESS BEFORE OUTPUT event block. The screen attributes can be modified in the PROCESS BEFORE OUTPUT and PROCESS AFTER INPUT event blocks. None of the above.

The static sequence of the default next screen can be established by the value in the screen attribute Next Screen. True. False.

If you enter the value “0” or blank (“ ”) as the next screen, then the system resumes processing from the point at which the screen was initiated, assuming the Next Screen attribute is overridden dynamically in the program. True. False.

The Next Screen attribute can be temporarily overwritten by the set screen statement (that is, SET SCREEN 200). True. False.

The FIELD statement does not have any effect in the PBO event block, and it should not be used in the PBO event block. True. False.

The FIELD statement with the ON INPUT addition is used to conditionally call the ABAP dialog module. The ABAP dialog module is called if the value of the screen field is other than the initial value. True. False.

The FIELD statement with the ON REQUEST addition calls the ABAP dialog module if any value is entered in the screen field. True. False.

You can call a module for the FIELD statement to validate user entry on the input field. You can validate the entry on the input field and send an error or a warning message from an ABAP dialog module. True. False.

If an error or warning message is sent from the ABAP dialog module for the FIELD statement within the CHAIN and ENDCHAIN statements, then all of the fields within CHAIN and ENDCHAIN are ready for user input again. True. False.

The user interface consists of the GUI status and GUI title. True. False.

At most, a menu bar can have 10 menus. True. False.

At most, how many buttons can the application toolbar have on the screen?. 20. 30. 10. 35. None of the above.

At most, how many menu items (including functions, separators and submenus) can a menu have on the screen. 15. 10. 20. None of Above.

The data is transferred and displayed on the screen after the processing of the PBO. True. False.

Which statement will interrupt the processing of the current screen and branch to new screen?. CALL SCREEN <NNNN>. LEAVE TO SCREEN <NNNN>. SET SCREEN <NNNN>. None of the above.

Report abuse