SAP ABAP Class /PLMB/CL_SPI_QUERY_FACTORY (SPI Query Adapter Factory)
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
⤷
⤷
Properties
| Class | /PLMB/CL_SPI_QUERY_FACTORY | |
| Short Description | SPI Query Adapter Factory | |
| Super Class | ||
| 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 | 20100511 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /PLMB/CL_SPI_QUERY_FACTORY has no forward declaration.
Interfaces
Class /PLMB/CL_SPI_QUERY_FACTORY has no interface implemented.
Friends
Class /PLMB/CL_SPI_QUERY_FACTORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | See coding | 20100701 | |||||
| 2 | Static Attribute | Private | Type reference (TYPE) | LTY_ADAPTER_TAB | Query Adapters | 20100511 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Get node | 20100511 |
Events
Class /PLMB/CL_SPI_QUERY_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_ADAPTER_STR | Private | See coding | 20100511 | BEGIN OF lty_adapter_str,
query_type TYPE /plmb/spi_query_type,
adapter TYPE REF TO /plmb/if_spi_query_adapter,
END OF lty_adapter_str
|
||
| 2 | LTY_ADAPTER_TAB | Private | See coding | 20100511 | lty_adapter_tab TYPE SORTED TABLE OF lty_adapter_str WITH UNIQUE KEY query_type
|
Method Signatures
Method GET_ADAPTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_QUERY_TYPE | Call by reference | Type reference (TYPE) | /PLMB/SPI_QUERY_TYPE | Query Type | 20100511 | |||
| 2 | RO_QUERY_ADAPTER | Value transfer | Object reference (TYPE REF TO) | /PLMB/IF_SPI_QUERY_ADAPTER | Query Adapter | 20100511 |
Method GET_ADAPTER on class /PLMB/CL_SPI_QUERY_FACTORY has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |