SAP ABAP Class CL_ABAP_KEYED_TABLEREADER (CL_ABAP_KEYED_TABLEREADER)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     SABP_DYNAMIC_TYPES (Package) Objects for Dynamic Type Generation
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ABAP_SORTED_KEY_TABLEREADER 20030926
Properties
Class CL_ABAP_KEYED_TABLEREADER  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SABP_DYNAMIC_TYPES   Objects for Dynamic Type Generation 
Created 20030926   SAP 
Last change 20040518   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ABAP_KEYED_TABLEREADER has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_ABAP_MULTI_KEY_TABLE 20030926
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 INDEX_COMP_NAME Constant Protected Type reference (TYPE) STRING '___I_N_D_E_X___' INDEX_COMP_NAME 20030926
2 KEY Instance attribute Public Type reference (TYPE) ABAP_KEYDESCR_TAB Key Definition Table 20030926
3 KEY_COMP_NAME Constant Protected Type reference (TYPE) STRING '_____K_E_Y_____' KEY_COMP_NAME 20030926
4 KEY_REF Instance attribute Protected Object reference (TYPE REF TO) DATA Reference to Key Table 20030926
5 KEY_WA_REF Instance attribute Protected Object reference (TYPE REF TO) DATA Work Area for Key Table 20030926
6 TABLE_REF Instance attribute Protected Object reference (TYPE REF TO) DATA Reference to MK Table 20030926
7 TABLE_WA_REF Instance attribute Protected Object reference (TYPE REF TO) DATA Work Area for MK Table 20030926
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20030926
2 DELETE Instance method Protected Method Delete Indexes in Key Table 20030926
3 INSERT Instance method Protected Method Insert an Index in the Key Table 20030926
4 INSERT_MULTIPLE Instance method Protected Method Insert Indexes in the Key Table 20030926
5 READ Instance method Public Method Read a Data Record Using a Key in the Work Area 20030926
Events
Class CL_ABAP_KEYED_TABLEREADER has no event.
Types
Class CL_ABAP_KEYED_TABLEREADER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) ABAP_KEYDESCR_TAB KEY 20030926
2 Importing KEY_TYPE Call by reference Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR KEY_TYPE 20030926
3 Importing TABLE_REF Call by reference Object reference (TYPE REF TO) DATA TABLE_REF 20030926

Method CONSTRUCTOR on class CL_ABAP_KEYED_TABLEREADER has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I Zu löschender Index 20030926
2 Importing LINE Call by reference Type reference (TYPE) ANY Work-Area mit Schlüsselinfo 20030926

Method DELETE on class CL_ABAP_KEYED_TABLEREADER has no exception.

Method INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FAILED_INDEX Value transfer Type reference (TYPE) I fehlerhafter Index 20030926
2 Importing INDEX Call by reference Type reference (TYPE) I Index 20030926
3 Importing LINE Call by reference Type reference (TYPE) ANY Datensatz 20030926

Method INSERT on class CL_ABAP_KEYED_TABLEREADER has no exception.

Method INSERT_MULTIPLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FAILED_INDEX Value transfer Type reference (TYPE) I Erster fehlerhafter Index 20030926
2 Importing FROM Call by reference Type reference (TYPE) I Startindex 20030926
3 Importing TABLE Call by reference Type reference (TYPE) INDEX TABLE Tabelle von Datensätzen 20030926
4 Importing TO Call by reference Type reference (TYPE) I Stopindex 20030926

Method INSERT_MULTIPLE on class CL_ABAP_KEYED_TABLEREADER has no exception.

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing DATA Call by reference Type reference (TYPE) ANY Work-Area mit Schlüsselinfo 20030926
2 Exporting FOUND Call by reference Type reference (TYPE) ABAP_BOOL Datensatz gefunden? 20030926

Method READ on class CL_ABAP_KEYED_TABLEREADER has no exception.
History
Last changed by/on SAP  20040518 
SAP Release Created in 700