Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ONABAP TAW12_2

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
ABAP TAW12_2

Description:
Certified Development Associate - ABAP with SAP NetWeaver 7.50

Author:
M Buendia
(Other tests from this author)

Creation Date:
25/01/2020

Category:
Computers

Number of questions: 46
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
Which of the following techniques used to adapt SAP standard software involve the use of the ABAP Workbench? Choose the correct answers. Customization Personalization Enhancements Modifications.
Which of the following enhancement technologies offer menu exits? Choose the correct answers. Customer Exits Business Transaction Events Business Add-Ins Explicit Enhancements.
Which of the following are characteristics of append structures? Choose the correct answers. You can use multiple append structures with a single SAP table You can use append structures as normal structures in programs You can use one append structure in multiple tables Customers can create an append structure for an SAP table without SAP preparation.
Which of the following are characteristics of Customizing Includes? Choose the correct answers. Customizing Includes are already integrated into SAP tables by SAP Customizing Includes may be linked with source code or screen exits provided by SAP for processing or displaying the fields of the table Customizing Includes can be used in pool and cluster tables Customizing Includes ensure consistency throughout the tables and structures affected.
Which of the following steps are required in the procedure to create an SAP enhancement? Choose the correct answers Define necessary components Assign components to SAP enhancements Document the enhancement project Activate the enhancement project.
Which of the following steps are required in the procedure to create a customer enhancement project? Choose the correct answers. Start project management Name your enhancement project Transport the project Enter a short text description in the project attributes.
Which of the following includes contains the events belonging to the X function group? Choose the correct answer. LX...F01 LX...E01 LX...001 LX...I01.
Screen exits allow you to make use of reserved sections of a main screen. These reserved sections are called _____________. Choose the correct answer. Normal screens Subscreen areas Program screens Classical screens.
Which of the following components can be part of a Business Add-In (BAdl)? Choose the correct answers. Program enhancements Screen enhancements Text enhancements Menu enhancements.
If you want to implement a filter-dependent Business Add-In, you will need an implementation for each filter value that is relevant. Determine whether this statement is true or false. True False.
The new Business Add-In (BAdl) technology has been developed to _____________. Choose the correct answers Improve performance Implement additional functions Improve scalability Integrate into the new Enhancement Framework.
New Business Add-Ins (BAdls) always belong to enhancement spots and are managed by these spots. Determine whether this statement is true or false. True False.
For each Business Add-In (BAdl) that you want to use in an enhancement spot, you need to create a BAdl implementation. Determine whether this statement is true or false. True False.
Customers can use enhancement points or sections by creating an enhancement implementation for the related ______________. Choose the correct answer Implicit enhancement section Explicit enhancement point Enhancement spot.
What is the syntax used to identify an explicit enhancement point? Choose the correct answer. ENHANCEMENT-SECTION ENHANCEMENT-POINT END-ENHANCEMENT SECTION.
It is possible to have more than one implementation for an enhancement point, each one belonging to different enhancement implementations. Determine whether this statement is true or false. True False.
Explicit enhancement points and sections are stored inside a ___________. Choose the correct answer. Conflict-dissolution or switch Enhancement spot Enhancement implementation.
An implicit enhancement point provides you with the option to insert additional source code at certain points in SAP source code. Determine whether this statement is true or false True False.
The Enhancement Framework allows you to enhance methods in SAP classes. Determine whether this statement is true or false. True False.
To use implicit enhancement points and options, you need to create an ______________. Choose the correct answer. Explicit enhancement point Enhancement implementation Explicit enhancement section.
Overwrite methods replace the implementation of the original method. Determine whether this statement is true or false. True False.
Identify the implicit enhancements available in local SAP classes Choose the correct answers. At the beginning and end of each method At the end of the implementation block Option to create additional importing parameters.
What are some of the benefits of SSCR (SAP Software Change Registration) for registering modifications? Choose the correct answers. Quick error resolution Simplification of upgrades Dependable operation SSCR key given to an object, needs to be given again and again for each modification.
Which of the following tools are supported by the Modification Assistant? Choose the correct answers. ABAP Editor Screen Painter Menu Builder ABAP Dictionary.
Which of the following are reasons why SAP provided user exits? Choose the correct answers. Provide enhancements for Sales and Distribution applications. Provide enhancements to prevent modifications. Enable multiple independent implementations. Ensure smooth upgrades.
During modification adjustment, which transactions can you use to compare the old and new versions of ABAP Repository objects? Choose the correct answers. SPDD SSCR SPAU.
Multiple views can be displayed in the view container area at a time. Determine whether this statement is true or false. True False.
Which of the following statements are true? Choose the correct answers. The outbound plug of a window can be connected to any inbound plug of embedded views Each view can be embedded in multiple windows. The outbound plug of a view can be connected to any inbound plug of the embedding window. Navigation between windows of the same component is possible.
The context and the methods defined in controller are private unless another controller explicitly declares the usage of this controller. Determine whether this statement is true or false. True False.
Which of the following hook methods exist in a Component Controller? Choose the correct answers. wddobeforenavigation( ) wddopostprocessing( ) wddoonopen( ) wddoapplicationstatechange( ).
A context always has a parent node known as the context root node. What kind of properties does this context root node have? Choose the correct answer. Fixed properties and it cannot be deleted No fixed properties and it cannot be deleted Fixed properties and it can be deleted Some fixed properties and it can be deleted.
What happens when the cardinality of a node equals 1..1 or 1..n? Choose the correct answer. The element with a random index is created automatically when the node is instantiated The element with index 1 is created automatically when the node is instantiated The element with index 1 is deleted automatically when the node is instantiated.
Which of the following are true about internal mapping? Choose the correct answer Only the mapped node lies within the boundaries of one component Only the mapping origin node lies within the boundaries of one component Both the mapped node and the mapping origin node lie within the boundaries of one component Both the mapped node and the mapping origin node lie outside the boundaries of one component.
A UI element is any graphical entity that occupies a position within a view layout. Determine whether this statement is true or false True False.
The _________ category contains elements that are used to display texts or to enter literals. Choose the correct answer. text action selection complex.
You use the view editor within the custom controller for editing the view layout. Determine whether this statement is true or false. True False.
Once a Ul element property is bound to a context node or attribute, the ____________ is used to supply a value to the Ul element property. Choose the correct answer. context data corresponding Ul element Web Dynpro view controller controller hook method.
To control the behavior of a Ul element programmatically create a context attribute with a ______________ that matches the property you wish to control. Choose the correct answer data type status data binding.
The Table Ul element allows a ___________ display of data in cells arranged in rows and columns. Choose the correct answer two-dimensional one-dimensional three-dimensional four-dimensional.
What is the default selection cardinality for any context node? Choose the correct answer. 0 1 1..1 0..1.
Which of the following are hook methods found in Web Dynpro component controller? Choose the correct answers. WDDOINIT WDDOBEFOREACTION WDDOEXIT WDDOONCLOSE.
Which of the following types of method can be defined in a Web Dynpro controller? Choose the correct answers. Supply Functions Event Handlers Static Methods.
On the Attributes tab page, additional attributes can be defined for the related controller. Determine whether this statement is true or false. True False.
What do you need to access a context element or a context attribute? Choose the correct answer. A declaration of a binding relationship A reference to the related context node A definition of variables that can be bound to Ul elements and that can be easily exchanged between different controllers A reference to the node to be altered by the supply function.
Which node method should you call to access the data sets related to multiple table rows selected by the user? Choose the correct answer. get_selected_elements( ) get_value_attribute( ) get_static_attributes( ) get_child_node( ).
To create an element that can be added to a certain context node, you have to determine the reference to this node first. How can you do this? Choose the correct answer. By calling the get child_node() method through the standard attribute WD_CONTEXT. By calling the set_static_attributes() method By using the PARENT_ELEMENT parameter By instantiating CL_WD_CONTEXT_NODE.
Report abuse Consent Terms of use