You are on page 1of 2

1. 2. 3. 4. 5. 6.

7. 8.

9.

Class (static) constructor is called before the class is accessed for first time. Static (class) constructors cannot raise exceptions. New UI elements can be created and cannot be deleted in enhancement implementation You may only change or delete enhancements in exactly that enhancement implementation in which it was created. For each existing context, additional nodes and attributes can be created within an enhancement. you wish to add an attribute to an existing node, there are two different situations: a. Within a node without a dictionary structure, this is possible without restriction. b. Within a node with a dictionary structure, one or more attributes from the used structure can be added by choosing the context menu option Create Through Wizard Attributes from Components of a Structure. Additional attributes can be created as part of an enhancement implementation. The post-exit method automatically reads the importing parameter of the original method. All the other parameters of the original method (exporting, changing, and returning parameters) are provided as changing parameters. The pre-exit method automatically provides all the importing and changing parameters of the corresponding original method.

10. Navigation Links

a. You can create new navigation links. b. Existing navigation links, similar to UI elements in a view, can be suppressed. They are not deleted then by any means, but remain as part of the original component.
c. A new navigation target can be defined for an existing navigation link. 11. To support the dynamic programming, the Web Dynpro framework offers a number of methods in the service class CL_WD_DYNAMIC_TOOL. 12. Adding CONTEXT NODES a. For this purpose, the interface IF_WD_CONTEXT_NODE_INFO contains the method ADD_NEW_CHILD_NODE b. The service class CL_WD_DYNAMIC_TOOL contains the method

CREATE_NODEINFO_FROM_STRUCT with limited functionality.


13. Adding CONTEXT ATTRIBUTES a. The interface IF_WD_CONTEXT_NODE_INFO contains the method ADD_ATTRIBUTE. 14. Fixed values in an attribute IF_WD_CONTEXT_NODE_INFO->SET_ATTRIBUTE_VALUE_SET. 15. Breadcrumb Steps are bound to individual context attributes. 16. Interface view is directly linked to a window.

17. Assignment Layout Data Layout UI Element FlowLayout LayoutData UI Element FlowData Description FlowData provides the layout data for a UI element whose container has a FlowLayout.

GridLayout

GridData

MartrixLayout

MatrixData

RowLayout

RowData

GridData provides the layout data for a UI element whose container has a GridLayout. MatrixData provides the layout data for a UI element whose container has a matrix layout. RowData provides the layout data for a UI element whose container has a row layout.

18. Prerequisite to implement post-exit or pre-exit methods. a. The prerequisite for this is that the original method was called using the local controller interface (WD_THIS->) and not directly using the local controller instance (ME->). 19. WDR_SELECT_OPTIONS, SALV_WD_TABLE. 20. The controller attribute WD_THIS is a reference to this local interface. Depending on the controller, a reference variable is of the following type:

a. IF_COMPONENTCONTROLLER b. IF_<MY_CUSTOM_CONTROLLER> c. IF_<MY_VIEW> d. IF_<MY_WINDOW> 21. Default attributes available in all controllers: WD_THIS and WD_CONTEXT. 22. Which method gives reference to current controller WD_GET_API. 23. The UI tree can be changed dynamically a. After WDDOINIT. b. Before WDDOINIT. c. After WDDOMODIFY. d. Before WDDOMODIFY. 24. Method available in component controller a. WDDOBEFORENAVIGATION b. WDDOPREPROCESSING c. WDDOBEFORENAVIGATION d. WDDOONACTION 25. The interface view is connected to the web Dynpro application using which type of plug: a. Standard b. Suspend c. Startup d. Exit
**********************************ALL THE BEST*************************************** Harshith Reddy

You might also like