SAP ABAP Interface IF_BS_SOA_PATH (Access to elements in messages via path)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-SOA (Application Component) Enterprise SOA
⤷
BS_SOA_REUSE_COMMON_OBJECTS (Package) Business Suite SOA: Reuseable Tools and Objects
⤷
⤷
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
| Interface | IF_BS_SOA_PATH | |
| Short Description | Access to elements in messages via path |
General Data
| Package | BS_SOA_REUSE_COMMON_OBJECTS | Business Suite SOA: Reuseable Tools and Objects |
| Created | 20090807 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_BS_SOA_PATH has no forward declaration.
Interfaces
Interface IF_BS_SOA_PATH has no interface.
Friends
Interface IF_BS_SOA_PATH has no friend.
Attributes
Interface 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
Interface 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 Interface 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 Interface 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 Interface IF_BS_SOA_PATH has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |