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 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 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 MT_AE Instance attribute Private Type reference (TYPE) YT_AE_REF Obsolete 20110713
2 MT_AE_BK Instance attribute Private Type reference (TYPE) YT_AE_BK Obsolete 20110713
3 MT_AP Instance attribute Private Type reference (TYPE) YT_AP_REF 20110713
4 MV_DATEFROM Instance attribute Private Type reference (TYPE) GRFN_VALIDFROM Begin Date 20110713
5 MV_DATETO Instance attribute Private Type reference (TYPE) GRFN_VALIDTO End Date 20110713
6 MV_LANGUAGE Instance attribute Private Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20110713
7 MV_TIMEFRAME Instance attribute Private Type reference (TYPE) GRRM_TIMEFRAME Timeframe 20110713
8 MV_TIMEFRAME_YEAR Instance attribute Private Type reference (TYPE) GRFN_TF_YEAR Timeframe Year 20110713
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110713
2 CREATE_AP Instance method Public Method Create AP 20110713
3 DELETE_AP Instance method Public Method 20110809
4 GET_AE_BK_BY_DATE Instance method Private Method Obsolete 20110713
5 GET_AE_BK_BY_VERSION Instance method Private Method Obsolete 20110713
6 GET_AP_REF Instance method Private Method 20110713
7 LOAD_BUFFER Instance method Private Method 20111015
8 QUERY_AP Instance method Public Method Query ap 20110713
9 QUERY_ARCHIVED_AE Instance method Public Method Query archived ae 20110713
10 RETRIEVE_AP Instance method Public Method Retrieve AP 20110713
11 UPDATE_AP 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 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20110713
2 Importing IV_TF_YEAR Call by reference Type reference (TYPE) GRFN_TF_YEAR Timeframe Year 20110713
3 Importing 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 Returning 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 Importing IS_AP Call by reference Type reference (TYPE) GRFN_S_AP AP 20110809
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION 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 Importing IV_AE_ID Call by reference Type reference (TYPE) GRFN_AE_GUID Audit Entity GUID 20110713
2 Importing IV_DATE Call by reference Type reference (TYPE) GRFN_DATE 20110713
3 Returning RS_AE_BK Value transfer Type reference (TYPE) YS_AE_BK 20110713
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION 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 Importing IV_AE_VERSION Call by reference Type reference (TYPE) GRFN_AE_VERSION Audit Entity Version 20110713
2 Returning RS_AE_BK Value transfer Type reference (TYPE) YS_AE_BK 20110713
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION 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 Importing IV_AP_ID Call by reference Type reference (TYPE) GRFN_AP_GUID Audit Entity GUID 20110713
2 Returning RS_AP_REF Value transfer Type reference (TYPE) YS_AP_REF 20110713
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION 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 Exporting ET_AP Call by reference Type reference (TYPE) GRFN_T_AP_ENTITY AUDIT_ENTITY 20110713
2 Importing IT_AP_NAME Call by reference Type reference (TYPE) GRFN_T_AUDMGMT_NAME_RANGE Name 20111017
3 Importing IT_CHANGED_BY Call by reference Type reference (TYPE) GRFN_T_AUDMGMT_CHNGBY_RANGE Changed By 20111017
4 Importing IT_CHANGED_ON Call by reference Type reference (TYPE) GRFN_T_AUDMGMT_DATE_RANGE Created By 20111017
5 Importing IT_ENDDATE Call by reference Type reference (TYPE) GRFN_T_AUDMGMT_DATE_RANGE End Date 20111017
6 Importing IT_STARTDATE Call by reference Type reference (TYPE) GRFN_T_AUDMGMT_DATE_RANGE Start Date 20111017
7 Importing 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 Exporting ET_AE Call by reference Type reference (TYPE) GRFN_T_AUDIT_ENTITY AUDIT_ENTITY 20110713
2 Importing IV_DATE Call by reference Type reference (TYPE) GRFN_DATE Date for the archived ae 20110713
3 Importing IV_STATUS Call by reference Type reference (TYPE) J_VORGANG Business Transaction 20110713
4 Importing IV_TYPE Call by reference Type reference (TYPE) GRPC_ATTRNAME AE Type 20110713
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110713

Method RETRIEVE_AP Signature

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

Method UPDATE_AP Signature

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