Show TOC

ActiveXLocate this document in the navigation structure

Use

Web Dynpro UI elements are interfaces to 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 provide scope for integrating different technologies and customer-specific UI blocks, ActiveX is provided internally at SAP as well as FlashIsland and SilverlightIsland. This enables the integration of ActiveX-based applications in Web Dynpro.

Caution

This UI element is released only for internal use at SAP, and its use is restricted. See also SAP Note 1481195 Information published on SAP site.

More information: Active Component Framework (ACF)

Implementation Details

Runtime Class

CL_WD_ACTIVEX

Name

Type

Initial Value

Bindable

id

STRING

(automatic)

No

enabled

WDY_BOOLEAN

true

Yes

guid

STRING

Yes

height

STRING

Yes

tooltip

Translatable text

Yes

version

STRING

Yes

visible

WDUI_VISIBILITY

visible

Yes

width

STRING

Yes

Name

Cardinality

Type

EVENTS

0..n

GACEvent

INIT_PROPERTIES

0..n

GACProperty

PROPERTIES

0..n

GACProperty

Name

onError

Other properties that can be inherited are defined in the related higher-level classes. The related UI elements are:

Dynamic Programming

For dynamic programming, the same properties, events, and aggregations as in the View Designer are available. But note that the spelling format and use of upper/lower case is different.

View Designer Name

Runtime Name

Type

enabled

ENABLED

WDY_BOOLEAN

guid

GUID

STRING

height

HEIGHT

STRING

tooltip

TOOLTIP

WDY_MD_TRANSLATABLE_TEXT

version

VERSION

STRING

visible

VISIBLE

WDUI_VISIBILITY

visible: none

CL_WD_ACTIVEX=>E_VISIBLE-NONE

visible: visible

CL_WD_ACTIVEX=>E_VISIBLE-VISIBLE

width

WIDTH

STRING

View Designer Name

Runtime Name

onError

ON_ERROR

View Designer Name

Runtime Name

Cardinality

EVENTS

EVENTS

0..n

INIT_PROPERTIES

INIT_PROPERTIES

0..n

PROPERTIES

PROPERTIES

0..n