Start of Content Area

Background documentation ActiveX  Locate the document in its SAP Library 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 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.

Caution

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

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 the View Designer

Name

Cardinality

Type

EVENTS

0..n

GACEvent

INIT_PROPERTIES

0..n

GACProperty

PROPERTIES

0..n

GACProperty

 

Events in the View Designer

Name

onError

Note

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

        AbstractGenericActiveComponent

        ViewElement

Dynamic Programming

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

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

Example

 

 

 

 

 

End of Content Area