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 FIRST_TOKEN_COL Instance attribute Protected Type reference (TYPE) I 20120726
2 FIRST_TOKEN_LINE Instance attribute Protected Type reference (TYPE) I 20120726
3 LAST Static Attribute Private Object reference (TYPE REF TO) CL_CI_SCAN_PROCS 20120726
4 LAST_REF_SCAN Static Attribute Private Object reference (TYPE REF TO) CL_CI_SCAN 20120726
5 LAST_TOKEN_COL Instance attribute Protected Type reference (TYPE) I 20120726
6 LAST_TOKEN_LINE Instance attribute Protected Type reference (TYPE) I 20120726
7 PROCS Instance attribute Public Type reference (TYPE) T_PROCS 20120726
8 REF_SCAN Instance attribute Protected Object reference (TYPE REF TO) CL_CI_SCAN 20120726
9 START_OF_SELECTION Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20120726
Methods
# Method Level Visibility Method type Description Created on
1 AT_SELECTION_SCREEN_NAME Instance method Private Method 20120726
2 CONSTRUCTOR Instance method Public Constructor 20120726
3 CREATE Static method Public Method 20120726
4 SCAN_PROCEDURE Instance method Protected Method 20120726
5 SCAN_PROGRAM 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 Returning 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 Importing 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 Returning P_REF Value transfer Object reference (TYPE REF TO) CL_CI_SCAN_PROCS 20120726
2 Importing 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 Importing P_PROC_NAME Call by reference Type reference (TYPE) STRING 20120726
2 Importing 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