SAP ABAP Class CL_SRTCM_NO_ORDER_PROVIDER (Data Provider for the No Order Test)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-RTA (Application Component) Runtime Analysis
⤷
SRTCM_DATA (Package) Runtime Check Monitor: Data Access
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SRTCM_DATA_PROVIDER | Data Provider Interface | 20130710 |
Properties
| Class | CL_SRTCM_NO_ORDER_PROVIDER | |
| Short Description | Data Provider for the No Order Test | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SRTCM_DATA | Runtime Check Monitor: Data Access |
| Created | 20130702 | SAP |
| Last change | 20141121 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SRTCM_NO_ORDER_PROVIDER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SRTCM_DATA_PROVIDER | Data Provider Interface | 20130710 |
Friends
Class CL_SRTCM_NO_ORDER_PROVIDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SRTCM_DATA_SVC | 20130716 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | 20130830 | ||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SRTCM_RAW_PROVIDER_SVC | 20130830 | ||||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | LIF_STACK_RESOLVER | 20130715 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | 20130710 | ||
| 2 | Static method | Public | Method | 20130710 | ||
| 3 | Instance method | Private | Method | 20131212 | ||
| 4 | Instance method | Private | Method | 20130708 | ||
| 5 | Instance method | Private | Method | 20130712 | ||
| 6 | Instance method | Private | Method | 20130710 |
Events
Class CL_SRTCM_NO_ORDER_PROVIDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_RECORDS | Public | See coding | 20130703 | ty_records TYPE STANDARD TABLE OF srtcm_s_no_order_record WITH NON-UNIQUE DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ONLY_COMMON_DATA | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | 20130830 |
Method CONSTRUCTOR on class CL_SRTCM_NO_ORDER_PROVIDER has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ONLY_COMMON_DATA | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | 20130830 | |||
| 2 | R_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_SRTCM_NO_ORDER_PROVIDER | 20130710 |
Method CREATE on class CL_SRTCM_NO_ORDER_PROVIDER has no exception.
Method GET_RECORDS_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FILTER | Call by reference | Object reference (TYPE REF TO) | IF_SRTCM_SELECTION_FILTER | 20131212 | ||||
| 2 | I_FOR_RECORD_COUNT | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | 20131212 | |||
| 3 | I_SNAPSHOT_ID | Call by reference | Type reference (TYPE) | SRTCM_D_SNAPSHOT_ID | 20131212 | ||||
| 4 | R_RECORDS | Value transfer | Object reference (TYPE REF TO) | DATA | 20131212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131212 |
Method HANDLE_SUBKEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SELECT_INCLUDE_LINE | Call by reference | Type reference (TYPE) | SRTCM_S_COMMON_RECORD-INCLUDE_LINE | 20130708 | ||||
| 2 | E_SELECT_INCLUDE_NAME | Call by reference | Type reference (TYPE) | SRTCM_S_COMMON_RECORD-INCLUDE_NAME | 20130708 | ||||
| 3 | E_SELECT_OBJECT_NAME | Call by reference | Type reference (TYPE) | SRTCM_S_NO_ORDER_RECORD-SELECT_OBJECT_NAME | 20130904 | ||||
| 4 | E_SELECT_OBJECT_TYPE | Call by reference | Type reference (TYPE) | SRTCM_S_NO_ORDER_RECORD-SELECT_OBJECT_TYPE | 20130904 | ||||
| 5 | E_SELECT_PACKAGE | Call by reference | Type reference (TYPE) | SRTCM_S_NO_ORDER_RECORD-SELECT_PACKAGE | 20130904 | ||||
| 6 | E_SELECT_PROGRAM | Call by reference | Type reference (TYPE) | SRTCM_S_COMMON_RECORD-PROG_NAME | 20130708 | ||||
| 7 | E_STATEMENT_TYPE | Call by reference | Type reference (TYPE) | SRTCM_D_NO_ORDER_STMNT_TYPE | 20130708 | ||||
| 8 | I_SUBKEY | Call by reference | Type reference (TYPE) | STRING | 20130708 |
Method HANDLE_SUBKEY on class CL_SRTCM_NO_ORDER_PROVIDER has no exception.
Method STATEMENT_TYPE_TO_STATEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STATEMENT_TYPE | Call by reference | Type reference (TYPE) | SRTCM_D_NO_ORDER_STMNT_TYPE | 20130712 | ||||
| 2 | R_STATEMENT | Value transfer | Type reference (TYPE) | SRTCM_D_NO_ORDER_STMNT | 20130712 |
Method STATEMENT_TYPE_TO_STATEMENT on class CL_SRTCM_NO_ORDER_PROVIDER has no exception.
Method UNPACK_RTM_RECORDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_RECORDS | Call by reference | Type reference (TYPE) | CL_SRTCM_NO_ORDER_PROVIDER=>TY_RECORDS | 20130710 | ||||
| 2 | I_FILTER | Call by reference | Object reference (TYPE REF TO) | CL_SRTCM_NO_ORDER_FILTER | 20130710 | ||||
| 3 | I_FOR_RECORD_COUNT | Call by reference | Type reference (TYPE) | BOOLE_D | 20131212 | ||||
| 4 | I_RTM_RECORDS | Call by reference | Type reference (TYPE) | CL_SRTCM_RTM_PROVIDER=>TY_RECORDS | 20130710 |
Method UNPACK_RTM_RECORDS on class CL_SRTCM_NO_ORDER_PROVIDER has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |