SAP ABAP Class CL_GRFN_MODEL_AU (Audit Proposal 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 20110816
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_MODEL_STATUS Enable to retrieve MCF information for object from model 20110816
Properties
Class CL_GRFN_MODEL_AU  
Short Description Audit Proposal 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 20110816   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 20110816
2 IF_GRFN_MODEL_STATUS Enable to retrieve MCF information for object from model 20110816
Friends
Class CL_GRFN_MODEL_AU 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 Obsolete 20110816
2 MT_AE_BK Instance attribute Private Type reference (TYPE) YT_AE_BK Obsolete 20110816
3 MT_AU Instance attribute Private Type reference (TYPE) YT_AU_REF 20110817
4 MV_DATEFROM Instance attribute Private Type reference (TYPE) GRFN_VALIDFROM Begin Date 20110816
5 MV_DATETO Instance attribute Private Type reference (TYPE) GRFN_VALIDTO End Date 20110816
6 MV_LANGUAGE Instance attribute Private Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20110816
7 MV_TIMEFRAME Instance attribute Private Type reference (TYPE) GRRM_TIMEFRAME Timeframe 20110816
8 MV_TIMEFRAME_YEAR Instance attribute Private Type reference (TYPE) GRFN_TF_YEAR Timeframe Year 20110816
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110816
2 CREATE_AU Instance method Public Method Create AU 20110817
3 DELETE_AU Instance method Public Method 20110817
4 GET_AE_BK_BY_DATE Instance method Private Method Obsolete 20110816
5 GET_AE_BK_BY_VERSION Instance method Private Method Obsolete 20110816
6 GET_AU_REF Instance method Private Method 20110817
7 LOAD_BUFFER Instance method Private Method 20111015
8 QUERY_AU Instance method Public Method Query AU 20110817
9 RETRIEVE_AU Instance method Public Method Retrieve AU 20110817
10 UPDATE_AU Instance method Public Method Update AU 20110817
Events
Class CL_GRFN_MODEL_AU has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_AE_BK Private See coding 20110816 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 20110816 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 20110816 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 YS_AU_REF Private See coding 20110817 BEGIN OF ys_au_ref, au_guid TYPE grfn_au_guid, ib_changed type abap_bool, activity TYPE grfn_api_activity, lo_au TYPE REF TO if_grfn_au, END OF ys_au_ref
5 YT_AE_BK Private See coding 20110816 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 20110816 yt_ae_ref TYPE SORTED TABLE OF ys_ae_ref WITH UNIQUE KEY ae_guid
7 YT_AP_REF Private See coding 20110816 yt_ap_ref TYPE SORTED TABLE OF ys_ap_ref WITH UNIQUE KEY ap_guid
8 YT_AU_REF Private See coding 20110817 yt_au_ref TYPE SORTED TABLE OF ys_au_ref WITH UNIQUE KEY au_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 20110816
2 Importing IV_TF_YEAR Call by reference Type reference (TYPE) GRFN_TF_YEAR Timeframe Year 20110816
3 Importing IV_TIMEFRAME Call by reference Type reference (TYPE) GRFN_TIMEFRAME Timeframe 20110816

Method CONSTRUCTOR on class CL_GRFN_MODEL_AU has no exception.

Method CREATE_AU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_AU_ID Value transfer Type reference (TYPE) GRFN_AU_GUID Audit Entity GUID 20110817

Method CREATE_AU on class CL_GRFN_MODEL_AU has no exception.

Method DELETE_AU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_AU Call by reference Type reference (TYPE) GRFN_S_AU Au 20110817
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110817

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 20110816
2 Importing IV_DATE Call by reference Type reference (TYPE) GRFN_DATE 20110816
3 Returning RS_AE_BK Value transfer Type reference (TYPE) YS_AE_BK 20110816
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110816

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 20110816
2 Returning RS_AE_BK Value transfer Type reference (TYPE) YS_AE_BK 20110816
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110816

Method GET_AU_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_AU_ID Call by reference Type reference (TYPE) GRFN_AU_GUID Audit Entity GUID 20110817
2 Returning RS_AU_REF Value transfer Type reference (TYPE) YS_AU_REF 20110817
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110817

Method LOAD_BUFFER Signature

Method LOAD_BUFFER on class CL_GRFN_MODEL_AU has no parameter.
Method LOAD_BUFFER on class CL_GRFN_MODEL_AU has no exception.

Method QUERY_AU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENBALE_TIMEFRAME Call by reference Type reference (TYPE) ABAP_BOOL 20121130
2 Exporting ET_AU Call by reference Type reference (TYPE) GRFN_T_AU_ENTITY AUDIT_ENTITY 20110817
3 Importing IT_AE_GUID Call by reference Type reference (TYPE) GRFN_T_AUDMGMT_GUID Audit management GUID range 20111018
4 Importing IT_AE_NAME Call by reference Type reference (TYPE) GRFN_T_AUDMGMT_NAME40_RANGE Audit Management Name 20111220
5 Importing IT_AP_NAME Call by reference Type reference (TYPE) GRFN_T_AUDMGMT_NAME_RANGE Audit management name range 20111220
6 Importing IT_AU_NAME Call by reference Type reference (TYPE) GRFN_T_AUDMGMT_NAME_RANGE Audit Proposal Name 20111017
7 Importing IT_CHANGED_BY Call by reference Type reference (TYPE) GRFN_T_AUDMGMT_CHNGBY_RANGE Changed By 20111017
8 Importing IT_CHANGED_ON Call by reference Type reference (TYPE) GRFN_T_AUDMGMT_DATE_RANGE Created By 20111017
9 Importing IT_ENDDATE Call by reference Type reference (TYPE) GRFN_T_AUDMGMT_DATE_RANGE End Date 20111017
10 Importing IT_STARTDATE Call by reference Type reference (TYPE) GRFN_T_AUDMGMT_DATE_RANGE Start Date 20111017
11 Importing IT_STATUS Call by reference Type reference (TYPE) GRFN_T_AUDMGMT_STATUS_RANGE Business Transaction 20111017

Method QUERY_AU on class CL_GRFN_MODEL_AU has no exception.

Method RETRIEVE_AU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_AU Call by reference Type reference (TYPE) GRFN_S_AU_ENTITY AUDIT ENTITY( Full information ) 20110817
2 Exporting ET_ACTION Call by reference Type reference (TYPE) GRFN_T_ACTIVITY_FOR_STATUS Texts for Business Transactions 20110927
3 Exporting ET_STEP Call by reference Type reference (TYPE) GRFN_T_API_AU_RELOBJ Table type of API object ID 20110817
4 Importing IB_EDITABLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110817
5 Importing IV_AU_ID Call by reference Type reference (TYPE) GRFN_AU_GUID Audit Entity GUID 20110817
6 Importing IV_DATE Call by reference Type reference (TYPE) GRFN_DATE 20110817
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110817

Method UPDATE_AU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_AU Call by reference Type reference (TYPE) GRFN_S_AU_ENTITY AUDIT ENTITY( Full information ) 20110817
2 Importing IT_STEP Call by reference Type reference (TYPE) GRFN_T_API_AU_RELOBJ Table type of API object ID 20110817
3 Importing IV_ACTION Call by reference Type reference (TYPE) J_VORGANG Business Transaction 20110817
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110817
History
Last changed by/on SAP  20141106 
SAP Release Created in V1100