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 CL_TABLECONTROL 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 A_MARKFIELD Instance attribute Private Type reference (TYPE) FIELDNAME Field of Internal Data Structure for Selection 20001219
2 R_CLIP Instance attribute Private Object reference (TYPE REF TO) CL_SATT_TABLE Data in Buffer 20001219
3 R_DATA Instance attribute Private Object reference (TYPE REF TO) CL_SATT_TABLE Data for Display 20001219
4 R_HIDE Instance attribute Private Object reference (TYPE REF TO) CL_SATT_TABLE Hidden Data 20001219
Methods
# Method Level Visibility Method type Description Created on
1 COMPLETE_ENTRY Instance method Public Method Redefinition: Provide Consistency 20001227
2 CONSTRUCTOR Instance method Public Constructor Constructor 20001219
3 COPY_BY_INDEX Instance method Public Method Copies Specified Rows to Buffer 20001219
4 DELETE_BY_INDEX Instance method Public Method Deletes Specified Table Rows 20001219
5 DELETE_EMPTY_ENTRIES Instance method Public Method Deletes Empty Entries 20001220
6 GET_ENTRY_BY_INDEX Instance method Public Method Provides Specified Entry 20001220
7 GET_INITIAL_ENTRY Instance method Public Method Redefinition: Provides Initial Entry 20001220
8 GET_MARKED_INDEX Instance method Public Method Provides List of Selected Entries 20001219
9 GET_NUMBER_OF_ENTRIES Instance method Public Method Provides Number of Rows to Be Displayed 20001220
10 GET_VALUES Instance method Public Method Provides Total Content 20001220
11 INSERT_BY_INDEX Instance method Public Method Insert Rows 20001220
12 PASTE_BY_INDEX Instance method Public Method Inserts Content of Buffer 20001219
13 SET_ENTRY_BY_INDEX Instance method Public Method Provides Specified Entry 20001220
14 SET_MARK_BY_INDEX Instance method Public Method Sets Indicator for Specified or All Rows 20001219
15 SET_VALUES Instance method Public Method Provides Total Content 20001220
16 SORT Instance method Public Method Sorts Content 20001219
17 UNDO 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 Changing P_ENTRY Call by reference Type reference (TYPE) ANY Tabelleneintrag zur Überprüfung 20001227
# Exception Resumable Description Created on
1 CX_SATT_ERROR allgemeiner Fehler in der Attributablage 20001227

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MARKFIELD Call by reference Type reference (TYPE) FIELDNAME Feld der internen Tabelle für Markierung 20001219
2 Importing I_T_VALUES Call by reference Type reference (TYPE) STANDARD TABLE Datentabelle 20001219
# Exception Resumable Description Created on
1 CX_SATT_ERROR allgemeiner Fehler in der Attributablage 20001219
2 CX_SATT_WRONG_FIELDNAME 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 Importing 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 Returning E_MEMENTO Value transfer Object reference (TYPE REF TO) IF_SATT_TABLE_MEMENTO Zustandsmerker für CL_SATT_TABLE 20001219
2 Importing 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 Returning 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 Exporting E_ENTRY Call by reference Type reference (TYPE) ANY angeforderter Eintrag 20001220
2 Importing I_INDEX Call by reference Type reference (TYPE) SYTABIX Index des angeforderten Eintrags 20001220
# Exception Resumable Description Created on
1 CX_SATT_ERROR allgemeiner Fehler in der Attributablage 20001220
2 CX_SATT_WRONG_INDEX 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 Exporting 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 Returning 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 Returning 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 Exporting E_T_VALUES Call by reference Type reference (TYPE) STANDARD TABLE 20001220
2 Exporting 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 Returning E_MEMENTO Value transfer Object reference (TYPE REF TO) IF_SATT_TABLE_MEMENTO Zustandsmerker für CL_SATT_TABLE 20001220
2 Importing I_INDEX Call by reference Type reference (TYPE) SYTABIX Einfügeposition 20001220
3 Importing 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 Returning E_MEMENTO Value transfer Object reference (TYPE REF TO) IF_SATT_TABLE_MEMENTO Zustandsmerker für CL_SATT_TABLE 20001219
2 Importing 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 Returning E_MEMENTO Value transfer Object reference (TYPE REF TO) IF_SATT_TABLE_MEMENTO Zustandsmerker für CL_SATT_TABLE 20001220
2 Importing I_ENTRY Call by reference Type reference (TYPE) ANY angeforderter Eintrag 20001220
3 Importing I_INDEX Call by reference Type reference (TYPE) SYTABIX Index des angeforderten Eintrags 20001220
4 Importing I_LINE_SELECTION_MODE Call by reference Type reference (TYPE) I Einstellung zur Zeilenselektion im Tablecontrol 20001220
# Exception Resumable Description Created on
1 CX_INDEX_TOO_LOW Index für Tabellenzugriff kleiner eins 20001220
2 CX_SATT_ERROR allgemeiner Fehler in der Attributablage 20001220
3 CX_SATT_WRONG_INDEX 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 Returning E_MEMENTO Value transfer Object reference (TYPE REF TO) IF_SATT_TABLE_MEMENTO Zustandsmerker von CL_SATT_TABLE 20001219
2 Importing I_MARK_VALUE Call by reference Type reference (TYPE) CHAR1 'X' an oder aus 20001219
3 Importing 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 Importing I_T_VALUES Call by reference Type reference (TYPE) STANDARD TABLE 20001220
2 Importing 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 Returning E_MEMENTO Value transfer Object reference (TYPE REF TO) IF_SATT_TABLE_MEMENTO Zustandsmerker für CL_SATT_TABLE 20001219
2 Importing 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 Importing 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