SAP ABAP Class CL_CI_SCAN_PROCS (Test)
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
⤷
⤷
Properties
| Class | CL_CI_SCAN_PROCS | |
| Short Description | Test | |
| Super Class | ||
| 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 | 20120726 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CI_SCAN_PROCS has no forward declaration.
Interfaces
Class CL_CI_SCAN_PROCS has no interface implemented.
Friends
Class CL_CI_SCAN_PROCS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | I | 20120726 | ||||
| 2 | Instance attribute | Protected | Type reference (TYPE) | I | 20120726 | ||||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_CI_SCAN_PROCS | 20120726 | ||||
| 4 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_CI_SCAN | 20120726 | ||||
| 5 | Instance attribute | Protected | Type reference (TYPE) | I | 20120726 | ||||
| 6 | Instance attribute | Protected | Type reference (TYPE) | I | 20120726 | ||||
| 7 | Instance attribute | Public | Type reference (TYPE) | T_PROCS | 20120726 | ||||
| 8 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CI_SCAN | 20120726 | ||||
| 9 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20120726 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20120726 | ||
| 2 | Instance method | Public | Constructor | 20120726 | ||
| 3 | Static method | Public | Method | 20120726 | ||
| 4 | Instance method | Protected | Method | 20120726 | ||
| 5 | Instance method | Protected | Method | 20120726 |
Events
Class CL_CI_SCAN_PROCS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_PROCS | Public | See coding | 20120726 | T_PROCS type sorted table of T_PROC_ENTRY with non-unique key PROC_ID-PROGRAM PROC_ID-PROC_TYPE PROC_ID-PROC_NAME
|
||
| 2 | T_PROC_ENTRY | Public | See coding | 20120726 | begin of T_PROC_ENTRY,
PROC_ID type T_PROC_ID,
KIND type SYCHAR01,
INCLUDE type PROGRAM,
LINE_FROM type I,
LINE_TO type I,
COL_FROM type I,
COL_TO type I,
CRC type SCI_CRC64,
end of T_PROC_ENTRY
|
||
| 3 | T_PROC_ID | Public | See coding | 20120726 | begin of T_PROC_ID,
PROGRAM type PROGRAM,
PROC_TYPE type SYCHAR04,
PROC_NAME type STRING,
end of T_PROC_ID
|
Method Signatures
Method AT_SELECTION_SCREEN_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_RESULT | Value transfer | Type reference (TYPE) | STRING | 20120726 |
Method AT_SELECTION_SCREEN_NAME on class CL_CI_SCAN_PROCS has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_REF_SCAN | Call by reference | Object reference (TYPE REF TO) | CL_CI_SCAN | 20120726 |
Method CONSTRUCTOR on class CL_CI_SCAN_PROCS has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_REF | Value transfer | Object reference (TYPE REF TO) | CL_CI_SCAN_PROCS | 20120726 | ||||
| 2 | P_REF_SCAN | Call by reference | Object reference (TYPE REF TO) | CL_CI_SCAN | 20120726 |
Method CREATE on class CL_CI_SCAN_PROCS has no exception.
Method SCAN_PROCEDURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_PROC_NAME | Call by reference | Type reference (TYPE) | STRING | 20120726 | ||||
| 2 | P_PROC_TYPE | Call by reference | Type reference (TYPE) | SYCHAR04 | 20120726 |
Method SCAN_PROCEDURE on class CL_CI_SCAN_PROCS has no exception.
Method SCAN_PROGRAM Signature
Method SCAN_PROGRAM on class CL_CI_SCAN_PROCS has no parameter.
Method SCAN_PROGRAM on class CL_CI_SCAN_PROCS has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |