SAP ABAP Class CL_EPM_EXTENSION_BUFFER (EPM Extension Buffer)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-NWD (Application Component) NetWeaver Demonstration
     S_EPM_BO_BASE (Package) EPM: Base Package for Business Objects
Properties
Class CL_EPM_EXTENSION_BUFFER  
Short Description EPM Extension Buffer    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_EPM_BO_BASE   EPM: Base Package for Business Objects 
Created 20120829   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_EPM_EXTENSION_BUFFER has no forward declaration.
Interfaces
Class CL_EPM_EXTENSION_BUFFER has no interface implemented.
Friends
Class CL_EPM_EXTENSION_BUFFER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_DB_TABLE_NAME Constant Public Type reference (TYPE) IF_EPM_BO=>TY_DB_TABLE_NAME 'SNWD_EXTENSIONS' 20120831
2 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_EPM_EXTENSION_BUFFER 20120830
3 MT_BUFFER Instance attribute Private Type reference (TYPE) TT_BUFFER 20120830
4 MV_IS_DIRTY Instance attribute Private Type reference (TYPE) ABAP_BOOL 20120903
Methods
# Method Level Visibility Method type Description Created on
1 ANALYZE_EXTENSION_TABLE Instance method Private Method 20120831
2 CLEANUP Instance method Public Method 20120829
3 DELETE_FIELDS Instance method Public Method 20120829
4 GET_DATA_FROM_DB Instance method Private Method 20120830
5 GET_FIELD_NAMES Instance method Public Method 20120829
6 GET_FIELD_VALUE Instance method Public Method 20120829
7 GET_FIELD_VALUES Instance method Public Method 20120831
8 GET_INSTANCE Static method Public Method 20120829
9 GET_UNBUFFERED_KEYS Instance method Private Method 20120831
10 IS_DIRTY Instance method Public Method 20120829
11 SAVE Instance method Public Method 20120829
12 SET_FIELD_VALUE Instance method Public Method 20120829
13 SET_FIELD_VALUES Instance method Public Method 20120831
14 SYNC_BUFFER Instance method Private Method 20120830
Events
Class CL_EPM_EXTENSION_BUFFER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_BOOLEAN Private See coding 20120831 tt_boolean TYPE STANDARD TABLE OF abap_bool
2 TT_BUFFER Private See coding 20120830 tt_buffer TYPE STANDARD TABLE OF ty_buffer WITH NON-UNIQUE KEY primary_key COMPONENTS node_key WITH UNIQUE HASHED KEY hash_key COMPONENTS node_key field_name
3 TT_DATA Private See coding 20120830 tt_data TYPE STANDARD TABLE OF snwd_extensions
4 TY_BUFFER Private See coding 20120830 BEGIN OF ty_buffer, node_key TYPE if_epm_bo=>ty_node_key, field_name TYPE fieldname, node_name TYPE if_epm_bo=>ty_bo_node_name, field_value TYPE string, mode TYPE c LENGTH 1, synced TYPE abap_bool, END OF ty_buffer
Method Signatures

Method ANALYZE_EXTENSION_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETH_FIELD_NAMES Call by reference Type reference (TYPE) IF_EPM_BO=>TT_EXTENSION_FIELD_NAMES 20120831
2 Exporting ET_LOCK_FLAGS Call by reference Type reference (TYPE) TT_BOOLEAN 20120831
3 Exporting ET_NODE_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS 20120831
4 Exporting ET_OPERATION_INFOS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEY_INFO 20120831
5 Importing II_DATA_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_DATA_BUFFER 20120831
6 Importing IT_FIELD_VALUES Call by reference Type reference (TYPE) ANY TABLE 20120831
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION 20120831

Method CLEANUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IS_TRIGGERED_BY_SAVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120829

Method CLEANUP on class CL_EPM_EXTENSION_BUFFER has no exception.

Method DELETE_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NODE_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS 20120831

Method DELETE_FIELDS on class CL_EPM_EXTENSION_BUFFER has no exception.

Method GET_DATA_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) TT_DATA 20120830
2 Importing IT_NODE_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS 20120830

Method GET_DATA_FROM_DB on class CL_EPM_EXTENSION_BUFFER has no exception.

Method GET_FIELD_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETH_FIELD_NAMES Call by reference Type reference (TYPE) IF_EPM_BO=>TT_EXTENSION_FIELD_NAMES 20120830
2 Importing IV_BO_NODE_NAME Call by reference Type reference (TYPE) IF_EPM_BO=>TY_BO_NODE_NAME 20120829
3 Importing IV_NODE_KEY Call by reference Type reference (TYPE) IF_EPM_BO=>TY_NODE_KEY 20120829

Method GET_FIELD_NAMES on class CL_EPM_EXTENSION_BUFFER has no exception.

Method GET_FIELD_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FIELD_VALUE Call by reference Type reference (TYPE) ANY 20120831
2 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) IF_EPM_BO=>TY_EXTENSION_FIELD_NAME 20120831
3 Importing IV_IS_LOCKED Call by reference Type reference (TYPE) ABAP_BOOL 20120831
4 Importing IV_NODE_KEY Call by reference Type reference (TYPE) IF_EPM_BO=>TY_NODE_KEY 20120831

Method GET_FIELD_VALUE on class CL_EPM_EXTENSION_BUFFER has no exception.

Method GET_FIELD_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELD_VALUES Call by reference Type reference (TYPE) ANY TABLE 20120831
2 Exporting ET_OPERATION_INFOS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEY_INFO 20120831
3 Importing II_DATA_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_DATA_BUFFER 20120831
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION 20120831

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_EPM_EXTENSION_BUFFER 20120829

Method GET_INSTANCE on class CL_EPM_EXTENSION_BUFFER has no exception.

Method GET_UNBUFFERED_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_UNBUFFERED_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS 20120831
2 Exporting ET_UNBUFFERED_LOCKS Call by reference Type reference (TYPE) TT_BOOLEAN 20120831
3 Importing IT_LOCK_FLAGS Call by reference Type reference (TYPE) TT_BOOLEAN 20120831
4 Importing IT_NODE_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS 20120831

Method GET_UNBUFFERED_KEYS on class CL_EPM_EXTENSION_BUFFER has no exception.

Method IS_DIRTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_DIRTY Value transfer Type reference (TYPE) ABAP_BOOL 20120829

Method IS_DIRTY on class CL_EPM_EXTENSION_BUFFER has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SUCCESS Value transfer Type reference (TYPE) ABAP_BOOL 20120829

Method SAVE on class CL_EPM_EXTENSION_BUFFER has no exception.

Method SET_FIELD_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_OPERATION_INFO Call by reference Type reference (TYPE) IF_EPM_BO=>TY_NODE_KEY_INFO 20120829
2 Importing IV_BO_NODE_NAME Call by reference Type reference (TYPE) IF_EPM_BO=>TY_BO_NODE_NAME 20120829
3 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) IF_EPM_BO=>TY_EXTENSION_FIELD_NAME 20120829
4 Importing IV_FIELD_VALUE Call by reference Type reference (TYPE) ANY 20120829
5 Importing IV_NODE_KEY Call by reference Type reference (TYPE) IF_EPM_BO=>TY_NODE_KEY 20120829

Method SET_FIELD_VALUE on class CL_EPM_EXTENSION_BUFFER has no exception.

Method SET_FIELD_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OPERATION_INFOS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEY_INFO 20120831
2 Importing II_DATA_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_DATA_BUFFER 20120831
3 Importing IT_FIELD_VALUES Call by reference Type reference (TYPE) ANY TABLE 20120831
4 Importing IV_BO_NODE_NAME Call by reference Type reference (TYPE) IF_EPM_BO=>TY_BO_NODE_NAME 20120831
# Exception Resumable Description Created on
1 CX_EPM_API_EXCEPTION 20120831

Method SYNC_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_LOCK_FLAGS Call by reference Type reference (TYPE) TT_BOOLEAN 20120831
2 Importing IT_NODE_KEYS Call by reference Type reference (TYPE) IF_EPM_BO=>TT_NODE_KEYS 20120831
3 Importing IV_IS_LOCKED Call by reference Type reference (TYPE) ABAP_BOOL 20120831

Method SYNC_BUFFER on class CL_EPM_EXTENSION_BUFFER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740