Cuestiones
ayuda
option
Mi Daypo

TEST BORRADO, QUIZÁS LE INTERESEToya_Test5

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del test:
Toya_Test5

Descripción:
Test 5 7.X

Autor:
AVATAR

Fecha de Creación:
04/09/2018

Categoría:
Personal

Número preguntas: 38
Comparte el test:
Facebook
Twitter
Whatsapp
Comparte el test:
Facebook
Twitter
Whatsapp
Últimos Comentarios
No hay ningún comentario sobre este test.
Temario:
1. Is it possible to have multiple active implementations of business add-ins at a time? It can have multiple active implementations if the Multiple use checkbox is selected It can have multiple implementations if the filter-Depend. Checkbox is selected It can have a multiple active implementation It cannot have a multiple active implementation.
2. Subroutine provide which types of parameters? Input/output(changing) Exceptions Return Value Input Output.
3. Which of the following capabilities is provided by the Application Layer platform of SAP Netweaver? Please choose the correct answer. Master Data Management Database and operating System Abstraction Business Process management Multi-channel access.
4 You are writing an ABAP declaration using the data element S_CARR_ID. Which of the following statements correctly define a data object? DATA gv_id LIKE s_carr_id DATA gv_id TYPE s_carr_id DATA gv_id TYPE s_carr_id DEFAULT ‘QF’ CONSTANT gc_qf TYPE s_carr_id VALUE ‘QF’.
5. Which of the following predefined data type are character type? T D N P X.
6. You are making changes to a program that already has a transaction code linked to it. Your colleague is testing the transaction in your development system. At what point can the changed version of the program be tested? When you active the program When you save the program When you perform a syntax check on the program When you perform a syntax check on the program.
7. Which statement are true? The ALV Grid can define a sort criteria for initial display The ALV Grid requires a table refresh after programmatically changing the ALV 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 can define a sort criteria for initial display The ALV Object requires a table refresh after programmatically changing the ALV.
8. Which statement will interrupt the processing of the current screen and branch to new screen? Call screen Set screen Leave screen None of the above.
9. What does a non-exclusive debugging the same source code? All roll-out forced in the application after each Debugger view Owing to the commit, inconsistent datasets can occur in the database Debugging is not possible between the statement SELECT and ENSELECT because the database cursor needs to be closed using a COMMIT Debugging is not possible for conversion or field exits. Someone else is debugging the same source code. It may be used anywhere in the landscape.
10. What are the prerequisites when creating an append structure for standard SAP table? The field in the append structure should star with YY or ZZ The enhancement category of the table is not set to ‘not enhacable’ The table must be copied before the append structure can be created. The table cannot have any fields of type FLTP.
11. You are writing a program that uses ABAP class. Which components of the class can you create directly from the program? Please choose the correct answer. Only public components Only protected components. Only private components All components.
12. Which of the following is correct? Please choose the correct answer. The screen attribute can be modified in the PROCESS BEFORE OUTPUT event block. The screen attribute can be modified in the PROCESS AFTER INPUT event block. The screen attribute can be modified in the PROCESS BEFORE OUTPUT and the PROCESS AFTER INPUT event block. None of the above.
13. Which type of view cannot be used in a search help? Maintenance view. Help View Database View Candidates key view.
14. 3. When analyzing a program, which tasks can you perform using the Code inspector? There are 4 correct answers to this question Execute the extended program check. Discover unused variable Search for ABAP statement Determine used database tables. Inspect the memory consumption. Evaluate the time needed for program execution.
15. You define a database view A and maintenance view B in the ABAP dictionary. What restrictions apply to these views?  Only A can be used in the FROM clause of a SELECT statement.  The table joined in B must have foreign key relationships.  The table joined in A must have foreign key relationships.  Only B can have either a left outer join or an inner join. .
16. Identify the type of controller. There are 5 correct answers to this question. Custom controller. Window controller. View controller. Component controller. Configuration controller Consumer controller.
17. What does a view do? Contains windows. Contains a view controller. Can be contained in a window. If entered by an inbound plug, can cause a event handler method to be called Contains other views.
18. Which events can exist in all types of programs that actually contain executable statements? LOAD-OF-PROGRAM. INITIALIZATION AT USER-COMMAND START-OF-SELECTION AT LINE-SELECTION AT PF##.
19. In which program types can you create dialog screen? Executable program. Module Pool. Function Group. Interface Pool. Class Pool.
20. How can you maintain documentation for input fields on your screen? Add documentation to the underlying data element. Define text table for the underlying structure. Add documentation to the SCREEM table at PROCESS AFTER INPUT (PAI). Add documentation to the SCREEM table at PROCESS BEFORE OUTPUT (PBO).
How can you maintain documentation for input fields on your screen? Note: There are 2 correct answers to this question. Add documentation to the underlying data element Define text tables for the underlying structure Use PROCESS ON HELP-REQUEST (POH) Add documentation to the SCREEN table at PROCESS BEFORE OUTPUT (PBO) Add documentation to the SCREEN table at PROCESS AFTER INPUT (PAI).
21.Table A and table B are partially buffered. Which of the following SELECT statement always access the database? SELECT a b c d FROM table A join table B ON table A῀ a EQ table B῀ e INTO CORRESPONDING FIELDS OF TABLE it_A_B. SELECT SINGLE FOR UPDATE a b FROM table A INTO CORRESPONDING FIELDS OF ls_A WHERE c EQ ‘1234’. SELECT a b FROM TABLE A INTO CORRESPONING FIELD OF TABLE it_AB SELECT SINGLE CLIENT SPECIFIELD a b FROM table A INTO CORRESPONDING FIELDS OF Is_AB.
22. 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? A database view can be buffered. A secondary index can be created for a database view. An outer join can only ba implemented in a database view.
23. What do you need to consider when creating a secondary index on the table? The index must always be unique. The most frequently selected fields should be at the first positions in the index. The table will be update more quickly if you create more indexes. The index can be created for specific database systems only.
24. What is variable-length structure called? Nested structure Nested link structure Link structure Flat structure.
25. What is the allowed length of the ABAP Dictionary data type DF34_RAW?  The allowed length is 34 digits.  The allowed length is between 1 and 34 digits.  The allowed length is between 0 and 33 digits.  The allowed length is between 1 and 31 digits.
26. Each button on a Dynpro (screen) requires the assignment of a function code. This function code…..  Prevent the function code from be assigned to a menu item.  Prevent the function code from be assigned to a category item.  Is used to define global variables that receive a value when the button is clicked.  Can be used to identify when the button is clicked by looking for the function code in the screen’s OK_CODE field.
27. Your task is to enhance the screen of the SAP standard application. How do you determine if there is a customer exit for this task?  You search in te flow logic of the screen for CALL CUSTOMER-SUBSCREEN statement.  You search in the source code of the application for GET BADI statement.  You search in the SAP reference Implementation Guide (IMG) for suitable user exit.  You use the BAdl Builder(transaction SE19) to check for suitable business Add-ln(BAdl ). .
28 Which of the following ABAP standard type are numeric? P I F D N.
29. What is the difference between a value table and check table?  A value table is a check table after a foreign key is defined.  A value table does not exist.  No difference, they are the same thing.  A value table is defined in the domain, where as a check table is defined in the data element.  A check table is defined in the domain, where as a values table is defined in the data element. .
30. Your code contains the following statement: READ TABLE gt_itab INTO gs_struc INDEX 1. When defining gt_itab, which internal table types can you use? Standard and Sorted Standard and hashed Standard and hashed Standard, sorted and hashed.
31. Which of the following is a true statement?  An access key is required to modify SAP repository objects.  An access key is required to enhance an SAP application using a user exit.  An access key is required to implement an implicit enhancement point.  An access key is required to implement business add-ins.
32. When does the lifetime of a Web Dynpro component begin and end?  It begins the first time it is called at runtime, and it ends with the Web Dympro application that called and instantiated the component ends.  It begins when instantiated and it ends when the program ends or the object is freed  It begins each time it is called, and it ends when the complete.  It ends each time it is called, and it ends when the component completes.
33. How many work areas are available in the debugger? 12 15 9 7.
34. With what can you simulate multiple inheritances? INTERFACE REDEFINITION INHERITING FROM CLASS CATEGORY.
35. Which options are available for a JOIN in ABAP Open SQL?  FULL JOIN  INNER JOIN  LEFT OUTERJOIN  RIGHT OUTER JOIN  CROSS JOIN.
36. The data buffered on each applications server…  Depends on the users.  Is does not the same.  Is always the same.  Is never the same.
37. What is unique about a singleton?  It must be defined as FINAL.  Must be instantiated using a static private construct  It must be instantiated using a private instance constructor.  It must be instantiated using a protected instance constructor.  It must be instantiated using a static protected instance constructor.  It must be instantiated using a static public instance constructor.  It cannot be defined as FINAL.
Denunciar test Consentimiento Condiciones de uso