SAP ABAP Class CL_BUAVC_SHARED_BUFFER (Generic shared buffer)
Hierarchy
EA-PS (Software Component) SAP Enterprise Extension Public Services
   PSM-FM-BCS-AC (Application Component) Availability Control
     FMAVC_E (Package) Active availability control: generic part
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BUAVC_BUFFER FMAVC generic buffer 20101129
Properties
Class CL_BUAVC_SHARED_BUFFER  
Short Description Generic shared buffer    
Super Class CL_BUAVC_BUFFER FMAVC generic buffer 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FMAVC_E   Active availability control: generic part 
Created 20101129   SAP 
Last change 20110810   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BUAVC_SHARED_BUFFER has no forward declaration.
Interfaces
Class CL_BUAVC_SHARED_BUFFER has no interface implemented.
Friends
Class CL_BUAVC_SHARED_BUFFER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_BUFFER_TYPE_DATABASE Constant Protected Type reference (TYPE) BUAVC_BUFFER_TYPE 'D' Type of Generic Buffer 20101129
2 CON_BUFFER_TYPE_MEMORY Constant Public Type reference (TYPE) BUAVC_BUFFER_TYPE 'M' Type of Generic Buffer 20101129
3 CON_BUFFER_TYPE_NORMAL Constant Public Type reference (TYPE) BUAVC_BUFFER_TYPE ' ' Type of Generic Buffer 20101129
4 CON_BUFFER_TYPE_SH_BUFFER Constant Public Type reference (TYPE) BUAVC_BUFFER_TYPE 'B' Type of Generic Buffer 20101129
5 CON_BUFFER_TYPE_SH_MEMORY Constant Protected Type reference (TYPE) BUAVC_BUFFER_TYPE 'S' Type of Generic Buffer 20101129
6 G_BUFFER_ID Instance attribute Protected Type reference (TYPE) BUAVC_BUFFER_ID ID of Generic Buffer (for use with table INDX) 20101129
7 G_BUFFER_TYPE Instance attribute Protected Type reference (TYPE) BUAVC_BUFFER_TYPE Type of Generic Buffer 20101129
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20101129
2 EXPORT Instance method Protected Method Exports Buffer (to Memory) 20101129
3 IMPORT Instance method Protected Method Imports Buffer (from Memory) 20101129
4 REFRESH_LOCAL Instance method Protected Method Refreshs local copy of the buffer 20101129
Events
Class CL_BUAVC_SHARED_BUFFER has no event.
Types
Class CL_BUAVC_SHARED_BUFFER 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 I_BUFFER_ID Call by reference Type reference (TYPE) BUAVC_BUFFER_ID ID of Generic Buffer (for use with table INDX) 20101129
2 Importing I_BUFFER_TYPE Call by reference Type reference (TYPE) BUAVC_BUFFER_TYPE Type of Generic Buffer 20101129
3 Importing I_NO_REFRESH Call by reference Type reference (TYPE) XFELD ' ' Flag: 'X' = buffer not refreshed on creation 20101129
4 Importing I_T_LINE Call by reference Type reference (TYPE) ANY TABLE Structuretable type of buffer 20101129

Method CONSTRUCTOR on class CL_BUAVC_SHARED_BUFFER has no exception.

Method EXPORT Signature

Method EXPORT on class CL_BUAVC_SHARED_BUFFER has no parameter.
Method EXPORT on class CL_BUAVC_SHARED_BUFFER has no exception.

Method IMPORT Signature

Method IMPORT on class CL_BUAVC_SHARED_BUFFER has no parameter.
Method IMPORT on class CL_BUAVC_SHARED_BUFFER has no exception.

Method REFRESH_LOCAL Signature

Method REFRESH_LOCAL on class CL_BUAVC_SHARED_BUFFER has no parameter.
Method REFRESH_LOCAL on class CL_BUAVC_SHARED_BUFFER has no exception.
History
Last changed by/on SAP  20110810 
SAP Release Created in