SAP ABAP Class CL_RD_PLSRV (Receiver Determination Pipeline Service)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-XI-IBC-ROU (Application Component) Routing
⤷
SAI_ROUTING_II (Package) XI: Routing Directory

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_PLSRV_SUPPORT_DETAILS | Support-Details Interface for Pipeline Services | 20040916 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_XMS_MAIN_CONST | XMS: Constants | 20030405 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_XMS_PLSRV | XMS Pipeline Service Interface | 20030405 |
Properties
Class | CL_RD_PLSRV | |
Short Description | Receiver Determination Pipeline Service | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SAI_ROUTING_II | XI: Routing Directory |
Created | 20030405 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RD_PLSRV has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_PLSRV_SUPPORT_DETAILS | Support-Details Interface for Pipeline Services | 20040916 | ||
2 | IF_XMS_MAIN_CONST | XMS: Constants | 20030405 | ||
3 | IF_XMS_PLSRV | XMS Pipeline Service Interface | 20030405 |
Friends
Class CL_RD_PLSRV has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'CL_RD_PLSRV-ENTER_PLSRV' | Name of Implementing Class Method | 20030405 | |
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_XMS_MESSAGE_XMB | Higher Level Message Interface | 20030405 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_RD_SRCV_CACHE_TAB | Buffer for Services for Receiver Determination | 20070201 | ||
4 | ![]() |
Static Attribute | Private | Type reference (TYPE) | PRX_SYSTEM | Logical System | 20030405 | ||
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_XMS_TRACE | XMS: Trace | 20030405 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SXMSTRCLEV | Integration Engine: Trace Level | 20030405 |
Methods
Class CL_RD_PLSRV has no method.
Events
Class CL_RD_PLSRV has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_RD_SRCV_CACHE_TAB | Private | See coding | Buffer for Services for Receiver Determination | 20070201 | ty_rd_srcv_cache_tab TYPE STANDARD TABLE OF ty_rd_srvc_cache
|
|
2 | TY_RD_SRVC_CACHE | Private | See coding | Buffered Service for Receiver Determination | 20070201 | BEGIN OF ty_rd_srvc_cache,
from_party TYPE sxi_from_party,
from_service TYPE sxi_from_service,
from_action_ns TYPE sxi_from_action_ns,
from_action TYPE sxi_from_action,
to_party TYPE sxi_to_party,
to_service TYPE sxi_to_service,
obj TYPE REF TO cl_rd_srvc,
END OF ty_rd_srvc_cache
|
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 640 |