SAP ABAP Class CL_GRFN_API_AU (Audit Proposal API)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_ENTITY_API (Package) GRC Foundation API
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_API_BASIS Basis class for GRC API classes 20110812
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_AU Audit Proposal 20110817
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_ROLE_CONTAINER API role container 20110812
Properties
Class CL_GRFN_API_AU  
Short Description Audit Proposal API    
Super Class CL_GRFN_API_BASIS Basis class for GRC API classes 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRFN_ENTITY_API   GRC Foundation API 
Created 20110812   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GRFN_API_AU has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRFN_API_AU Audit Proposal 20110817
2 IF_GRFN_API_ROLE_CONTAINER API role container 20110812
Friends
# Friend Modeled only Created on Description
1 CL_GRFN_API_SESSION 20110812 Session Management for GRC APIs
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_AO_ID_LENGTH Constant Private Type reference (TYPE) INT4 '40' Natural number 20110812
2 GC_AU_CLASS_DESC Constant Private Type reference (TYPE) TDID 'AUV1' Text ID 20110817
3 MC_ERROR Constant Private Type reference (TYPE) SY-MSGTY 'E' Message Type 20110812
4 MC_MESSAGE_CLASS Constant Private Type reference (TYPE) SY-MSGID 'GRFN_ENTITY_API' Message Class 20110812
5 MC_MODEL_CLASS Constant Private Type reference (TYPE) CLASSNAME 'CL_GRFN_MODEL_AU' Reference type 20110812
6 MC_WD_MESSAGE_CLASS Constant Private Type reference (TYPE) SY-MSGID 'GRFN_WD' Message Class 20110812
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110812
2 GET Static method Private Method Create API instance 20110812
3 GET_AE_AU_OBJ Static method Public Method Get the Audit porposals related to AE 20110823
4 GET_FILTERED_QUERY Static method Public Method Get the filtered query for POWL 20111010
5 GET_LONG_TEXT Static method Public Method Get Audit Entity Description Text 20110812
6 MODIFY_AUDIT_PLAN Instance method Public Method Transfer data to Audit Plan 20110812
7 RAISE_ERROR Static method Public Method 20110916
8 SET_LONG_TEXT Static method Public Method Set Audit Entity Description Text 20110812
9 TRANSPORT_AUDIT_PLAN Static method Public Method Transport Audit Plan Proposal 20110812
Events
Class CL_GRFN_API_AU has no event.
Types
Class CL_GRFN_API_AU has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Value transfer Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20110812
2 Importing IV_OBJECT Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20110812

Method CONSTRUCTOR on class CL_GRFN_API_AU has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20110812
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20110812
3 Returning RO_RESULT Value transfer Object reference (TYPE REF TO) CL_GRFN_API_AU Audit Proposal API 20110812

Method GET on class CL_GRFN_API_AU has no exception.

Method GET_AE_AU_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_AE_AU_OBJ Call by reference Type reference (TYPE) GRFN_T_API_AE_AU_RELOBJ Table type AE_AU_RELOBJ 20110823
2 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20110823
3 Importing IV_AE_GUID Call by reference Type reference (TYPE) GRFN_GUID UUID of the GRC object (char32) 20110823
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110823

Method GET_FILTERED_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FILTER_AU Call by reference Type reference (TYPE) GRFN_T_AU_ENTITY Audit Proposal Entity 20111010
2 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20111010
3 Importing IT_AP_NAME Call by reference Type reference (TYPE) GRFN_T_AUDMGMT_NAME_RANGE rsparams Table 20111010
4 Importing IT_AU_NAME Call by reference Type reference (TYPE) GRFN_T_AUDMGMT_NAME_RANGE rsparams Table 20111010
5 Importing IT_CHANGED_BY Call by reference Type reference (TYPE) GRFN_T_AUDMGMT_CHNGBY_RANGE Audit management changed by range 20111012
6 Importing IT_END_DATE Call by reference Type reference (TYPE) GRFN_T_AUDMGMT_DATE_RANGE Audit management name range 20111012
7 Importing IT_START_DATE Call by reference Type reference (TYPE) GRFN_T_AUDMGMT_DATE_RANGE Audit management name range 20111012
8 Importing IT_STATUS Call by reference Type reference (TYPE) GRFN_T_AUDMGMT_STATUS_RANGE Audit management name range 20111013
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20111010

Method GET_LONG_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLASS Call by reference Type reference (TYPE) TDID String 20110812
2 Importing IV_ID Call by reference Type reference (TYPE) GRFN_GUID UUID of the GRC object (char32) 20110812
3 Returning RV_TEXT Value transfer Type reference (TYPE) GRFN_TEXT UUID of the GRC object (char32) 20110812
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110812

Method MODIFY_AUDIT_PLAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20110812
2 Importing IS_AP Call by reference Type reference (TYPE) GRFN_S_API_AP Auditable Enity API structure 20110812
3 Importing IT_AO Call by reference Type reference (TYPE) GRFN_T_API_OBJECT_ID Table type of API object ID 20110812
4 Importing IV_ACTION Call by reference Type reference (TYPE) J_VORGANG Business Transaction 20110812

Method MODIFY_AUDIT_PLAN on class CL_GRFN_API_AU has no exception.

Method RAISE_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NO Call by reference Type reference (TYPE) SY-MSGNO Message Number 20110916
2 Importing PAR1 Call by reference Type reference (TYPE) SY-MSGV1 Message Variable 20110916
3 Importing PAR2 Call by reference Type reference (TYPE) SY-MSGV2 Message Variable 20110916
4 Importing PAR3 Call by reference Type reference (TYPE) SY-MSGV3 Message Variable 20110916
5 Importing PAR4 Call by reference Type reference (TYPE) SY-MSGV4 Message Variable 20110916
6 Returning RT_MESSAGE Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20110916

Method RAISE_ERROR on class CL_GRFN_API_AU has no exception.

Method SET_LONG_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLASS Call by reference Type reference (TYPE) TDID Text ID 20110812
2 Importing IV_ID Call by reference Type reference (TYPE) GRFN_GUID UUID of the GRC object (char32) 20110812
3 Importing IV_TEXT Call by reference Type reference (TYPE) GRFN_TEXT String 20110812
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110812

Method TRANSPORT_AUDIT_PLAN 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_API_AP Auditable Enity API structure 20110812
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110812
History
Last changed by/on SAP  20141106 
SAP Release Created in V1100