You are on page 1of 11

Comenzado el martes, 5 de mayo de 2020, 22:33

Estado Finalizado

Finalizado en miércoles, 6 de mayo de 2020, 00:23

Tiempo empleado 1 hora 50 minutos

Puntos 4,17/20,00

Calificación 2,08 de 10,00 (21%)

Pregunta 1
Correcta
Puntúa 1,00 sobre 1,00

Marcar pregunta
Enunciado de la pregunta
Which of the following tasks does the BADI implementing class perform?
Seleccione una:

A. Filtering 

B. Deleting

C. Sequencing

D. Inserting
Retroalimentación
Your answer is correct.
La respuesta correcta es: Filtering

Pregunta 2
Incorrecta
Puntúa 0,00 sobre 1,00

Marcar pregunta
Enunciado de la pregunta
Which of the following predefined ABAP types is incomplete?
Seleccione una:
A. STRING

B. P

C. XSTRING

D. F 
Retroalimentación
Your answer is incorrect.
La respuesta correcta es: P

Pregunta 3
Parcialmente correcta
Puntúa 0,50 sobre 1,00

Marcar pregunta
Enunciado de la pregunta
You have implemented a class CL_CUSTOMER in which you defined a private
attribute. From where can you access this attribute directly? (Choose two)
Seleccione una o más de una:

A. From all methods of all subclasses of CL_CUSTOMER 

B. From any program using the class CL_CUSTOMER

C. From all methods of the class CL_CUSTOMER 

D. From all methods of a class to which CL_CUSTOMER grants friendship


Retroalimentación
Your answer is partially correct.
Ha seleccionado correctamente 1.
Las respuestas correctas son: From all methods of the class CL_CUSTOMER, From all
methods of a class to which CL_CUSTOMER grants friendship

Pregunta 4
Parcialmente correcta
Puntúa 0,33 sobre 1,00

Marcar pregunta
Enunciado de la pregunta
Which of the following features do you have to consider when you use shared objects?
(Choose three)
Seleccione una o más de una:

A. Data is saved as attributes of objects 

B. Memory bottlenecks result in runtime errors and have to be caught

C. Data is saved as tables of objects

D. Concurrent read accesses are supported

E. Concurrent write accesses are supported


Retroalimentación
Your answer is partially correct.
Ha seleccionado correctamente 1.
Las respuestas correctas son: Data is saved as attributes of objects, Memory bottlenecks result
in runtime errors and have to be caught, Concurrent read accesses are supported

Pregunta 5
Incorrecta
Puntúa 0,00 sobre 1,00

Marcar pregunta
Enunciado de la pregunta
Which assignment will lead to a conversion error?
Seleccione una:

A. An XSTRING type data object to a STRING type data object DATA.gv_xstring TYPE xstring,
gv_string TYPE string. gv_xstring = 'AF00'. gv_string = gv_xstring.

B. A type C data object with the value '1.50E4' to a type I data object DATA.gv_c(6) TYPE c
VALUE '1.50E4', gv_i TYPE i. gv_i = gv_c.

C. A type P data object to a type F data object DATA.gv_p TYPE p VALUE '15000', gv_f TYPE

f. gv_f = gv_p. 

D. A type C data object with the value '123' to a type C data object with length 2 DATA.gv_c3(3)
TYPE c VALUE '123', gv_c2(2) TYPE c. gv_c2 = gv_c3.
Retroalimentación
Your answer is incorrect.
La respuesta correcta es: A type C data object with the value '1.50E4' to a type I data object
DATA.gv_c(6) TYPE c VALUE '1.50E4', gv_i TYPE i. gv_i = gv_c.

Pregunta 6
Incorrecta
Puntúa 0,00 sobre 1,00
Marcar pregunta
Enunciado de la pregunta
You created a transparent table and during activation got a warning message
'Enhancement category for table missing".
What do you have to do to eliminate the warning message?
Seleccione una:

A. Provide the correct reference field for the Currency or Quantity field. 

B. Select any option other than Not Classified from the enhancement category.

C. Change the Data Class and Size category in the technical settings.

D. Select the option Not Classified from the enhancement category.


Retroalimentación
Your answer is incorrect.
La respuesta correcta es: Select any option other than Not Classified from the enhancement
category.

Pregunta 7
Incorrecta
Puntúa 0,00 sobre 1,00

Marcar pregunta
Enunciado de la pregunta
How is an ABAP program with several dialog steps executed?
Seleccione una:

A. Usually, dialog steps are assigned to different dialog work processes.

B. The program is always executed in just one dialog work process without roll out.

C. The ABAP dispatcher takes over the entire execution without assigning any work process.

D. The program is always executed in just one dialog work process with roll out. 
Retroalimentación
Your answer is incorrect.
La respuesta correcta es: Usually, dialog steps are assigned to different dialog work processes.

Pregunta 8
Parcialmente correcta
Puntúa 0,50 sobre 1,00
Marcar pregunta
Enunciado de la pregunta
You perform an update task using update function modules and detect an error in the
program that calls the update function modules. Which statement can be used to
discard all update requests for the current SAP LUW? (Choose two)
Seleccione una o más de una:

A. EXIT.

B. MESSAGE axxx(nnn). D. MESSAGE 

C. ROLLBACK WORK.

D. DELETE UPDATE. 
Retroalimentación
Your answer is partially correct.
Ha seleccionado correctamente 1.
Las respuestas correctas son: ROLLBACK WORK., MESSAGE axxx(nnn). D. MESSAGE

Pregunta 9
Incorrecta
Puntúa 0,00 sobre 1,00

Marcar pregunta
Enunciado de la pregunta
You want to display a dialog box in your ABAP program. Which statement do you use?
Seleccione una:

A. CALL SCREEN 200 STARTING AT 5 5.

B. SET SCREEN 200.

C. WINDOW 200 STARTING AT 5 5.

D. CALL SCREEN 200. 


Retroalimentación
Your answer is incorrect.
La respuesta correcta es: CALL SCREEN 200 STARTING AT 5 5.

Pregunta 10
Parcialmente correcta
Puntúa 0,50 sobre 1,00
Marcar pregunta
Enunciado de la pregunta
Which ABAP statement using the local type gty_1 correctly defines a data object?
(Choose two)
Seleccione una o más de una:

A. DATA gv_1 LIKE gty_1.

B. DATA gv_1 TYPE gty_1.

C. CONSTANTS gc_1 TYPE gty_1 VALUE '1'. 

D. DATA gv_1 TYPE gty_1 DEFAULT '1'. 


Retroalimentación
Your answer is partially correct.
Ha seleccionado correctamente 1.
Las respuestas correctas son: DATA gv_1 TYPE gty_1., CONSTANTS gc_1 TYPE gty_1
VALUE '1'.

Pregunta 11
Incorrecta
Puntúa 0,00 sobre 1,00

Marcar pregunta
Enunciado de la pregunta
What is the SAP recommended naming convention for append structures of standard
SAP tables?
Seleccione una:

A. The name of the append structure must start with ZZ or YY. 

B. The name of the append structure must start with ZA.

C. The components of an append structure should start with ZZ or YY.

D. The components of an append structure should start with Z or Y.


Retroalimentación
Your answer is incorrect.
La respuesta correcta es: The components of an append structure should start with ZZ or YY.

Pregunta 12
Incorrecta
Puntúa 0,00 sobre 1,00

Marcar pregunta
Enunciado de la pregunta
What can you create using the ABAP Dictionary? (Choose three)
Seleccione una o más de una:

A. Field symbols 

B. Type pools

C. Domains

D. Internal tables

E. Transparent tables
Retroalimentación
Respuesta incorrecta.
Las respuestas correctas son: Domains, Type pools, Transparent tables

Pregunta 13
Incorrecta
Puntúa 0,00 sobre 1,00

Marcar pregunta
Enunciado de la pregunta
To which ABAP Dictionary definition can you assign fixed values?
Seleccione una:

A. Component of a structure

B. Field of a transparent table

C. Domain

D. Data element 
Retroalimentación
Your answer is incorrect.
La respuesta correcta es: Domain

Pregunta 14
Incorrecta
Puntúa 0,00 sobre 1,00
Marcar pregunta
Enunciado de la pregunta
Which of the following statements dynamically changes the data type of field z1?
Seleccione una:

A. Assign z1 to <fs>

B. Unassign <fs>

C. Move z1 to <fs> 

D. Assign z1 to <fs> casting


Retroalimentación
Your answer is incorrect.
La respuesta correcta es: Assign z1 to <fs> casting

Pregunta 15
Correcta
Puntúa 1,00 sobre 1,00

Marcar pregunta
Enunciado de la pregunta
What do global types and local types have in common?
Seleccione una:

A. Search help

B. Field labels

C. Documentation

D. Technical information 
Retroalimentación
Your answer is correct.
La respuesta correcta es: Technical information

Pregunta 16
Incorrecta
Puntúa 0,00 sobre 1,00
Marcar pregunta
Enunciado de la pregunta
What options do you have when setting a watchpoint? (Choose two)
Seleccione una o más de una:

A. Stop at predefined conditions for all variables. 

B. Stop at predefined conditions for a specific variable.

C. Stop at any change of all variables. 

D. Stop at any change of a specific variable.


Retroalimentación
Your answer is incorrect.
Las respuestas correctas son: Stop at predefined conditions for a specific variable., Stop at any
change of a specific variable.

Pregunta 17
Incorrecta
Puntúa 0,00 sobre 1,00

Marcar pregunta
Enunciado de la pregunta
Where can you set the GUI status and the GUI title for a classical screen (dynpro)?
Seleccione una:

A. In a module called from PBO of the screen

B. In the properties of the related header UI element

C. In the attributes of the screen

D. In a module called from PAI of the screen 


Retroalimentación
Your answer is incorrect.
La respuesta correcta es: In a module called from PBO of the screen

Pregunta 18
Incorrecta
Puntúa 0,00 sobre 1,00
Marcar pregunta
Enunciado de la pregunta
In which database table type is there a one-to-one relationship between the Dictionary
table definition and the relevant physical table in the database?
Seleccione una:

A. Transparent table

B. Cluster table 

C. Internal table

D. Pooled table
Retroalimentación
Your answer is incorrect.
La respuesta correcta es: Transparent table

Pregunta 19
Incorrecta
Puntúa 0,00 sobre 1,00

Marcar pregunta
Enunciado de la pregunta
A custom transparent table was created with delivery class A and a table maintenance
view was generated for this table. You change the delivery class to C and the table is
activated successfully.
What additional steps do you have to complete?
Seleccione una:

A. Regenerate the existing maintenance view and adjust the table.

B. Maintain and transport the table using the Maintain Table Views transaction (SM30). 

C. Activate and adjust the database.

D. Delete the original maintenance view and then create and generate a new one.
Retroalimentación
Your answer is incorrect.
La respuesta correcta es: Delete the original maintenance view and then create and generate a
new one.

Pregunta 20
Parcialmente correcta
Puntúa 0,33 sobre 1,00

Marcar pregunta
Enunciado de la pregunta
Which desktops are part of the new ABAP debugger? (Choose three)
Seleccione una o más de una:

A. Session

B. Break./Watchpoints

C. List

D. Objects 

E. Desktop 1
Retroalimentación
Your answer is partially correct.
Ha seleccionado correctamente 1.
Las respuestas correctas son: Break./Watchpoints, Objects, Desktop 1

You might also like