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 GET_PATH Instance method Public Method Get path for access of an element 20090807
2 SET_PATH Instance method Public Method Set path to access one element 20090807
3 SET_PATH_LIST 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 Importing IV_ELEMENT Call by reference Type reference (TYPE) CSEQUENCE 20090807
2 Returning 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 Importing 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 Importing 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