SAP ABAP Class CL_RSB_IPRO_OPEN_HUB_PROXY (InfoProvider: Proxy for Open Hub)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSB (Package) Business Information Warehouse: Data Marts
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSB_OPEN_HUB_SERVER Interface: Server for Open Hub Data 20010617
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSB_REQUEST_DELTA Interface for Request-Based Delta 20010830
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSB_CUBE_OPEN_HUB_PROXY InfoCube: Proxy for Open Hub 20010830
2 Inheritance (c INHERITING FROM c_ref)  CL_RSB_ODSO_OPEN_HUB_PROXY InfoCube: Proxy for Open Hub 20010904
Properties
Class CL_RSB_IPRO_OPEN_HUB_PROXY  
Short Description InfoProvider: Proxy for Open Hub    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSBO    
Program status     
Category 0   
Package RSB   Business Information Warehouse: Data Marts 
Created 20010617   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSBO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSENQ Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSB_OPEN_HUB_SERVER Interface: Server for Open Hub Data 20010617
2 IF_RSB_REQUEST_DELTA Interface for Request-Based Delta 20010830
Friends
# Friend Modeled only Created on Description
1 CL_RSB_CUBE_OPEN_HUB_PROXY 20010907 InfoCube: Proxy for Open Hub
2 CL_RSB_ODSO_OPEN_HUB_PROXY 20010907 InfoCube: Proxy for Open Hub
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_INFOPROV Instance attribute Public Type reference (TYPE) RSINFOPROV InfoProvider 20010617
2 O_DUMMY_MSG Instance attribute Protected Type reference (TYPE) CHAR1 Single-Character Indicator 20010617
3 O_DUMMY_REQUEST Instance attribute Protected Type reference (TYPE) RS_BOOL 20031013
4 O_MAXSIZE Instance attribute Protected Type reference (TYPE) I Maximum size of a data packet in kilo bytes 20011004
5 O_ODS_CHANGELOG Instance attribute Protected Type reference (TYPE) RS_BOOL Boolean 20020121
6 O_POOLNAME Instance attribute Public Type reference (TYPE) SYREPID ABAP Program: Current Main Program 20030423
7 O_R_EXCEPTION Instance attribute Protected Object reference (TYPE REF TO) CX_ROOT Dummy Exception Class 20010719
8 O_S_SOURCE Instance attribute Protected Type reference (TYPE) RSBO_S_SOURCE Open Hub: Server Description Header 20011210
9 O_TABNAME Instance attribute Protected Type reference (TYPE) TABNAME Table Name 20011004
10 O_TFSTRUC Instance attribute Protected Type reference (TYPE) TABNAME Transfer structure 20011026
11 O_TH_CHA Instance attribute Protected Type reference (TYPE) RSDRI_TH_SFC Characteristics 20011004
12 O_TH_KYF Instance attribute Protected Type reference (TYPE) RSDRI_TH_SFK Key Figures 20011004
13 O_T_FIELDS Instance attribute Protected Type reference (TYPE) RSBO_T_SRCFIELDS Fields of an InfoSpoke (DB View) 20020105
14 O_T_RANGE Instance attribute Protected Type reference (TYPE) RSDRI_T_RANGE Data Manager: Selections 20011004
15 O_USE_AGGREGATES Instance attribute Protected Type reference (TYPE) RS_BOOL Flag structure 20030403
16 O_USE_DB_AGGREGATION Instance attribute Protected Type reference (TYPE) RS_BOOL Boolean 20021113
17 O_VIEWTIOBJNM2 Instance attribute Protected Type reference (TYPE) RSVIEWTIOBJNM2 View: InfoObjects + nav.attr. with InfoObject field names 20021108
18 P_EOF Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20011123
19 P_LOCKID Instance attribute Private Type reference (TYPE) RSENQ_LOCKID Lock ID for the lock manager 20040121
20 P_R_DTA Instance attribute Protected Object reference (TYPE REF TO) CL_RSD_DTA Data Target for Transaction Data 20010617
21 P_R_ERROR Instance attribute Private Object reference (TYPE REF TO) CX_RSB_READ_ERROR Open Hub: Read Error 20010619
22 P_TH_IPRO_R Static Attribute Private Type reference (TYPE) RSBO_TH_IPRO_R Open Hub: Table with Reference to InfoProviders 20010624
23 P_T_DELTA Instance attribute Private Type reference (TYPE) RSBO_T_SPOKEDELTA Requests for Delta Recording of an InfoSpoke 20010617
Methods
# Method Level Visibility Method type Description Created on
1 AFTER_EXTRACTION Instance method Private Method 20011123
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20010617
3 DETERMINE_CHA_KYF Instance method Private Method Converts Field List to List with Chars. and Key Figures 20010617
4 DETERMINE_RANGE Instance method Protected Method Converts InfoSpoke Selections to Range for DM API 20010617
5 RAISE_READ_ERROR Instance method Protected Method Error Message 20020121
6 RAISE_SY_ERROR Instance method Protected Method Error Message 20010620
7 USE_AGGREGATES Instance method Protected Method 20030403
Events
Class CL_RSB_IPRO_OPEN_HUB_PROXY has no event.
Types
Class CL_RSB_IPRO_OPEN_HUB_PROXY has no local type.
Method Signatures

Method AFTER_EXTRACTION Signature

Method AFTER_EXTRACTION on class CL_RSB_IPRO_OPEN_HUB_PROXY has no parameter.
Method AFTER_EXTRACTION on class CL_RSB_IPRO_OPEN_HUB_PROXY has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20010617
# Exception Resumable Description Created on
1 CX_RS_ERROR_WITH_MESSAGE Exception mit T100 Fehlermeldung 20030423

Method DETERMINE_CHA_KYF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TH_CHA Call by reference Type reference (TYPE) RSDRI_TH_SFC BW-Data-Manager: Liste von Merkmalen 20011004
2 Exporting E_TH_KYF Call by reference Type reference (TYPE) RSDRI_TH_SFK BW-Data-Manager: Liste von Kennzahlen 20011004
3 Importing I_T_FIELDS Call by reference Type reference (TYPE) RSBO_T_VFIELDS Felder einer InfoSpoke (DB Sicht) 20010617
# Exception Resumable Description Created on
1 CX_RSB_READ_ERROR Open Hub: Lesefehler 20011123

Method DETERMINE_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_RANGE Call by reference Type reference (TYPE) RSDRI_T_RANGE 20010617
2 Importing I_T_SELSET Call by reference Type reference (TYPE) RSBO_T_SELSET Tabelle mit InfoSpoke Selektionskriterien 20010617

Method DETERMINE_RANGE on class CL_RSB_IPRO_OPEN_HUB_PROXY has no exception.

Method RAISE_READ_ERROR Signature

Method RAISE_READ_ERROR on class CL_RSB_IPRO_OPEN_HUB_PROXY has no parameter.
# Exception Resumable Description Created on
1 CX_RSB_READ_ERROR Open Hub: Lesefehler 20020121

Method RAISE_SY_ERROR Signature

Method RAISE_SY_ERROR on class CL_RSB_IPRO_OPEN_HUB_PROXY has no parameter.
# Exception Resumable Description Created on
1 CX_RS_ERROR_WITH_MESSAGE Open Hub: Lesefehler 20020121

Method USE_AGGREGATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_USE_AGGREGATES Call by reference Type reference (TYPE) RS_BOOL Boolean 20030403
2 Importing I_T_RANGE Call by reference Type reference (TYPE) RSDRI_T_RANGE BW-Data-Manager: Range Liste 20030403

Method USE_AGGREGATES on class CL_RSB_IPRO_OPEN_HUB_PROXY has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 30A