SAP ABAP Class CL_SATT_TC_DATA (Data Administration in Table Control)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
SV-ASA (Application Component) ASAP (AcceleratedSAP)
⤷
SATT (Package) Attribute Repository for Reference Objects
⤷
⤷
Properties
| Class | CL_SATT_TC_DATA | |
| Short Description | Data Administration in Table Control | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SATT | Attribute Repository for Reference Objects |
| Created | 20001219 | SAP |
| Last change | 00000000 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_SATT_TC_DATA has no interface implemented.
Friends
Class CL_SATT_TC_DATA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | FIELDNAME | Field of Internal Data Structure for Selection | 20001219 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SATT_TABLE | Data in Buffer | 20001219 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SATT_TABLE | Data for Display | 20001219 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SATT_TABLE | Hidden Data | 20001219 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Redefinition: Provide Consistency | 20001227 | |
| 2 | Instance method | Public | Constructor | Constructor | 20001219 | |
| 3 | Instance method | Public | Method | Copies Specified Rows to Buffer | 20001219 | |
| 4 | Instance method | Public | Method | Deletes Specified Table Rows | 20001219 | |
| 5 | Instance method | Public | Method | Deletes Empty Entries | 20001220 | |
| 6 | Instance method | Public | Method | Provides Specified Entry | 20001220 | |
| 7 | Instance method | Public | Method | Redefinition: Provides Initial Entry | 20001220 | |
| 8 | Instance method | Public | Method | Provides List of Selected Entries | 20001219 | |
| 9 | Instance method | Public | Method | Provides Number of Rows to Be Displayed | 20001220 | |
| 10 | Instance method | Public | Method | Provides Total Content | 20001220 | |
| 11 | Instance method | Public | Method | Insert Rows | 20001220 | |
| 12 | Instance method | Public | Method | Inserts Content of Buffer | 20001219 | |
| 13 | Instance method | Public | Method | Provides Specified Entry | 20001220 | |
| 14 | Instance method | Public | Method | Sets Indicator for Specified or All Rows | 20001219 | |
| 15 | Instance method | Public | Method | Provides Total Content | 20001220 | |
| 16 | Instance method | Public | Method | Sorts Content | 20001219 | |
| 17 | Instance method | Public | Method | Restore Previous Status | 20001219 |
Events
Class CL_SATT_TC_DATA has no event.
Types
Class CL_SATT_TC_DATA has no local type.
Method Signatures
Method COMPLETE_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ENTRY | Call by reference | Type reference (TYPE) | ANY | Tabelleneintrag zur Überprüfung | 20001227 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | allgemeiner Fehler in der Attributablage | 20001227 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MARKFIELD | Call by reference | Type reference (TYPE) | FIELDNAME | Feld der internen Tabelle für Markierung | 20001219 | |||
| 2 | I_T_VALUES | Call by reference | Type reference (TYPE) | STANDARD TABLE | Datentabelle | 20001219 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | allgemeiner Fehler in der Attributablage | 20001219 | ||
| 2 | Falscher Feldname bei Zugriff auf Containerdaten | 20001219 |
Method COPY_BY_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_INDEX | Call by reference | Type reference (TYPE) | SATT_TABIX_T | zu kopierende Zeilen | 20001219 |
Method COPY_BY_INDEX on class CL_SATT_TC_DATA has no exception.
Method DELETE_BY_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_MEMENTO | Value transfer | Object reference (TYPE REF TO) | IF_SATT_TABLE_MEMENTO | Zustandsmerker für CL_SATT_TABLE | 20001219 | |||
| 2 | I_T_INDEX | Call by reference | Type reference (TYPE) | SATT_TABIX_T | Tabelle mit Indexwerten von internen Tabellen | 20001219 |
Method DELETE_BY_INDEX on class CL_SATT_TC_DATA has no exception.
Method DELETE_EMPTY_ENTRIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_MEMENTO | Value transfer | Object reference (TYPE REF TO) | IF_SATT_TABLE_MEMENTO | Zustandsmerker für CL_SATT_TABLE | 20001220 |
Method DELETE_EMPTY_ENTRIES on class CL_SATT_TC_DATA has no exception.
Method GET_ENTRY_BY_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ENTRY | Call by reference | Type reference (TYPE) | ANY | angeforderter Eintrag | 20001220 | |||
| 2 | I_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Index des angeforderten Eintrags | 20001220 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | allgemeiner Fehler in der Attributablage | 20001220 | ||
| 2 | Falscher Index bei Zugriff auf Containerdaten | 20001220 |
Method GET_INITIAL_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ENTRY | Call by reference | Type reference (TYPE) | ANY | initialisierte Zeile | 20001220 |
Method GET_INITIAL_ENTRY on class CL_SATT_TC_DATA has no exception.
Method GET_MARKED_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_MARKED | Value transfer | Type reference (TYPE) | SATT_TABIX_T | Tabelle mit Indexwerten von internen Tabellen | 20001219 |
Method GET_MARKED_INDEX on class CL_SATT_TC_DATA has no exception.
Method GET_NUMBER_OF_ENTRIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_COUNT | Value transfer | Type reference (TYPE) | I | Anzahl anzuzeigender Zeilen | 20001220 |
Method GET_NUMBER_OF_ENTRIES on class CL_SATT_TC_DATA has no exception.
Method GET_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_VALUES | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20001220 | ||||
| 2 | E_T_VALUES_HIDE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20001220 |
Method GET_VALUES on class CL_SATT_TC_DATA has no exception.
Method INSERT_BY_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_MEMENTO | Value transfer | Object reference (TYPE REF TO) | IF_SATT_TABLE_MEMENTO | Zustandsmerker für CL_SATT_TABLE | 20001220 | |||
| 2 | I_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Einfügeposition | 20001220 | |||
| 3 | I_T_VALUES | Call by reference | Type reference (TYPE) | STANDARD TABLE | einzufügende Werte | 20001220 |
Method INSERT_BY_INDEX on class CL_SATT_TC_DATA has no exception.
Method PASTE_BY_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_MEMENTO | Value transfer | Object reference (TYPE REF TO) | IF_SATT_TABLE_MEMENTO | Zustandsmerker für CL_SATT_TABLE | 20001219 | |||
| 2 | I_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Einfügeposition | 20001219 |
Method PASTE_BY_INDEX on class CL_SATT_TC_DATA has no exception.
Method SET_ENTRY_BY_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_MEMENTO | Value transfer | Object reference (TYPE REF TO) | IF_SATT_TABLE_MEMENTO | Zustandsmerker für CL_SATT_TABLE | 20001220 | |||
| 2 | I_ENTRY | Call by reference | Type reference (TYPE) | ANY | angeforderter Eintrag | 20001220 | |||
| 3 | I_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Index des angeforderten Eintrags | 20001220 | |||
| 4 | I_LINE_SELECTION_MODE | Call by reference | Type reference (TYPE) | I | Einstellung zur Zeilenselektion im Tablecontrol | 20001220 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Index für Tabellenzugriff kleiner eins | 20001220 | ||
| 2 | allgemeiner Fehler in der Attributablage | 20001220 | ||
| 3 | Falscher Index bei Zugriff auf Containerdaten | 20001220 |
Method SET_MARK_BY_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_MEMENTO | Value transfer | Object reference (TYPE REF TO) | IF_SATT_TABLE_MEMENTO | Zustandsmerker von CL_SATT_TABLE | 20001219 | |||
| 2 | I_MARK_VALUE | Call by reference | Type reference (TYPE) | CHAR1 | 'X' | an oder aus | 20001219 | ||
| 3 | I_T_INDEX | Call by reference | Type reference (TYPE) | SATT_TABIX_T | angegebene Zeilen, initial = alle | 20001219 |
Method SET_MARK_BY_INDEX on class CL_SATT_TC_DATA has no exception.
Method SET_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_VALUES | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20001220 | ||||
| 2 | I_T_VALUES_HIDE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20001220 |
Method SET_VALUES on class CL_SATT_TC_DATA has no exception.
Method SORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_MEMENTO | Value transfer | Object reference (TYPE REF TO) | IF_SATT_TABLE_MEMENTO | Zustandsmerker für CL_SATT_TABLE | 20001219 | |||
| 2 | I_T_SORTFIELDS | Call by reference | Type reference (TYPE) | SATT_SORT_T | Sortierkriterien | 20001219 |
Method SORT on class CL_SATT_TC_DATA has no exception.
Method UNDO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MEMENTO | Value transfer | Object reference (TYPE REF TO) | IF_SATT_TABLE_MEMENTO | Zustandsmerker für CL_SATT_TABLE | 20001219 |
Method UNDO on class CL_SATT_TC_DATA has no exception.
History
| Last changed by/on | SAP | 00000000 |
| SAP Release Created in | 610 |