Entering content frame

Background documentation AbstractActiveComponent Locate the document in its SAP Library structure

The AbstractActiveComponent user interface (UI) element represents the abstract basis UI element for all active UI elements, such as Office Integration UI elements or Adobe Acrobat UI elements. 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 element interfaces InteractiveForm and OfficeControl. For example, this allows you to define the height and width of a PDF form.

 

Runtime Class

CL_WD_ABSTR_ACT_COMP

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

no

additionalArchives

STRING

 

no

archive

STRING

 

nein

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

Further properties that can be inherited are defined in the associated higher-level class.  The associated interface elements are:

·         UIElementsapurl_link_0003_0012_0021

·         ViewElementsapurl_link_0001_0014_0024

Dynamic Programming

For dynamic programming the same properties, events, and aggregations are provide 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

 

 

Leaving content frame