Entering content frame

Background documentation AbstractTableCellVariant Locate the document in its SAP Library structure

AbstractTableCellVariant provides the abstract UI element of a variant (TableStandardCell).

 

Runtime Class

CL_WD_ABSTR_TABLE_CELL_VAR

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

no

hAlign

WDUI_TABLE_COLUMN_HALIGN

auto

yes

variantKey

STRING

 

no

Note

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

·         ViewElement

 

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

hAlign

H_ALIGN

WDUI_TABLE_COLUMN_HALIGN

 hAlign: auto

CL_WD_ABSTR_TABLE_CELL_VAR=>E_H_ALIGN-AUTO

 hAlign: beginOfLine

CL_WD_ABSTR_TABLE_CELL_VAR=>E_H_ALIGN-BEGIN_OF_LINE

 hAlign: center

CL_WD_ABSTR_TABLE_CELL_VAR=>E_H_ALIGN-CENTER

 hAlign: endOfLine

CL_WD_ABSTR_TABLE_CELL_VAR=>E_H_ALIGN-END_OF_LINE

 hAlign: forcedLeft

CL_WD_ABSTR_TABLE_CELL_VAR=>E_H_ALIGN-FORCED_LEFT

 hAlign: forcedRight

CL_WD_ABSTR_TABLE_CELL_VAR=>E_H_ALIGN-FORCED_RIGHT

variantKey

VARIANT_KEY

STRING

 

 

 

Leaving content frame