SAP ABAP Interface IF_WD_PERS_TABLE_READER (Reads the configuration data as a table)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
⤷
SWDP_RUNTIME_CORE (Package) Web Dynpro Runtime: Core Functions

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_WDR_CONFIG_MODIFIER_COMP | Access to Properties of a Component Configuration | 20100506 |
2 | Interface composition (i COMPRISING i_ref) | IF_WD_CONFIG_COCU_MODIFIER | API Change Component Customizing | 20090728 |
3 | Interface composition (i COMPRISING i_ref) | IF_WD_CONFIG_COCU_READER | Read Interface for Component Customizing | 20090728 |
4 | Interface composition (i COMPRISING i_ref) | IF_WD_CONFIG_COMP_MODIFIER | API Change Component Configuration | 20090707 |
5 | Interface composition (i COMPRISING i_ref) | IF_WD_CONFIG_COMP_READER | Read Interface for the Component Configuration | 20080820 |
6 | Interface composition (i COMPRISING i_ref) | IF_WD_CONFIG_COPE_MODIFIER | API Change Component Personalization | 20101004 |
7 | Interface composition (i COMPRISING i_ref) | IF_WD_CONFIG_COPE_READER | Read Interface for Component Personalization | 20101001 |
8 | Interface composition (i COMPRISING i_ref) | IF_WD_CONFIG_ENHC_MODIFIER | Change Access to Enhancements of Component Configuration | 20100316 |
9 | Interface composition (i COMPRISING i_ref) | IF_WD_CONFIG_ENHC_READER | Read Access to Enhancement of Component Configuration | 20100316 |
10 | Interface composition (i COMPRISING i_ref) | IF_WD_PERS_TABLE_MODIFIER | To Read and Change Component Configuration as a Table | 20091113 |
... | Click here to see Used By full list (16 items) |
Properties
Interface | IF_WD_PERS_TABLE_READER | |
Short Description | Reads the configuration data as a table |
General Data
Package | SWDP_RUNTIME_CORE | Web Dynpro Runtime: Core Functions |
Created | 20071210 | SAP |
Last changed | 20110908 | 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 IF_WD_PERS_TABLE_READER has no interface.
Friends
Interface IF_WD_PERS_TABLE_READER has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_ALL_ELEMENTS | Constant | Public | Type reference (TYPE) | I | 2147483647 | 20071219 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Returns the node name | 20071219 |
2 | ![]() |
Instance method | Public | Method | Returns the element | 20071211 |
3 | ![]() |
Instance method | Public | Method | Returns all elements as a table | 20071211 |
4 | ![]() |
Instance method | Public | Method | Returns the number of elements | 20080827 |
5 | ![]() |
Instance method | Public | Method | Returns the name of the root node | 20071219 |
Events
Interface IF_WD_PERS_TABLE_READER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LINES_TO_ADDITIONAL_ATTRIBUTES | Public | See coding | 20090708 | lines_to_additional_attributes type hashed table of line_to_additional_attributes with unique key index
|
||
2 | LINE_TO_ADDITIONAL_ATTRIBUTES | Public | See coding | 20090708 | begin of LINE_TO_ADDITIONAL_ATTRIBUTES,
index type i,
additional_attributes type WDY_CFG_EXPL_ATTRIBUTES,
end of LINE_TO_ADDITIONAL_ATTRIBUTES
|
Method Signatures
Method GET_CHILD_NODE_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHILD_NODE_ID | Value transfer | Type reference (TYPE) | STRING | 20071219 | |||
2 | ![]() |
CHILD_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20071219 | |||
3 | ![]() |
INDEX | Call by reference | Type reference (TYPE) | I | 1 | 20071219 | ||
4 | ![]() |
NODE_ID | Call by reference | Type reference (TYPE) | STRING | 20071219 |
Method GET_CHILD_NODE_ID on Interface IF_WD_PERS_TABLE_READER has no exception.
Method GET_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ADDITIONAL_ATTRIBUTES | Call by reference | Type reference (TYPE) | WDY_CFG_EXPL_ATTRIBUTES | WDA Configuration: Attribute explizit | 20090708 | ||
2 | ![]() |
ELEMENT | Call by reference | Type reference (TYPE) | DATA | 20071219 | |||
3 | ![]() |
ELEMENT_EXISTS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20071219 | |||
4 | ![]() |
INDEX | Call by reference | Type reference (TYPE) | I | 1 | 20071219 | ||
5 | ![]() |
NODE_ID | Call by reference | Type reference (TYPE) | STRING | 20071219 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Personalisierungsfehler | 20071213 |
Method GET_ELEMENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ADDITIONAL_ATTRIBUTES | Call by reference | Type reference (TYPE) | LINES_TO_ADDITIONAL_ATTRIBUTES | 20090708 | |||
2 | ![]() |
ELEMENTS | Call by reference | Type reference (TYPE) | ANY TABLE | 20071219 | |||
3 | ![]() |
FROM_INDEX | Call by reference | Type reference (TYPE) | I | 1 | 20071219 | ||
4 | ![]() |
NODE_ID | Call by reference | Type reference (TYPE) | STRING | 20071219 | |||
5 | ![]() |
TO_INDEX | Call by reference | Type reference (TYPE) | I | C_ALL_ELEMENTS | 20071219 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Personalisierungsfehler | 20071214 |
Method GET_ELEMENT_COUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ELEMENT_COUNT | Value transfer | Type reference (TYPE) | I | 20080827 | |||
2 | ![]() |
NODE_ID | Call by reference | Type reference (TYPE) | STRING | 20080827 |
Method GET_ELEMENT_COUNT on Interface IF_WD_PERS_TABLE_READER has no exception.
Method GET_ROOT_NODE_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ROOT_NODE_ID | Value transfer | Type reference (TYPE) | STRING | 20071219 |
Method GET_ROOT_NODE_ID on Interface IF_WD_PERS_TABLE_READER has no exception.
Meta Relationship - Used By (full list)
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 711 |