Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DMC_CODE_SCAN | scan generated code for tokens | 20140123 |
Properties
| Class | CL_DMC_CODE_SCAN_IUUC | |
| Short Description | scan gen. coding for critical tokens | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CNV_DMC_CODE_SCAN | Scan generated coding for specific tokens |
| Created | 20140123 | SAP |
| Last change | 20141030 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_DMC_CODE_SCAN_IUUC has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_DMC_CODE_SCAN | scan generated code for tokens | 20140123 |
Friends
Class CL_DMC_CODE_SCAN_IUUC has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | DMC_CODE_SCAN_CODING_TAB | Code scanner coding | 20140123 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | DMC_CODE_SCAN_CODING_TAB | Code scanner coding | 20140123 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | TABNAME | boolean variable (X=true, -=false, space=unknown) | 20140123 | |||
| 4 | Instance attribute | Private | See coding | 20140123 | |||||
| 5 | Instance attribute | Private | See coding | 20140123 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | check for critical CALL tokens | 20140123 | |
| 2 | Instance method | Private | Method | check for MACRO code | 20140123 | |
| 3 | Instance method | Private | Method | check for COMMIT token | 20140124 | |
| 4 | Instance method | Private | Method | check for critical CREATE tokens | 20140123 | |
| 5 | Instance method | Private | Method | check for critical MACROs | 20140123 | |
| 6 | Instance method | Private | Method | check for critical DELETE tokens | 20140123 | |
| 7 | Instance method | Private | Method | check for critical EXPORT tokens | 20140123 | |
| 8 | Instance method | Private | Method | check for critical GET tokens | 20140123 | |
| 9 | Instance method | Private | Method | check for critical IMPORT tokens | 20140123 | |
| 10 | Instance method | Private | Method | check for critical INCLUDES | 20140123 | |
| 11 | Instance method | Private | Method | check for critical INSERT tokens | 20140123 | |
| 12 | Instance method | Private | Method | check for critical MODIFY tokens | 20140124 | |
| 13 | Instance method | Public | Method | 20140123 | ||
| 14 | Instance method | Public | Method | 20140123 | ||
| 15 | Instance method | Private | Method | check for critical OPEN tokens | 20140123 | |
| 16 | Instance method | Private | Method | check for semi-critical OTHER tokens | 20140123 | |
| 17 | Instance method | Private | Method | check for valid parameters | 20140127 | |
| 18 | Instance method | Private | Method | check for critical READ tokens | 20140123 | |
| 19 | Instance method | Private | Method | check for valid report name | 20140127 | |
| 20 | Instance method | Private | Method | check for entry in IUUC_TAB_ALLOWED | 20140123 | |
| 21 | Instance method | Private | Method | check for critical DELETE tokens | 20140123 | |
| 22 | Instance method | Public | Method | 20140123 | ||
| 23 | Instance method | Public | Constructor | CONSTRUCTOR | 20140123 | |
| 24 | Instance method | Private | Method | read report to save coding | 20140123 | |
| 25 | Instance method | Private | Method | abap scan code | 20140123 | |
| 26 | Instance method | Public | Method | 20140123 | ||
| 27 | Instance method | Public | Method | 20140123 |
Events
Class CL_DMC_CODE_SCAN_IUUC has no event.
Types
Class CL_DMC_CODE_SCAN_IUUC has no local type.
Method Signatures
Method CHECK_CALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_STATEMENT | Call by reference | Type reference (TYPE) | SSTMNT | Description of an ABAP/4 source analysis statement | 20140123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | static check exception class | 20140123 |
Method CHECK_CODE_MACRO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_STATEMENT | Call by reference | Type reference (TYPE) | SSTMNT | Description of an ABAP/4 source analysis statement | 20140123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | static check exception class | 20140123 |
Method CHECK_COMMIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_STATEMENT | Call by reference | Type reference (TYPE) | SSTMNT | Description of an ABAP/4 source analysis statement | 20140124 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | static check exception class | 20140124 |
Method CHECK_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_STATEMENT | Call by reference | Type reference (TYPE) | SSTMNT | Description of an ABAP/4 source analysis statement | 20140123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | static check exceoption class | 20140123 |
Method CHECK_DEFINE_MACRO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_STATEMENT | Call by reference | Type reference (TYPE) | SSTMNT | Description of an ABAP/4 source analysis statement | 20140123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | static check exceoption class | 20140123 |
Method CHECK_DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_STATEMENT | Call by reference | Type reference (TYPE) | SSTMNT | Description of an ABAP/4 source analysis statement | 20140123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | static check exception class | 20140123 |
Method CHECK_EXPORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_STATEMENT | Call by reference | Type reference (TYPE) | SSTMNT | Description of an ABAP/4 source analysis statement | 20140123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | static check exception class | 20140123 |
Method CHECK_GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_STATEMENT | Call by reference | Type reference (TYPE) | SSTMNT | Description of an ABAP/4 source analysis statement | 20140123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | static check exception class | 20140123 |
Method CHECK_IMPORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_STATEMENT | Call by reference | Type reference (TYPE) | SSTMNT | Description of an ABAP/4 source analysis statement | 20140123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | static check exceoption class | 20140123 |
Method CHECK_INCLUDES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_STATEMENT | Call by reference | Type reference (TYPE) | SSTMNT | Description of an ABAP/4 source analysis statement | 20140123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | static check exception class | 20140123 |
Method CHECK_INSERT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_STATEMENT | Call by reference | Type reference (TYPE) | SSTMNT | Description of an ABAP/4 source analysis statement | 20140123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | static check exceoption class | 20140123 |
Method CHECK_MODIFY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_STATEMENT | Call by reference | Type reference (TYPE) | SSTMNT | Description of an ABAP/4 source analysis statement | 20140124 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | static check exception class | 20140124 |
Method CHECK_NAMING_FUNC Signature
Method CHECK_NAMING_FUNC on class CL_DMC_CODE_SCAN_IUUC has no parameter.
Method CHECK_NAMING_FUNC on class CL_DMC_CODE_SCAN_IUUC has no exception.
Method CHECK_NAMING_POOL Signature
Method CHECK_NAMING_POOL on class CL_DMC_CODE_SCAN_IUUC has no parameter.
Method CHECK_NAMING_POOL on class CL_DMC_CODE_SCAN_IUUC has no exception.
Method CHECK_OPEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_STATEMENT | Call by reference | Type reference (TYPE) | SSTMNT | Description of an ABAP/4 source analysis statement | 20140123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | static check exceoption class | 20140123 |
Method CHECK_OTHER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_STATEMENT | Call by reference | Type reference (TYPE) | SSTMNT | Description of an ABAP/4 source analysis statement | 20140123 | |||
| 2 | IV_TOKEN_STR | Call by reference | Type reference (TYPE) | STRING | 20140123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | static check exceoption class | 20140123 |
Method CHECK_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_STATEMENT | Call by reference | Type reference (TYPE) | SSTMNT | Description of an ABAP/4 source analysis statement | 20140127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | static check exceoption class | 20140127 |
Method CHECK_READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_STATEMENT | Call by reference | Type reference (TYPE) | SSTMNT | Description of an ABAP/4 source analysis statement | 20140123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | static check exception class | 20140123 |
Method CHECK_REPORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_STATEMENT | Call by reference | Type reference (TYPE) | SSTMNT | Description of an ABAP/4 source analysis statement | 20140127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | static check exception class | 20140127 |
Method CHECK_SELECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_STATEMENT | Call by reference | Type reference (TYPE) | SSTMNT | Description of an ABAP/4 source analysis statement | 20140123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | static check exception class | 20140123 |
Method CHECK_UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_STATEMENT | Call by reference | Type reference (TYPE) | SSTMNT | Description of an ABAP/4 source analysis statement | 20140123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | static check exception class | 20140123 |
Method COMPARE_CODE_LCL Signature
Method COMPARE_CODE_LCL on class CL_DMC_CODE_SCAN_IUUC has no parameter.
Method COMPARE_CODE_LCL on class CL_DMC_CODE_SCAN_IUUC has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CODING | Call by reference | Type reference (TYPE) | DMC_CODE_SCAN_CODING_TAB | Code scanner coding | 20140123 | |||
| 2 | IV_REPORT_NAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20140123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | static check exceoption class | 20140123 |
Method READ_CODING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_REPORT_NAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20140123 |
Method READ_CODING on class CL_DMC_CODE_SCAN_IUUC has no exception.
Method SCAN_CODE Signature
Method SCAN_CODE on class CL_DMC_CODE_SCAN_IUUC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | static check exception class | 20140123 |
Method SCAN_STATEMENTS Signature
Method SCAN_STATEMENTS on class CL_DMC_CODE_SCAN_IUUC has no parameter.
Method SCAN_STATEMENTS on class CL_DMC_CODE_SCAN_IUUC has no exception.
Method SCAN_TOKENS Signature
Method SCAN_TOKENS on class CL_DMC_CODE_SCAN_IUUC has no parameter.
Method SCAN_TOKENS on class CL_DMC_CODE_SCAN_IUUC has no exception.
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 2010_1_620 |