SAP ABAP Class /PLMU/CL_FRW_FLUSH_BUFFER (Flush Buffer (Stores Records for Pending INSERT/UPDATE))
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-SPI-FSI (Application Component) FPM SPI Integration
     /PLMU/UI_FRW_CORE (Package) UI Framework: Core
Properties
Class /PLMU/CL_FRW_FLUSH_BUFFER  
Short Description Flush Buffer (Stores Records for Pending INSERT/UPDATE)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /PLMU/UI_FRW_CORE   UI Framework: Core 
Created 20100113   SAP 
Last change 20130531   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 /PLMU/CL_FRW_FLUSH_BUFFER has no interface implemented.
Friends
Class /PLMU/CL_FRW_FLUSH_BUFFER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ORIGINAL_VALUE_TABLE Constant Private Type reference (TYPE) STRING `FRW_ORIGINAL_VALUE_TABLE` 20100113
2 GC_PHASE Constant Private See coding 20110318
3 MO_CONTEXT Instance attribute Private Object reference (TYPE REF TO) /PLMU/IF_FRW_CONTEXT_INT UI Framework - context 20100113
4 MR_INSERT_DATA Instance attribute Private Object reference (TYPE REF TO) DATA 20100113
5 MR_UPDATE_DATA Instance attribute Private Object reference (TYPE REF TO) DATA 20100113
6 MV_PHASE Instance attribute Private Type reference (TYPE) GTY_PHASE 20110318
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_BUFFER Instance method Private Method 20110111
2 CLEAR Instance method Public Method 20100114
3 CONSTRUCTOR Instance method Public Constructor 20100113
4 DESTRUCT Instance method Public Method 20100113
5 EQUALS Instance method Private Method 20110530
6 FILL Instance method Public Method 20101229
7 GET_ENTRIES Instance method Public Method 20110318
8 GET_INDEX_OF_ENTRIES Instance method Public Method 20110318
9 HAS_ENTRIES Instance method Public Method 20100113
10 HNDL_METADATA_CHANGED Instance method Private Event handling method 20110107
11 REMOVE_ENTRIES Instance method Public Method 20100114
12 REMOVE_ENTRY Instance method Public Method 20110123
13 VALIDATE Instance method Private Method 20110318
14 VALIDATE_BUFFER_TABLE Instance method Private Method 20100114
Events
Class /PLMU/CL_FRW_FLUSH_BUFFER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_PHASE Private Type reference (TYPE) CHAR1 20110318
Method Signatures

Method BUILD_BUFFER Signature

Method BUILD_BUFFER on class /PLMU/CL_FRW_FLUSH_BUFFER has no parameter.
Method BUILD_BUFFER on class /PLMU/CL_FRW_FLUSH_BUFFER has no exception.

Method CLEAR Signature

Method CLEAR on class /PLMU/CL_FRW_FLUSH_BUFFER has no parameter.
Method CLEAR on class /PLMU/CL_FRW_FLUSH_BUFFER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) /PLMU/IF_FRW_CONTEXT_INT 20100114

Method CONSTRUCTOR on class /PLMU/CL_FRW_FLUSH_BUFFER has no exception.

Method DESTRUCT Signature

Method DESTRUCT on class /PLMU/CL_FRW_FLUSH_BUFFER has no parameter.
Method DESTRUCT on class /PLMU/CL_FRW_FLUSH_BUFFER has no exception.

Method EQUALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VALUE1 Call by reference Type reference (TYPE) ANY 20110530
2 Importing IV_VALUE2 Call by reference Type reference (TYPE) ANY 20110530
3 Returning RV_EQUALS Value transfer Type reference (TYPE) BOOLE_D 20110530

Method EQUALS on class /PLMU/CL_FRW_FLUSH_BUFFER has no exception.

Method FILL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CHANGE_LOG Call by reference Type reference (TYPE) /PLMU/T_FRW_SIMPLE_CHANGE_LOG Simple change log 20101229

Method FILL on class /PLMU/CL_FRW_FLUSH_BUFFER has no exception.

Method GET_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHANGED_FIELD_FOR_UPDATE Call by reference Type reference (TYPE) /PLMB/T_SPI_CHANGED_FIELD Changed Fields of Node Data 20110318
2 Exporting ET_INSERT_DATA Call by reference Type reference (TYPE) INDEX TABLE 20110318
3 Exporting ET_UPDATE_DATA Call by reference Type reference (TYPE) INDEX TABLE 20110318

Method GET_ENTRIES on class /PLMU/CL_FRW_FLUSH_BUFFER has no exception.

Method GET_INDEX_OF_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INDEX Call by reference Type reference (TYPE) /PLMU/TS_FRW_SYTABIX Sorted table of type sytabix 20110318

Method GET_INDEX_OF_ENTRIES on class /PLMU/CL_FRW_FLUSH_BUFFER has no exception.

Method HAS_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HAS_ENTRIES Value transfer Type reference (TYPE) BOOLE_D 20100114

Method HAS_ENTRIES on class /PLMU/CL_FRW_FLUSH_BUFFER has no exception.

Method HNDL_METADATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CHANGED_ATTRIBUTES Value transfer Attribute reference (LIKE) 20110111

Method HNDL_METADATA_CHANGED on class /PLMU/CL_FRW_FLUSH_BUFFER has no exception.

Method REMOVE_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_INDEX Call by reference Type reference (TYPE) /PLMU/TS_FRW_SYTABIX 20100114

Method REMOVE_ENTRIES on class /PLMU/CL_FRW_FLUSH_BUFFER has no exception.

Method REMOVE_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INDEX Call by reference Type reference (TYPE) INT4 20110123

Method REMOVE_ENTRY on class /PLMU/CL_FRW_FLUSH_BUFFER has no exception.

Method VALIDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DO_NOT_VALIDATE_INDEX Call by reference Type reference (TYPE) /PLMU/TS_FRW_SYTABIX 20110526

Method VALIDATE on class /PLMU/CL_FRW_FLUSH_BUFFER has no exception.

Method VALIDATE_BUFFER_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FLUSH_DATA Call by reference Type reference (TYPE) SORTED TABLE 20100114
2 Importing IT_DO_NOT_VALIDATE_INDEX Call by reference Type reference (TYPE) /PLMU/TS_FRW_SYTABIX 20110526
3 Importing IV_ENTRIES_ARE_SUBMITTED Call by reference Type reference (TYPE) BOOLE_D 20100210
# Exception Resumable Description Created on
1 /PLMB/CX_SPI_METADATA 20100817
History
Last changed by/on SAP  20130531 
SAP Release Created in 702