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 | 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 | Constant | Protected | Type reference (TYPE) | RSQINFOSET | '0UCC_IS01' | InfoSet | 20020808 | ||
| 2 | Constant | Protected | Type reference (TYPE) | RSIOBJNM | '0UCCONTRACT' | InfoObject | 20020808 | ||
| 3 | Constant | Protected | Type reference (TYPE) | RSIOBJNM | '0UCCRMCONTR' | InfoObject | 20020808 | ||
| 4 | Constant | Protected | Type reference (TYPE) | RSDODSOBJECT | '0CRM_OPPH' | ODS Object | 20040129 | ||
| 5 | Constant | Protected | Type reference (TYPE) | RSDODSOBJECT | '0CRM_OPPI' | ODS Object | 20040129 | ||
| 6 | Constant | Protected | Type reference (TYPE) | RSDODSOBJECT | '0UCC_DS01' | ODS Object | 20020924 | ||
| 7 | Constant | Protected | Type reference (TYPE) | RSDODSOBJECT | '0UCC_DS02' | ODS Object | 20021219 | ||
| 8 | Static Attribute | Private | Type reference (TYPE) | ABAP_ATTRNAME | 20020807 | ||||
| 9 | Static Attribute | Private | Type reference (TYPE) | ABAP_ATTRNAME | 20020807 | ||||
| 10 | Static Attribute | Private | Type reference (TYPE) | ABAP_ATTRNAME | 20020807 | ||||
| 11 | Static Attribute | Private | Type reference (TYPE) | ABAP_ATTRNAME | 20020807 | ||||
| 12 | Instance attribute | Protected | Type reference (TYPE) | RSINFOPROV | InfoSet | 20020924 | |||
| 13 | Instance attribute | Protected | Type reference (TYPE) | ECRM_INFOPROV_TYPE | Type of Info Provider | 20020924 | |||
| 14 | Instance attribute | Protected | Type reference (TYPE) | RSIOBJNM | Attribute name | 20020808 | |||
| 15 | Instance attribute | Protected | Type reference (TYPE) | RSFIELDNM | Field Name | 20020808 | |||
| 16 | Instance attribute | Protected | Type reference (TYPE) | RSIOBJNM | InfoObject | 20020808 | |||
| 17 | Instance attribute | Protected | Type reference (TYPE) | RSIOBJNM | InfoObject | 20020808 | |||
| 18 | Instance attribute | Protected | Type reference (TYPE) | RSDRI_TH_SFC | BW Data Manager: List of Characteristics | 20020807 | |||
| 19 | Instance attribute | Protected | Type reference (TYPE) | RSDRI_TH_SFK | BW Data Manager: List of Key Figures | 20020807 | |||
| 20 | Instance attribute | Protected | Type reference (TYPE) | G_T_FIELDOBJECTS | 20020807 | ||||
| 21 | Instance attribute | Protected | Type reference (TYPE) | RSQ_T_FOBJ_RUNT | TType: InfoSet Field Objects (Runtime) | 20030103 | |||
| 22 | Instance attribute | Protected | Type reference (TYPE) | RSQ_T_TOBJ_RUNT | TType: InfoSet Table Objects (Runtime) | 20030103 | |||
| 23 | Instance attribute | Protected | Type reference (TYPE) | G_T_TABLENM | Table of Field Names | 20020808 | |||
| 24 | Instance attribute | Public | Type reference (TYPE) | RSDTELNM | Data Element | 20020808 | |||
| 25 | Static Attribute | Private | Type reference (TYPE) | G_TH_OBJECTS | 20020807 | ||||
| 26 | Instance attribute | Public | Type reference (TYPE) | RSAOS_T_DTELNM | List of Data Elements | 20020808 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Create Categories, Structures, Internal Tables | 20020807 | |
| 2 | Static method | Public | Method | Get Object Reference | 20020807 | |
| 3 | 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 | I_SOURCE_ATTRNM | Call by reference | Type reference (TYPE) | RSIOBJNM | Feldname | 20020808 | |||
| 2 | I_SOURCE_TABLENM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20020808 | |||
| 3 | I_TARGET_TABLENM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20020808 | |||
| 4 | I_T_TARGET_ATTRNM | Call by reference | Type reference (TYPE) | STANDARD TABLE | Tabelle von Feldnamen | 20020808 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception mit T100 Fehlermeldung | 20020807 |
Method GET_REFERENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_MONITOR | Call by reference | Type reference (TYPE) | STANDARD TABLE | Meldungen für Monitor | 20020807 | |||
| 2 | E_ABORT | Call by reference | Type reference (TYPE) | SY-SUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen | 20020807 | |||
| 3 | E_OBJREF | Call by reference | Object reference (TYPE REF TO) | CL_RSUC_READ_MASTER_DATA | Stammdaten lesen (mehrstufig) | 20020807 | |||
| 4 | I_SOURCE_ATTRNM | Call by reference | Type reference (TYPE) | RSIOBJNM | Name Ursprungsattribut | 20020808 | |||
| 5 | I_SOURCE_TABLENM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject Ursprungsmerkmal | 20020808 | |||
| 6 | I_TARGET_TABLENM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject Zielmerkmal | 20020808 | |||
| 7 | 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 | C_T_MONITOR | Call by reference | Type reference (TYPE) | STANDARD TABLE | Meldungen für Monitor | 20020807 | |||
| 2 | E_ABORT | Call by reference | Type reference (TYPE) | SY-SUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen | 20020807 | |||
| 3 | E_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | gelesene Daten | 20020807 | |||
| 4 | I_REFERENCE_DATE | Call by reference | Type reference (TYPE) | DATS | SY-DATUM | Datum für Lesen zeitabhängiger Attribute | 20020808 | ||
| 5 | 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 |