SAP ABAP Class CL_CI_TEST_SELECT_NESTED (CI: SELECTs in Loops)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
⤷
S_CODE_INSPECTOR (Package) ABAP Source Code Analysis

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_CI_TEST_SELECT_TAW | Code Inspector: Find Table Names and WHERE Conds for SELECT | 20120622 |
Properties
Class | CL_CI_TEST_SELECT_NESTED | |
Short Description | CI: SELECTs in Loops | |
Super Class | CL_CI_TEST_SELECT_TAW | Code Inspector: Find Table Names and WHERE Conds for SELECT |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_CODE_INSPECTOR | ABAP Source Code Analysis |
Created | 20010321 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_CI_TEST_SELECT_NESTED has no forward declaration.
Interfaces
Class CL_CI_TEST_SELECT_NESTED has no interface implemented.
Friends
Class CL_CI_TEST_SELECT_NESTED has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | SEOCLSNAME | 'CL_CI_TEST_SELECT_NESTED' | 20030711 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FLAG | Counts all SELECTS | 20120622 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FLAG | Distinguishes SELECT, SELECT SINGLE, JOIN | 20120622 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FLAG | Single messages for all SELECTS in loop | 20120622 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FLAG | Messages for SELECTs on non-buffered tables in loops | 20120622 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FLAG | No single messages | 20120622 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LTYPE_COUNTER | 20120622 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20010321 |
2 | ![]() |
Instance method | Private | Method | 20120622 | |
3 | ![]() |
Instance method | Protected | Method | 20010321 |
Events
Class CL_CI_TEST_SELECT_NESTED has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LTYPE_BUFF | Private | See coding | 20120622 | begin of ltype_buff,
nobuff type i,
isbuff type i,
dyname type i,
end of ltype_buff
|
||
2 | LTYPE_COUNTER | Private | See coding | 20120622 | begin of ltype_counter,
total type i,
detail type ltype_loop,
end of ltype_counter
|
||
3 | LTYPE_LOOP | Private | See coding | 20120622 | begin of ltype_loop,
outside_total type i,
outside_detail type ltype_type,
loop_total type i,
loop_detail type ltype_type,
doloop_total type i,
doloop_detail type ltype_type,
selloop_total type i,
selloop_detail type ltype_type,
end of ltype_loop
|
||
4 | LTYPE_TYPE | Private | See coding | 20120622 | begin of ltype_type,
join_total type i,
join_detail type ltype_buff,
selsng_total type i,
selsng_detail type ltype_buff,
select_total type i,
select_detail type ltype_buff,
end of ltype_type
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_CI_TEST_SELECT_NESTED has no parameter.
Method CONSTRUCTOR on class CL_CI_TEST_SELECT_NESTED has no exception.
Method COUNT_SELECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_BUFF | Call by reference | Type reference (TYPE) | I | 20120622 | |||
2 | ![]() |
I_LOOP | Call by reference | Type reference (TYPE) | I | 20120622 | |||
3 | ![]() |
I_TYPE | Call by reference | Type reference (TYPE) | I | 20120622 |
Method COUNT_SELECT on class CL_CI_TEST_SELECT_NESTED has no exception.
Method GET_STMNT_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_STMNT_NAME | Value transfer | Type reference (TYPE) | CHAR20 | Char 20 | 20010321 | ||
2 | ![]() |
P_STMNT_TYPE | Call by reference | Type reference (TYPE) | STMNT_TYPE | Typ einer Anweisung (EXEC SQL, INCLUDE, Makro, ..., Rest) | 20010321 |
Method GET_STMNT_NAME on class CL_CI_TEST_SELECT_NESTED has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 610 |