SAP ABAP Class CL_CI_TEST_SEARCH_DB_OPS (Code Inspector: Analyze nested SELECTs)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
S_CODE_INSPECTOR_TESTS_LA (Package) Code Inspector tests related to the ABAP language

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_CI_TEST_ABAP_COMP_PROCS | Code Inspector: Test Based on CL_ABAP_COMP_PROCS | 20121211 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_CI_TEST_SEARCH_DB_OPS_IN_PC | search db ops in pool cluster tables | 20130701 |
Properties
Class | CL_CI_TEST_SEARCH_DB_OPS | |
Short Description | Code Inspector: Analyze nested SELECTs | |
Super Class | CL_CI_TEST_ABAP_COMP_PROCS | Code Inspector: Test Based on CL_ABAP_COMP_PROCS |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_CODE_INSPECTOR_TESTS_LA | Code Inspector tests related to the ABAP language |
Created | 20121211 | SAP |
Last change | 20140121 | 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) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_CI_TEST_SEARCH_DB_OPS has no interface implemented.
Friends
Class CL_CI_TEST_SEARCH_DB_OPS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | SCI_ERRC | 'CLOSE' | Code Inspector: ID for Message Code | 20121218 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | SCI_ERRC | 'CLOSE_WO' | 20130205 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | SCI_ERRC | 'DELETE' | Code Inspector: ID for Message Code | 20121213 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | SCI_ERRC | 'EXEC_SQL' | Code Inspector: ID for Message Code | 20130221 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | SCI_ERRC | 'EXPORT_DB' | Code Inspector: ID for Message Code | 20130321 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | SCI_ERRC | 'FETCH' | 20121213 | ||
7 | ![]() |
Constant | Public | Type reference (TYPE) | SCI_ERRC | 'FETCH_WO' | 20130205 | ||
8 | ![]() |
Constant | Public | Type reference (TYPE) | SCI_ERRC | 'IMPORT_DB' | Code Inspector: ID for Message Code | 20130321 | |
9 | ![]() |
Constant | Public | Type reference (TYPE) | SCI_ERRC | 'INSERT' | 20121213 | ||
10 | ![]() |
Constant | Public | Type reference (TYPE) | SCI_ERRC | 'MODIFY' | 20121213 | ||
11 | ![]() |
Constant | Public | Type reference (TYPE) | SCI_ERRC | 'LOOP_OBS' | Code Inspector: ID for Message Code | 20130225 | |
12 | ![]() |
Constant | Public | Type reference (TYPE) | SCI_ERRC | 'READ_OBS' | Code Inspector: ID for Message Code | 20130225 | |
13 | ![]() |
Constant | Public | Type reference (TYPE) | SCI_ERRC | 'OPEN' | 20121213 | ||
14 | ![]() |
Constant | Public | Type reference (TYPE) | SCI_ERRC | 'SELECT' | 20121213 | ||
15 | ![]() |
Constant | Public | Type reference (TYPE) | SCI_ERRC | 'UPDATE' | 20121213 | ||
16 | ![]() |
Constant | Private | Type reference (TYPE) | SEOCLSNAME | 'CL_CI_TEST_SEARCH_DB_OPS' | 20121211 | ||
17 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | SYCHAR01 | 20121211 | |||
18 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | SCIT_TABL | 20121211 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20121211 |
Events
Class CL_CI_TEST_SEARCH_DB_OPS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_CALL_STACK | Public | Type reference (TYPE) | SCIT_SOURCE_LINK | 20121211 |
|
|
2 | T_CALL_STACK_ENTRY | Public | Type reference (TYPE) | SCIS_SOURCE_LINK | 20121211 |
|
|
3 | T_DETAILS | Public | See coding | 20121211 | begin of T_DETAILS,
TABNAME type TABNAME,
PROC_POS type SCIS_PROC_POS,
INCLUDE type PROGRAM,
LINE type I,
end of T_DETAILS
|
||
4 | T_DETAILS_LIST | Public | See coding | 20121211 | T_DETAILS_LIST type standard table of T_DETAILS
|
||
5 | T_DETAILS_SHOW | Public | See coding | 20121211 | begin of T_DETAILS_SHOW,
OPERATION type SCI_OPERATION,
TABNAME type TABNAME,
PROGRAM type PROGRAM,
PROC_TYPE type SCI_PROC_TYPE,
PROC_NAME type SCI_PROC_NAME,
PROC_OP_LINE type SCI_PROC_OP_LINE,
INCLUDE type PROGRAM,
LINE type I,
end of T_DETAILS_SHOW
|
||
6 | T_DETAILS_SHOW_LIST | Public | See coding | 20121211 | T_DETAILS_SHOW_LIST type standard table of T_DETAILS_SHOW
|
||
7 | T_STACK_MSG | Public | Type reference (TYPE) | SCIS_SOURCE_LINK | 20121211 |
|
|
8 | T_STACK_MSGS | Public | Type reference (TYPE) | SCIT_SOURCE_LINK | 20121211 |
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_CI_TEST_SEARCH_DB_OPS has no parameter.
Method CONSTRUCTOR on class CL_CI_TEST_SEARCH_DB_OPS has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |