SAP ABAP Interface IF_WD_PERS_TABLE_MODIFIER (To Read and Change Component Configuration as a Table)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_CONFIGURATION (Package) Configuration for WD4A
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_COMP_MODIFIER API Change Component Configuration 20091113
3 Interface composition (i COMPRISING i_ref)  IF_WD_CONFIG_COPE_MODIFIER API Change Component Personalization 20101004
4 Interface composition (i COMPRISING i_ref)  IF_WD_CONFIG_ENHC_MODIFIER Change Access to Enhancements of Component Configuration 20100316
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_ADAPT_CONTENT_TABLE Content as Table 20091116
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_CONFIG_COPC_CONTAINER Data Container for Component Configuration or Customizing 20091113
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_CONFIG_ENHC_CONTAINER Data Container for Enhancements of Component Configurations 20100316
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_CONFIG_MODIFIER_COMP Implementation of IF_WDR_CONFIG_MODIFIER_COMP 20100707
Properties
Interface IF_WD_PERS_TABLE_MODIFIER  
Short Description To Read and Change Component Configuration as a Table    
General Data
Package SWDP_CONFIGURATION   Configuration for WD4A 
Created 20091113   SAP 
Last changed 20131127   SAP 
Unicode checks active    
Forward declarations
Interface IF_WD_PERS_TABLE_MODIFIER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_WD_PERS_TABLE_READER Reads the configuration data as a table 20091113
Friends
Interface IF_WD_PERS_TABLE_MODIFIER has no friend.
Attributes
Interface IF_WD_PERS_TABLE_MODIFIER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ELEMENT Instance method Public Method Adds an element below a node 20091113
2 ADD_ELEMENTS Instance method Public Method Adds elements below a node 20091113
3 DELETE_ELEMENTS Instance method Public Method Deletes elements below a node 20091113
4 MOVE_ELEMENTS Instance method Public Method Moves elements within a node 20091113
5 RESET_ATTRIBUTE Instance method Public Method Resets the value of an attribute 20130404
6 SET_ATTRIBUTE Instance method Public Method Changes the value of an attribute 20091113
7 SET_PRIMARY_ATTRIBUTE Instance method Public Method Sets the value for the primary attribute of an element 20091113
Events
Interface IF_WD_PERS_TABLE_MODIFIER has no event.
Types
Interface IF_WD_PERS_TABLE_MODIFIER has no local type.
Method Signatures

Method ADD_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Type reference (TYPE) ANY Attributwerte des einzufügenden Elements 20091113
2 Importing INDEX Call by reference Type reference (TYPE) I IF_WD_PERS_TABLE_READER=>C_ALL_ELEMENTS Index, vor dem das Element eingefügt wird 20091113
3 Returning INSERT_INDEX Value transfer Type reference (TYPE) I Index, wo eingefügt wurde, bzw. 0, wenn nicht 20091113
4 Importing NODE_ID Call by reference Type reference (TYPE) STRING Knoten, unter dem das Element eingefügt wird 20091113

Method ADD_ELEMENT on Interface IF_WD_PERS_TABLE_MODIFIER has no exception.

Method ADD_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENTS Call by reference Type reference (TYPE) ANY TABLE Attributwerte der einzufügenden Elemente 20091113
2 Importing INDEX Call by reference Type reference (TYPE) I IF_WD_PERS_TABLE_READER=>C_ALL_ELEMENTS Index, vor dem die Elemente eingefügt werden 20091113
3 Returning INSERT_INDEX Value transfer Type reference (TYPE) I Index, wo eingefügt wurde, bzw. 0, wenn nicht 20091113
4 Importing NODE_ID Call by reference Type reference (TYPE) STRING Knoten, unter dem die Elemente eingefügt werden 20091113

Method ADD_ELEMENTS on Interface IF_WD_PERS_TABLE_MODIFIER has no exception.

Method DELETE_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DELETE_COUNT Value transfer Type reference (TYPE) I Anzahl der gelöschten Elemente 20091113
2 Importing FROM_INDEX Call by reference Type reference (TYPE) I 1 Index des ersten zu löschenden Elements 20091113
3 Importing NODE_ID Call by reference Type reference (TYPE) STRING Knoten, unter dem die Elemente gelöscht werden sollen 20091113
4 Importing TO_INDEX Call by reference Type reference (TYPE) I IF_WD_PERS_TABLE_READER=>C_ALL_ELEMENTS Index des letzten zu löschenden Elements 20091113

Method DELETE_ELEMENTS on Interface IF_WD_PERS_TABLE_MODIFIER has no exception.

Method MOVE_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_ID Call by reference Type reference (TYPE) STRING Knoten, unter dem die Elemente verschoben werden 20091113
2 Importing SOURCE_FROM_INDEX Call by reference Type reference (TYPE) I Index des ersten zu verschiebenden Elements 20091113
3 Importing SOURCE_TO_INDEX Call by reference Type reference (TYPE) I Index des letzten zu verschiebenden Elements 20091113
4 Importing TARGET_INDEX Call by reference Type reference (TYPE) I Index, vor dem eingefügt wird 20091113

Method MOVE_ELEMENTS on Interface IF_WD_PERS_TABLE_MODIFIER has no exception.

Method RESET_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING Name des Attributs 20130404
2 Importing INDEX Call by reference Type reference (TYPE) I 1 Index des zu bearbeitenden Elements 20130404
3 Importing NODE_ID Call by reference Type reference (TYPE) STRING Id des enthaltenden Knotens 20130404
4 Returning VALUE Value transfer Type reference (TYPE) STRING Neuer Wert des Attributs 20130404

Method RESET_ATTRIBUTE on Interface IF_WD_PERS_TABLE_MODIFIER has no exception.

Method SET_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING 20091113
2 Importing INDEX Call by reference Type reference (TYPE) I 1 20091113
3 Importing NODE_ID Call by reference Type reference (TYPE) STRING 20091113
4 Importing VALUE Call by reference Type reference (TYPE) ANY 20091113
# Exception Resumable Description Created on
1 CX_WD_CONFIG_TOOL_DYNAMIC Dynamische Ausnahme der Config-API 20091113

Method SET_PRIMARY_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I 1 20091113
2 Importing NODE_ID Call by reference Type reference (TYPE) STRING 20091113
3 Importing VALUE Call by reference Type reference (TYPE) ANY 20091113

Method SET_PRIMARY_ATTRIBUTE on Interface IF_WD_PERS_TABLE_MODIFIER has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 800