Cuestiones
ayuda
option
Mi Daypo

TEST BORRADO, QUIZÁS LE INTERESEPrueba de fuego 4

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del test:
Prueba de fuego 4

Descripción:
Prueba de fuego

Autor:
Yazin Castaño Moreno
(Otros tests del mismo autor)

Fecha de Creación:
19/09/2020

Categoría:
Otros

Número preguntas: 47
Comparte el test:
Facebook
Twitter
Whatsapp
Comparte el test:
Facebook
Twitter
Whatsapp
Últimos Comentarios
No hay ningún comentario sobre este test.
Temario:
Which of the following values are replaceable in debugger mode? Please choose the correct answer. Table names Constants Field names Variables.
Which statements are true regarding ABAP inheritance? There are 4 correct answers to this question. You can access the superclass component with the prefix SUPER->. The instance constructor can be overwritten as part of inheritance. Polymorphism requires the developer to specify which method to use with inheritance. Instance constructors must call the superclass’s constructor. Overloading allows a method to have several definitions with different signatures. Static constructors do not need to call the superclass’s constructor. The static constructor can be overwritten as part of inheritance. .
What is the Web Dynpro programming model is based on? Please choose the correct answer. Classic Dynpro programming Business Server Pages (BSPs) Internet Transaction Server (ITS) Model View Controller (MVC).
For which of the following requirements can you implement a functional method? There are 2 correct answers to this question. A factory method that returns an object reference A handler method for an event that has a returning parameter A method to set an instance attribute with one importing parameter and no other parameters A private static helper method that returns a single value as the result of an algorithm .
Which parameter types can be used in the signature of a functional method? There are 2 correct answers to this question. RETURNING CHANGING IMPORTING EXPORTING.
Where do you create online documentation ((F1) help) for fields on the screen? Structure Domain Field Table Data element.
When you define local classes in ABAP, which syntactical sequence must you follow? The order doesn’t matter. The order is handled automatically. PUBLIC SECTION, PROTECTED SECTION, PRIVATE SECTION PRIVATE SECTION, PROTECTED SECTION, PUBLIC SECTION.
How is an ABAP program with several dialog steps executed? Usually, dialog steps are assigned to different dialog work processes. The ABAP dispatcher takes over the entire execution without assigning any work process. The program is always executed in just one dialog work process with roll out. The program is always executed in just one dialog work process without roll out .
Identify the ways to map context structures. There are 2 correct answers to this question. External context mapping Direct context mapping Static context mapping Dynamic context mapping.
Which of the following can you do with the ABAP debugger? There are 3 correct answers to this question. Compare data objects. Change source code. Analyze SQL traces. Analyze memory usage. Analyze internal tables.
Which of the following is a true statement? There are 3 correct answers to this question. Packages use interfaces and visibility to make their elements visible to other packages. The transport layer is a mandatory input field for the package. A package can be nested. All customer repository objects have to be assigned to a package.
Which statements are true? There are 5 correct answers to this question. 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 uses a reference to the data table for display. The ALV Object Model uses a reference to the data table for display. The ALV Object Model requires a table refresh after programmatically changing the ALV. The ALV Grid requires a table refresh after programmatically changing the ALV. .
Which of the following transactions can you use to define transparent tables? SE16N SE38 SE11 SM37.
A function module that has 2 classical exceptions is called with actual parameter values in such a way that both exception conditions are fulfilled. How will the runtime system behave? Note: Answers to this question are not verified by our experts, please study yourself and select the appropriate answers. Contribute: Please send the correct answers with reference text/link on feedback@erpprep.com to get up to 50% cashback. No exception will be raised. In the calling program, sy-subrc has the value specified for the OTHERS option. Both exceptions will be raised. In the calling program, sy-subrc has the value specified for the second except on. Both exceptions will be raised. In the calling program, sy-subrc has the value specified for the OTHERS option. The first exception that occurs will be raised. In the calling program, sy-subrc has the value specified for the first exception.
In which event block can you overwrite the default value of a PARAMETERS field on the selection screen? AT SELECTION-SCREEN INITIALIZATION START-OF-SELECTION PROCESS BEFORE OUTPUT.
What is the event block that all of your code changes belongs to if you do not explicitly code any event blocks in an executable program? LOAD-OF-PROGRAM START-OF-SELECTION INITIALIZATION AT SELECTION-SCREEN OUTPUT.
Which desktops are part of the new ABAP debugger? There are 3 correct answers to this question. Session Break./Watchpoints Objects Desktop 1 List.
You want to include an element of type ‘Table’ in your web dynpro. What actions add the corresponding columns to the table automatically? Right click the table and select the ‘CREATE_BINDING’ option Generate a ‘BIND_TABLE’ method using the web dynpro method wizard. Include the method BIND_TABLE of IF_WD_CONTEXT_NODE. Bind the table attribute ‘DATA_SOURCE’ to the context node.
Dynpros can be placed in which program types? There are 3 correct answers to this question. Module pools Class pools Executables Function groups.
What do you have to take into account before you decide to buffer a table? The entire table content must be loaded into the table buffer The data read from the buffer may NOT be current The database server must allow table buffering The data must always be read from the buffer.
What are the reasons to use modularization? There are 3 correct answers to this question. Promotes reusability Easier maintenance Improved performance Portability across DBMS Improved transparency.
Which of the following generic types can you use to define a field symbol that will be assigned to a character string? There are 3 correct answers to this question. Type xsequence Type clike Type csequence Type any Type any table.
How can you maintain documentation for input fields on your screen? Add documentation to the SCREEN table at PROCESS AFTER INPUT (PAI). Define text tables for the underlying structure. Add documentation to the SCREEN table at PROCESS BEFORE OUTPUT (PBO) Add documentation to the underlying data element.
What can you enhance using BAdIs? There are 3 correct answers to this question. Menus Source code Screens Database tables Data elements.
What are the advantages of creating a database view to implement a join, instead of formulating the join directly in an Open SQL SELECT statement? There are 2 correct answers to this question. A secondary index can be created for a database view A database view can be buffered A database view can be reused in other programs An outer join can only be implemented in a database view.
Which prerequisites must be fulfilled before a repository object can be transported? There are 3 correct answers to this question. An application component must be assigned to the repository object. A transport layer must be assigned to the package. The repository object must be assigned to a package. The repository object must be assigned to a change request. An inactive version of the repository object must exist.
You have created a screen on which the user enters data that is to be inserted into table T1. How do you ensure that the content of field F in table T1 is checked against table T2? Create a foreign key for field F of table T1 and make table T2 the foreign key table Create a foreign key for the assigned field of field F of table T1 in table T2 and make table T1 the check table. Create a foreign key for the assigned field of field F of table T1 in table T2 and make table T2 the check table. Create a foreign key for field F of table T1 and make table T2 the check table. .
What can be defined using an implicit enhancement option? There are 3 correct answers to this question. Replacements for global SAP methods Additional parameters in SAP function modules Additional exceptions in SAP function modules Additional attributes in global SAP classes .
Which components belong to an elementary search help? There are 2 correct answers to this question. Attachment to a field Selection method Fixed values Import / export parameters.
Which events can exist in all types of programs that actually contain executable statements? LOAD-OF-PROGRAM AT PF## START-OF-SELECTION AT LINE-SELECTION INITIALIZATION AT USER-COMMAND.
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 to meet this requirement? CASTING(arg AS type) CASTING(arg FOR type) CAST(arg AS type) CAST(arg FOR type).
What data type you can create in the ABAP Dictionary? Structure Type group Secondary index Lock object.
What must before you can create a new transportable function modules? There are 3 correct answers to this question. Module pool Transport request Package Function group Exception class.
You defined data reference z1 generically. Which statement would you use to access the content of the referenced variable? Get reference of z1 into wa Assign z1 to <fs> Assign (z1) to <fs> Assign z1->* to <fs>.
Which of the following are features of the Context in Web Dynpro? There are 2 correct answers to this question. Data is shared between controllers through Context mapping Every Web Dynpro controller has one Context Data is transferred from one Context to another by firing plugs Every Web Dynpro controller has multiple Contexts .
Which options do you have to read data from multiple tables while using a SELECT statement? There are 3 correct answers to this question. Nested select statements Join statements Database views Nested loop statements Pooled tables .
What is unique about a functional method? There are 5 correct answers to this question. It can contain a changing parameter. It can be used in logical expressions. It can be used in SELECT statements. It can contain an importing parameter. It must contain a returning parameter. It must be a singleton. It can contain an exporting parameter.
Your task is to enhance the screen of an SAP standard application. How do you determine if there is a customer exit for this task? You search in the SAP reference Implementation Guide (IMG) for a suitable user exit You search in the source code of the application for GET BADI statement You use the BAdI Builder (transaction SE19) to check for a suitable Business Add-In(BAdI) You search in the flow logic of the screen for CAL CUSTOMER-SUBSCREEN statement.
Where can you define data types that can be used throughout the system? There are 3 correct answers to this question. In the ASAP Dictionary In a global interface In a method In a function module.
Your program uses class CL_GUI_ALV_GRID to generate a classic ALV Grid Control. What do you need in your program to react to a user double-clicking a row in the ALV Grid? There are 3 correct answers to this question. SET HANDLER statement to register the handler to the event A method call to refresh the display A method call to raise the double_click event A handler method for the double_click event A handler class.
Which of the following ABAP statements throws an error at the syntax check? DATA variable(5) TYPE p. DATA variable(5) TYPE t. DATA variable(5) TYPE n. DATA variable .
You write the following ABAP statement: ECT SINGLE carrid, connid, cityfrom, cityto FROM spfli INTO @gs_spfli WHERE carrid = @pa_car AND connid = @pa_con. How are the selected fields placed into target structure gs_spfli? Into fields with the same type Into fields with the same name From left to right Into fields with the same name and same type.
You want to add a field type CURR to a transparent table. What else must you do? Add a check table that contains a field of type CUKY. Create a new field CUKY as a pre-defined type. Add a key fieldof type CUKY. Create a reference to a field of type CUKY.
What is the allowed length of the ABAP Dictionary data type DF16_DEC? The allowed length is between 1 and 15 digits. The allowed length is between 0 and 16 digits. The allowed length is 16 digits. The allowed length is between 0 and 15 digits.
Which of the following is a true statement? There are 3 correct answers to this question. All transportable objects have to be assigned to a package. Local repository objects can be transported. Repository objects and cross-client customization objects are assigned to the workbench request. Inactive objects can be transported. Client-specific customization objects are assigned to the customizing request.
Which of the following elements can a string template contain? There are 2 correct answers to this question. Literals String processing statements Functional method calls Function module calls .
You want to add a field ZZPRICE to the SAP standard transparent table EKKO. Which of the following actions result in an enhancement of the SAP standard? There are 2 correct answers to this question. Add ZZPRICE to the customizing include for the table Insert ZZPRICE into an SAP structure for the table Insert ZZPRICE at the end of the table Create an append structure and add ZZPRICE to it.
Denunciar test Consentimiento Condiciones de uso