SAP ABAP Class CL_ECH_PLX_MAINTENANCE_BUFFER (Buffer for Maintaining Customizing)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-FS-ECH (Application Component) Error and Conflict Handler
     FS_ECH_PLX_MAINTENANCE (Package) Data Extraction for Payloads
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ECH_PLX_MAINTENANCE_BUFFER Buffer for Maintaining Customizing 20101101
Properties
Class CL_ECH_PLX_MAINTENANCE_BUFFER  
Short Description Buffer for Maintaining Customizing    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package FS_ECH_PLX_MAINTENANCE   Data Extraction for Payloads 
Created 20101101   SAP 
Last change 20110908   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)
2 CL_ABAP_STRUCTDESCR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ECH_PLX_MAINTENANCE_BUFFER Buffer for Maintaining Customizing 20101101
Friends
Class CL_ECH_PLX_MAINTENANCE_BUFFER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_BUFFER_DESCRIPTOR Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR 20101101
2 MO_BUFFER_LINE_DESCRIPTOR Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR 20101101
3 MR_BUFFER Instance attribute Private Object reference (TYPE REF TO) DATA 20101101
4 MV_FIELD_ENTRY_PROXY Instance attribute Private Type reference (TYPE) STRING 20101101
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ENTRY Instance method Private Method 20101101
2 ADD_ENTRY_IN_DB_STATE Instance method Private Method 20101101
3 CONTAINS_CHANGES Instance method Private Method 20101101
4 DELETE_ENTRY Instance method Private Method 20101101
5 EXISTS_ENTRY Instance method Private Method 20101101
6 GET_ALL_ENTRIES Instance method Private Method 20101101
7 GET_BUFFER_DESCRIPTION Instance method Private Method 20101101
8 GET_CHANGED_ENTRIES Instance method Private Method 20101101
9 GET_ENTRY Instance method Private Method 20101101
10 INITIALIZE Instance method Private Method 20110103
11 RESET Instance method Private Method 20101101
12 SET_EXTRA_COMP_NAMES4BUFFER Instance method Private Method 20101101
13 S_CREATE Static method Public Method 20110316
Events
Class CL_ECH_PLX_MAINTENANCE_BUFFER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_T_BUFFER_ENTRY Private Attribute reference (LIKE) 20101101
Method Signatures

Method ADD_ENTRY Signature

Method ADD_ENTRY on class CL_ECH_PLX_MAINTENANCE_BUFFER has no parameter.
Method ADD_ENTRY on class CL_ECH_PLX_MAINTENANCE_BUFFER has no exception.

Method ADD_ENTRY_IN_DB_STATE Signature

Method ADD_ENTRY_IN_DB_STATE on class CL_ECH_PLX_MAINTENANCE_BUFFER has no parameter.
Method ADD_ENTRY_IN_DB_STATE on class CL_ECH_PLX_MAINTENANCE_BUFFER has no exception.

Method CONTAINS_CHANGES Signature

Method CONTAINS_CHANGES on class CL_ECH_PLX_MAINTENANCE_BUFFER has no parameter.
Method CONTAINS_CHANGES on class CL_ECH_PLX_MAINTENANCE_BUFFER has no exception.

Method DELETE_ENTRY Signature

Method DELETE_ENTRY on class CL_ECH_PLX_MAINTENANCE_BUFFER has no parameter.
Method DELETE_ENTRY on class CL_ECH_PLX_MAINTENANCE_BUFFER has no exception.

Method EXISTS_ENTRY Signature

Method EXISTS_ENTRY on class CL_ECH_PLX_MAINTENANCE_BUFFER has no parameter.
Method EXISTS_ENTRY on class CL_ECH_PLX_MAINTENANCE_BUFFER has no exception.

Method GET_ALL_ENTRIES Signature

Method GET_ALL_ENTRIES on class CL_ECH_PLX_MAINTENANCE_BUFFER has no parameter.
Method GET_ALL_ENTRIES on class CL_ECH_PLX_MAINTENANCE_BUFFER has no exception.

Method GET_BUFFER_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_BUFFER_LINE_DESCRIPTOR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR 20101101
2 Exporting ET_KEY_DESCRIPTION Call by reference Type reference (TYPE) ABAP_TABLE_KEYDESCR_TAB 20101101
3 Importing IO_DATA_DESCRIPTOR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR 20101101
4 Importing IO_KEY_DESCRIPTOR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR 20101101
# Exception Resumable Description Created on
1 CX_ECH_PLX_DYNAMIC Dynamische Ausnahme 20110316

Method GET_CHANGED_ENTRIES Signature

Method GET_CHANGED_ENTRIES on class CL_ECH_PLX_MAINTENANCE_BUFFER has no parameter.
Method GET_CHANGED_ENTRIES on class CL_ECH_PLX_MAINTENANCE_BUFFER has no exception.

Method GET_ENTRY Signature

Method GET_ENTRY on class CL_ECH_PLX_MAINTENANCE_BUFFER has no parameter.
Method GET_ENTRY on class CL_ECH_PLX_MAINTENANCE_BUFFER has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_STRUCTDESCR_DATA Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR 20110103
2 Importing IO_STRUCTDESCR_KEY Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR 20110103
# Exception Resumable Description Created on
1 CX_ECH_PLX_DYNAMIC 20110103

Method RESET Signature

Method RESET on class CL_ECH_PLX_MAINTENANCE_BUFFER has no parameter.
Method RESET on class CL_ECH_PLX_MAINTENANCE_BUFFER has no exception.

Method SET_EXTRA_COMP_NAMES4BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_KEY_DESCRIPTOR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR 20101101

Method SET_EXTRA_COMP_NAMES4BUFFER on class CL_ECH_PLX_MAINTENANCE_BUFFER has no exception.

Method S_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_STRUCTDESCR_DATA Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Run Time Type Services 20110316
2 Importing IO_STRUCTDESCR_KEY Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Run Time Type Services 20110316
3 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ECH_PLX_MAINTENANCE_BUFFER 20110316
# Exception Resumable Description Created on
1 CX_ECH_PLX_DYNAMIC 20110316
History
Last changed by/on SAP  20110908 
SAP Release Created in 703