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

Descripción:
SAP 7.5 EL 1

Autor:
MR
OTROS TESTS DEL AUTOR

Fecha de Creación:
31/07/2023

Categoría: Otros

Número Preguntas: 16
COMPARTE EL TEST
COMENTARNuevo Comentario
No hay ningún comentario sobre este test.
Temario:
Which are the functions of the ABAP dispatcher? Note: There are 3 correct answers to this question It integrates the presentation layer It saves the processing request in request in request queues It performs a roll-in and roll-out of user context It requests the data from the database or the buffers It distributes the request among the work processes.
You have created the following repository objects: · A class with an event definition · A handler class with a method ON_EVT which handles this event · A report that instantiates the handler class The report does not react to the event. How do you analyze this issue? There are 3 correct answers to this question. a. Check if the implementation of the handler method ON_EVT contains the correct logic b. Check if the handler method ON_EVT is defined in a subroutine of the report. c. Check if the event is triggered by setting a breakpoint at the MESSAGE … RAISING statement. d. Check if the event is triggered by setting a breakpoint at the RAISE EVENT statement e. Check if the handler method is registered .
In which order do you implement a new BADI? Create BADI Implementation 2. Create Enhancement Spot Implementatio Create Enhancement Project 2. Create BADI Implementation Create Enhancement spot implementation 2. Create BADI Implementation.
A costumer has asked that you improve performance for a small table with frequent read accesses, what buffering type do you recommend? Single record Full table Column store Primary key.
Which of the following components are part of SAP Net weavers AS ABAP version 7.1x and higher? Note: There are 2 correct answers to this question. Software Deployment manager (SDM) SAP GUI for Java Message Server Internet communication manager (ICM).
How is data shred between web Dynpro controllers? Note: There are 2 correct answers to this question By using context mapping from a view controller to a component controller By using data binding from a view controller to another view controller By using context mapping from a view controller to another view controller By using context mapping from a view controller to a custom controller.
What do enhancements spots manage? Note: There are 3 correct answers to this question Classic BADI Implicit enhancement points Explicit enhancement sections Explicit enhancement points New BADIS.
You have been asked by a customer to develop open SQL code to convert the value of argument "arg" into the ABAP Dictionary type specified, which SQL syntax do you use tomeet this requirement? CASTING (arg FOR type) CASTING (arg AS type) CAST (arg AS type) CAST (arg FOR type).
What type of method is generated automatically by the web Dynpro Explorer when you assign an action to a button UI element? Supply function Event handler method Standard hook method Ordinary method.
A screen has the following PAI flow login: PROCESS AFTER INPUT. FIELD A MODULE check_A FIELD B MODULE Check_b CHAIN FIELD: C AND D. MODULE check_CD ENDCHAIN CHAIN FIELD: CAND B MODULE check_CB ENDCHAIN. What happens is the application sends a type E message during the check_CB module processing? The screen is displayed again without processing the PBO flow logic All are ready for input. The screen is NOT displayed again processing terminates, and the user must restart the ABAP program. The screen is displayed again without processing the PBO flow logic only fields B and care ready for input. MODULE check_CD ENDCHAIN CHAIN FIELD: CAND B MODULE check_CB ENDCHAIN. What happens is the application sends a type E message during the check_CB module processing? A. The screen is displayed again without processing the PBO flow logic All are ready for input. B. The screen is NOT displayed again processing terminates, and the user must restart the ABAP program. C. The screen is displayed again without processing the PBO flow logic only fields B and care ready for input. D. The screen is displayed again and the PBO flow logic is processes only fields B and care ready for input.
An ABAP Program processes the following expression r=a/b+c which of the following data declarations would cause the runtime environment to use fixed-point arithmetic for the above expression to calculate the value of"/'? DATA r TYPE p. a TYPE I VALUE201. B TYPE I VALUE 200. c TYPE f DATA r TYPE D DECIMALS 2. A TYPE I VALUE 201. B TYPE I VALUE 200. C TYPE f DATA r TYPE a DECIMAL2; a TYPE I CALUE201. B TYPE I VALUE200. C TYPE p DATA r TYPE f. a TYPE I VALUE201. b TYPE i VALUE200. c TYPE f.
What can be implemented using an implicit enhancement option? Note: There are 3 correct answers to this question Overwrite methods for SAP function modules Overwrite methods for global SAP classes Additional exceptions in SAP function modules Additional parameters in SAP function modules Additional attributes for global SAP classes.
Which enhancement can provide a screen exit? Note: There are 3 correct answers to this question. Customer exits Explicit enhancement points Classic BADIS New BADIS Explicit enhancement sections.
What parameters can you set when you run the code inspector? Note: There are 3 correct answers to this question. Check vanant name Background job name Object set name Inspection name Work process name.
Which boundary conditions lead to improved access time to an internal table? the are 3 correcct ans Fuly qualified key sorted tables left justified part of key for hashed tables index access for hashed tables left justified part of key for sorted tables index access for standard tables.
which abap statement can make an element visible that you statically defined as invisible? screen-invisible = 1 screen-active = 1 screen-active = 0 screen-invisible = 0.
Denunciar Test