Entering content frame

Background documentation TableColumnGroup Locate the document in its SAP Library structure

This UI element is used to display a group of columns for a Table.

 

Runtime Class

CL_WD_TABLE_COLUMN_GROUP

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

No

explanation

Text

 

No

fixedPosition

WDUI_TABLE_COLUMN_FIXED_POS

notFixed

Yes

visible

WDUI_VISIBILITY

visible

Yes

 

Aggregations in the View Designer

Name

Cardinality

Type

Column

0..n

AbstractTableColumn

Header

0..1

Caption

 

Events in the View Designer

Name

onAction

Note

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

·               AbstractTableColumn

·               ViewElement

Dynamic Programming

For dynamic programming the same properties, events, and aggregations are provided in the View Designer. Bear in mind the different spellings.

Dynamic Programming of Properties

View Designer Name

Runtime Name

Type

explanation

EXPLANATION

WDY_MD_TRANSLATABLE_TEXT

fixedPosition

FIXED_POSITION

WDUI_TABLE_COLUMN_FIXED_POS

 fixedPosition: left

CL_WD_TABLE_COLUMN_GROUP=>E_FIXED_POSITION-LEFT

 fixedPosition: notFixed

CL_WD_TABLE_COLUMN_GROUP=>E_FIXED_POSITION-NOT_FIXED

 fixedPosition: right

CL_WD_TABLE_COLUMN_GROUP=>E_FIXED_POSITION-RIGHT

visible

VISIBLE

WDUI_VISIBILITY

 visible: none

CL_WD_TABLE_COLUMN_GROUP=>E_VISIBLE-NONE

 visible: visible

CL_WD_TABLE_COLUMN_GROUP=>E_VISIBLE-VISIBLE

 

Dynamic Programming of Events

View Designer Name

Runtime Name

onAction

ON_ACTION

 

Dynamic Programming of Aggregations

View Designer Name

Runtime Name

Cardinality

Column

COLUMNS

0..n

Header

HEADER

0..1

 

 

 

Leaving content frame