SAP ABAP Class CL_SCMG_ARCH_READ_MODEL (Model of the Read Archive Data)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-CM (Application Component) Case Management
     SCMG_ARCHIVE (Package) Package for Archiving Interfaces/Classes
Properties
Class CL_SCMG_ARCH_READ_MODEL  
Short Description Model of the Read Archive Data    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCMG_ARCHIVE   Package for Archiving Interfaces/Classes 
Created 20041130   SAP 
Last change 20070911   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SCMG_ARCH_READ_MODEL has no forward declaration.
Interfaces
Class CL_SCMG_ARCH_READ_MODEL has no interface implemented.
Friends
Class CL_SCMG_ARCH_READ_MODEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CASES_IN_ARCHIVE Instance attribute Private Type reference (TYPE) INT4 Total number of cases in selected archiving runs 20050121
2 CASES_PER_PAGE Instance attribute Private Type reference (TYPE) INT4 50 Amount of Cases per Page. 20041208
3 DATATABLE Instance attribute Private Type reference (TYPE) ATTRS_TABLE All Data, Read from the Archive 20041207
4 GT_SELECTED_ARC_RUNS Instance attribute Private Type reference (TYPE) SEL_ARCHIV_RUNS_TAB Table stores information about selected archiving runs 20050121
5 HANDLE Instance attribute Private Type reference (TYPE) SY-TABIX Index of Internal Tables 20041130
6 LAST_POSITION Instance attribute Private Type reference (TYPE) INT4 -1 End of file was detected at this position 20050121
7 OBJECT Instance attribute Private Type reference (TYPE) ARCH_OBJ-OBJECT 'SCMG' Archiving Object 20041130
8 POSITION Instance attribute Private Type reference (TYPE) INT4 0 Current Window Position. 20041202
9 WINDOW Instance attribute Private Type reference (TYPE) SCMG_T_CASE_ATTR_TABLE Window of Data, Displayed to the User. 20041202
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CASE_NOTES Instance method Public Method Determine all case notes for a case in the archive 20050816
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20041130
3 DISCONNECT Instance method Public Method 20041130
4 FETCH_SINGLE_CASE_NOTE Instance method Public Method Read a Case Note from the Archive 20050816
5 GET_CASES_IN_ARCHIVE_CNT Instance method Public Method Number of cases in selected archiving runs 20050121
6 GET_CASES_PER_PAGE Instance method Public Method Number of cases displayed per page 20050121
7 GET_CASE_BY_GUID Instance method Public Method Reads case from archive specified by GUID 20050202
8 GET_CASE_CUSTOM_ATTR Instance method Public Method Read Customer-Specific Case Attributes from Archive 20050209
9 GET_CASE_NOTE Instance method Public Method Read a Case Note from the Archive 20050208
10 GET_NEXT_DATABLOCK Instance method Private Method Reads Next Object from the Archive. 20041202
11 GET_NEXT_DATA_FROM_ARCHIVE Instance method Public Method 20041130
12 GET_POSITION_INFO Instance method Public Method Returns information about reading-position 20050121
13 GET_PREV_DATA_FROM_ARCHIVE Instance method Public Method 20041202
14 GET_TEXT_ID Instance method Public Method Get the text ID for a case note 20050816
Events
Class CL_SCMG_ARCH_READ_MODEL has no event.
Types
Class CL_SCMG_ARCH_READ_MODEL has no local type.
Method Signatures

Method CHECK_CASE_NOTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ARCHIVE_HANDLE Call by reference Type reference (TYPE) SY-TABIX Index interner Tabellen 20050816
2 Exporting RT_THEADS Call by reference Type reference (TYPE) STANDARD TABLE Tabelle mit Notiz-Headern 20050816

Method CHECK_CASE_NOTES on class CL_SCMG_ARCH_READ_MODEL has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_CASES_PER_PAGE Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20041208

Method CONSTRUCTOR on class CL_SCMG_ARCH_READ_MODEL has no exception.

Method DISCONNECT Signature

Method DISCONNECT on class CL_SCMG_ARCH_READ_MODEL has no parameter.
Method DISCONNECT on class CL_SCMG_ARCH_READ_MODEL has no exception.

Method FETCH_SINGLE_CASE_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ARCHIVE_HANDLE Call by reference Type reference (TYPE) SY-TABIX Index interner Tabellen 20050816
2 Importing IV_THEAD Call by reference Type reference (TYPE) THEAD SAPscript: Text-Header 20050816
3 Exporting RE_TEXT Call by reference Type reference (TYPE) TLINETAB Lines of ITF 20050816

Method FETCH_SINGLE_CASE_NOTE on class CL_SCMG_ARCH_READ_MODEL has no exception.

Method GET_CASES_IN_ARCHIVE_CNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CASE_CNT Value transfer Type reference (TYPE) INT4 Natürliche Zahl 20050121

Method GET_CASES_IN_ARCHIVE_CNT on class CL_SCMG_ARCH_READ_MODEL has no exception.

Method GET_CASES_PER_PAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CASE_CNT Value transfer Type reference (TYPE) INT4 Natürliche Zahl 20050121

Method GET_CASES_PER_PAGE on class CL_SCMG_ARCH_READ_MODEL has no exception.

Method GET_CASE_BY_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CASE_GUID Call by reference Type reference (TYPE) SCMG_CASE_GUID Technischer Schlüssel des Falles (Fall-GUID) 20050202
2 Exporting E_ARCHIVE_HANDLE Call by reference Type reference (TYPE) SY-TABIX Index interner Tabellen 20050208
3 Exporting E_ARCHIVE_OBJ Call by reference Type reference (TYPE) ARCH_OBJ-OBJECT Archivierungsobjekt 20050202
4 Exporting E_ARCHIVE_POS Call by reference Type reference (TYPE) AIND_ARKEY SAP AS: Referenzstruktur für Archivekey/Archiveofs 20050202

Method GET_CASE_BY_GUID on class CL_SCMG_ARCH_READ_MODEL has no exception.

Method GET_CASE_CUSTOM_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ARCHIVE_HANDLE Call by reference Type reference (TYPE) SY-TABIX Index interner Tabellen 20050209
2 Exporting E_TABLE Call by reference Type reference (TYPE) TABLE Tabelle mit Attributen 20050209
3 Exporting E_TABLE_NAME Call by reference Type reference (TYPE) STRING Tabellenname 20050209

Method GET_CASE_CUSTOM_ATTR on class CL_SCMG_ARCH_READ_MODEL has no exception.

Method GET_CASE_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ARCHIVE_HANDLE Call by reference Type reference (TYPE) SY-TABIX Index interner Tabellen 20050208
2 Exporting RE_TEXT Call by reference Type reference (TYPE) TLINETAB Lines of ITF 20050208
3 Exporting RE_THEAD Call by reference Type reference (TYPE) THEAD SAPscript: Text-Header 20050208

Method GET_CASE_NOTE on class CL_SCMG_ARCH_READ_MODEL has no exception.

Method GET_NEXT_DATABLOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TABLE Value transfer Type reference (TYPE) SCMG_T_CASE_ATTR_TABLE Table of attributes 20041202
# Exception Resumable Description Created on
1 CX_SCMG_ARCH_ENDFILE End of archive file reached. 20041202

Method GET_NEXT_DATA_FROM_ARCHIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TABLE Value transfer Type reference (TYPE) SCMG_T_CASE_ATTR_TABLE Fallattribute 20041130
# Exception Resumable Description Created on
1 CX_SCMG_ARCH_ENDFILE End of archive file reached. 20041208

Method GET_POSITION_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LAST_POSITION Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20050121
2 Exporting E_POSITION Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20050121

Method GET_POSITION_INFO on class CL_SCMG_ARCH_READ_MODEL has no exception.

Method GET_PREV_DATA_FROM_ARCHIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TABLE Value transfer Type reference (TYPE) SCMG_T_CASE_ATTR_TABLE Fallattribute 20041202
# Exception Resumable Description Created on
1 CX_SCMG_ARCH_ENDFILE End of archive file reached. 20041208

Method GET_TEXT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CASE_TYPE Call by reference Type reference (TYPE) SCMGCASE_TYPE Fallart 20050816
2 Importing IM_THEAD Call by reference Type reference (TYPE) THEAD SAPscript: Text-Header 20050816
3 Exporting RT_TEXT_ID Call by reference Type reference (TYPE) STANDARD TABLE Text-IDs für Anzeige der Notizen 20050816

Method GET_TEXT_ID on class CL_SCMG_ARCH_READ_MODEL has no exception.
History
Last changed by/on SAP  20070911 
SAP Release Created in 700