SAP ABAP Class CL_ART_CLIF_EXISTENCE_CHECK (Check if clif exists)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE-REF (Application Component) Tools for Refactoring ABAP Artifacts
⤷
SRFAC_BLACKBOARD (Package) Refactoring Blackboard
⤷
⤷
Properties
| Class | CL_ART_CLIF_EXISTENCE_CHECK | |
| Short Description | Check if clif exists | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SRFAC_BLACKBOARD | Refactoring Blackboard |
| Created | 20130807 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ART_CLIF_EXISTENCE_CHECK has no forward declaration.
Interfaces
Class CL_ART_CLIF_EXISTENCE_CHECK has no interface implemented.
Friends
Class CL_ART_CLIF_EXISTENCE_CHECK has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | See coding | 20130820 | |||||
| 2 | Instance attribute | Private | See coding | 20130820 | |||||
| 3 | Constant | Private | See coding | 20130820 | |||||
| 4 | Constant | Private | See coding | 20130820 | |||||
| 5 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_ART_CLIF_EXISTENCE_CHECK | 20130820 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20130820 | ||
| 2 | Instance method | Public | Method | 20130820 | ||
| 3 | Instance method | Public | Method | 20130820 | ||
| 4 | Instance method | Public | Method | 20130820 | ||
| 5 | Instance method | Public | Method | 20130820 | ||
| 6 | Instance method | Private | Method | 20130820 |
Events
Class CL_ART_CLIF_EXISTENCE_CHECK has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_BUFFER_GLOBAL_CLIF | Private | See coding | 20130820 | BEGIN OF ty_buffer_global_clif,
clif_name TYPE string,
check_result TYPE ty_result,
END OF ty_buffer_global_clif
|
||
| 2 | TY_BUFFER_LOCAL_CLIF | Private | See coding | 20130820 | BEGIN OF ty_buffer_local_clif,
program_node TYPE REF TO cl_pst_node,
clif_name TYPE string,
check_result TYPE ty_result,
END OF ty_buffer_local_clif
|
||
| 3 | TY_RESULT | Private | Type reference (TYPE) | STRING | 20130820 | |
Method Signatures
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_ART_CLIF_EXISTENCE_CHECK | 20130820 |
Method CREATE on class CL_ART_CLIF_EXISTENCE_CHECK has no exception.
Method GLOBAL_CLASS_EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130820 | ||||
| 2 | R_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130820 |
Method GLOBAL_CLASS_EXISTS on class CL_ART_CLIF_EXISTENCE_CHECK has no exception.
Method GLOBAL_CLIF_EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130820 | ||||
| 2 | R_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130820 |
Method GLOBAL_CLIF_EXISTS on class CL_ART_CLIF_EXISTENCE_CHECK has no exception.
Method GLOBAL_INTERFACE_EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130820 | ||||
| 2 | R_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130820 |
Method GLOBAL_INTERFACE_EXISTS on class CL_ART_CLIF_EXISTENCE_CHECK has no exception.
Method LOCAL_CLIF_EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | STRING | 20130820 | ||||
| 2 | I_PST_NODE | Call by reference | Object reference (TYPE REF TO) | CL_PST_NODE | 20130820 | ||||
| 3 | R_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130820 |
Method LOCAL_CLIF_EXISTS on class CL_ART_CLIF_EXISTENCE_CHECK has no exception.
Method READ_OR_CREATE_BUFFER_GL_CLIF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130820 | ||||
| 2 | R_RESULT | Value transfer | Type reference (TYPE) | CL_ART_CLIF_EXISTENCE_CHECK=>TY_BUFFER_GLOBAL_CLIF | 20130820 |
Method READ_OR_CREATE_BUFFER_GL_CLIF on class CL_ART_CLIF_EXISTENCE_CHECK has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |