SAP ABAP Interface /PLMU/IF_FRW_G_HIERARCHY_CNTRL (Tree Hierarchy Controller)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-SPI-FSI (Application Component) FPM SPI Integration
⤷
/PLMU/UI_FRW_GUIBB (Package) UI Framework: Generic UI Building Blocks

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /PLMU/CL_FRW_G_HIERARCHY_CNTRL | Tree Hierarchy Controller | 20101025 |
Properties
Interface | /PLMU/IF_FRW_G_HIERARCHY_CNTRL | |
Short Description | Tree Hierarchy Controller |
General Data
Package | /PLMU/UI_FRW_GUIBB | UI Framework: Generic UI Building Blocks |
Created | 20101025 | SAP |
Last changed | 20130531 | SAP |
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
Interface /PLMU/IF_FRW_G_HIERARCHY_CNTRL has no interface.
Friends
Interface /PLMU/IF_FRW_G_HIERARCHY_CNTRL has no friend.
Attributes
Interface /PLMU/IF_FRW_G_HIERARCHY_CNTRL has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Checks if the children of a row were already loaded | 20101025 |
2 | ![]() |
Instance method | Public | Method | Collapses the rows with the given index | 20101025 |
3 | ![]() |
Instance method | Public | Method | Collapses all rows | 20110110 |
4 | ![]() |
Instance method | Public | Method | Expands the rows with the given index X levels | 20101025 |
5 | ![]() |
Instance method | Public | Method | Expands all rows up to the maximum level | 20110110 |
6 | ![]() |
Instance method | Public | Method | Provides the index of the children of a row | 20101025 |
7 | ![]() |
Instance method | Public | Method | Provides the information if a row is expanded | 20101025 |
8 | ![]() |
Instance method | Public | Method | Provides the information if a row is a leaf | 20101025 |
9 | ![]() |
Instance method | Public | Method | Provides the information if a row has no parent row | 20110310 |
Events
Interface /PLMU/IF_FRW_G_HIERARCHY_CNTRL has no event.
Types
Interface /PLMU/IF_FRW_G_HIERARCHY_CNTRL has no local type.
Method Signatures
Method ARE_CHILDREN_LOADED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_INDEX | Call by reference | Type reference (TYPE) | INT4 | Row Index | 20101025 | ||
2 | ![]() |
RV_CHILDREN_LOADED | Value transfer | Type reference (TYPE) | BOOLE_D | Are the Children of the Row Loaded? | 20101025 |
Method ARE_CHILDREN_LOADED on Interface /PLMU/IF_FRW_G_HIERARCHY_CNTRL has no exception.
Method COLLAPSE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_INDEX | Call by reference | Type reference (TYPE) | INT4_TABLE | Row Index | 20101025 |
Method COLLAPSE on Interface /PLMU/IF_FRW_G_HIERARCHY_CNTRL has no exception.
Method COLLAPSE_ALL Signature
Method COLLAPSE_ALL on Interface /PLMU/IF_FRW_G_HIERARCHY_CNTRL has no parameter.
Method COLLAPSE_ALL on Interface /PLMU/IF_FRW_G_HIERARCHY_CNTRL has no exception.
Method EXPAND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_INDEX | Call by reference | Type reference (TYPE) | INT4_TABLE | Row Index | 20101025 | ||
2 | ![]() |
IV_COLLAPSE_BELOW | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Collapse Below the Requested Level of Expansion | 20121005 | |
3 | ![]() |
IV_LEVEL | Call by reference | Type reference (TYPE) | INT4 | Level of Expansion | 20101025 |
Method EXPAND on Interface /PLMU/IF_FRW_G_HIERARCHY_CNTRL has no exception.
Method EXPAND_ALL Signature
Method EXPAND_ALL on Interface /PLMU/IF_FRW_G_HIERARCHY_CNTRL has no parameter.
Method EXPAND_ALL on Interface /PLMU/IF_FRW_G_HIERARCHY_CNTRL has no exception.
Method GET_INDEX_OF_CHILDREN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_INDEX | Call by reference | Type reference (TYPE) | INT4_TABLE | Row Index of Children | 20101025 | ||
2 | ![]() |
IV_INDEX | Call by reference | Type reference (TYPE) | INT4 | Row Index | 20101025 |
Method GET_INDEX_OF_CHILDREN on Interface /PLMU/IF_FRW_G_HIERARCHY_CNTRL has no exception.
Method IS_EXPANDED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_INDEX | Call by reference | Type reference (TYPE) | INT4 | Row Index | 20101025 | ||
2 | ![]() |
RV_IS_EXPANDED | Value transfer | Type reference (TYPE) | BOOLE_D | Is the Row Expanded? | 20101025 |
Method IS_EXPANDED on Interface /PLMU/IF_FRW_G_HIERARCHY_CNTRL has no exception.
Method IS_LEAF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_INDEX | Call by reference | Type reference (TYPE) | INT4 | Row Index | 20101025 | ||
2 | ![]() |
RV_IS_LEAF | Value transfer | Type reference (TYPE) | BOOLE_D | Is the Row a Leaf? | 20101025 |
Method IS_LEAF on Interface /PLMU/IF_FRW_G_HIERARCHY_CNTRL has no exception.
Method IS_ROOT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_INDEX | Call by reference | Type reference (TYPE) | INT4 | Row Index | 20110310 | ||
2 | ![]() |
RV_IS_ROOT | Value transfer | Type reference (TYPE) | BOOLE_D | Does the Row Have a Parent Row? | 20110310 |
Method IS_ROOT on Interface /PLMU/IF_FRW_G_HIERARCHY_CNTRL has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 703 |