TAW12 PART-II Flashcards
Which property of the InputField UI element must be bound to a context attribute?
Value
You want to translate dynamic text in a web dynpro. From which abstract class should you inherit?
CL_WD_COMPONENT_ASSISTANCE
Which of the following characters is the first of a menu exit function code?
+
What can you enhance using BADIs?
Screens
Menus
Source code
The types of controller
Component Custom Configuration View Window
How is data shared between Web Dynpro controller?
By using context mapping from a view controller to custom/component controller
What can be exposed in the component interface of a Web dynpro component?
Custom methods of the component controller
Which type of transport task is used when you modify SAP standard objects?
Repair
What type of method is generated automatically by the Web Dynpro Explorer when you assign an action to a button UI element?
Event handler method
Which enhancements can provide a screen exit?
Customer exits
Classic BADIs
NEW BADIs
Which of the following items are used in a Web Dynpro Application to transport database data to the user interface?
Interface controller
Context node
When does the lifetime of a component controller begin and end?
It lasts from creating the data within the controller to cover the whole period during which the component is in use
Which of the following are features of the Context in Web Dynpro?
Data is shared between controllers through Context mapping
Every web Dynpro controller has one Context
You are establishing the business logic layer for a Web Dynpro Component. Which service types are available in the Service Call wizard?
Function Module
Web Service proxy
Class method
Which hook method exists for all controller types?
wddoinit()
What do enhancement spots manage?
Explicit enhancement sections
New BADIs
Explicit enhancement points
What is the purpose of implicit enhancement points?
To add code to standard SAP program
How would you find out if an application program offers a program exit?
Use repository Information system
Use application hierarchy
Look for a customer exit in the SAP reference IMG within an application area
SAP enhancements for customer exits are managed by which transaction?
Transaction SMOD
Each component has an interface; of what does this interface consist?
Interface view
Interface controller
The statements CALL BADI and GET BADI are used for which type of BAdIs?
New BADIs
Identify the types of layout managers.
Matrix Layout
Flow layout
Row Layout
Grid Layout
In the CALL CUSTOMER-FUNCTION ‘nnn’ statement, nnn is a three-digit number used in SAP programs for which of the following types of enhancement?
Customer exits
What process is used to establish the automatic transport of data between the view controller’s context attributes and the UI element in its layout?
Data binding