Show TOC

Background documentationActiveX Locate this document in the navigation structure

 

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 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 Caution

This UI element is released internally at SAP only and its use is restricted. See also SAP Note 1481195.

End of the caution.

More information: Active Component Framework (ACF)

Implementation Details

Runtime Class

CL_WD_ACTIVEX

Properties in View Designer

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

Aggregations in View Designer

Name

Cardinality

Type

EVENTS

0..n

GACEvent

INIT_PROPERTIES

0..n

GACProperty

PROPERTIES

0..n

GACProperty

Events in View Designer

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 are available as in the View Designer. But note that the spelling format and use of upper/lower case is different.

Dynamic Programming of Properties

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

Dynamic Programming of Events

View Designer Name

Runtime Name

onError

ON_ERROR

Dynamic Programming of Aggregations

View Designer Name

Runtime Name

Cardinality

EVENTS

EVENTS

0..n

INIT_PROPERTIES

INIT_PROPERTIES

0..n

PROPERTIES

PROPERTIES

0..n