SAP ABAP Class /SAPSLL/CL_DATA_BUFFER_SINGLE (SLL: Generic Buffer)
Hierarchy
SLL-LEG (Software Component) SLL-LEG 901: Add-On Installation
   SLL (Application Component) Global Trade Services
     /SAPSLL/CORE (Package) Legal & Logistics Services: Global Basis
Properties
Class /SAPSLL/CL_DATA_BUFFER_SINGLE  
Short Description SLL: Generic Buffer    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /SAPSLL/CORE   Legal & Logistics Services: Global Basis 
Created 20040503   SAP 
Last change 20141106    
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 /SAPSLL/CL_DATA_BUFFER_SINGLE has no interface implemented.
Friends
Class /SAPSLL/CL_DATA_BUFFER_SINGLE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_TRUE Instance attribute Private Type reference (TYPE) BOOLEAN 'X' Boolean Variable (X=True, -=False, Space=Unknown) 20040504
2 GI_KEY Instance attribute Private Object reference (TYPE REF TO) DATA Reference to Key Table 20040503
3 GT_LINK Instance attribute Private Type reference (TYPE) TYT_LINK Key - Data Link Table 20040503
4 GV_ACCESS_CNT Instance attribute Public Type reference (TYPE) I Number of read accesses 20040503
5 GV_DATA_TYPE Instance attribute Public Type reference (TYPE) ABAP_ABSTYPENAME Type Name for Data Object 20040504
6 GV_KEY_CNT Instance attribute Public Type reference (TYPE) I Number of Available Keys 20040503
7 GV_OPT_COMPRESS Instance attribute Private Type reference (TYPE) BOOLEAN Indicates Whether Data in Buffer is Compressed 20040513
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR Instance method Public Method Deletes All Entries in the Buffer 20040511
2 CONSTRUCTOR Instance method Public Constructor Create a Buffer Object 20040503
3 DATA_GET Instance method Public Method Read Data from the Buffer 20040503
4 DATA_PUT Instance method Public Method Write Data to the Buffer (Insert/Update) 20040503
5 DATA_REF_PROVIDE Instance method Public Method Provides Reference to Data in Buffer (Insert/Update/Read) 20040503
Events
Class /SAPSLL/CL_DATA_BUFFER_SINGLE has no event.
Types
Class /SAPSLL/CL_DATA_BUFFER_SINGLE has no local type.
Method Signatures

Method CLEAR Signature

Method CLEAR on class /SAPSLL/CL_DATA_BUFFER_SINGLE has no parameter.
Method CLEAR on class /SAPSLL/CL_DATA_BUFFER_SINGLE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATA_TYPE Call by reference Type reference (TYPE) ABAP_ABSTYPENAME Typname des Datenobjektes 20040504
2 Importing IV_KEY Call by reference Type reference (TYPE) ANY Schlüssel 20040503
3 Importing IV_OPT_COMPRESS Call by reference Type reference (TYPE) BOOLEAN SPACE Option zum Komprimieren der Daten im Puffer 20040513

Method CONSTRUCTOR on class /SAPSLL/CL_DATA_BUFFER_SINGLE has no exception.

Method DATA_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_DATA Call by reference Type reference (TYPE) ANY Daten zum angegebenen Schlüssel 20040503
2 Importing IV_KEY Call by reference Type reference (TYPE) ANY Schlüssel zur Identifizierung der Daten im Puffer 20040503
# Exception Resumable Description Created on
1 INTERNAL_ERROR Interner Fehler 20040504
2 NO_DATA Daten zum spezifizierten Schlüssel sind nicht vorhanden 20040504

Method DATA_PUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATA Call by reference Type reference (TYPE) ANY Daten zum angegebenen Schlüssel 20040503
2 Importing IV_KEY Call by reference Type reference (TYPE) ANY Schlüssel zur Identifizierung der Daten im Puffer 20040503
# Exception Resumable Description Created on
1 INTERNAL_ERROR Interner Fehler 20040504

Method DATA_REF_PROVIDE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_DATA_REF Call by reference Object reference (TYPE REF TO) DATA Referenz auf die Daten zum angegebenen Schlüssel 20040503
2 Exporting EV_DATA_REF_NEW Call by reference Type reference (TYPE) XFLAG 'X' = Schlüssel war nicht vorhanden und wurde eingefügt 20040504
3 Importing IV_KEY Call by reference Type reference (TYPE) ANY Schlüssel zur Identifizierung der Daten im Puffer 20040503
4 Importing IV_OPT_READ_ONLY Call by reference Type reference (TYPE) XFLAG Option: Nur lesender Zugriff auf den Puffer 20040504
# Exception Resumable Description Created on
1 INTERNAL_ERROR Interner Fehler 20040504
2 MISSING_PARAMETER Obligatorischer Parameter nicht gesetzt 20040504
3 NO_DATA Daten zum spezifizierten Schlüssel sind nicht vorhanden 20040504
History
Last changed by/on SAP  20141106 
SAP Release Created in 300_620