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 GET_CHILD_NODE_ID Instance method Public Method Returns the node name 20071219
2 GET_ELEMENT Instance method Public Method Returns the element 20071211
3 GET_ELEMENTS Instance method Public Method Returns all elements as a table 20071211
4 GET_ELEMENT_COUNT Instance method Public Method Returns the number of elements 20080827
5 GET_ROOT_NODE_ID 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 Returning CHILD_NODE_ID Value transfer Type reference (TYPE) STRING 20071219
2 Importing CHILD_NODE_NAME Call by reference Type reference (TYPE) STRING 20071219
3 Importing INDEX Call by reference Type reference (TYPE) I 1 20071219
4 Importing 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 Exporting ADDITIONAL_ATTRIBUTES Call by reference Type reference (TYPE) WDY_CFG_EXPL_ATTRIBUTES WDA Configuration: Attribute explizit 20090708
2 Exporting ELEMENT Call by reference Type reference (TYPE) DATA 20071219
3 Exporting ELEMENT_EXISTS Call by reference Type reference (TYPE) ABAP_BOOL 20071219
4 Importing INDEX Call by reference Type reference (TYPE) I 1 20071219
5 Importing NODE_ID Call by reference Type reference (TYPE) STRING 20071219
# Exception Resumable Description Created on
1 CX_WD_PERSONALIZATION Personalisierungsfehler 20071213

Method GET_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ADDITIONAL_ATTRIBUTES Call by reference Type reference (TYPE) LINES_TO_ADDITIONAL_ATTRIBUTES 20090708
2 Exporting ELEMENTS Call by reference Type reference (TYPE) ANY TABLE 20071219
3 Importing FROM_INDEX Call by reference Type reference (TYPE) I 1 20071219
4 Importing NODE_ID Call by reference Type reference (TYPE) STRING 20071219
5 Importing TO_INDEX Call by reference Type reference (TYPE) I C_ALL_ELEMENTS 20071219
# Exception Resumable Description Created on
1 CX_WD_PERSONALIZATION Personalisierungsfehler 20071214

Method GET_ELEMENT_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ELEMENT_COUNT Value transfer Type reference (TYPE) I 20080827
2 Importing 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 Returning 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)
# 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
11 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_ADAPT_CONTENT_TABLE Content as Table 20091116
12 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_CFG_RAT_CONTAINER Context Model Container for RAT 20120726
13 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_CONFIG_COPC_CONTAINER Data Container for Component Configuration or Customizing 20090805
14 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_CONFIG_ENHC_CONTAINER Data Container for Enhancements of Component Configurations 20100316
15 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_CONFIG_MODIFIER_COMP Implementation of IF_WDR_CONFIG_MODIFIER_COMP 20100707
16 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_PERS_TABLE_READER Implementation of TABLE_READER 20110217
History
Last changed by/on SAP  20110908 
SAP Release Created in 711