Web Dynpro ABAP (Changed)
This section provides an overview of the new and changed features for Web Dynpro ABAP.
Switch off Configuration Enhancements for Test Purposes (New)
To compare the original configuration with the enhanced configuration for test purposes, use the application WD_ANALYSE_CONFIG_COMP to hide the configuration enhancement.
API to Detect Information on the Client (Changed)
The API IF_WD_CLIENT_INFORMATION offers the following new GET methods:
- GET_FLASH_AVAILABLE
- GET_JAVA_AVAILABLE
- GET_PDF_AVAILABLE
- GET_SILVERLIGHT_AVAILABLE
New or Changed UI Elements and Features of UI Elements
The new UI element DataGrid allows data to be displayed two-dimensionally in table cells arranged in rows and columns. This makes it appropriate for use in applications where data is addressed in two dimensions (for example, an application that visualizes sales planning data by product and time).
The DataGrid consists of the higher-level DataGrid UI element and multiple view elements for segments, segment columns, segment rows, and segment cells.
Set property hideTitle of the UI element PageHeader to define that the title of the PageHeader as well as the UI element that was inserted using the aggregation Title Content are hidden.
Use this property to have cells in a CTable highlighted by a marker (for example to highlight search results).