SAP ABAP Class CL_GRFN_MODEL_AR (Audit Request 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 20111129
Properties
Class CL_GRFN_MODEL_AR  
Short Description Audit Request 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 20111129   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)
2 GRFN0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 GRFNM 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 20111129
Friends
Class CL_GRFN_MODEL_AR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_AROBJ_BUFFER Instance attribute Private Type reference (TYPE) YT_AROBJ_BUFFER Audit request related objects buffer 20120202
2 MT_AR_BUFFER Instance attribute Private Type reference (TYPE) YT_AR_BUFFER Audit request attribute buffer 20120202
3 MT_AR_DELETE Instance attribute Private Type reference (TYPE) GRFN_T_GUID Delete audit request buffer 20120206
4 MT_AR_LOCKED Instance attribute Private Type reference (TYPE) YT_AR_LOCKED Locked audit requests 20120202
5 MV_LANGUAGE Instance attribute Private Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20111201
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20111201
2 DELETE Instance method Public Method Delete 20120206
3 DEQUEUE Instance method Public Method Unlock 20120202
4 ENQUEUE Instance method Public Method Lock 20120202
5 GET_AR Instance method Public Method Get audit request 20120202
6 GET_AR_OBJ Instance method Public Method Get audit request related objects 20120207
7 QUERY Instance method Public Method Query 20120206
8 SET_AR Instance method Public Method Set audit request 20120203
9 SET_AR_OBJ Instance method Public Method Set audit request related objects 20120207
Events
Class CL_GRFN_MODEL_AR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_AROBJ_BUFFER Private See coding 20120202 BEGIN OF ys_arobj_buffer, command TYPE grfn_command, arid TYPE grfn_ar_id, relat TYPE grfn_t_ar_relat, END OF ys_arobj_buffer
2 YS_AR_BUFFER Private See coding 20120202 BEGIN OF ys_ar_buffer, command TYPE grfn_command, attr TYPE grfn_s_ar, END OF ys_ar_buffer
3 YS_AR_LOCKED Private See coding 20120202 BEGIN OF ys_ar_locked, arid TYPE grfn_ar_id, END OF ys_ar_locked
4 YT_AROBJ_BUFFER Private See coding 20120202 yt_arobj_buffer TYPE SORTED TABLE OF ys_arobj_buffer WITH UNIQUE KEY arid
5 YT_AR_BUFFER Private See coding 20120202 yt_ar_buffer TYPE SORTED TABLE OF ys_ar_buffer WITH UNIQUE KEY attr-arid
6 YT_AR_LOCKED Private See coding 20120202 yt_ar_locked TYPE SORTED TABLE OF ys_ar_locked WITH UNIQUE KEY arid
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGUAGE Value transfer Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20111201

Method CONSTRUCTOR on class CL_GRFN_MODEL_AR has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ARID Call by reference Type reference (TYPE) GRFN_AR_ID Audit Request ID 20120206

Method DELETE on class CL_GRFN_MODEL_AR has no exception.

Method DEQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ARID Call by reference Type reference (TYPE) GRFN_AR_ID Audit Request ID 20120202

Method DEQUEUE on class CL_GRFN_MODEL_AR has no exception.

Method ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_LOCKED Call by reference Type reference (TYPE) ABAP_BOOL 20120202
2 Exporting EV_USER Call by reference Type reference (TYPE) SYUNAME User Name 20120202
3 Importing IV_ARID Call by reference Type reference (TYPE) GRFN_AR_ID Audit Request ID 20120202
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20120202

Method GET_AR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_AR Call by reference Type reference (TYPE) GRFN_S_AR Audit Request 20120202
2 Importing IV_ARID Call by reference Type reference (TYPE) GRFN_AR_ID Audit Request ID 20120202
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20120202

Method GET_AR_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_AR_OBJ Call by reference Type reference (TYPE) GRFN_T_AR_RELAT Objects assigned to Audit Request 20120207
2 Importing IV_ARID Call by reference Type reference (TYPE) GRFN_AR_ID Audit Request ID 20120207

Method GET_AR_OBJ on class CL_GRFN_MODEL_AR has no exception.

Method QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_AR Call by reference Type reference (TYPE) GRFN_T_AR Audit request 20120206

Method QUERY on class CL_GRFN_MODEL_AR has no exception.

Method SET_AR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_AR Call by reference Type reference (TYPE) GRFN_S_AR Audit Request 20120203
2 Importing IV_COMMAND Call by reference Type reference (TYPE) GRFN_COMMAND Operation 20120203
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20120203

Method SET_AR_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_AR_OBJ Call by reference Type reference (TYPE) GRFN_T_AR_RELAT Objects assigned to Audit Request 20120207
2 Importing IV_ARID Call by reference Type reference (TYPE) GRFN_AR_ID Audit Request ID 20120207
3 Importing IV_COMMAND Call by reference Type reference (TYPE) GRFN_COMMAND Operation 20120207

Method SET_AR_OBJ on class CL_GRFN_MODEL_AR has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in V1100