SAP ABAP Interface IF_FSL_LOGICAL_PORT_HELPER (Access to Logical Ports)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   FS (Application Component) Financial Services
     FSL_UTILITIES (Package) Auxiliary Functions
Properties
Interface IF_FSL_LOGICAL_PORT_HELPER  
Short Description Access to Logical Ports    
General Data
Package FSL_UTILITIES   Auxiliary Functions 
Created 20070701   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_FSL_LOGICAL_PORT_HELPER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_FSL_LOGICAL_PORT_HELPER has no interface.
Friends
Interface IF_FSL_LOGICAL_PORT_HELPER has no friend.
Attributes
Interface IF_FSL_LOGICAL_PORT_HELPER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_LOGICAL_PORTS Instance method Public Method Supplies Configured Logical Ports of an Interface 20070701
2 GET_LOGICAL_PORTS_BY_BDMH Instance method Public Method Supplies Configured Logical Ports of an Interface (BDMH) 20070701
Events
Interface IF_FSL_LOGICAL_PORT_HELPER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 INTERFACE_NAME Public See coding 20070701 interface_name type c length 120
2 LOGICAL_PORT Public See coding 20070701 logical_port type c length 60
3 LOGICAL_PORT_INFO Public See coding 20070701 begin of logical_port_info, from type if_fsl_logical_port_helper=>normalized_address, to type if_fsl_logical_port_helper=>normalized_address, logical_port type if_fsl_logical_port_helper=>logical_port, end of logical_port_info
4 NAMESPACE Public See coding 20070701 namespace type c length 255
5 NORMALIZED_ADDRESS Public See coding 20070701 begin of normalized_address, service type if_fsl_logical_port_helper=>service, party type if_fsl_logical_port_helper=>party, end of normalized_address
6 PARTY Public See coding 20070701 party type c length 60
7 SERVICE Public See coding 20070701 service type c length 60
8 TAB_LOGICAL_PORT_INFO Public See coding 20070701 tab_logical_port_info type standard table of logical_port_info with default key
9 TAB_NORMALIZED_ADDRESSES Public See coding 20070701 tab_normalized_addresses type standard table of normalized_address with default key
Method Signatures

Method GET_LOGICAL_PORTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INTERFACE Call by reference Type reference (TYPE) IF_FSL_LOGICAL_PORT_HELPER=>INTERFACE_NAME 20070701
2 Importing I_NAMESPACE Call by reference Type reference (TYPE) IF_FSL_LOGICAL_PORT_HELPER=>NAMESPACE 20070701
3 Returning R_TAB_LOGICAL_PORTS Value transfer Type reference (TYPE) IF_FSL_LOGICAL_PORT_HELPER=>TAB_LOGICAL_PORT_INFO 20070702
# Exception Resumable Description Created on
1 CX_FSL_INTERNAL_ERROR Interner Fehler in Service Implementierung 20070701
2 CX_FSL_INVALID_PARAMETER Fehlerhafter Parameter 20070701

Method GET_LOGICAL_PORTS_BY_BDMH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BDMH Call by reference Type reference (TYPE) ANY 20070701
2 Importing I_INTERFACE Call by reference Type reference (TYPE) IF_FSL_LOGICAL_PORT_HELPER=>INTERFACE_NAME 20070701
3 Importing I_NAMESPACE Call by reference Type reference (TYPE) IF_FSL_LOGICAL_PORT_HELPER=>NAMESPACE 20070701
4 Returning R_TAB_LOGICAL_PORTS Value transfer Type reference (TYPE) IF_FSL_LOGICAL_PORT_HELPER=>TAB_LOGICAL_PORT_INFO 20070702
# Exception Resumable Description Created on
1 CX_FSL_INTERNAL_ERROR Interner Fehler in Service Implementierung 20070701
2 CX_FSL_INVALID_PARAMETER Fehlerhafter Parameter 20070701
History
Last changed by/on SAP  20110908 
SAP Release Created in 200