SAP ABAP Class CL_GRRM_OB_MODEL_SDM (Static Data Management - Model Class)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-RM (Application Component) GRC Risk Management
     GRRM_OB_MODEL (Package) Operational Risk Management for Banks: Model Classes
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 20110110
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_MODEL_STATUS Enable to retrieve MCF information for object from model 20110110
Properties
Class CL_GRRM_OB_MODEL_SDM  
Short Description Static Data Management - Model Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class GRRM_OB_SDM    
Program status     
Category 0   
Package GRRM_OB_MODEL   Operational Risk Management for Banks: Model Classes 
Created 20110110   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 20110110
2 IF_GRFN_MODEL_STATUS Enable to retrieve MCF information for object from model 20110110
Friends
Class CL_GRRM_OB_MODEL_SDM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_CLASSNAME Constant Public Type reference (TYPE) CLASSNAME 'CL_GRRM_OB_MODEL_SDM' Reference type 20110110
2 MC_UTC_TZONE Constant Private Type reference (TYPE) TIMEZONE 'UTC' UTC 20110110
3 MO_MODEL_CDF Instance attribute Private Object reference (TYPE REF TO) CL_GRFN_UTIL_CDF_MODEL CDF Model utility class 20110110
4 MS_DATES Instance attribute Private Type reference (TYPE) GRFN_S_TF_DATES Timeframe details 20110110
5 MT_SDM_CREATE Instance attribute Private Type reference (TYPE) GRRM_OB_T_SDM Static Data Mgt. - Mapping - Create buffer 20110111
6 MT_SDM_DELETE Instance attribute Private Type reference (TYPE) GRRM_OB_T_SDM Static Data Mgt. - Mapping - Delete buffer 20110607
7 MT_SDM_UPDATE Instance attribute Private Type reference (TYPE) GRRM_OB_T_SDM Static Data Mgt. - Mapping - Update buffer 20110111
8 MV_LANGUAGE Instance attribute Private Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20110110
9 MV_SERVER_TZONE Instance attribute Private Type reference (TYPE) TIMEZONE Time Zone 20110110
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor of SDM Model 20110110
2 CONVERT_SELECTION_BY_ENTITY Instance method Private Method Convert selecetion by entity to explicit format 20110523
3 CREATE Instance method Public Method Create Multiple Static Data Mapping (make valid from date) 20110111
4 DELETE Instance method Public Method Delete Multiple Static Data Mapping (make invalid from date) 20110111
5 INVALIDATE_IN_FUTURE Instance method Private Method Invalidate the mapping on the future date 20110613
6 QUERY Instance method Public Method Read Static Data Mapping 20110111
7 RETRIEVE Instance method Private Method Get Validity Period for the Provided Mapping and Date 20110111
Events
Class CL_GRRM_OB_MODEL_SDM has no event.
Types
Class CL_GRRM_OB_MODEL_SDM 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 IV_BEGDA Call by reference Type reference (TYPE) GRFN_BEGDA Start Date 20110530
2 Importing IV_ENDDA Call by reference Type reference (TYPE) GRFN_ENDDA End Date 20110530
3 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20110110
4 Importing IV_TF_YEAR Call by reference Type reference (TYPE) GRFN_TF_YEAR Timeframe Year 20110110
5 Importing IV_TIMEFRAME Call by reference Type reference (TYPE) GRFN_TIMEFRAME Timeframe 20110110

Method CONSTRUCTOR on class CL_GRRM_OB_MODEL_SDM has no exception.

Method CONVERT_SELECTION_BY_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SELECTION Call by reference Type reference (TYPE) GRRM_S_SELECTION Range for a Selection Field 20110523
2 Importing IV_ENTITY_ID Call by reference Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20110523
3 Returning RS_SELECTION Value transfer Type reference (TYPE) GRRM_S_SELECTION Range for a Selection Field 20110523

Method CONVERT_SELECTION_BY_ENTITY on class CL_GRRM_OB_MODEL_SDM has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20110111
2 Importing IT_SDM_DATA Call by reference Type reference (TYPE) GRRM_OB_T_API_SDM_DATA Static Data Management Parameters Table 20110111
3 Importing IV_DATE Call by reference Type reference (TYPE) GRFN_DATE Date 20110111
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110607

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20110111
2 Importing IT_SDM_DATA Call by reference Type reference (TYPE) GRRM_OB_T_API_SDM_DATA Static Data Management Parameters Table 20110111
3 Importing IV_DATE Call by reference Type reference (TYPE) GRFN_DATE Date 20110111

Method DELETE on class CL_GRRM_OB_MODEL_SDM has no exception.

Method INVALIDATE_IN_FUTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) TZNTIMESTP Time Stamp - future mapping is valid from 20110613
2 Returning RV_TIMESTAMP Value transfer Type reference (TYPE) TZNTIMESTP Time Stamp - current mapping should be invalidated on 20110613

Method INVALIDATE_IN_FUTURE on class CL_GRRM_OB_MODEL_SDM has no exception.

Method QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SDM_DATA Call by reference Type reference (TYPE) GRRM_OB_T_API_SDM_DATA Static Data Management Parameters Table 20110111
2 Exporting ET_SDM_DATA_LE_DIR Call by reference Type reference (TYPE) GRRM_OB_T_API_SDM_DATA LE directly assigned to objects not found in ET_SDM_DATA 20110615
3 Importing IT_SELECTION Call by reference Type reference (TYPE) GRRM_T_SELECTION Table of Ranges for Selection Fields 20110111
4 Importing IV_ALL_TIME Call by reference Type reference (TYPE) GRFN_BOOLEAN ABAP_FALSE Indicator: Query all time, not only for the session period 20110613
5 Importing IV_READ_DIRECT_MAPPING Call by reference Type reference (TYPE) GRFN_BOOLEAN ABAP_FALSE True - read also directly mapped LE which are NOT assigned 20110615

Method QUERY on class CL_GRRM_OB_MODEL_SDM has no exception.

Method RETRIEVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SDM_DATA Call by reference Type reference (TYPE) GRRM_OB_S_API_SDM_DATA Static Data Management Parameters 20110111
2 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20110111
3 Importing IS_SDM_DATA Call by reference Type reference (TYPE) GRRM_OB_S_API_SDM_DATA Static Data Management Parameters 20110111
4 Importing IV_DATE Call by reference Type reference (TYPE) GRFN_DATE Date 20110111

Method RETRIEVE on class CL_GRRM_OB_MODEL_SDM has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in V1000