Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ONabap ll

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
abap ll

Description:
segunda parte del examen

Author:
Gabo Fuentes
(Other tests from this author)

Creation Date:
15/12/2014

Category:
Others

Number of questions: 60
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
At the end a project, the developers of a team need to release their task and project lead needs to release their change request R1. Now another developer who does not belong to this team needs to maintain the object O1 that is part of the change request R1. When will this developer be able to change the object O1? There are 1 correct answer to this question. After the object O1 has been activated. After the request R1 has been released. After all objects of the request R1 have been imported successfully into the next system. After the task that contains the object O1 has been released.
43- SAP programmer has written a standard program in way that it can call customer coding, you want to implement this coding. What is this technique called? There are 1 correct answer to this question. Enhancements. Modifications. Corrections. Personalization. Repair.
46- Which kind of enhancements can BADIs provide? There are 3 correct answers to this question. Table Enhancement. Menu Enhancement. Functional Enhancement. Source Code. Screen Enhancement.
47- A transparent table has the following technical settings: two correct Buffering type is set to “Single records buffered” Buffering is set to “Buffering switched on” Buffering type is set to “Single records switched on" Buffering type is set to “Single records switched in".
Which statement uses the buffered data assuming that the WHERE clause contains restrictions for all key fields? There are 1 correct answer to this question. SELECT SINGLE …FOR UPDATE. SELECT SINGLE … . SELECT … INTO TABLE … . SELECT … .ENDSELECT.
51- You want to add two fields to SAP standard table using append technique. What do you have to keep in mind of this technique? There are 2 correct answers to this question. a) The name of Append structure should start with ZZ or YY. b) An Append structure can be assigned to more than 1 table. c) The fields of the Append structure should start with ZZ or YY. d) Append structures must be compared with the SAP original in release upgrade. e) Append structures are not possible for tables containing long field.
53- Which of the following Hook methods exists in View Controllers? There are 3 correct answers to this question. a) wdDOBeforeNavigation b) wdDOModifyView c) wdDOInit d) wdDOPostProcessing e) wdDoBeforeAction f) wdDOApplicationStateChanged.
56- You want to store a large number of data records in an internal table. This table will be frequently accessed using the fully qualified unique key. Which type of internal table do you recommend to minimize the Access time? There are 1 correct answer to this question a) Sorted b) Standard c) Index d) d)Hashed.
57- Which controller types can exist within a Web Dynpro component? There are 3 correct answers to this question. a) View controller. b) Application controller. c) User controller. d) Component controller. e) Window controller.
60- Which prerequisites must be fulfilled before a repository object can be transported? There are 3 correct answers to this question: a) A transport layer must be assigned to the package. b) An inactive version of the repository object must exist. c) An application component must be assigned to the repository object. d) The repository object must be assigned to a package. e) The repository object must be assigned to a change request.
65- How many bytes are needed for a type I data object? There are 1 correct answer to this question. 8 2 4 d)As many as are needed to store the assigned value.
75- What do you have to do to add to an SAP –delivered transparent table without modification? There are 1 correct answer to this question. a) Create an append structure containing the new fields. b) Use the database utility to enhance the definition on the database directly. c) Add the new fields to the table definition. d) d)Define a structure containing the new fields and include it in the table definition.
76- Which solutions are part of the SAP Business Suite? (There are 3 correct answers to this question). a) SAP Supply Chain Management b) SAP Product Lifecycle Management c) SAP Enterprise Resource Planning d) SAP Business One e) SAP Business ByDesign.
77. –You are establishing the business logic layer for a WebDynpro component. Which service types are available in the service call wizard? 3 opciones Web service proxy Class method Function module. method module Function method.
78. -Which hook method exist for all controller types? Wddoinit( ). Wdoinitd( ). Mddoinit( ).
79. -You have 2 objects: O1 of type class C1 and O2 of type class C2. Class C2 is subclass of class C1. Which of the following statements implements an up cast? 1 correct O1 = O2. O1 = 2O. O2 = O1.
81. -Which property of the input field UI element must be bound to a context attribute? , one correct Set Value node.
84. - You have defined a classical screen (dynpro) with mandatory input fields. You want to ‘Cancel’ function to work even if not all of the mandatory fields have been filled. How can you achieve this? one correct Assign function must type A to the Cancel button and handle it in a module with the addition AT EXITCOMMAND Assign function must type E to the Cancel button and handle it in a module with the addition AT COMMAND Assign function must type E to the Cancel button and handle it in a module with the addition AT EXITCOMMAND Assign All functions must type E to the Cancel button and handle it in a module with the addition AT COMMANDEXIT.
85. -Which SELECT statements will always bypass the SAP table buffers? one correct SELECT ... FOR UPDATE All SELECT ... FOR UPDATE AFTER SELECT ... FOR UPDATE NOUPDATE SELECT ... FOR UPDATE ….
86. –What types of changes to the repository does SAP provide? there are 3 correct Enhancement packages SAP Notes Function Module Support Packages Class method.
88. -Which objects can share data through context mapping? one correct Method controller and Window controller Component controller and view controller Component View and Window controller.
89. -Which of the following task does the BADI implementing class perform? one correct Sorth Filtering Node.
90. – What is the SAP recommended naming convention for append structure of standard SAP tables? one correct The components of an append structure should NOT start with ZZ o YY The components of an append structure should start with ZZ o YY The All components of an append structure should start with AA o YY The components of an append structure should start with BB.
93. – Which of the following features do you have to consider when you use shared objects? two correct After the object O1 has been activated. Concurrent read accesses are supported Concurrent edit accesses are supported Data is save as attributes of objects Memory bottlenecks result in runtime errors and have to be caught.
97.- what is the root class in the RTTS inherence tree one correct CL_ABAP_TYPEUPCR CL_ABAP_TYPEDESCR GL_ABAP_TYPEDESCR.
98.- For which of the following requirements can you implement a functional method? two correct A private static helper method that returns a single value as the result of an algorithm A public static helper method that returns a multiple value as the result of an algorithm After all objects of the request R1 have been imported successfully into the next system. A factory method that returns an object reference.
99.- Which of the following predefined ABAP types is incomplete , one correct D P M.
100.- which statement is used to generically define the data reference variable z1, one correct type Data z1 ref to data Data z1 type ref to data Data type ref to data z1 z1 Data type ref to data.
101.- You are using the new debugger and you want to change the content of an internal table, which actions are allowed? Delete the selected rows After the request R1 has been released. Change row content and press enter <ENTER> Delete the entire contents of a table.
102.- when should use a hashed internal table? two correct When accessing always by secondary key When accessing mainly single records When accessing mainly multiple records When accessing always by primary key.
103.- which desktops are part of the new ABAP debugger? 3 corrects Break/watchpoints Objects Application plataform Desktop 1.
104.- which of the following variables is the self-reference variable in ABAP OO? one correct activated EM ME.
105.- Which data type is allowed for the reference field of the currency field? one correct DLL CUKY CHUKY SKY.
106.- Which of the following are key capabilities of SAP Netweaver? 3 correct Application plataform Fuction Module Information integration People integration Window Application.
107.- what can you do using the class builder? 3 correct After the object O1 has been activated. Test classes in a simulated runtime environment Redesign classes and interfaces using the refactoring assistant Import local classes and local interfaces from your program When accessing mainly single records.
109. –You want to write a ABAP program that make use of SAP GUI. Which of the following UI types can you see? two correct After the object O1 has been activated. Classical screen (dynpros) with controls (LIKE ALV Control) Window systems Selection screen.
110.- You want to create WebDynpro Application in the object navigator. What do you need to specify in the WebDynpro application? one correct After the object O1 has been activated. A Webdypro component and field interface view within this component A Webdynopro component and interface view within this component After the task that contains the object O1 has been released.
111. -In classical screen programming (dynpro programming), where can you set the status and the title for a modal dialog box (popup)? one correct After the object O1 has been activated. In a PBO module of the corresponding screen After all objects of the request R1 have been imported successfully into the next system. In a PBI module of the screen.
112.-What techniques can be suitable for increasing the performance during database table access? There is more than one correct answer to this question. two correct To Define Indices For The Appropriate Database Tables. To Use Table Buffering For The Appropriate Database Tables To Use Table Transparents For The Appropriate Database Tables To Define Fields For The Appropriate Database Tables.
113. - You have written an ABAP executable program that displays the flight connections between two cities for your customer. You hand over your program to your customer for maintenance and need to explain to your customer’s programmer the propierties of event blocks. two correct After the object O1 has been activated. The ABAP runtime decides in which sequence to execute event blocks After all objects of the request R1 have been imported successfully into the next system. Event blocks start with an event key word and end with the start of any other modularization block, for example, another event block or module or subroutine.
114. - Which of the following statements is true concerning working with structures and internal tables in the ABAP Debugger? one correct With the ABAP Debugger you can edit transparent tables With the ABAP Debugger you can edit internal tables (for example, append lines, delete lines, change the content). After all objects of the request R1 have been imported successfully into the next system.
115. -You want to display data in a view of an ABAP WebDynpro component. However, the data you want to display are stored in the context of the component controller. What the best way to display the data? one correct Map the context of the controller to the context of the view controller and bind the controls that display the field to the context of the view controller Map the context of the component controller to the context of the view controller and bind the controls that display the data to the context of the view controller.
116. -In your team of ABAP developers there is some confusion concerning the relationship between enhancement points, enhancement spots, enhancement selections and BAdIs. Which statements about these concepts are correct? two correct An enhancement spot manages either new BAdIs enhancement sections and new BAdIs Enhancement spots organize a explicit enhancement points, enhancement sections and new BAdIs An enhancement spot manages either new BAdIs or explicit enhancement points and enhancement sections.
117. -You want to write a dialog program that changes data on the database. You want to bundle all updates by using update function mudules. What do the function modules have to do if they encounter a problem? one correct After the object O1 has been activated. Write an error message with MESSAGE exxx(nnn). Write an error message with MESSAGE axxx(nn1). Write an error message with MESSAGE exxx.
118. -Which AS ABAP process receives the user request? one correct Node Dispatcher After all objects of the request Variable.
119. - Which of the following command are allowed not if you are working with internal table of type sorted? (Only 1 correct answer) one correct MODIFY INSERT DELETE SORT.
120. - You design a classical screen with number 100 for an ABAP program, screen 100 contains input field that refers to ABAP dictionary structure SDYN_CONN. What do you have to do so that your ABAP program can access the data entered in the PAI processing? (Only 1 correct answer) After the object O1 has been activated. Use the statement TABLES: SDYN_CON to declare the structure named NSDYN_CONN in the top include of your program After all objects of the request R1 have been imported successfully into the next system. Use the statement TABLES: SDYN_CONN to declare the structure named SDYN_CONN in the top include of your program.
121. - Which view allows a read only access? (Only 1 correct answer) Database field with one than 1 table Database view with more than 1 table Database view with one than 1 table.
122. - You create function group ZATP that contains couple of function modules to manage material master data. What is the name of the corresponding main program? (Only 1 correct answer) SAPLZATP SAPLZATP0 SAPL10ZATP no apply this value.
123.-Which statement about the internal table concerning program performance are correct? (There are 2 correct answers) The cost for reading a data record from the hashed table do not depends upon number of entries. If the field symbol is assigned with READ … ASSIGNING statement, the entry in the internal table can be changed directly using field symbols If you have a standard table , searching an entry using a fully qualified key is faster than searching by index The cost for reading a data record are higher for a large number of entries in a sorted table than for a large number of entries in a standard table.
124- You have defined a classical screen (dynpro) with mandatory input fields. You want to exit the screen using the Cancel button even if not all of the mandatory fields have been filled. What is necessary to achieve this? There are 1 correct answer to this question. After the object O1 has been activated. Set the function code assigned to the Cancel button to CANCEL Check-whether P_SAVE-OKCODE equals SAVE. Set the function code assigned to the Cancel button.
125- You as an ABAP consultant have been asked by customer to lists out the benefits of moving from non-Unicode to Unicode system? There are 2 correct answers to this question. Unicode system requires less database space. Transfer of character sets between two Unicode systems from different cultures is easier than between NON-Unicode systems. c)A Unicode system can support users of different cultures.
126- Which components are part of SAP NetWeaver? There are 2 correct answers to this question. a) Master Data Management (MDM) b) Enterprise Resource Planning (ERP) c) Product Lifecycle Management (PLM) d) Business Warehouse (BW) e) Customer Relationship Management (CRM.
127- Which statements about internal tables concerning the program performance are correct? There is more than one correct answer to this question. If A Field Symbol Is Assigned With The Read ... Assigning <Fs> Statement, The Entry In The Internal Table Can Be Changed Directly Using This Field Symbol. After the request R1 has been released. After all objects of the request R1 have been imported successfully into the next system. C)If A Field Symbol Is Assigned With The Read ... Assigning FS Statement, The Entry In The Internal Table Can Be Changed Directly Using This Field Symbol.
128- You are required to add customer source code in the SAP delivered object using the new enhancement framework without modification. How can you find the available enhancement? 3 correct Select from the list of application-related BADIS or enhancement spots in the SAP Aplication Hierarchy. Select from the list of freely select BADIS or enhancement spots in the Repository Information System Perform aprogram-related global search for GET BADI. Perform aprogram-related select BADIS.
129.- You have implemented a class CL_CUSTOMER in which you defined a private attribute. From where can you acess this attribute directly. two correct From all method of a class to which CL_CUSTOMER grants friendship After the request R1 has been released. From all systems of the class CL_CUSTOMER From all methods of the class CL_CUSTOMER.
130.- Which of the following statements dynamically changes the data type of field z1? one correct Assign z1 to <fs> casting Assign z1 to type casting.
131.- Which of the following ABAP data types are compatible with the generic character- type CLIKE? 3 correct C STRING VARIABLE N P.
132.- Which of the following data types are allowed in ABAP two correct DECFLOAT34 DECFLOAT4 DECFLOAT6 DECFLOAT16.
132.- You created a transparent table and during activation got a warning message “Enchacement category for table missing”. What do you have to do eliminate the warning message? one correct Select option Classified from the enhancement category Select any option other Classified from the enhancement category Select any option other than Not Classified from the enhancement category.
Report abuse Consent Terms of use