SAP ABAP Class CL_RSUC_READ_MASTER_DATA (Read Master Data (Multilevel))
Hierarchy
BI_CONT (Software Component) Business Intelligence Content
   BW-BCT-ISU (Application Component) Utilities Industry
     RS_BCT_UC (Package) Business Warehouse Content for SAP Utilities
Properties
Class CL_RSUC_READ_MASTER_DATA  
Short Description Read Master Data (Multilevel)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RS_BCT_UC   Business Warehouse Content for SAP Utilities 
Created 20020807   SAP 
Last change 20141101    
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)
Interfaces
Class CL_RSUC_READ_MASTER_DATA has no interface implemented.
Friends
Class CL_RSUC_READ_MASTER_DATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_IS_UCC_IS01 Constant Protected Type reference (TYPE) RSQINFOSET '0UCC_IS01' InfoSet 20020808
2 C_OI_UCCONTRACT Constant Protected Type reference (TYPE) RSIOBJNM '0UCCONTRACT' InfoObject 20020808
3 C_OI_UCCRMCONTR Constant Protected Type reference (TYPE) RSIOBJNM '0UCCRMCONTR' InfoObject 20020808
4 C_OO_CRM_OPPH Constant Protected Type reference (TYPE) RSDODSOBJECT '0CRM_OPPH' ODS Object 20040129
5 C_OO_CRM_OPPI Constant Protected Type reference (TYPE) RSDODSOBJECT '0CRM_OPPI' ODS Object 20040129
6 C_OO_UCC_DS01 Constant Protected Type reference (TYPE) RSDODSOBJECT '0UCC_DS01' ODS Object 20020924
7 C_OO_UCC_DS02 Constant Protected Type reference (TYPE) RSDODSOBJECT '0UCC_DS02' ODS Object 20021219
8 N_ATTRIBUTE_MSGV1 Static Attribute Private Type reference (TYPE) ABAP_ATTRNAME 20020807
9 N_ATTRIBUTE_MSGV2 Static Attribute Private Type reference (TYPE) ABAP_ATTRNAME 20020807
10 N_ATTRIBUTE_MSGV3 Static Attribute Private Type reference (TYPE) ABAP_ATTRNAME 20020807
11 N_ATTRIBUTE_MSGV4 Static Attribute Private Type reference (TYPE) ABAP_ATTRNAME 20020807
12 N_INFOPROV Instance attribute Protected Type reference (TYPE) RSINFOPROV InfoSet 20020924
13 N_INFOPROV_TYPE Instance attribute Protected Type reference (TYPE) ECRM_INFOPROV_TYPE Type of Info Provider 20020924
14 N_SOURCE_ATTRNM Instance attribute Protected Type reference (TYPE) RSIOBJNM Attribute name 20020808
15 N_SOURCE_FIELDNM Instance attribute Protected Type reference (TYPE) RSFIELDNM Field Name 20020808
16 N_SOURCE_TABLENM Instance attribute Protected Type reference (TYPE) RSIOBJNM InfoObject 20020808
17 N_TARGET_TABLENM Instance attribute Protected Type reference (TYPE) RSIOBJNM InfoObject 20020808
18 N_TH_SFC Instance attribute Protected Type reference (TYPE) RSDRI_TH_SFC BW Data Manager: List of Characteristics 20020807
19 N_TH_SFK Instance attribute Protected Type reference (TYPE) RSDRI_TH_SFK BW Data Manager: List of Key Figures 20020807
20 N_T_FIELDOBJECTS Instance attribute Protected Type reference (TYPE) G_T_FIELDOBJECTS 20020807
21 N_T_FIELDS Instance attribute Protected Type reference (TYPE) RSQ_T_FOBJ_RUNT TType: InfoSet Field Objects (Runtime) 20030103
22 N_T_TABLES Instance attribute Protected Type reference (TYPE) RSQ_T_TOBJ_RUNT TType: InfoSet Table Objects (Runtime) 20030103
23 N_T_TARGET_ATTRNM Instance attribute Protected Type reference (TYPE) G_T_TABLENM Table of Field Names 20020808
24 P_SOURCE_DTELNM Instance attribute Public Type reference (TYPE) RSDTELNM Data Element 20020808
25 P_TH_OBJECTS Static Attribute Private Type reference (TYPE) G_TH_OBJECTS 20020807
26 P_T_TARGET_DTELNM Instance attribute Public Type reference (TYPE) RSAOS_T_DTELNM List of Data Elements 20020808
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Create Categories, Structures, Internal Tables 20020807
2 GET_REFERENCE Static method Public Method Get Object Reference 20020807
3 READ_DATA_PACKAGE Instance method Public Method Read Information on a Data Package 20020807
Events
Class CL_RSUC_READ_MASTER_DATA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 G_S_FIELDOBJECTS Protected Type reference (TYPE) BAPI6120FOBJ 20020807
2 G_S_OBJECTS Protected See coding 20020807 BEGIN OF g_s_objects, source_tablenm TYPE rsiobjnm, target_tablenm TYPE rsiobjnm, object TYPE REF TO cl_rsuc_read_master_data, END OF g_s_objects
3 G_TH_OBJECTS Protected See coding 20020807 g_th_objects TYPE HASHED TABLE OF g_s_objects WITH UNIQUE KEY source_tablenm target_tablenm
4 G_T_FIELDOBJECTS Protected See coding 20020807 g_t_fieldobjects TYPE TABLE OF g_s_fieldobjects WITH NON-UNIQUE DEFAULT KEY INITIAL SIZE 20
5 G_T_TABLENM Protected See coding 20020808 g_t_tablenm TYPE STANDARD TABLE OF rsiobjnm
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SOURCE_ATTRNM Call by reference Type reference (TYPE) RSIOBJNM Feldname 20020808
2 Importing I_SOURCE_TABLENM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20020808
3 Importing I_TARGET_TABLENM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20020808
4 Importing I_T_TARGET_ATTRNM Call by reference Type reference (TYPE) STANDARD TABLE Tabelle von Feldnamen 20020808
# Exception Resumable Description Created on
1 CX_RS_ERROR_WITH_MESSAGE Exception mit T100 Fehlermeldung 20020807

Method GET_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MONITOR Call by reference Type reference (TYPE) STANDARD TABLE Meldungen für Monitor 20020807
2 Exporting E_ABORT Call by reference Type reference (TYPE) SY-SUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20020807
3 Exporting E_OBJREF Call by reference Object reference (TYPE REF TO) CL_RSUC_READ_MASTER_DATA Stammdaten lesen (mehrstufig) 20020807
4 Importing I_SOURCE_ATTRNM Call by reference Type reference (TYPE) RSIOBJNM Name Ursprungsattribut 20020808
5 Importing I_SOURCE_TABLENM Call by reference Type reference (TYPE) RSIOBJNM InfoObject Ursprungsmerkmal 20020808
6 Importing I_TARGET_TABLENM Call by reference Type reference (TYPE) RSIOBJNM InfoObject Zielmerkmal 20020808
7 Importing I_T_TARGET_ATTRNM Call by reference Type reference (TYPE) STANDARD TABLE Name Zielattribut 20020808

Method GET_REFERENCE on class CL_RSUC_READ_MASTER_DATA has no exception.

Method READ_DATA_PACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MONITOR Call by reference Type reference (TYPE) STANDARD TABLE Meldungen für Monitor 20020807
2 Exporting E_ABORT Call by reference Type reference (TYPE) SY-SUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20020807
3 Exporting E_T_DATA Call by reference Type reference (TYPE) STANDARD TABLE gelesene Daten 20020807
4 Importing I_REFERENCE_DATE Call by reference Type reference (TYPE) DATS SY-DATUM Datum für Lesen zeitabhängiger Attribute 20020808
5 Importing I_T_DATA_PACKAGE Call by reference Type reference (TYPE) STANDARD TABLE Datenpaket 20020807

Method READ_DATA_PACKAGE on class CL_RSUC_READ_MASTER_DATA has no exception.
History
Last changed by/on SAP  20141101 
SAP Release Created in 310