SAP ABAP Class IF_BS_SOA_PATH (Access to elements in messages via path)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BS_SOA_PATH_COMMON | Path for field access of BDMH and LOG | 20090807 |
Properties
| Class | IF_BS_SOA_PATH | |
| Short Description | Access to elements in messages via path | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20090807 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_BS_SOA_PATH has no forward declaration.
Interfaces
Class IF_BS_SOA_PATH has no interface implemented.
Friends
Class IF_BS_SOA_PATH has no friend class.
Attributes
Class IF_BS_SOA_PATH has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get path for access of an element | 20090807 | |
| 2 | Instance method | Public | Method | Set path to access one element | 20090807 | |
| 3 | Instance method | Public | Method | Set provided list of path to access several elements | 20090807 |
Events
Class IF_BS_SOA_PATH has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_PATH | Public | See coding | 20090807 | tt_path TYPE STANDARD TABLE OF ty_path
|
||
| 2 | TY_PATH | Public | See coding | 20090807 | BEGIN OF ty_path,
element(10) TYPE c,
path TYPE string,
END OF ty_path
|
Method Signatures
Method GET_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ELEMENT | Call by reference | Type reference (TYPE) | CSEQUENCE | 20090807 | ||||
| 2 | RV_PATH | Value transfer | Type reference (TYPE) | STRING | 20090807 |
Method GET_PATH on class IF_BS_SOA_PATH has no exception.
Method SET_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_PATH | Call by reference | Type reference (TYPE) | TY_PATH | 20090807 |
Method SET_PATH on class IF_BS_SOA_PATH has no exception.
Method SET_PATH_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PATH | Call by reference | Type reference (TYPE) | TT_PATH | 20090807 |
Method SET_PATH_LIST on class IF_BS_SOA_PATH has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |