SAP ABAP Class CL_DD_TABLE_ELEMENT (Dynamic Documents: Table Element)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CI-DYD (Application Component) Dynamic Documents
⤷
SDYNAMICDOCUMENTS (Package) Dynamic Documents
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_DD_ELEMENT | Dynamic Documents: Element | 00000000 |
Properties
| Class | CL_DD_TABLE_ELEMENT | |
| Short Description | Dynamic Documents: Table Element | |
| Super Class | CL_DD_ELEMENT | Dynamic Documents: Element |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SDYNAMICDOCUMENTS | Dynamic Documents |
| Created | 19981026 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_DD_TABLE_ELEMENT has no interface implemented.
Friends
Class CL_DD_TABLE_ELEMENT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | SDYDO_ACT_GUI_PROPERTIES | Internal Use | 19990112 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | I | Internal Use | 19981026 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | SDYDO_ELEMENT_NAME_TABLE | Internal Use | 19990323 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | SDYDO_COL_STYLE_TAB | Internal Use | 20010605 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | I | Internal Use | 19981027 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | I | Internal Use | 19981027 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | SDYDO_ELEMENT_NAME_TABLE | Internal Use | 19990323 | |||
| 8 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_DD_TABLE_AREA | Internal Use | 19990702 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | SDYDO_ATTRIBUTE | Internal Use | 20010601 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | SDYDO_FLAG | Internal Use | 19981027 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | SDYDO_OBJECT_TABLE | Internal Use | 19981026 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | SDYDO_FLAG | Internal Use: If 'X' = Table with A11Y Selections | 20030908 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds Table Column | 19981026 | |
| 2 | Instance method | Protected | Method | Internal Use | 19981027 | |
| 3 | Instance method | Public | Constructor | Internal Use | 19981027 | |
| 4 | Instance method | Public | Method | Internal Use | 19981027 | |
| 5 | Instance method | Public | Method | Opens New Table Row | 19981027 | |
| 6 | Instance method | Public | Method | Set Style for Table Column | 19990705 | |
| 7 | Instance method | Public | Method | Set Style for Table Row | 19991229 | |
| 8 | Instance method | Public | Method | Span Several Columns in Current Row | 19990315 | |
| 9 | Instance method | Public | Method | Span Column Rows Starting at Current Row | 19990315 | |
| 10 | Instance method | Public | Method | [DEPRECATED] Internal Method, Do Not Use | 19981028 | |
| 11 | Instance method | Public | Method | [DEPRECATED] Internal Method, Do Not Use | 19981028 | |
| 12 | Instance method | Protected | Method | Internal Use | 19991022 |
Events
Class CL_DD_TABLE_ELEMENT has no event.
Types
Class CL_DD_TABLE_ELEMENT has no local type.
Method Signatures
Method ADD_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BG_COLOR | Call by reference | Type reference (TYPE) | SDYDO_ATTRIBUTE | nicht für Rel. 99 | 19981026 | |||
| 2 | COLUMN | Call by reference | Object reference (TYPE REF TO) | CL_DD_AREA | Spaltenbereich | 19981026 | |||
| 3 | HEADING | Call by reference | Type reference (TYPE) | SDYDO_TEXT_ELEMENT | Spaltenüberschrift | 19981026 | |||
| 4 | SAP_STYLE | Call by reference | Type reference (TYPE) | SDYDO_ATTRIBUTE | 'SAP_DEFAULT' | nicht für Rel. 99 | 19981123 | ||
| 5 | STYLE_CLASS | Call by reference | Type reference (TYPE) | SDYDO_ATTRIBUTE | 'SAP_DEFAULT' | nicht für Rel. 99 | 19981030 | ||
| 6 | WIDTH | Call by reference | Type reference (TYPE) | SDYDO_VALUE | Breite der Spalte, z.B. '20%' | 19981026 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Referenzvariable für COLUMN wurde bereits verwendet | 19990317 |
Method BUILD_ROW_MARK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CURR_ROW | Call by reference | Type reference (TYPE) | I | Nummer der aktuellen Zeile | 19981027 | |||
| 2 | ROW_MARK | Call by reference | Type reference (TYPE) | SDYDO_ELEMENT_NAME | z.B. | 19981027 |
Method BUILD_ROW_MARK on class CL_DD_TABLE_ELEMENT has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | A11Y_TURNED | Call by reference | Type reference (TYPE) | SDYDO_FLAG | A11Y: Accessibility-Modus an? | 20020118 | |||
| 2 | BACKGROUND_COLOR | Value transfer | Type reference (TYPE) | SDYDO_ATTRIBUTE | Tabellenhintergrundfarbe | 20010601 | |||
| 3 | ID | Call by reference | Type reference (TYPE) | SDYDO_ELEMENT_NAME | Name der Tabelle | 19991022 |
Method CONSTRUCTOR on class CL_DD_TABLE_ELEMENT has no exception.
Method MERGE_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TABLE_OF_PICTURES | Call by reference | Type reference (TYPE) | SDYDO_PICTURE_TABLE | BDS Bilder, die innerhalb der Tabelle verwendet werden | 19990726 |
Method MERGE_TABLE on class CL_DD_TABLE_ELEMENT has no exception.
Method NEW_ROW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SAP_COLOR | Call by reference | Type reference (TYPE) | SDYDO_ATTRIBUTE | Empfohlene Farben | 19990714 | |||
| 2 | SAP_EMPHASIS | Call by reference | Type reference (TYPE) | SDYDO_ATTRIBUTE | Texthervorhebungen | 19990714 | |||
| 3 | SAP_FONTSIZE | Call by reference | Type reference (TYPE) | SDYDO_ATTRIBUTE | Empfohlene Fontgrößen | 19990714 | |||
| 4 | SAP_FONTSTYLE | Call by reference | Type reference (TYPE) | SDYDO_ATTRIBUTE | Empfohlene Fontarten | 19990714 | |||
| 5 | SAP_STYLE | Call by reference | Type reference (TYPE) | SDYDO_ATTRIBUTE | Empfohlene Stilarten | 19990714 |
Method NEW_ROW on class CL_DD_TABLE_ELEMENT has no exception.
Method SET_COLUMN_STYLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COL_NO | Call by reference | Type reference (TYPE) | I | Nummer der Tabellenspalte | 19990705 | |||
| 2 | SAP_ALIGN | Call by reference | Type reference (TYPE) | SDYDO_ATTRIBUTE | Ausrichtung: "LEFT", "CENTER", "RIGHT" | 19990708 | |||
| 3 | SAP_COLOR | Call by reference | Type reference (TYPE) | SDYDO_ATTRIBUTE | Empfohlene Farben | 19990705 | |||
| 4 | SAP_EMPHASIS | Call by reference | Type reference (TYPE) | SDYDO_ATTRIBUTE | Texthervorhebungen | 19990705 | |||
| 5 | SAP_FONTSIZE | Call by reference | Type reference (TYPE) | SDYDO_ATTRIBUTE | Empfohlene Fontgrößen | 19990705 | |||
| 6 | SAP_FONTSTYLE | Call by reference | Type reference (TYPE) | SDYDO_ATTRIBUTE | Empfohlene Fontarten | 19990705 | |||
| 7 | SAP_STYLE | Call by reference | Type reference (TYPE) | SDYDO_ATTRIBUTE | Empfohlene Stilarten | 19990705 | |||
| 8 | SAP_SYMBOL | Call by reference | Type reference (TYPE) | SDYDO_FLAG | Ausgabe als SAP-Listensymbol | 19990713 | |||
| 9 | SAP_VALIGN | Call by reference | Type reference (TYPE) | SDYDO_ATTRIBUTE | Ausrichtung: "TOP", "CENTER", "BOTTOM" | 20000118 |
Method SET_COLUMN_STYLE on class CL_DD_TABLE_ELEMENT has no exception.
Method SET_ROW_STYLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ROW_NO | Call by reference | Type reference (TYPE) | I | Nummer der Tabellenzeile | 19991229 | |||
| 2 | SAP_COLOR | Call by reference | Type reference (TYPE) | SDYDO_ATTRIBUTE | Empfohlene Farben | 19991229 | |||
| 3 | SAP_EMPHASIS | Call by reference | Type reference (TYPE) | SDYDO_ATTRIBUTE | Texthervorhebungen | 19991229 | |||
| 4 | SAP_FONTSIZE | Call by reference | Type reference (TYPE) | SDYDO_ATTRIBUTE | Empfohlene Fontgrößen | 19991229 | |||
| 5 | SAP_FONTSTYLE | Call by reference | Type reference (TYPE) | SDYDO_ATTRIBUTE | Empfohlene Fontarten | 19991229 | |||
| 6 | SAP_STYLE | Call by reference | Type reference (TYPE) | SDYDO_ATTRIBUTE | Empfohlene Stilarten | 19991229 |
Method SET_ROW_STYLE on class CL_DD_TABLE_ELEMENT has no exception.
Method SPAN_COLUMNS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COL_START_SPAN | Call by reference | Object reference (TYPE REF TO) | CL_DD_AREA | erste Spalte der Zusammenfassung | 19990315 | |||
| 2 | NO_OF_COLS | Call by reference | Type reference (TYPE) | I | Anzahl der Spalten, die zusammengefaßt werden | 19990322 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei der Zusammenfassung von Tabellenspalten. | 19990318 |
Method SPAN_ROWS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COL_WITH_SPAN | Call by reference | Object reference (TYPE REF TO) | CL_DD_AREA | Spalte mit der Zeilenzusammenfassung | 19990317 | |||
| 2 | NO_OF_ROWS | Call by reference | Type reference (TYPE) | I | Anzahl der Zeilen, die zusammengefaßt werden | 19990319 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei der Zusammenfassung von Tabellenzeilen | 19990319 |
Method TD_SCRIPT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COLUMN | Call by reference | Type reference (TYPE) | I | Tabellenspalte | 19981028 | |||
| 2 | NO_FLUSH | Call by reference | Type reference (TYPE) | SDYDO_FLAG | 'X': (noch) kein Flush | 19981028 | |||
| 3 | PROPERTY | Call by reference | Type reference (TYPE) | SDYDO_VALUE | DOM-Property (z.B. fontSize, color) | 19981028 | |||
| 4 | ROW | Call by reference | Type reference (TYPE) | I | Tabellenzeile | 19981028 | |||
| 5 | VALUE | Call by reference | Type reference (TYPE) | SDYDO_VALUE | Wert (z.B. 'blue') | 19981028 |
Method TD_SCRIPT on class CL_DD_TABLE_ELEMENT has no exception.
Method TD_SCRIPT_STYLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COLUMN | Call by reference | Type reference (TYPE) | I | Tabellenspalte | 19981028 | |||
| 2 | NO_FLUSH | Call by reference | Type reference (TYPE) | SDYDO_FLAG | 'X': (noch) kein Flush | 19981028 | |||
| 3 | PROPERTY | Call by reference | Type reference (TYPE) | SDYDO_VALUE | DOM-Property (z.B. fontSize, color) | 19981028 | |||
| 4 | ROW | Call by reference | Type reference (TYPE) | I | Tabellenzeile | 19981028 | |||
| 5 | VALUE | Call by reference | Type reference (TYPE) | SDYDO_VALUE | Wert (z.B. 'blue') | 19981028 |
Method TD_SCRIPT_STYLE on class CL_DD_TABLE_ELEMENT has no exception.
Method WRAP_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | SDYDO_ELEMENT_NAME | ID | 19991022 | |||
| 2 | IS_ENDTAG | Call by reference | Type reference (TYPE) | SDYDO_FLAG | 'X': Tag ist Endtag | 19991022 | |||
| 3 | WRAPPED_ID | Call by reference | Type reference (TYPE) | SDYDO_WRAPPED_ELEMENT_NAME | ID, Tag-verpackt | 19991022 |
Method WRAP_ID on class CL_DD_TABLE_ELEMENT has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |