SAP ABAP Class CL_DD_TABLE_AREA (Dynamic Documents: Table Area)
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_AREA | Dynamic Documents: Document Area | 19990809 |
Properties
Class | CL_DD_TABLE_AREA | |
Short Description | Dynamic Documents: Table Area | |
Super Class | CL_DD_AREA | Dynamic Documents: Document Area |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SDYNAMICDOCUMENTS | Dynamic Documents |
Created | 19990809 | 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_AREA has no interface implemented.
Friends
Class CL_DD_TABLE_AREA 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) | I | 1 | Number of Current Column | 19990809 | |
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | 1 | Number of Current Row | 20020121 | |
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SDYDO_FLAG | "X": Table Filled Through Area | 19990809 | ||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | SDYDO_TABLE_SPAN_TAB | Column/Row Span Information | 19990809 | ||
5 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_DD_TABLE_ELEMENT | Table | 20010607 | ||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SDYDO_ATTRIBUTE | Table Background Color | 20010601 | ||
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SDYDO_FLAG | Internal Use: If 'X' = Table with A11Y Selections | 20030905 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Add Table Header in SAP Default Format | 19990809 |
2 | ![]() |
Instance method | Public | Method | Do not use | 20010607 |
3 | ![]() |
Instance method | Public | Method | New Table Row for Fast-Fill Tables | 19990809 |
4 | ![]() |
Instance method | Public | Method | Enter Column Width | 20020408 |
5 | ![]() |
Instance method | Public | Method | Span Columns in Current Row (Fast Fill) | 19990809 |
6 | ![]() |
Instance method | Public | Method | Span Rows in Column (Fast Fill) | 19990809 |
Events
Class CL_DD_TABLE_AREA has no event.
Types
Class CL_DD_TABLE_AREA has no local type.
Method Signatures
Method ADD_HEADING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TEXT | Call by reference | Type reference (TYPE) | SDYDO_TEXT_ELEMENT | Einzeltext, bis zu 255 Zeichen lang | 19990809 |
Method ADD_HEADING on class CL_DD_TABLE_AREA has no exception.
Method GET_COL_STYLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COL_NO | Value transfer | Type reference (TYPE) | I | 20010607 | |||
2 | ![]() |
STYLE_STRING | Value transfer | Type reference (TYPE) | STRING | 20010607 |
Method GET_COL_STYLE on class CL_DD_TABLE_AREA 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 | 19990809 | ||
2 | ![]() |
SAP_EMPHASIS | Call by reference | Type reference (TYPE) | SDYDO_ATTRIBUTE | Texthervorhebungen | 19990809 | ||
3 | ![]() |
SAP_FONTSIZE | Call by reference | Type reference (TYPE) | SDYDO_ATTRIBUTE | Empfohlene Fontgrößen | 19990809 | ||
4 | ![]() |
SAP_FONTSTYLE | Call by reference | Type reference (TYPE) | SDYDO_ATTRIBUTE | Empfohlene Fontarten | 19990809 | ||
5 | ![]() |
SAP_STYLE | Call by reference | Type reference (TYPE) | SDYDO_ATTRIBUTE | Empfohlene Stilarten | 19990809 |
Method NEW_ROW on class CL_DD_TABLE_AREA has no exception.
Method SET_COLUMN_WIDTH 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 | 20020408 | ||
2 | ![]() |
WIDTH | Call by reference | Type reference (TYPE) | SDYDO_VALUE | Wert der Spaltenbreite, z.B. 20% | 20020408 |
Method SET_COLUMN_WIDTH on class CL_DD_TABLE_AREA 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 | Type reference (TYPE) | I | erste Spalte der Zusammenfassung | 19990809 | ||
2 | ![]() |
NO_OF_COLS | Call by reference | Type reference (TYPE) | I | Anzahl der Spalten, die zusammengefaßt werden | 19990809 |
Method SPAN_COLUMNS on class CL_DD_TABLE_AREA has no exception.
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 | Type reference (TYPE) | I | Spalte mit der Zeilenzusammenfassung | 19990809 | ||
2 | ![]() |
NO_OF_ROWS | Call by reference | Type reference (TYPE) | I | Anzahl der Zeilen, die zusammengefaßt werden | 19990809 |
Method SPAN_ROWS on class CL_DD_TABLE_AREA has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |