SAP ABAP Class CL_LOG_ODP_BASE (SD Analytics - Abstract Class for Direct Access Singletons)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   SD (Application Component) Sales and Distribution
     ERP_SD_ANALYTICS_CORE (Package) Sales, Billing and Delivery Analytics - Core
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_LOG_ODP_BIL Singleton for billing documents 20100722
2 Inheritance (c INHERITING FROM c_ref)  CL_LOG_ODP_SHP Singleton for shipping documents 20100907
3 Inheritance (c INHERITING FROM c_ref)  CL_LOG_ODP_SLS Singleton for sales documents 20100722
Properties
Class CL_LOG_ODP_BASE  
Short Description SD Analytics - Abstract Class for Direct Access Singletons    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ERP_SD_ANALYTICS_CORE   Sales, Billing and Delivery Analytics - Core 
Created 20100611   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_LOG_ODP_MEDIATOR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_SD_ANLY_CORE_SERVICES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 SRSC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_LOG_ODP_BASE has no interface implemented.
Friends
Class CL_LOG_ODP_BASE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_INSTANCE Static Attribute Protected Object reference (TYPE REF TO) CL_LOG_ODP_BASE SD Analytics - Abstract Class for Direct Access Singletons 20100621
2 MT_ADD_SELECT Instance attribute Protected Type reference (TYPE) SRSC_T_SELECT Additional Selection fields 20110308
3 MT_FIELD Instance attribute Protected Type reference (TYPE) SRSC_T_FIELDS Currently requested fields 20110111
4 MT_TAB Instance attribute Protected Type reference (TYPE) CL_SD_ANLY_CORE_SERVICES=>TT_TAB_NAMES Needed tables for the currently requested fields 20101124
5 MV_DATASOURCE Instance attribute Protected Type reference (TYPE) ROOSOURCER name of current dataspource 20110308
6 MV_STAT_DET_NEEDED Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20100628
7 MV_STRUCTURE Instance attribute Protected Type reference (TYPE) ROSTRUCT Extract Structure for a DataSource 20100625
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_INSTANCE Static method Public Method Create Singleton 20100621
2 DELETE_INSTANCE Static method Public Method Delete Singleton 20101007
3 FREE_DATA Instance method Protected Method Free Data 20100629
4 GET_DATA Instance method Public Method Retrieve Data 20101006
5 GET_INSTANCE Static method Public Method Get Singleton 20101006
6 GET_TAB Instance method Public Method Retrieve DB tables involved 20101125
7 INIT_SELECT Instance method Protected Method Init Selection 20100728
8 SET_DATASOURCE Instance method Public Method sets the datasourcename 20110308
Events
Class CL_LOG_ODP_BASE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_SLS_FILTER Protected See coding 20101209 begin of ts_sls_filter, iv_fieldnm type rsfieldnm, iv_zpavw type dzupar, it_rg_pernr type tdt_rg_pernr, end of ts_sls_filter
2 TS_SW_BIL Protected See coding 20100728 begin of ts_sw_bil, instance type ref to cl_doc_search_wrapper_bil, subseq type abap_bool, done type abap_bool, selcrit type tds_sw_selcrit_bil, mapfields type tdt_sw_map_fields, itemreq type abap_bool, itemsel type abap_bool, use_case type tdd_sw_usecase_id, end of ts_sw_bil
3 TS_SW_SHP Protected See coding 20100907 begin of ts_sw_shp, instance type ref to cl_doc_search_wrapper_shp, subseq type abap_bool, done type abap_bool, selcrit type tds_sw_selcrit_shp, mapfields type tdt_sw_map_fields, itemreq type abap_bool, itemsel type abap_bool, use_case type tdd_sw_usecase_id, end of ts_sw_shp
4 TS_SW_SLS Protected See coding 20100728 begin of ts_sw_sls, instance type ref to cl_sdoc_search_wrapper, subseq type abap_bool, done type abap_bool, trvog type trvog_va, rg_vbtyp type tdt_rg_vbtyp, selcrit type tds_sw_selcrit_e1, filter type ts_sls_filter, mapfields type tdt_sw_map_fields, itemreq type abap_bool, itemsel type abap_bool, caller_id type string, end of ts_sw_sls
Method Signatures

Method CREATE_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_INSTANCE Call by reference Object reference (TYPE REF TO) CL_LOG_ODP_BASE BW DataSource emulation 20100722
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BSANLY_T_MESSAGE Analytics: Messages 20100722
3 Importing IT_FIELD Call by reference Type reference (TYPE) SRSC_T_FIELDS 20101006
4 Importing IT_SELECT Call by reference Type reference (TYPE) SRSC_T_SELECT 20101006
5 Importing IV_DATASOURCE Call by reference Type reference (TYPE) ROOSOURCER DataSource (OSOA/OSOD) 20100629
6 Importing IV_KEEP Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE 'X': Keep the instance 20101008

Method CREATE_INSTANCE on class CL_LOG_ODP_BASE has no exception.

Method DELETE_INSTANCE Signature

Method DELETE_INSTANCE on class CL_LOG_ODP_BASE has no parameter.
Method DELETE_INSTANCE on class CL_LOG_ODP_BASE has no exception.

Method FREE_DATA Signature

Method FREE_DATA on class CL_LOG_ODP_BASE has no parameter.
Method FREE_DATA on class CL_LOG_ODP_BASE has no exception.

Method GET_DATA 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) STANDARD TABLE 20101006
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BSANLY_T_MESSAGE Analytics: Messages 20101006
3 Exporting EV_DONE Call by reference Type reference (TYPE) ABAP_BOOL 20101006
4 Importing IV_PACKSIZE Call by reference Type reference (TYPE) I 0 20101006

Method GET_DATA on class CL_LOG_ODP_BASE has no exception.

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_LOG_ODP_BASE LOG ODB BASE 20101006

Method GET_INSTANCE on class CL_LOG_ODP_BASE has no exception.

Method GET_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TAB Call by reference Type reference (TYPE) CL_SD_ANLY_CORE_SERVICES=>TT_TAB_NAMES 20101125

Method GET_TAB on class CL_LOG_ODP_BASE has no exception.

Method INIT_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELD Call by reference Type reference (TYPE) SRSC_T_FIELDS 20101006
2 Importing IT_SELECT Call by reference Type reference (TYPE) SRSC_T_SELECT 20101006
3 Importing IV_STRU Call by reference Type reference (TYPE) ROSTRUCT Extract Structure for a DataSource 20101008

Method INIT_SELECT on class CL_LOG_ODP_BASE has no exception.

Method SET_DATASOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATASOURCE Call by reference Type reference (TYPE) ROOSOURCER DataSource (OSOA/OSOD) 20110308

Method SET_DATASOURCE on class CL_LOG_ODP_BASE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 606