SAP ABAP Class IF_FSL_LOGICAL_PORT_HELPER (Access to Logical Ports)
Properties
Class | IF_FSL_LOGICAL_PORT_HELPER | |
Short Description | Access to Logical Ports | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20070701 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_FSL_LOGICAL_PORT_HELPER has no interface implemented.
Friends
Class IF_FSL_LOGICAL_PORT_HELPER has no friend class.
Attributes
Class IF_FSL_LOGICAL_PORT_HELPER has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Supplies Configured Logical Ports of an Interface | 20070701 |
2 | ![]() |
Instance method | Public | Method | Supplies Configured Logical Ports of an Interface (BDMH) | 20070701 |
Events
Class 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 | ![]() |
I_INTERFACE | Call by reference | Type reference (TYPE) | IF_FSL_LOGICAL_PORT_HELPER=>INTERFACE_NAME | 20070701 | |||
2 | ![]() |
I_NAMESPACE | Call by reference | Type reference (TYPE) | IF_FSL_LOGICAL_PORT_HELPER=>NAMESPACE | 20070701 | |||
3 | ![]() |
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 | ![]() |
Interner Fehler in Service Implementierung | 20070701 | |
2 | ![]() |
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 | ![]() |
I_BDMH | Call by reference | Type reference (TYPE) | ANY | 20070701 | |||
2 | ![]() |
I_INTERFACE | Call by reference | Type reference (TYPE) | IF_FSL_LOGICAL_PORT_HELPER=>INTERFACE_NAME | 20070701 | |||
3 | ![]() |
I_NAMESPACE | Call by reference | Type reference (TYPE) | IF_FSL_LOGICAL_PORT_HELPER=>NAMESPACE | 20070701 | |||
4 | ![]() |
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 | ![]() |
Interner Fehler in Service Implementierung | 20070701 | |
2 | ![]() |
Fehlerhafter Parameter | 20070701 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |