SAP ABAP Class CL_GRPC_EVENT_VERSION (Chesk event version)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷ GRC-SPC (Application Component) Process Controls
⤷ GRPC_EVENT_MNTR (Package) Event-based Control processing
⤷ GRC-SPC (Application Component) Process Controls
⤷ GRPC_EVENT_MNTR (Package) Event-based Control processing
Properties
Class | CL_GRPC_EVENT_VERSION | |
Short Description | Chesk event version | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRPC_EVENT_MNTR | Event-based Control processing |
Created | 20080514 | 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) |
Interfaces
Class CL_GRPC_EVENT_VERSION has no interface implemented.
Friends
Class CL_GRPC_EVENT_VERSION has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_CHECK_TYPE_BADI | Constant | Public | Type reference (TYPE) | GRPC_FORMAT_CHECK_TYPE | 'B' | Format check type | 20080610 | |
2 | C_CHECK_TYPE_ITEMS | Constant | Public | Type reference (TYPE) | GRPC_FORMAT_CHECK_TYPE | 'I' | Format check type | 20080610 | |
3 | C_CHECK_TYPE_NONE | Constant | Public | Type reference (TYPE) | GRPC_FORMAT_CHECK_TYPE | ' ' | Format check type | 20080610 | |
4 | C_FIELD_CARDINALITY_01 | Constant | Public | Type reference (TYPE) | GRPC_FIELD_CARDINALITY | '01' | Field cardinality | 20080610 | |
5 | C_FIELD_CARDINALITY_0N | Constant | Public | Type reference (TYPE) | GRPC_FIELD_CARDINALITY | '0N' | Field cardinality | 20080610 | |
6 | C_FIELD_CARDINALITY_11 | Constant | Public | Type reference (TYPE) | GRPC_FIELD_CARDINALITY | '11' | Field cardinality | 20080610 | |
7 | C_FIELD_CARDINALITY_1N | Constant | Public | Type reference (TYPE) | GRPC_FIELD_CARDINALITY | '1N' | Field cardinality | 20080610 | |
8 | C_FIELD_TYPE_ANY | Constant | Public | Type reference (TYPE) | GRPC_FIELD_DATA_TYPE | '' | Field data type | 20080611 | |
9 | C_FIELD_TYPE_CHAR | Constant | Public | Type reference (TYPE) | GRPC_FIELD_DATA_TYPE | 'CHAR' | Field data type | 20080611 | |
10 | C_FIELD_TYPE_DATE | Constant | Public | Type reference (TYPE) | GRPC_FIELD_DATA_TYPE | 'DATE' | Field data type | 20080611 | |
11 | C_FIELD_TYPE_INT | Constant | Public | Type reference (TYPE) | GRPC_FIELD_DATA_TYPE | 'INT' | Field data type | 20080611 | |
12 | C_FIELD_TYPE_NUMC | Constant | Public | Type reference (TYPE) | GRPC_FIELD_DATA_TYPE | 'NUMC' | Field data type | 20080611 | |
13 | C_FIELD_TYPE_PAT | Constant | Public | Type reference (TYPE) | GRPC_FIELD_DATA_TYPE | 'PAT' | Field data type | 20080611 | |
14 | C_FIELD_TYPE_STR | Constant | Public | Type reference (TYPE) | GRPC_FIELD_DATA_TYPE | 'STR' | Field data type | 20080611 | |
15 | C_FIELD_TYPE_TIME | Constant | Public | Type reference (TYPE) | GRPC_FIELD_DATA_TYPE | 'TIME' | Field data type | 20080611 | |
16 | MS_VERSION | Static Attribute | Private | Type reference (TYPE) | GRPCVERSION | Event Monitoring: Event format version | 20080610 | ||
17 | MT_VERSIONDET | Static Attribute | Private | Type reference (TYPE) | YT_VERSIONDET | 20080610 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | CHECK | Static method | Public | Method | Check input against version | 20080514 |
2 | CHECK_BY_ITEMS | Static method | Private | Method | 20080610 | |
3 | CHECK_FIELD | Static method | Private | Method | 20080610 | |
4 | LOAD | Static method | Private | Method | 20080610 |
Events
Class CL_GRPC_EVENT_VERSION has no event.
Types
Class CL_GRPC_EVENT_VERSION has no local type.
Method Signatures
Method CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_MESSAGE | Call by reference | Type reference (TYPE) | GRPC_T_EVENT_MESSAGE | Event error message | 20080514 | ||
2 | Exporting | E_RETCODE | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20080514 | ||
3 | Importing | I_DETAIL | Call by reference | Type reference (TYPE) | GRPC_XML | Name Value table | 20080522 | ||
4 | Importing | I_VERSION | Call by reference | Type reference (TYPE) | GRPC_FORMAT_VERSION | Format Version | 20080514 |
Method CHECK on class CL_GRPC_EVENT_VERSION has no exception.
Method CHECK_BY_ITEMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_MESSAGE | Call by reference | Type reference (TYPE) | GRPC_T_EVENT_MESSAGE | Event error message | 20080610 | ||
2 | Exporting | E_RETCODE | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20080610 | ||
3 | Importing | I_DETAIL | Call by reference | Type reference (TYPE) | GRPC_XML | XML | 20080610 |
Method CHECK_BY_ITEMS on class CL_GRPC_EVENT_VERSION has no exception.
Method CHECK_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ES_MESSAGE | Call by reference | Type reference (TYPE) | GRPC_S_EVENT_MESSAGE | Event error message | 20080610 | ||
2 | Exporting | E_RETCODE | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20080610 | ||
3 | Importing | I_LENGTH | Value transfer | Type reference (TYPE) | GRPC_FIELD_DATA_LENGTH | Field data length | 20080610 | ||
4 | Importing | I_PATTERN | Value transfer | Type reference (TYPE) | GRPC_FIELD_PATTERN | Field Pattern | 20080610 | ||
5 | Importing | I_TYPE | Value transfer | Type reference (TYPE) | GRPC_FIELD_DATA_TYPE | Field data type | 20080610 | ||
6 | Importing | I_VALUE | Value transfer | Type reference (TYPE) | STRING | 20080610 |
Method CHECK_FIELD on class CL_GRPC_EVENT_VERSION has no exception.
Method LOAD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | E_OK | Value transfer | Type reference (TYPE) | AS4FLAG | Flag (X or Blank) | 20080610 | ||
2 | Importing | I_VERSION | Call by reference | Type reference (TYPE) | GRPC_FORMAT_VERSION | 20080610 |
Method LOAD on class CL_GRPC_EVENT_VERSION has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 300 |