SAP ABAP Class CL_GRPC_CONSISTENCY_CHECK (Consistency Check)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-SPC (Application Component) Process Controls
⤷
GRPC_STRUCTURE_SETUP (Package) Basic Structures
⤷
⤷
Properties
| Class | CL_GRPC_CONSISTENCY_CHECK | |
| Short Description | Consistency Check | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRPC_STRUCTURE_SETUP | Basic Structures |
| Created | 20110314 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_GRPC_CONSISTENCY_CHECK has no interface implemented.
Friends
Class CL_GRPC_CONSISTENCY_CHECK has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20110330 | |||||
| 2 | Constant | Public | See coding | 20110407 | |||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GRPC_CHECK_LOG | Consistency Check Log | 20110330 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | GRFN_S_DATES | Dates | 20110314 | |||
| 5 | Static Attribute | Private | Type reference (TYPE) | YT_APP | Available Apps | 20110314 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | YT_APP | Checked Apps | 20110314 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | YT_OBJECT | Organizations shared by processors | 20110330 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Whether check local objects | 20110330 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20110330 | |
| 3 | Static method | Public | Method | Get available applications | 20110314 | |
| 4 | Static method | Public | Method | Get check application name by ID | 20110330 | |
| 5 | Instance method | Public | Method | Get errors | 20110401 | |
| 6 | Instance method | Private | Method | Get processor of each application | 20110314 | |
| 7 | Instance method | Public | Method | Process | 20110314 | |
| 8 | Instance method | Public | Method | Set checked applications | 20110314 | |
| 9 | Instance method | Public | Method | Set validity | 20110314 |
Events
Class CL_GRPC_CONSISTENCY_CHECK has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_APP | Public | See coding | 20110314 | BEGIN OF ys_app,
app TYPE grfn_app_id,
name TYPE grfn_app_text,
processor TYPE REF TO if_grpc_check_processor,
END OF ys_app
|
||
| 2 | YS_ERROR | Public | See coding | 20110330 | BEGIN OF ys_error,
app TYPE grfn_app_id,
type TYPE symsgty,
text TYPE grfn_text,
objtype TYPE grfn_objtype,
objtype_typ TYPE grfn_objtype_typ,
objectid TYPE grfn_objectid,
validfrom TYPE begda,
validto TYPE endda,
objtype_ref TYPE grfn_objtype,
objtype_typ_ref TYPE grfn_objtype_typ,
objectid_ref TYPE grfn_objectid,
validfrom_ref TYPE begda,
validto_ref TYPE endda,
END OF ys_error
|
||
| 3 | YS_OBJECT | Public | See coding | 20110330 | BEGIN OF ys_object,
objtype TYPE grfn_objtype,
objtype_typ TYPE grfn_objtype_typ,
objectid TYPE grfn_objectid,
descr TYPE grfn_text,
validfrom TYPE begda,
validto TYPE endda,
END OF ys_object
|
||
| 4 | YS_RELAT | Public | See coding | 20110330 | BEGIN OF ys_relat,
objtype TYPE grfn_objtype,
objtype_typ TYPE grfn_objtype_typ,
objectid TYPE grfn_objectid,
objtype_ref TYPE grfn_objtype,
objtype_typ_ref TYPE grfn_objtype_typ,
objectid_ref TYPE grfn_objectid,
validfrom TYPE begda,
validto TYPE endda,
END OF ys_relat
|
||
| 5 | YT_APP | Public | See coding | 20110314 | yt_app TYPE STANDARD TABLE OF ys_app WITH DEFAULT KEY
|
||
| 6 | YT_ERROR | Public | See coding | 20110330 | yt_error TYPE SORTED TABLE OF ys_error WITH UNIQUE KEY app objtype objtype_typ objectid objtype_ref objtype_typ_ref objectid_ref
|
||
| 7 | YT_OBJECT | Public | See coding | 20110330 | yt_object TYPE SORTED TABLE OF ys_object WITH UNIQUE KEY objtype objtype_typ objectid
|
||
| 8 | YT_RELAT | Public | See coding | 20110330 | yt_relat TYPE SORTED TABLE OF ys_relat WITH UNIQUE DEFAULT KEY
|
||
| 9 | YT_RELAT_SORTED | Public | See coding | 20110330 | yt_relat_sorted TYPE SORTED TABLE OF ys_relat
WITH UNIQUE KEY objtype_ref objtype_typ_ref objectid_ref objtype objtype_typ objectid validfrom validto
|
Method Signatures
Method CHECK_LOCAL_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110330 |
Method CHECK_LOCAL_OBJECTS on class CL_GRPC_CONSISTENCY_CHECK has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_GRPC_CONSISTENCY_CHECK has no parameter.
Method CONSTRUCTOR on class CL_GRPC_CONSISTENCY_CHECK has no exception.
Method GET_ALL_APPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_APP | Value transfer | Type reference (TYPE) | YT_APP | 20110314 |
Method GET_ALL_APPS on class CL_GRPC_CONSISTENCY_CHECK has no exception.
Method GET_APP_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APP | Call by reference | Type reference (TYPE) | GRFN_APP_ID | Application Component | 20110330 | |||
| 2 | RV_NAME | Value transfer | Type reference (TYPE) | GRFN_APP_TEXT | Name | 20110330 |
Method GET_APP_NAME on class CL_GRPC_CONSISTENCY_CHECK has no exception.
Method GET_ERRORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_ERROR | Value transfer | Type reference (TYPE) | CL_GRPC_CONSISTENCY_CHECK=>YT_ERROR | 20110401 |
Method GET_ERRORS on class CL_GRPC_CONSISTENCY_CHECK has no exception.
Method GET_PROCESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APP | Call by reference | Type reference (TYPE) | GRFN_APP_ID | Application Component | 20110314 | |||
| 2 | RO_PROCESSOR | Value transfer | Object reference (TYPE REF TO) | IF_GRPC_CHECK_PROCESSOR | Consistency Check Processor | 20110330 |
Method GET_PROCESSOR on class CL_GRPC_CONSISTENCY_CHECK has no exception.
Method PROCESS Signature
Method PROCESS on class CL_GRPC_CONSISTENCY_CHECK has no parameter.
Method PROCESS on class CL_GRPC_CONSISTENCY_CHECK has no exception.
Method SET_CHECKED_APP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_APP | Call by reference | Type reference (TYPE) | YT_APP | 20110314 |
Method SET_CHECKED_APP on class CL_GRPC_CONSISTENCY_CHECK has no exception.
Method SET_VALIDITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_VALIDITY | Call by reference | Type reference (TYPE) | GRFN_S_DATES | Dates | 20110314 |
Method SET_VALIDITY on class CL_GRPC_CONSISTENCY_CHECK has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | V1000 |