SAP ABAP Class CL_GRFN_MODEL_AP (Audit Plan Model)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_AUDIT_MANAGEMENT (Package) Audit Management Integration

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_API_MODEL | Interface for handling of GRC API models | 20110713 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_MODEL_STATUS | Enable to retrieve MCF information for object from model | 20110713 |
Properties
Class | CL_GRFN_MODEL_AP | |
Short Description | Audit Plan Model | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRFN_AUDIT_MANAGEMENT | Audit Management Integration |
Created | 20110713 | 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) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_GRFN_API_MODEL | Interface for handling of GRC API models | 20110713 | ||
2 | IF_GRFN_MODEL_STATUS | Enable to retrieve MCF information for object from model | 20110713 |
Friends
Class CL_GRFN_MODEL_AP 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) | YT_AE_REF | Obsolete | 20110713 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_AE_BK | Obsolete | 20110713 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_AP_REF | 20110713 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRFN_VALIDFROM | Begin Date | 20110713 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRFN_VALIDTO | End Date | 20110713 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SY-LANGU | Language Key of Current Text Environment | 20110713 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRRM_TIMEFRAME | Timeframe | 20110713 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRFN_TF_YEAR | Timeframe Year | 20110713 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20110713 |
2 | ![]() |
Instance method | Public | Method | Create AP | 20110713 |
3 | ![]() |
Instance method | Public | Method | 20110809 | |
4 | ![]() |
Instance method | Private | Method | Obsolete | 20110713 |
5 | ![]() |
Instance method | Private | Method | Obsolete | 20110713 |
6 | ![]() |
Instance method | Private | Method | 20110713 | |
7 | ![]() |
Instance method | Private | Method | 20111015 | |
8 | ![]() |
Instance method | Public | Method | Query ap | 20110713 |
9 | ![]() |
Instance method | Public | Method | Query archived ae | 20110713 |
10 | ![]() |
Instance method | Public | Method | Retrieve AP | 20110713 |
11 | ![]() |
Instance method | Public | Method | Update ap | 20110713 |
Events
Class CL_GRFN_MODEL_AP has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_AE_BK | Private | See coding | 20110713 | BEGIN OF ys_ae_bk,
ae_version TYPE grfn_ae_version,
ae_guid TYPE grfn_ae_guid,
valid_to TYPE timestamp,
valid_from TYPE timestamp,
include TYPE grfn_s_ae_backup_info,
lt_ao TYPE grfn_t_api_object_id,
end of ys_ae_bk
|
||
2 | YS_AE_REF | Private | See coding | 20110713 | BEGIN OF ys_ae_ref,
ae_guid TYPE grfn_ae_guid,
ib_changed type abap_bool,
lo_ae TYPE REF TO if_grfn_ae,
END OF ys_ae_ref
|
||
3 | YS_AP_REF | Private | See coding | 20110713 | BEGIN OF ys_ap_ref,
ap_guid TYPE grfn_ap_guid,
ib_changed type abap_bool,
activity TYPE grfn_api_activity,
lo_ap TYPE REF TO if_grfn_ap,
END OF ys_ap_ref
|
||
4 | YT_AE_BK | Private | See coding | 20110713 | yt_ae_bk TYPE STANDARD TABLE OF ys_ae_bk WITH KEY ae_version ae_guid valid_to valid_from
|
||
5 | YT_AE_REF | Private | See coding | 20110713 | yt_ae_ref TYPE SORTED TABLE OF ys_ae_ref WITH UNIQUE KEY ae_guid
|
||
6 | YT_AP_REF | Private | See coding | 20110713 | yt_ap_ref TYPE SORTED TABLE OF ys_ap_ref WITH UNIQUE KEY ap_guid
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LANGUAGE | Call by reference | Type reference (TYPE) | SY-LANGU | Language Key of Current Text Environment | 20110713 | ||
2 | ![]() |
IV_TF_YEAR | Call by reference | Type reference (TYPE) | GRFN_TF_YEAR | Timeframe Year | 20110713 | ||
3 | ![]() |
IV_TIMEFRAME | Call by reference | Type reference (TYPE) | GRFN_TIMEFRAME | Timeframe | 20110713 |
Method CONSTRUCTOR on class CL_GRFN_MODEL_AP has no exception.
Method CREATE_AP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_AP_ID | Value transfer | Type reference (TYPE) | GRFN_AP_GUID | Audit Entity GUID | 20110713 |
Method CREATE_AP on class CL_GRFN_MODEL_AP has no exception.
Method DELETE_AP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_AP | Call by reference | Type reference (TYPE) | GRFN_S_AP | AP | 20110809 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20110809 |
Method GET_AE_BK_BY_DATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_AE_ID | Call by reference | Type reference (TYPE) | GRFN_AE_GUID | Audit Entity GUID | 20110713 | ||
2 | ![]() |
IV_DATE | Call by reference | Type reference (TYPE) | GRFN_DATE | 20110713 | |||
3 | ![]() |
RS_AE_BK | Value transfer | Type reference (TYPE) | YS_AE_BK | 20110713 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20110713 |
Method GET_AE_BK_BY_VERSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_AE_VERSION | Call by reference | Type reference (TYPE) | GRFN_AE_VERSION | Audit Entity Version | 20110713 | ||
2 | ![]() |
RS_AE_BK | Value transfer | Type reference (TYPE) | YS_AE_BK | 20110713 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20110713 |
Method GET_AP_REF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_AP_ID | Call by reference | Type reference (TYPE) | GRFN_AP_GUID | Audit Entity GUID | 20110713 | ||
2 | ![]() |
RS_AP_REF | Value transfer | Type reference (TYPE) | YS_AP_REF | 20110713 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20110713 |
Method LOAD_BUFFER Signature
Method LOAD_BUFFER on class CL_GRFN_MODEL_AP has no parameter.
Method LOAD_BUFFER on class CL_GRFN_MODEL_AP has no exception.
Method QUERY_AP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_AP | Call by reference | Type reference (TYPE) | GRFN_T_AP_ENTITY | AUDIT_ENTITY | 20110713 | ||
2 | ![]() |
IT_AP_NAME | Call by reference | Type reference (TYPE) | GRFN_T_AUDMGMT_NAME_RANGE | Name | 20111017 | ||
3 | ![]() |
IT_CHANGED_BY | Call by reference | Type reference (TYPE) | GRFN_T_AUDMGMT_CHNGBY_RANGE | Changed By | 20111017 | ||
4 | ![]() |
IT_CHANGED_ON | Call by reference | Type reference (TYPE) | GRFN_T_AUDMGMT_DATE_RANGE | Created By | 20111017 | ||
5 | ![]() |
IT_ENDDATE | Call by reference | Type reference (TYPE) | GRFN_T_AUDMGMT_DATE_RANGE | End Date | 20111017 | ||
6 | ![]() |
IT_STARTDATE | Call by reference | Type reference (TYPE) | GRFN_T_AUDMGMT_DATE_RANGE | Start Date | 20111017 | ||
7 | ![]() |
IT_STATUS | Call by reference | Type reference (TYPE) | GRFN_T_AUDMGMT_STATUS_RANGE | Business Transaction | 20111017 |
Method QUERY_AP on class CL_GRFN_MODEL_AP has no exception.
Method QUERY_ARCHIVED_AE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_AE | Call by reference | Type reference (TYPE) | GRFN_T_AUDIT_ENTITY | AUDIT_ENTITY | 20110713 | ||
2 | ![]() |
IV_DATE | Call by reference | Type reference (TYPE) | GRFN_DATE | Date for the archived ae | 20110713 | ||
3 | ![]() |
IV_STATUS | Call by reference | Type reference (TYPE) | J_VORGANG | Business Transaction | 20110713 | ||
4 | ![]() |
IV_TYPE | Call by reference | Type reference (TYPE) | GRPC_ATTRNAME | AE Type | 20110713 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20110713 |
Method RETRIEVE_AP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_AP | Call by reference | Type reference (TYPE) | GRFN_S_AP_ENTITY | AUDIT ENTITY( Full information ) | 20110713 | ||
2 | ![]() |
ET_ACTION | Call by reference | Type reference (TYPE) | GRFN_T_ACTIVITY_FOR_STATUS | Texts for Business Transactions | 20110927 | ||
3 | ![]() |
ET_AO | Call by reference | Type reference (TYPE) | GRFN_T_API_AP_RELOBJ | Table type of API object ID | 20110713 | ||
4 | ![]() |
IB_EDITABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20110713 | ||
5 | ![]() |
IV_AP_ID | Call by reference | Type reference (TYPE) | GRFN_AP_GUID | Audit Entity GUID | 20110713 | ||
6 | ![]() |
IV_DATE | Call by reference | Type reference (TYPE) | GRFN_DATE | 20110713 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20110713 |
Method UPDATE_AP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_AP | Call by reference | Type reference (TYPE) | GRFN_S_AP_ENTITY | AUDIT ENTITY( Full information ) | 20110713 | ||
2 | ![]() |
IT_AO | Call by reference | Type reference (TYPE) | GRFN_T_API_AP_RELOBJ | Table type of API object ID | 20110713 | ||
3 | ![]() |
IV_ACTION | Call by reference | Type reference (TYPE) | J_VORGANG | Business Transaction | 20110713 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20110713 |
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | V1100 |