SAP ABAP Class CL_PCA_VP_HIERARCHY (Read PCA Hierarchy: Virtual InfoProvider)
Hierarchy
☛
SAP_FIN (Software Component) SAP_FIN
⤷
FI-GL (Application Component) General Ledger Accounting
⤷
FAGL_VIRTUAL_INFOPROV (Package) Generation of Virtual InfoProviders

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_PCA_VP_BASE | PCA Virtual InfoProvider: Basis | 20120711 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RRHI_VIRT_HIER | Virtual Hierarchy | 20120711 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RRHI_VIRT_HIERARCHIES | Virtual Hierarchies Incl. Header | 20120711 |
Properties
Class | CL_PCA_VP_HIERARCHY | |
Short Description | Read PCA Hierarchy: Virtual InfoProvider | |
Super Class | CL_PCA_VP_BASE | PCA Virtual InfoProvider: Basis |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | FAGL_VIRTUAL_INFOPROV | Generation of Virtual InfoProviders |
Created | 20120711 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_PCA_VP_HIERARCHY has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RRHI_VIRT_HIER | Virtual Hierarchy | 20120711 | ||
2 | IF_RRHI_VIRT_HIERARCHIES | Virtual Hierarchies Incl. Header | 20120711 |
Friends
Class CL_PCA_VP_HIERARCHY has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | RRHICLNM | 'CL_PCA_VP_HIERARCHY' | Name of the Hierarchy Read Class | 20120711 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | RSTSENDER | 'RE' | BRST sender / Tool | 20120711 | |
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RKB1U | Flags for generation in drill down reporting | 20120711 | ||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RKB1X | Application-specific fields in drill-down reporting | 20120711 | ||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RSTHINFO | BRST structure with all relevant hierarchy information | 20120711 | ||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | IF_RRHI_VIRT_HIER~NT_S_SETTINGS | Settings on the Hierarchy | 20120711 | ||
7 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | TT_FDEP | 20120711 | |||
8 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | TT_FIELD | 20120711 | |||
9 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TT_RSTHIE_CONV | 20120711 | |||
10 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TT_RSTHINFO | 20120711 | |||
11 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TT_RSTINT | 20120711 | |||
12 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TT_RSTTXT | 20120711 | |||
13 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TT_RSTTYP_IOBJ | 20120711 | |||
14 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RSHIEID | Internal Hierarchy ID (Unique ID) | 20120711 | ||
15 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | MANDT | Client | 20120711 | ||
16 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RSTIMESTMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20120711 | ||
17 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | TT_HIEDIR | 20120711 | |||
18 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | RSIOBJNM | InfoObject | 20120711 | ||
19 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20120711 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20120711 | |
2 | ![]() |
Static method | Public | Method | 20120711 | |
3 | ![]() |
Static method | Private | Method | 20120711 | |
4 | ![]() |
Instance method | Private | Method | 20120711 | |
5 | ![]() |
Instance method | Private | Method | 20120711 | |
6 | ![]() |
Static method | Private | Method | 20120711 | |
7 | ![]() |
Static method | Private | Method | 20120711 | |
8 | ![]() |
Static method | Private | Method | 20120711 | |
9 | ![]() |
Instance method | Private | Method | 20120711 | |
10 | ![]() |
Static method | Private | Method | 20120711 | |
11 | ![]() |
Static method | Private | Method | 20120711 | |
12 | ![]() |
Static method | Private | Method | 20120711 |
Events
Class CL_PCA_VP_HIERARCHY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | NT_S_HIEDIR | Private | Attribute reference (LIKE) | 20120711 |
|
||
2 | TS_BUF_INFO | Protected | See coding | 20120711 | BEGIN OF ts_buf_info.
INCLUDE TYPE rsthinfo.
TYPES:
hieid TYPE rshieid,
timestmp TYPE tzntstmps,
END OF ts_buf_info
|
||
3 | TS_HIEDIR | Protected | See coding | 20120711 | BEGIN OF ts_hiedir,
iobjnm TYPE rsiobjnm,
langu TYPE sy-langu,
t_info TYPE SORTED TABLE OF ts_buf_info
WITH UNIQUE KEY hclass hienm,
END OF ts_hiedir
|
||
4 | TS_RSTHIE_CONV | Protected | See coding | 20120711 | BEGIN OF ts_rsthie_conv.
INCLUDE TYPE rsthie.
TYPES: name_int TYPE rsshnodename,
END OF ts_rsthie_conv
|
||
5 | TS_RSTTYP_IOBJ | Protected | See coding | 20120711 | BEGIN OF ts_rsttyp_iobj.
INCLUDE TYPE rsttyp.
TYPES: iobjnm TYPE rsiobjnm,
END OF ts_rsttyp_iobj
|
||
6 | TT_FDEP | Protected | See coding | 20120711 | tt_fdep TYPE STANDARD TABLE OF cdidep
|
||
7 | TT_FIELD | Protected | See coding | 20120711 | tt_field TYPE STANDARD TABLE OF cdifie
|
||
8 | TT_HIEDIR | Protected | See coding | 20120711 | tt_hiedir TYPE SORTED TABLE OF ts_hiedir
WITH UNIQUE KEY iobjnm
|
||
9 | TT_RSTHIE_CONV | Protected | See coding | 20120711 | tt_rsthie_conv TYPE STANDARD TABLE OF ts_rsthie_conv
|
||
10 | TT_RSTHINFO | Protected | See coding | 20120711 | tt_rsthinfo TYPE STANDARD TABLE OF rsthinfo
|
||
11 | TT_RSTINT | Protected | See coding | 20120711 | tt_rstint TYPE STANDARD TABLE OF rstint
|
||
12 | TT_RSTTXT | Protected | See coding | 20120711 | tt_rsttxt TYPE STANDARD TABLE OF rsttxt
|
||
13 | TT_RSTTYP_IOBJ | Protected | See coding | 20120711 | tt_rsttyp_iobj TYPE STANDARD TABLE OF ts_rsttyp_iobj
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_HIEID | Call by reference | Type reference (TYPE) | RSHIEID | Interne Hierarchie-ID (Unique-ID) | 20120711 | ||
2 | ![]() |
I_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20120711 |
Method CONSTRUCTOR on class CL_PCA_VP_HIERARCHY has no exception.
Method HAS_HIERARCHY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_HIECLNM | Call by reference | Type reference (TYPE) | RSHIECLNM | Name der Remote-Hierarchie | 20120711 | ||
2 | ![]() |
E_HIECLPA | Call by reference | Type reference (TYPE) | RSHIECLPA | Parameter für Remote-Hierarchie-Klasse | 20120711 | ||
3 | ![]() |
E_HIEINTFL | Call by reference | Type reference (TYPE) | RSHIEINTFL | Intervalle in Hierarchie zugelassen | 20120711 | ||
4 | ![]() |
E_HIETABFL | Call by reference | Type reference (TYPE) | RSHIETABFL | Merkmal mit Hierarchien | 20120711 | ||
5 | ![]() |
E_HIETP | Call by reference | Type reference (TYPE) | RSHIETP | Type eines Merkmals bezogen auf die Hierarchie | 20120711 | ||
6 | ![]() |
I_CHANM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20120711 | ||
7 | ![]() |
I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20120711 |
Method HAS_HIERARCHY on class CL_PCA_VP_HIERARCHY has no exception.
Method _ADD_SET_HIERINFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_RSTHINFO | Call by reference | Type reference (TYPE) | TT_RSTHINFO | 20120711 | |||
2 | ![]() |
ID_FIENM | Call by reference | Type reference (TYPE) | FIELDNAME | Feldname | 20120711 |
Method _ADD_SET_HIERINFO on class CL_PCA_VP_HIERARCHY has no exception.
Method _FILL_GLOBALS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_HIEID | Call by reference | Type reference (TYPE) | RSHIEID | Interne Hierarchie-ID (Unique-ID) | 20120711 | ||
2 | ![]() |
ID_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20120711 |
Method _FILL_GLOBALS on class CL_PCA_VP_HIERARCHY has no exception.
Method _FILL_HIERARCHY Signature
Method _FILL_HIERARCHY on class CL_PCA_VP_HIERARCHY has no parameter.
Method _FILL_HIERARCHY on class CL_PCA_VP_HIERARCHY has no exception.
Method _FILL_TIMESTMP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CD_TIMESTMP | Call by reference | Type reference (TYPE) | RSTIMESTMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20120711 | ||
2 | ![]() |
IS_RKB1X | Call by reference | Type reference (TYPE) | RKB1X | Applikationsspezifsche Felder der Recherche | 20120711 | ||
3 | ![]() |
IS_RSTHINFO | Call by reference | Type reference (TYPE) | RSTHINFO | BRST Struktur mit allen relevanten Hierarchieinformationen | 20120711 |
Method _FILL_TIMESTMP on class CL_PCA_VP_HIERARCHY has no exception.
Method _GET_HASHID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_HCLASS | Call by reference | Type reference (TYPE) | RSTHCLASS | BRST Klasse von Hierarchien (Sets, etc.) | 20120711 | ||
2 | ![]() |
ID_HIENM | Call by reference | Type reference (TYPE) | HIERANM | Name einer Hierarchie | 20120711 | ||
3 | ![]() |
ID_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20120711 | ||
4 | ![]() |
ID_MANDT | Call by reference | Type reference (TYPE) | SY-MANDT | Mandantenkennung des aktuellen Benutzers | 20120711 | ||
5 | ![]() |
RD_HIEID | Value transfer | Type reference (TYPE) | RSHIEID | Interne Hierarchie-ID (Unique-ID) | 20120711 |
Method _GET_HASHID on class CL_PCA_VP_HIERARCHY has no exception.
Method _GET_HIERINFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_RSTHINFO | Call by reference | Type reference (TYPE) | RSTHINFO | BRST Struktur mit allen relevanten Hierarchieinformationen | 20120711 | ||
2 | ![]() |
ET_RSTHINFO | Call by reference | Type reference (TYPE) | TT_RSTHINFO | 20120711 | |||
3 | ![]() |
ID_FIENM | Call by reference | Type reference (TYPE) | FIELDNAME | Feldname | 20120711 | ||
4 | ![]() |
IS_RKB1U | Call by reference | Type reference (TYPE) | RKB1U | Generierungsrelevante Flags der Recherche | 20120711 | ||
5 | ![]() |
IS_RKB1X | Call by reference | Type reference (TYPE) | RKB1X | Applikationsspezifsche Felder der Recherche | 20120711 |
Method _GET_HIERINFO on class CL_PCA_VP_HIERARCHY has no exception.
Method _GET_NODE_IOBJNM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_TYPE | Call by reference | Type reference (TYPE) | RSTHIE-TYPE | Knotentyp | 20120711 | ||
2 | ![]() |
RD_IOBJNM | Value transfer | Type reference (TYPE) | RSIOBJNM | InfoObject | 20120711 |
Method _GET_NODE_IOBJNM on class CL_PCA_VP_HIERARCHY has no exception.
Method _GET_RKB1X_RKB1U Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_RKB1U | Call by reference | Type reference (TYPE) | RKB1U | Generierungsrelevante Flags der Recherche | 20120711 | ||
2 | ![]() |
ES_RKB1X | Call by reference | Type reference (TYPE) | RKB1X | Applikationsspezifsche Felder der Recherche | 20120711 | ||
3 | ![]() |
ID_MANDT | Call by reference | Type reference (TYPE) | MANDT | Mandant | 20120711 |
Method _GET_RKB1X_RKB1U on class CL_PCA_VP_HIERARCHY has no exception.
Method _PARENT_CHILD_NEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_RSTHIE | Call by reference | Type reference (TYPE) | TT_RSTHIE_CONV | 20120711 |
Method _PARENT_CHILD_NEXT on class CL_PCA_VP_HIERARCHY has no exception.
Method _UPDATE_HIEDIR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_HIEDIR | Call by reference | Type reference (TYPE) | TS_HIEDIR | 20120711 |
Method _UPDATE_HIEDIR on class CL_PCA_VP_HIERARCHY has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 617 |