ActiveX
The Web Dynpro UI elements are interfaces to the graphical user interfaces of Web Dynpro applications. The prescribed UI elements are assembled depending on requirements for the different applications. There is currently no infrastructure for the development of customer-specific UI elements. To enable scope for the integration of different technologies and customer-specific UI blocks, FlashIsland and ActiveX are available if the WDLIGHTSPEED parameter is active. This enables the integration of ActiveX-based applications in Web Dynpro.

This UI element is only released internally in SAP, and its use is restricted.
Runtime Class |
CL_WD_ACTIVEX |
Properties in the View Designer
Name |
Type |
Initial Value |
Bindable |
ID |
STRING |
(automatic) |
No |
WDY_BOOLEAN |
true |
Yes |
|
STRING |
|
Yes |
|
STRING |
|
Yes |
|
Translatable text |
|
Yes |
|
STRING |
|
Yes |
|
WDUI_VISIBILITY |
visible |
Yes |
|
STRING |
|
Yes |
Aggregations in the View Designer
Name |
Cardinality |
Type |
0..n |
||
0..n |
||
0..n |
Events in the View Designer
Name |

Other properties that can be inherited are defined in the associated higher-level classes. The associated UI elements are:
● AbstractGenericActiveComponent
For dynamic programming, the same properties, events, and aggregations as in the View Designer are available. Bear in mind the different spellings.
Dynamic Programming of Properties
View Designer Name |
Runtime Name |
Type |
ENABLED |
WDY_BOOLEAN |
|
GUID |
STRING |
|
HEIGHT |
STRING |
|
TOOLTIP |
WDY_MD_TRANSLATABLE_TEXT |
|
VERSION |
STRING |
|
VISIBLE |
WDUI_VISIBILITY |
|
visible: none |
CL_WD_ACTIVEX=>E_VISIBLE-NONE |
|
visible: visible |
CL_WD_ACTIVEX=>E_VISIBLE-VISIBLE |
|
WIDTH |
STRING |
|
Dynamic Programming of Events
View Designer Name |
Runtime Name |
ON_ERROR |
Dynamic Programming of Aggregations
View Designer Name |
Runtime Name |
Cardinality |
EVENTS |
0..n |
|
INIT_PROPERTIES |
0..n |
|
PROPERTIES |
0..n |