SAP ABAP Class CL_GRFN_MODEL_AUDIT (Audit Management)
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 20110527
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_MODEL_STATUS Enable to retrieve MCF information for object from model 20110527
Properties
Class CL_GRFN_MODEL_AUDIT  
Short Description Audit Management    
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 20110527   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
# Interface Abstract Final Description Created on
1 IF_GRFN_API_MODEL Interface for handling of GRC API models 20110527
2 IF_GRFN_MODEL_STATUS Enable to retrieve MCF information for object from model 20110527
Friends
Class CL_GRFN_MODEL_AUDIT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_AE Instance attribute Private Type reference (TYPE) YT_AE_REF 20110527
2 MT_AE_BK Instance attribute Private Type reference (TYPE) YT_AE_BK 20110527
3 MT_AE_DEL Instance attribute Private See coding 20111223
4 MV_DATEFROM Instance attribute Private Type reference (TYPE) GRFN_VALIDFROM Begin Date 20110601
5 MV_DATETO Instance attribute Private Type reference (TYPE) GRFN_VALIDTO End Date 20110601
6 MV_LANGUAGE Instance attribute Private Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20110601
7 MV_TIMEFRAME Instance attribute Private Type reference (TYPE) GRRM_TIMEFRAME Timeframe 20110601
8 MV_TIMEFRAME_YEAR Instance attribute Private Type reference (TYPE) GRFN_TF_YEAR Timeframe Year 20110601
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110527
2 CREATE_AE Instance method Public Method Create AE 20110527
3 DELETE_AE Instance method Public Method Delete AE 20111222
4 GET_AE_BK_BY_DATE Instance method Private Method 20110530
5 GET_AE_BK_BY_VERSION Instance method Private Method get ae bk 20110527
6 GET_AE_FROM_RISK Static method Public Method Get Risk Related Auditable Entity 20111014
7 GET_AE_REF Instance method Private Method 20110527
8 QUERY_AE Instance method Public Method Query ae 20110601
9 QUERY_ARCHIVED_AE Instance method Public Method Query archived ae 20110601
10 RETRIEVE_AE Instance method Public Method Retrieve AE 20110531
11 UPDATE_AE Instance method Public Method Update ae 20110527
Events
Class CL_GRFN_MODEL_AUDIT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_AE_BK Private See coding 20110527 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_DEL Private Type reference (TYPE) GRFNAE Audit Entity 20111223
3 YS_AE_REF Private See coding 20110527 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
4 YS_GRFNAE Private Type reference (TYPE) GRFNAE Audit Entity 20111013
5 YT_AE_BK Private See coding 20110527 yt_ae_bk TYPE STANDARD TABLE OF ys_ae_bk WITH KEY ae_version ae_guid valid_to valid_from
6 YT_AE_REF Private See coding 20110527 yt_ae_ref TYPE SORTED TABLE OF ys_ae_ref WITH UNIQUE KEY ae_guid
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20110601
2 Importing IV_TF_YEAR Call by reference Type reference (TYPE) GRFN_TF_YEAR Timeframe Year 20110601
3 Importing IV_TIMEFRAME Call by reference Type reference (TYPE) GRFN_TIMEFRAME Timeframe 20110601

Method CONSTRUCTOR on class CL_GRFN_MODEL_AUDIT has no exception.

Method CREATE_AE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_AE_ID Value transfer Type reference (TYPE) GRFN_AE_GUID Audit Entity GUID 20110527
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110831

Method DELETE_AE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_AE_GUID Call by reference Type reference (TYPE) GRFN_AE_GUID Audit Entity GUID 20111222
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20111222

Method GET_AE_BK_BY_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_AE_ID Call by reference Type reference (TYPE) GRFN_AE_GUID Audit Entity GUID 20110530
2 Importing IV_DATE Call by reference Type reference (TYPE) GRFN_DATE 20110530
3 Returning RS_AE_BK Value transfer Type reference (TYPE) YS_AE_BK 20110530
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110530

Method GET_AE_BK_BY_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_AE_VERSION Call by reference Type reference (TYPE) GRFN_AE_VERSION Audit Entity Version 20110527
2 Returning RS_AE_BK Value transfer Type reference (TYPE) YS_AE_BK 20110527
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110527

Method GET_AE_FROM_RISK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RISK_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20111014
2 Returning RT_RISK_AE Value transfer Type reference (TYPE) GRFN_T_AEOBJ Objects assigned to Audit Entity Structure 20111014

Method GET_AE_FROM_RISK on class CL_GRFN_MODEL_AUDIT has no exception.

Method GET_AE_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_AE_ID Call by reference Type reference (TYPE) GRFN_AE_GUID Audit Entity GUID 20110527
2 Returning RS_AE_REF Value transfer Type reference (TYPE) YS_AE_REF 20110527
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110527

Method QUERY_AE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_AE Call by reference Type reference (TYPE) GRFN_T_AUDIT_ENTITY AUDIT_ENTITY 20110601
2 Importing IT_CHANGED_BY Call by reference Type reference (TYPE) GRFN_T_AUDMGMT_CHNGBY_RANGE Audit management changed by range 20111020
3 Importing IT_CHANGED_ON Call by reference Type reference (TYPE) GRFN_T_AUDMGMT_DATE_RANGE Audit management date range 20111020
4 Importing IT_NAME Call by reference Type reference (TYPE) GRFN_T_AUDMGMT_NAME40_RANGE Audit management name range 20111019
5 Importing IT_STATUS Call by reference Type reference (TYPE) GRFN_T_AUDMGMT_STATUS_RANGE Business Transaction 20111103
6 Importing IV_TYPE Call by reference Type reference (TYPE) GRPC_ATTRNAME AE Type 20110601
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110601

Method QUERY_ARCHIVED_AE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_AE Call by reference Type reference (TYPE) GRFN_T_AUDIT_ENTITY AUDIT_ENTITY 20110601
2 Importing IV_DATE Call by reference Type reference (TYPE) GRFN_DATE Date for the archived ae 20110601
3 Importing IV_STATUS Call by reference Type reference (TYPE) J_VORGANG Business Transaction 20110601
4 Importing IV_TYPE Call by reference Type reference (TYPE) GRPC_ATTRNAME AE Type 20110601
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110601

Method RETRIEVE_AE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_AE Call by reference Type reference (TYPE) GRFN_S_AUDIT_ENTITY AUDIT ENTITY( Full information ) 20110531
2 Exporting ET_ACTION Call by reference Type reference (TYPE) GRFN_T_ACTIVITY_FOR_STATUS Texts for Business Transactions 20110602
3 Exporting ET_AE_RELOBJ Call by reference Type reference (TYPE) GRFN_T_AE_RELOBJ Table of auditable entity related objects 20120120
4 Exporting ET_AO Call by reference Type reference (TYPE) GRFN_T_API_OBJECT_ID Table type of API object ID 20110531
5 Importing IB_EDITABLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110531
6 Importing IV_AE_ID Call by reference Type reference (TYPE) GRFN_AE_GUID Audit Entity GUID 20110531
7 Importing IV_AE_VERSION Call by reference Type reference (TYPE) GRFN_AE_VERSION Audit Entity Version 20110531
8 Importing IV_DATE Call by reference Type reference (TYPE) GRFN_DATE 20110531
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110531

Method UPDATE_AE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_AE Call by reference Type reference (TYPE) GRFN_S_AUDIT_ENTITY AUDIT ENTITY( Full information ) 20110527
2 Importing IT_AE_RELOBJ Call by reference Type reference (TYPE) GRFN_T_AE_RELOBJ Table of auditable entity related objects 20120120
3 Importing IT_AO Call by reference Type reference (TYPE) GRFN_T_API_OBJECT_ID Table type of API object ID 20110527
4 Importing IV_ACTION Call by reference Type reference (TYPE) J_VORGANG Business Transaction 20110527
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110527
History
Last changed by/on SAP  20141106 
SAP Release Created in V1100