SAP ABAP Class CL_GRRM_OB_API_LOSEVT (Loss Event API)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-RM (Application Component) GRC Risk Management
     GRRM_OB_ENTITY_API (Package) Operational Risk Management for Banks: Entity 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 20101007
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_CUSTOMFIELD Interface for Customer Field API 20110511
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_ROLE_CONTAINER API role container 20110216
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_REPORT Get data for reporting engine 20110317
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRRM_OB_API_LOSEVT Loss Event - API Interface 20101007
Properties
Class CL_GRRM_OB_API_LOSEVT  
Short Description Loss Event API    
Super Class CL_GRFN_API_BASIS Basis class for GRC API classes 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class GRRM_OB_LOSEVT    
Program status     
Category 0   
Package GRRM_OB_ENTITY_API   Operational Risk Management for Banks: Entity API 
Created 20101007   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_GRRM_OB_MODEL_LOSEVT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRFN_API_CUSTOMFIELD Interface for Customer Field API 20110511
2 IF_GRFN_API_ROLE_CONTAINER API role container 20110216
3 IF_GRFN_REPORT Get data for reporting engine 20110317
4 IF_GRRM_OB_API_LOSEVT Loss Event - API Interface 20101007
Friends
# Friend Modeled only Created on Description
1 CL_GRFN_API_SESSION 20101019 Session Management for GRC APIs
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_ERROR Constant Private Type reference (TYPE) SY-MSGTY 'E' Message Type 20110411
2 MC_MESSAGE_CLASS Constant Private Type reference (TYPE) SY-MSGID 'GRRM_OB_LOSEVT' Message Class 20110411
3 MC_MODEL_CLASS Constant Public Type reference (TYPE) CLASSNAME 'CL_GRRM_OB_MODEL_LOSEVT' Reference type 20101007
Methods
# Method Level Visibility Method type Description Created on
1 COUNT_FROM_BUFFER Static method Public Method Count created, updated and deleted LossEvent(s) from Buffer. 20110407
2 CREATE Instance method Public Method 20110414
3 DELETE Instance method Public Method 20110414
4 GET Static method Private Method Return instance of the API 20101019
5 GET_LOSEVT_BY_RISK Static method Public Method Get the related Loss Event list of risk 20121231
6 QUERY Instance method Public Method 20110414
7 RETRIEVE Instance method Public Method 20110414
8 UPDATE Instance method Public Method 20110414
9 UPDATE_GR_WHEN_SGL_CHANGED Instance method Private Method Update group when single loss event changed 20110721
Events
Class CL_GRRM_OB_API_LOSEVT has no event.
Types
Class CL_GRRM_OB_API_LOSEVT has no local type.
Method Signatures

Method COUNT_FROM_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CREATED Call by reference Type reference (TYPE) I Number of to be created 20110407
2 Exporting EV_DELETED Call by reference Type reference (TYPE) I Number of to be deleted 20110407
3 Exporting EV_UPDATED Call by reference Type reference (TYPE) I Number of to be updated 20110407
4 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20110407

Method COUNT_FROM_BUFFER on class CL_GRRM_OB_API_LOSEVT has no exception.

Method CREATE Signature

Method CREATE on class CL_GRRM_OB_API_LOSEVT has no parameter.
Method CREATE on class CL_GRRM_OB_API_LOSEVT has no exception.

Method DELETE Signature

Method DELETE on class CL_GRRM_OB_API_LOSEVT has no parameter.
Method DELETE on class CL_GRRM_OB_API_LOSEVT 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 20101019
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20101019
3 Returning RO_RESULT Value transfer Object reference (TYPE REF TO) CL_GRRM_OB_API_LOSEVT Loss Event API 20101019

Method GET on class CL_GRRM_OB_API_LOSEVT has no exception.

Method GET_LOSEVT_BY_RISK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LOSEVT_ID Call by reference Type reference (TYPE) CL_GRRM_OB_MODEL_LOSEVT=>GRRM_T_OB_LOSS_EVT_ID 20121231
2 Importing IV_RISK_ID Value transfer Type reference (TYPE) GRRM_OB_RISK_ID Risk ID 20121231

Method GET_LOSEVT_BY_RISK on class CL_GRRM_OB_API_LOSEVT has no exception.

Method QUERY Signature

Method QUERY on class CL_GRRM_OB_API_LOSEVT has no parameter.
Method QUERY on class CL_GRRM_OB_API_LOSEVT has no exception.

Method RETRIEVE Signature

Method RETRIEVE on class CL_GRRM_OB_API_LOSEVT has no parameter.
Method RETRIEVE on class CL_GRRM_OB_API_LOSEVT has no exception.

Method UPDATE Signature

Method UPDATE on class CL_GRRM_OB_API_LOSEVT has no parameter.
Method UPDATE on class CL_GRRM_OB_API_LOSEVT has no exception.

Method UPDATE_GR_WHEN_SGL_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) CL_GRRM_OB_MODEL_LOSEVT Loss Event - Model Class 20110721
2 Importing IT_GROUP_SINGLE Call by reference Type reference (TYPE) GRRM_OB_T_LOSEVTGR_LIST Grouped Loss Content Table 20110721
3 Importing IV_LOCK_ONLY Call by reference Type reference (TYPE) GRFN_BOOLEAN True - only lock, False - Lock + update 20110721
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110721
History
Last changed by/on SAP  20141106 
SAP Release Created in V1000