SAP ABAP Class /PLMB/CL_SPI_COLLECTOR_OUTPUT (Collector for messages and properties)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-SPI (Application Component) Service Provider Infrastructure
⤷
/PLMB/BA_SPI_CORE (Package) Service Provider Infrastructure: Core
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /PLMB/CL_SPI_COLLECTOR | Collector for messages and properties | 20100705 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /PLMB/IF_SPI_COLLECTOR_OUTPUT | Collector Output Interface | 20100705 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | /PLMB/IF_SPI_COLLECTOR_OUT_GEN | Collector Output Interface (generic) | 20110215 |
Properties
| Class | /PLMB/CL_SPI_COLLECTOR_OUTPUT | |
| Short Description | Collector for messages and properties | |
| Super Class | /PLMB/CL_SPI_COLLECTOR | Collector for messages and properties |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /PLMB/BA_SPI_CORE | Service Provider Infrastructure: Core |
| Created | 20100705 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /PLMB/IF_SPI_COLLECTOR_OUTPUT | Collector Output Interface | 20100705 | ||
| 2 | /PLMB/IF_SPI_COLLECTOR_OUT_GEN | Collector Output Interface (generic) | 20110215 |
Friends
Class /PLMB/CL_SPI_COLLECTOR_OUTPUT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | YT_CONNECTOR_MAPPING | 20100920 | ||||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | /PLMB/CL_SPI_COLLECTOR_INPUT | Collector for messages and properties | 20110216 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | /PLMB/T_SPI_PRPTY_PULL_OPTIONS | Options for automatic pull of properties | 20101007 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Check options for automatic pull of properties | 20121207 | |
| 2 | Instance method | Public | Constructor | 20100705 | ||
| 3 | Instance method | Public | Method | 20101215 | ||
| 4 | Instance method | Private | Method | Get connector | 20100921 | |
| 5 | Static method | Private | Method | Get connector | 20110615 | |
| 6 | Static method | Public | Method | Remove connector | 20100921 | |
| 7 | Instance method | Public | Method | 20110216 |
Events
Class /PLMB/CL_SPI_COLLECTOR_OUTPUT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_CONNECTOR_MAPPING | Protected | See coding | 20100920 | BEGIN OF ys_connector_mapping,
master_sp_rtid TYPE /plmb/spi_sp_rtid,
subordinate_sp_rtid TYPE /plmb/spi_sp_rtid,
options TYPE /plmb/s_spi_connector_options,
END OF ys_connector_mapping
|
||
| 2 | YT_CONNECTOR_MAPPING | Protected | See coding | 20100920 | yt_connector_mapping TYPE SORTED TABLE OF ys_connector_mapping
WITH NON-UNIQUE KEY master_sp_rtid
WITH UNIQUE SORTED KEY subordinate_sp_rtid
COMPONENTS subordinate_sp_rtid
|
Method Signatures
Method CHECK_PRPTY_PULL_OPTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_PULL_OPTIONS | Call by reference | Type reference (TYPE) | /PLMB/S_SPI_PRPTY_PULL_OPTIONS | Options for automatic pull of properties | 20121207 |
Method CHECK_PRPTY_PULL_OPTIONS on class /PLMB/CL_SPI_COLLECTOR_OUTPUT has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONNECTOR | Call by reference | Object reference (TYPE REF TO) | /PLMB/CL_SPI_CONNECTOR | Application Access Interface | 20100705 | |||
| 2 | IO_MASTER_CONNECTOR | Call by reference | Object reference (TYPE REF TO) | /PLMB/CL_SPI_CONNECTOR | Application Access Interface | 20100921 | |||
| 3 | IO_MP | Call by reference | Object reference (TYPE REF TO) | /PLMB/CL_SPI_METADATA | Metadata | 20100705 | |||
| 4 | IS_OPTIONS | Call by reference | Type reference (TYPE) | /PLMB/S_SPI_CONNECTOR_OPTIONS | Connector Options | 20100705 | |||
| 5 | IV_ABBID | Call by reference | Type reference (TYPE) | /PLMB/SPI_ABBID | Application Building Block ID | 20100705 | |||
| 6 | IV_SP_RTID | Call by reference | Type reference (TYPE) | /PLMB/SPI_SP_RTID | Service Provider Runtime Identifier | 20100705 |
Method CONSTRUCTOR on class /PLMB/CL_SPI_COLLECTOR_OUTPUT has no exception.
Method EVALUATE_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SP_CALL_SUCCESSFUL | Call by reference | Type reference (TYPE) | BOOLE_D | The service providercall was successful | 20110413 |
Method EVALUATE_CONTENT on class /PLMB/CL_SPI_COLLECTOR_OUTPUT has no exception.
Method GET_CONNECTOR_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CONNECTOR_MAPPING | Call by reference | Type reference (TYPE) | YT_CONNECTOR_MAPPING | 20100921 | ||||
| 2 | IV_ADD_MASTER_TO_MASTER_ENTRY | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | 20110610 | |||
| 3 | IV_MASTER_SP_RTID | Call by reference | Type reference (TYPE) | /PLMB/SPI_SP_RTID | 20110607 |
Method GET_CONNECTOR_MAPPING on class /PLMB/CL_SPI_COLLECTOR_OUTPUT has no exception.
Method GET_CONNECTOR_MAPPING_ROOT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SP_RTID | Call by reference | Type reference (TYPE) | /PLMB/SPI_SP_RTID | 20110615 | ||||
| 2 | RV_SP_RTID_ROOT | Value transfer | Type reference (TYPE) | /PLMB/SPI_SP_RTID | Service Provider Runtime Identifier | 20110615 |
Method GET_CONNECTOR_MAPPING_ROOT on class /PLMB/CL_SPI_COLLECTOR_OUTPUT has no exception.
Method REMOVE_CONNECTOR_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SP_RTID | Call by reference | Type reference (TYPE) | /PLMB/SPI_SP_RTID | Service Provider Runtime Identifier | 20110607 |
Method REMOVE_CONNECTOR_MAPPING on class /PLMB/CL_SPI_COLLECTOR_OUTPUT has no exception.
Method SET_INPUT_COLLECTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COLLECTOR_INPUT | Call by reference | Object reference (TYPE REF TO) | /PLMB/CL_SPI_COLLECTOR_INPUT | Collector for messages and properties | 20110216 |
Method SET_INPUT_COLLECTOR on class /PLMB/CL_SPI_COLLECTOR_OUTPUT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |