SAP ABAP Class IF_WD_PERS_TABLE_MODIFIER (To Read and Change Component Configuration as a Table)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_WD_PERS_TABLE_READER | Reads the configuration data as a table | 20091113 |
Meta Relationship - Used By
Properties
| Class | IF_WD_PERS_TABLE_MODIFIER | |
| Short Description | To Read and Change Component Configuration as a Table | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20091113 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_WD_PERS_TABLE_MODIFIER has no forward declaration.
Interfaces
Class IF_WD_PERS_TABLE_MODIFIER has no interface implemented.
Friends
Class IF_WD_PERS_TABLE_MODIFIER has no friend class.
Attributes
Class IF_WD_PERS_TABLE_MODIFIER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds an element below a node | 20091113 | |
| 2 | Instance method | Public | Method | Adds elements below a node | 20091113 | |
| 3 | Instance method | Public | Method | Deletes elements below a node | 20091113 | |
| 4 | Instance method | Public | Method | Moves elements within a node | 20091113 | |
| 5 | Instance method | Public | Method | Resets the value of an attribute | 20130404 | |
| 6 | Instance method | Public | Method | Changes the value of an attribute | 20091113 | |
| 7 | Instance method | Public | Method | Sets the value for the primary attribute of an element | 20091113 |
Events
Class IF_WD_PERS_TABLE_MODIFIER has no event.
Types
Class 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 | ELEMENT | Call by reference | Type reference (TYPE) | ANY | Attributwerte des einzufügenden Elements | 20091113 | |||
| 2 | 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 | INSERT_INDEX | Value transfer | Type reference (TYPE) | I | Index, wo eingefügt wurde, bzw. 0, wenn nicht | 20091113 | |||
| 4 | NODE_ID | Call by reference | Type reference (TYPE) | STRING | Knoten, unter dem das Element eingefügt wird | 20091113 |
Method ADD_ELEMENT on class 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 | ELEMENTS | Call by reference | Type reference (TYPE) | ANY TABLE | Attributwerte der einzufügenden Elemente | 20091113 | |||
| 2 | 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 | INSERT_INDEX | Value transfer | Type reference (TYPE) | I | Index, wo eingefügt wurde, bzw. 0, wenn nicht | 20091113 | |||
| 4 | NODE_ID | Call by reference | Type reference (TYPE) | STRING | Knoten, unter dem die Elemente eingefügt werden | 20091113 |
Method ADD_ELEMENTS on class 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 | DELETE_COUNT | Value transfer | Type reference (TYPE) | I | Anzahl der gelöschten Elemente | 20091113 | |||
| 2 | FROM_INDEX | Call by reference | Type reference (TYPE) | I | 1 | Index des ersten zu löschenden Elements | 20091113 | ||
| 3 | NODE_ID | Call by reference | Type reference (TYPE) | STRING | Knoten, unter dem die Elemente gelöscht werden sollen | 20091113 | |||
| 4 | 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 class 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 | NODE_ID | Call by reference | Type reference (TYPE) | STRING | Knoten, unter dem die Elemente verschoben werden | 20091113 | |||
| 2 | SOURCE_FROM_INDEX | Call by reference | Type reference (TYPE) | I | Index des ersten zu verschiebenden Elements | 20091113 | |||
| 3 | SOURCE_TO_INDEX | Call by reference | Type reference (TYPE) | I | Index des letzten zu verschiebenden Elements | 20091113 | |||
| 4 | TARGET_INDEX | Call by reference | Type reference (TYPE) | I | Index, vor dem eingefügt wird | 20091113 |
Method MOVE_ELEMENTS on class 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 | ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | Name des Attributs | 20130404 | |||
| 2 | INDEX | Call by reference | Type reference (TYPE) | I | 1 | Index des zu bearbeitenden Elements | 20130404 | ||
| 3 | NODE_ID | Call by reference | Type reference (TYPE) | STRING | Id des enthaltenden Knotens | 20130404 | |||
| 4 | VALUE | Value transfer | Type reference (TYPE) | STRING | Neuer Wert des Attributs | 20130404 |
Method RESET_ATTRIBUTE on class 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 | ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20091113 | ||||
| 2 | INDEX | Call by reference | Type reference (TYPE) | I | 1 | 20091113 | |||
| 3 | NODE_ID | Call by reference | Type reference (TYPE) | STRING | 20091113 | ||||
| 4 | VALUE | Call by reference | Type reference (TYPE) | ANY | 20091113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | INDEX | Call by reference | Type reference (TYPE) | I | 1 | 20091113 | |||
| 2 | NODE_ID | Call by reference | Type reference (TYPE) | STRING | 20091113 | ||||
| 3 | VALUE | Call by reference | Type reference (TYPE) | ANY | 20091113 |
Method SET_PRIMARY_ATTRIBUTE on class IF_WD_PERS_TABLE_MODIFIER has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in |