Start of Content Area

Background documentation AbstractActiveComponent Locate the document in its SAP Library structure

AbstractActiveComponent is the abstract basis UI element for all active UI elements, such as Office Integration UI element OfficeControl or Adobe Acrobat UI element InteractiveForm, as well as Gantt and Network. From a technical perspective, these are ActiveX controls and therefore allow greater interaction by the user. In addition, AbstractActiveComponent supports the active UI elements with internal services. All properties are passed to the UI elements InteractiveForm, OfficeControl, Gantt and Network. For example, this allows you to define the height and width of an interactive form.

 

Runtime Class

CL_WD_ABSTR_ACT_COMP

 

Properties in View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

no

additionalArchives

STRING

 

no

archive

STRING

 

no

classId

STRING

 

no

codeBase

STRING

 

no

enabled

WDY_BOOLEAN

true

yes

height

STRING

300px

yes

tooltip

Text

 

yes

type

STRING

 

no

visible

WDUI_VISIBILITY

visible

yes

width

STRING

300px

yes

Note

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

        UIElement

        ViewElement

Dynamic Programming

For dynamic programming, the same properties, events and aggregations are available as in the view designer. Bear in mind the different spellings.

Dynamic Programming of Properties

View Designer Name

Runtime Name

Type

additionalArchives

ADDITIONAL_ARCHIVES

STRING

archive

ARCHIVE

STRING

classId

CLASS_ID

STRING

codeBase

CODE_BASE

STRING

enabled

ENABLED

WDY_BOOLEAN

height

HEIGHT

STRING

tooltip

TOOLTIP

WDY_MD_TRANSLATABLE_TEXT

type

TYPE

STRING

visible

VISIBLE

WDUI_VISIBILITY

visible: none

CL_WD_ABSTR_ACT_COMP=>E_VISIBLE-NONE

visible: visible

CL_WD_ABSTR_ACT_COMP=>E_VISIBLE-VISIBLE

width

WIDTH

STRING

 

 

End of Content Area