SAP ABAP Class CL_MEV_ESDUS_CONNECTOR (Stream for ESDUS)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-CMM (Application Component) Commodity Management in Logistics
     LOG_CMM_MEV_GEN_COM (Package) Period-End Valuation Common Objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_MEV_ESDUS_CONNECTOR ESDUS connector 20130130
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_READER_MM Read Log for User Settings 20130130
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WRITER_MM Read Log for User Settings 20130130
Properties
Class CL_MEV_ESDUS_CONNECTOR  
Short Description Stream for ESDUS    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package LOG_CMM_MEV_GEN_COM   Period-End Valuation Common Objects 
Created 20130130   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_MEV_ESDUS_CONNECTOR has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_MEV_ESDUS_CONNECTOR ESDUS connector 20130130
2 IF_READER_MM Read Log for User Settings 20130130
3 IF_WRITER_MM Read Log for User Settings 20130130
Friends
Class CL_MEV_ESDUS_CONNECTOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_DEL_VALUES Instance attribute Private Type reference (TYPE) LTY_T_ESDUSCOMTAB 20130130
2 MT_DICTIONARY Instance attribute Private Type reference (TYPE) LTY_T_OBJDICT 20130130
3 MT_OLD_VALUES Instance attribute Private Type reference (TYPE) LTY_T_ESDUSCOMTAB 20130130
4 MT_VALUES Instance attribute Private Type reference (TYPE) LTY_T_ESDUSCOMTAB 20130130
5 MV_ACTION_ID Instance attribute Private Type reference (TYPE) ESDUS_S-ACTION 20130130
6 MV_PREFIX Instance attribute Private Type reference (TYPE) LTY_PREFIX 20130130
7 MV_READ_DONE Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130130
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20130130
2 CREATE_OBJECT Instance method Public Method 20130130
3 HANDLE_SAVE_REQUEST Instance method Public Method 20130130
4 READ Instance method Private Method 20130130
5 READ_INTEGER Instance method Public Method 20130130
6 READ_OBJECT Instance method Public Method 20130130
7 READ_ROOT Instance method Public Method 20130130
8 READ_STRING Instance method Public Method 20130130
9 READ_TABLE Instance method Public Method 20130130
10 REGISTER_OBJ Instance method Private Method 20130130
11 REMOVE_OBJECT Instance method Private Method 20130130
12 SAVE Instance method Public Method 20130130
13 SET_PREFIX Instance method Public Method 20130130
14 UNREGISTER_OBJECT Instance method Public Method 20130130
15 WRITE_INTEGER Instance method Public Method 20130130
16 WRITE_OBJECT Instance method Public Method 20130130
17 WRITE_ROOT Instance method Public Method 20130130
18 WRITE_STRING Instance method Public Method 20130130
Events
Class CL_MEV_ESDUS_CONNECTOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_POSTFIX Private See coding 20130130 lty_postfix(20) TYPE c
2 LTY_PREFIX Private See coding 20130130 lty_prefix(20) TYPE c
3 LTY_S_ESDUSCOM Private See coding 20130130 BEGIN OF lty_s_esduscom, action TYPE esduscom-action, prefix TYPE lty_prefix, postfix TYPE lty_postfix, active TYPE esduscom-active, END OF lty_s_esduscom
4 LTY_S_OBJMGR Private See coding 20130130 BEGIN OF lty_s_objmgr, name TYPE lty_prefix, obj TYPE REF TO if_serializable_mm, written TYPE i, END OF lty_s_objmgr
5 LTY_T_ESDUSCOMTAB Private See coding 20130130 lty_t_esduscomtab TYPE SORTED TABLE OF lty_s_esduscom WITH UNIQUE KEY action prefix postfix
6 LTY_T_OBJDICT Private See coding 20130130 lty_t_objdict TYPE HASHED TABLE OF lty_s_objmgr WITH UNIQUE KEY name
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION_ID Call by reference Type reference (TYPE) ES_ELEMENT 20130130

Method CONSTRUCTOR on class CL_MEV_ESDUS_CONNECTOR has no exception.

Method CREATE_OBJECT Signature

Method CREATE_OBJECT on class CL_MEV_ESDUS_CONNECTOR has no parameter.
Method CREATE_OBJECT on class CL_MEV_ESDUS_CONNECTOR has no exception.

Method HANDLE_SAVE_REQUEST Signature

Method HANDLE_SAVE_REQUEST on class CL_MEV_ESDUS_CONNECTOR has no parameter.
Method HANDLE_SAVE_REQUEST on class CL_MEV_ESDUS_CONNECTOR has no exception.

Method READ Signature

Method READ on class CL_MEV_ESDUS_CONNECTOR has no parameter.
Method READ on class CL_MEV_ESDUS_CONNECTOR has no exception.

Method READ_INTEGER Signature

Method READ_INTEGER on class CL_MEV_ESDUS_CONNECTOR has no parameter.
Method READ_INTEGER on class CL_MEV_ESDUS_CONNECTOR has no exception.

Method READ_OBJECT Signature

Method READ_OBJECT on class CL_MEV_ESDUS_CONNECTOR has no parameter.
Method READ_OBJECT on class CL_MEV_ESDUS_CONNECTOR has no exception.

Method READ_ROOT Signature

Method READ_ROOT on class CL_MEV_ESDUS_CONNECTOR has no parameter.
Method READ_ROOT on class CL_MEV_ESDUS_CONNECTOR has no exception.

Method READ_STRING Signature

Method READ_STRING on class CL_MEV_ESDUS_CONNECTOR has no parameter.
Method READ_STRING on class CL_MEV_ESDUS_CONNECTOR has no exception.

Method READ_TABLE Signature

Method READ_TABLE on class CL_MEV_ESDUS_CONNECTOR has no parameter.
Method READ_TABLE on class CL_MEV_ESDUS_CONNECTOR has no exception.

Method REGISTER_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT Call by reference Object reference (TYPE REF TO) IF_SERIALIZABLE_MM 20130130
2 Importing IV_NAME Call by reference Type reference (TYPE) C 20130130
3 Importing IV_WRITE Call by reference Type reference (TYPE) C 20130130
# Exception Resumable Description Created on
1 FAILED 20130130

Method REMOVE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) C 20130130

Method REMOVE_OBJECT on class CL_MEV_ESDUS_CONNECTOR has no exception.

Method SAVE Signature

Method SAVE on class CL_MEV_ESDUS_CONNECTOR has no parameter.
Method SAVE on class CL_MEV_ESDUS_CONNECTOR has no exception.

Method SET_PREFIX Signature

Method SET_PREFIX on class CL_MEV_ESDUS_CONNECTOR has no parameter.
Method SET_PREFIX on class CL_MEV_ESDUS_CONNECTOR has no exception.

Method UNREGISTER_OBJECT Signature

Method UNREGISTER_OBJECT on class CL_MEV_ESDUS_CONNECTOR has no parameter.
Method UNREGISTER_OBJECT on class CL_MEV_ESDUS_CONNECTOR has no exception.

Method WRITE_INTEGER Signature

Method WRITE_INTEGER on class CL_MEV_ESDUS_CONNECTOR has no parameter.
Method WRITE_INTEGER on class CL_MEV_ESDUS_CONNECTOR has no exception.

Method WRITE_OBJECT Signature

Method WRITE_OBJECT on class CL_MEV_ESDUS_CONNECTOR has no parameter.
Method WRITE_OBJECT on class CL_MEV_ESDUS_CONNECTOR has no exception.

Method WRITE_ROOT Signature

Method WRITE_ROOT on class CL_MEV_ESDUS_CONNECTOR has no parameter.
Method WRITE_ROOT on class CL_MEV_ESDUS_CONNECTOR has no exception.

Method WRITE_STRING Signature

Method WRITE_STRING on class CL_MEV_ESDUS_CONNECTOR has no parameter.
Method WRITE_STRING on class CL_MEV_ESDUS_CONNECTOR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 617