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
⤷ 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 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | CL_GRPC_CONSISTENCY_CHECK | 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 | GC_APP | Constant | Public | See coding | 20110330 | ||||
2 | GC_TIME_TYPE | Constant | Public | See coding | 20110407 | ||||
3 | MO_LOG | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GRPC_CHECK_LOG | Consistency Check Log | 20110330 | ||
4 | MS_VALIDITY | Instance attribute | Private | Type reference (TYPE) | GRFN_S_DATES | Dates | 20110314 | ||
5 | MT_ALL_APP | Static Attribute | Private | Type reference (TYPE) | YT_APP | Available Apps | 20110314 | ||
6 | MT_CHECKED_APP | Instance attribute | Private | Type reference (TYPE) | YT_APP | Checked Apps | 20110314 | ||
7 | MT_ORGUNIT | Instance attribute | Public | Type reference (TYPE) | YT_OBJECT | Organizations shared by processors | 20110330 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | CHECK_LOCAL_OBJECTS | Instance method | Public | Method | Whether check local objects | 20110330 |
2 | CONSTRUCTOR | Instance method | Public | Constructor | CONSTRUCTOR | 20110330 |
3 | GET_ALL_APPS | Static method | Public | Method | Get available applications | 20110314 |
4 | GET_APP_NAME | Static method | Public | Method | Get check application name by ID | 20110330 |
5 | GET_ERRORS | Instance method | Public | Method | Get errors | 20110401 |
6 | GET_PROCESSOR | Instance method | Private | Method | Get processor of each application | 20110314 |
7 | PROCESS | Instance method | Public | Method | Process | 20110314 |
8 | SET_CHECKED_APP | Instance method | Public | Method | Set checked applications | 20110314 |
9 | SET_VALIDITY | 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 | Returning | 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 | Returning | 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 | Importing | IV_APP | Call by reference | Type reference (TYPE) | GRFN_APP_ID | Application Component | 20110330 | ||
2 | Returning | 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 | Returning | 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 | Importing | IV_APP | Call by reference | Type reference (TYPE) | GRFN_APP_ID | Application Component | 20110314 | ||
2 | Returning | 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 | Importing | 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 | Importing | 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 |