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 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
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 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 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 Importing 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 Importing 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