SAP ABAP Class CL_UC_HRY_ACCESS (Broker Class for SHO Hierarchies)
Hierarchy
☛
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
⤷
FIN-SEM-BCS (Application Component) Business Consolidation
⤷
UCD0 (Package) SEM-BCS: Common Objects for Data Dispatcher

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SHM_BUILD_INSTANCE | Flag Interface: Area Constructor for Shared Objects | 20040226 |
Properties
Class | CL_UC_HRY_ACCESS | |
Short Description | Broker Class for SHO Hierarchies | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | UCD0 | SEM-BCS: Common Objects for Data Dispatcher |
Created | 20040226 | SAP |
Last change | 20050615 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SHM_BUILD_INSTANCE | Flag Interface: Area Constructor for Shared Objects | 20040226 |
Friends
Class CL_UC_HRY_ACCESS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | UC_FLG | General Indicator, SAP Consolidation | 20040415 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_UG_MD_FACTORY | FIN Master Data: Central Access Point (Factory) | 20040414 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_UC_HRY_SHM | SEM-BCS: Area for SHO Hierarchies | 20040702 | ||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_UC_MODEL | Model (Metadata) | 20040226 | ||
5 | ![]() |
Instance attribute | Private | See coding | 20040302 | ||||
6 | ![]() |
Instance attribute | Private | See coding | 20040301 | ||||
7 | ![]() |
Instance attribute | Private | See coding | 20040302 | ||||
8 | ![]() |
Instance attribute | Private | See coding | 20040301 | ||||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | UC_AREA | Consolidation Area | 20040301 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | UC_FIELDNAME | Field Name | 20040301 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SHM_INST_NAME | Name of a Shared Object Instance of an Area | 20040226 | ||
12 | ![]() |
Constant | Private | Type reference (TYPE) | UC_AREA | '__' | Consolidation Area | 20050420 | |
13 | ![]() |
Static Attribute | Private | See coding | 20040226 | ||||
14 | ![]() |
Static Attribute | Private | Type reference (TYPE) | T_INST_NAME | 20050728 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20040226 |
2 | ![]() |
Instance method | Private | Method | Hierarchy/Net Instance | 20040301 |
3 | ![]() |
Instance method | Protected | Method | Provide Entire SHO Content - DO NOT USE! | 20050420 |
4 | ![]() |
Static method | Private | Method | Get instance | 20040226 |
5 | ![]() |
Static method | Private | Method | Get instance name | 20050606 |
6 | ![]() |
Static method | Public | Method | Get All Types of Hierarchy Objects | 20040406 |
7 | ![]() |
Static method | Private | Method | Spec. Version for Hierarchy Structure | 20040401 |
8 | ![]() |
Instance method | Private | Method | Compare Time Stamp | 20050429 |
9 | ![]() |
Instance method | Private | Event handling method | Cons Area Changes | 20040308 |
10 | ![]() |
Instance method | Private | Event handling method | Hierarchy Changes | 20040301 |
11 | ![]() |
Instance method | Private | Event handling method | Change Net Instance (impl. Attributes) | 20040301 |
12 | ![]() |
Static method | Public | Method | Initialization of Event Handler | 20040415 |
13 | ![]() |
Instance method | Private | Method | Read Data from Shared Object Memory | 20040301 |
14 | ![]() |
Instance method | Private | Method | Invalidate Instance in Shared Object Memory | 20040226 |
Events
Class CL_UC_HRY_ACCESS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | SX_CONTENT | Protected | See coding | 20050420 | begin of sx_content,
t_hry_ti type standard table of cl_uc_hry_content=>s_hry_ti
with default key,
t_inh_ti type standard table of cl_uc_hry_content=>s_inh_ti
with default key,
t_hry type standard table of cl_uc_hry_content=>s_hry
with default key,
t_inh type standard table of cl_uc_hry_content=>s_inh
with default key,
end of sx_content
|
||
2 | SX_INSTANCE | Private | See coding | 20040226 | begin of sx_instance,
inst_name type shm_inst_name,
o_instance type ref to cl_uc_hry_access,
end of sx_instance
|
||
3 | SX_INST_NAME | Private | See coding | 20050728 | begin of sx_inst_name,
area type uc_area,
fieldname type uc_fieldname,
t_semkey type uc0_ts_value,
inst_name type shm_inst_name,
t_semkey_base type uc0_ts_value,
t_semkey_rest type uc0_ts_value,
end of sx_inst_name
|
||
4 | S_HRY | Private | See coding | 20040302 | begin of s_hry,
t_semkey type uc0_ts_value,
o_addkey type ref to if_uc_hry_addkey,
o_hry type ref to cl_uc_hry,
end of s_hry
|
||
5 | S_HRY_TI | Private | See coding | 20040301 | begin of s_hry_ti,
t_semkey type uc0_ts_value,
o_hry_ti type ref to cl_uc_hry_ti,
end of s_hry_ti
|
||
6 | S_INH | Private | See coding | 20040302 | begin of s_inh,
t_semkey type uc0_ts_value,
o_inh type ref to cl_uc_hry_inheritance,
end of s_inh
|
||
7 | S_INH_TI | Private | See coding | 20040301 | begin of s_inh_ti,
t_semkey type uc0_ts_value,
o_inh_ti type ref to cl_uc_hry_inh_ti,
end of s_inh_ti
|
||
8 | T_INST_NAME | Private | See coding | 20050728 | t_inst_name type standard table of sx_inst_name
with default key
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IF_BYPASS_SHM | Call by reference | Type reference (TYPE) | UC_FLG | Allgemeines Kennzeichen SAP Konsolidierung | 20040415 | ||
2 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_UC_MODEL | Modell (Metadaten) | 20040226 | ||
3 | ![]() |
I_AREA | Call by reference | Type reference (TYPE) | UC_AREA | Konsolidierungsgebiet | 20040308 | ||
4 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | UC_FIELDNAME | Feldname | 20050606 | ||
5 | ![]() |
I_INST_NAME | Call by reference | Type reference (TYPE) | SHM_INST_NAME | Name einer Shared Object Instanz eines Areas | 20050606 |
Method CONSTRUCTOR on class CL_UC_HRY_ACCESS has no exception.
Method GET_HIERARCHY_P Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_HIERARCHY | Call by reference | Object reference (TYPE REF TO) | IF_UG_MD_HIERARCHY | FI-Stammdaten: Hierarchie | 20040301 | ||
2 | ![]() |
EO_NET | Call by reference | Object reference (TYPE REF TO) | IF_UG_MD_HIERARCHY | FI-Stammdaten: Hierarchie | 20040301 |
Method GET_HIERARCHY_P on class CL_UC_HRY_ACCESS has no exception.
Method GET_HRY_CONTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_CONTENT | Call by reference | Type reference (TYPE) | SX_CONTENT | 20050420 | |||
2 | ![]() |
I_INST_NAME | Call by reference | Type reference (TYPE) | SHM_INST_NAME | Name einer Shared Object Instanz eines Areas | 20050420 |
Method GET_HRY_CONTENT on class CL_UC_HRY_ACCESS has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_UC_HRY_ACCESS | Brokerklasse für SHO Statusverwaltung (Typ 1) | 20040226 | ||
2 | ![]() |
ET_SEMKEY_BASE | Call by reference | Type reference (TYPE) | UC0_TS_VALUE | Feldwerte | 20050606 | ||
3 | ![]() |
ET_SEMKEY_REST | Call by reference | Type reference (TYPE) | UC0_TS_VALUE | Feldwerte | 20050606 | ||
4 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_UC_MODEL | Modell (Metadaten) | 20040226 | ||
5 | ![]() |
IT_SEMKEY | Call by reference | Type reference (TYPE) | UC0_TS_VALUE | 20050606 | |||
6 | ![]() |
I_AREA | Call by reference | Type reference (TYPE) | UC_AREA | KonsGebiet | 20040308 | ||
7 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | UC_FIELDNAME | Feldname | 20040226 |
Method GET_INSTANCE on class CL_UC_HRY_ACCESS has no exception.
Method GET_INST_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SEMKEY_BASE | Call by reference | Type reference (TYPE) | UC0_TS_VALUE | Feldwerte | 20050606 | ||
2 | ![]() |
ET_SEMKEY_REST | Call by reference | Type reference (TYPE) | UC0_TS_VALUE | Feldwerte | 20050606 | ||
3 | ![]() |
E_INST_NAME | Call by reference | Type reference (TYPE) | SHM_INST_NAME | Name einer Shared Object Instanz eines Areas | 20050606 | ||
4 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_UC_MODEL | Modell (Metadaten) | 20050606 | ||
5 | ![]() |
IT_SEMKEY | Call by reference | Type reference (TYPE) | UC0_TS_VALUE | Feldwerte | 20050606 | ||
6 | ![]() |
I_AREA | Call by reference | Type reference (TYPE) | UC_AREA | Konsolidierungsgebiet | 20050606 | ||
7 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | UC_FIELDNAME | Feldname | 20050606 |
Method GET_INST_NAME on class CL_UC_HRY_ACCESS has no exception.
Method GET_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_HRY | Call by reference | Object reference (TYPE REF TO) | IF_UC_HRY | (Teil-)Hierarchie | 20040406 | ||
2 | ![]() |
EO_HRY_INH | Call by reference | Object reference (TYPE REF TO) | IF_UC_HRY_INHERITANCE | Hierarchie, Vererbungsinformation | 20040406 | ||
3 | ![]() |
EO_HRY_INH_TI | Call by reference | Object reference (TYPE REF TO) | IF_UC_HRY_INH_TI | Hierarchie, Vererbungsinformation, zeitabh. | 20040406 | ||
4 | ![]() |
EO_HRY_TI | Call by reference | Object reference (TYPE REF TO) | IF_UC_HRY_TI | (Teil-)Hierarchie mit zeitabh. Kanten | 20040406 | ||
5 | ![]() |
IO_ADDKEY | Call by reference | Object reference (TYPE REF TO) | IF_UC_HRY_ADDKEY | Zusatzschlüssel für Hierarchieidentifikation | 20050419 | ||
6 | ![]() |
IO_HRY | Call by reference | Object reference (TYPE REF TO) | IF_UC_HRY | (Teil-)Hierarchie | 20040406 | ||
7 | ![]() |
IO_HRY_TI | Call by reference | Object reference (TYPE REF TO) | IF_UC_HRY_TI | (Teil-)Hierarchie mit zeitabh. Kanten | 20040406 | ||
8 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_UC_MODEL | Modell (Metadaten) | 20040406 | ||
9 | ![]() |
IT_SEMKEY | Call by reference | Type reference (TYPE) | UC0_TS_VALUE | Feldwerte | 20040406 | ||
10 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | UC_FIELDNAME | Feldname | 20040406 |
Method GET_OBJECT on class CL_UC_HRY_ACCESS has no exception.
Method GET_SPEC_VRS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_SPEC_VRS | Call by reference | Type reference (TYPE) | UC_SVERSION | 20040401 | |||
2 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_UC_MODEL | Modell (Metadaten) | 20040406 | ||
3 | ![]() |
IT_VRS | Call by reference | Type reference (TYPE) | UC0_TS_VALUE | Feldwerte | 20040401 | ||
4 | ![]() |
I_AREA | Call by reference | Type reference (TYPE) | UC_AREA | Konsolidierungsgebiet | 20040406 | ||
5 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | UC_FIELDNAME | Feldname | 20040406 |
Method GET_SPEC_VRS on class CL_UC_HRY_ACCESS has no exception.
Method GET_TIMESTAMP_MAX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_TIMESTAMP_MAX | Value transfer | Type reference (TYPE) | TIMESTAMP | Rückgabewert, Rückgabewert nach ABAP-Anweisungen | 20050429 | ||
2 | ![]() |
IF_BYPASSING_BUFFER | Call by reference | Type reference (TYPE) | UC_FLG | Allgemeines Kennzeichen SAP Konsolidierung | 20050519 | ||
3 | ![]() |
I_HIERARCHY_TYPE | Call by reference | Type reference (TYPE) | UG_NET_TYPE | FI-Stammdaten: Type des Netzes | 20050429 |
Method GET_TIMESTAMP_MAX on class CL_UC_HRY_ACCESS has no exception.
Method HANDLE_AREA_CHANGED Signature
Method HANDLE_AREA_CHANGED on class CL_UC_HRY_ACCESS has no parameter.
Method HANDLE_AREA_CHANGED on class CL_UC_HRY_ACCESS has no exception.
Method HANDLE_HIERARCHY_CHANGED Signature
Method HANDLE_HIERARCHY_CHANGED on class CL_UC_HRY_ACCESS has no parameter.
Method HANDLE_HIERARCHY_CHANGED on class CL_UC_HRY_ACCESS has no exception.
Method HANDLE_NET_CHANGED Signature
Method HANDLE_NET_CHANGED on class CL_UC_HRY_ACCESS has no parameter.
Method HANDLE_NET_CHANGED on class CL_UC_HRY_ACCESS has no exception.
Method INIT Signature
Method INIT on class CL_UC_HRY_ACCESS has no parameter.
Method INIT on class CL_UC_HRY_ACCESS has no exception.
Method READ_DATA_P Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_HRY | Call by reference | Object reference (TYPE REF TO) | CL_UC_HRY | Hierarchie (name) | 20040302 | ||
2 | ![]() |
EO_HRY_INH | Call by reference | Object reference (TYPE REF TO) | CL_UC_HRY_INHERITANCE | Hierarchie, Vererbungsinformation | 20040302 | ||
3 | ![]() |
EO_HRY_INH_TI | Call by reference | Object reference (TYPE REF TO) | CL_UC_HRY_INH_TI | Hierarchie, Vererbungsinformation, zeitabh. | 20040301 | ||
4 | ![]() |
EO_HRY_TI | Call by reference | Object reference (TYPE REF TO) | CL_UC_HRY_TI | (Teil-)Hierarchie mit zeitabh. Kanten | 20040301 | ||
5 | ![]() |
IO_HRY | Call by reference | Object reference (TYPE REF TO) | IF_UC_HRY | (Teil-)Hierarchie | 20040302 | ||
6 | ![]() |
IO_HRY_TI | Call by reference | Object reference (TYPE REF TO) | IF_UC_HRY_TI | (Teil-)Hierarchie mit zeitabh. Kanten | 20040301 | ||
7 | ![]() |
IT_SEMKEY_ALL | Call by reference | Type reference (TYPE) | UC0_TS_VALUE | 20050606 | |||
8 | ![]() |
IT_SEMKEY_REST | Call by reference | Type reference (TYPE) | UC0_TS_VALUE | Feldwerte | 20050606 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler beim Attach | 20040301 | |
2 | ![]() |
Fehler beim Detach | 20040301 | |
3 | ![]() |
Keine Daten vorhanden | 20040301 | |
4 | ![]() |
Daten nicht mehr gültig | 20040301 |
Method RESET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SEL | Call by reference | Object reference (TYPE REF TO) | IF_UC_SEL | Interface Selektionsbedingung | 20040226 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Keine Daten vorhanden | 20040226 |
History
Last changed by/on | SAP | 20050615 |
SAP Release Created in | 400 |