SAP ABAP Class CL_GRFN_MODEL_EXT_FIELD (Field extension model)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_CATALOGUES (Package) GRCFoundation catalogue
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 20100520
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_MODEL_EXTENSION Extension Model 20100813
Properties
Class CL_GRFN_MODEL_EXT_FIELD  
Short Description Field extension model    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRFN_CATALOGUES   GRCFoundation catalogue 
Created 20100520   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 GRPCS 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 20100520
2 IF_GRFN_MODEL_EXTENSION Extension Model 20100813
Friends
Class CL_GRFN_MODEL_EXT_FIELD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CLASS_NAME Constant Public Type reference (TYPE) SEOCLSNAME 'CL_GRFN_MODEL_EXT_FIELD' Object Type Name 20100524
2 MC_INFOTYPE Instance attribute Protected Type reference (TYPE) INFOTYP '5354' Infotype 20100520
3 MC_PLVAR Instance attribute Protected Type reference (TYPE) PLVAR '01' Plan Version 20100520
4 MT_EXT_BUFFER Instance attribute Protected Type reference (TYPE) YT_EXT_BUFFER 20100520
5 MV_DATEFROM Instance attribute Protected Type reference (TYPE) GRFN_BEGDA Start Date 20100520
6 MV_DATETO Instance attribute Protected Type reference (TYPE) GRFN_ENDDA End Date 20100520
7 MV_LANGUAGE Instance attribute Protected Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20100520
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_EXT Instance method Protected Method Check extensions 20100521
2 CHECK_USED Instance method Public Method Check whether an extension is used 20110602
3 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20100520
4 GET_EXTENSIONS Instance method Public Method Get Extension of a HR object 20100520
5 GET_HR_CONDITION Instance method Protected Method Get dynamic HR condition 20100521
6 GET_OBJECTS Instance method Public Method Get objects from extension 20100521
7 GET_OBJECTS_FILTER Instance method Protected Method Get objects from extension 20100521
8 GET_OBJECTS_IN_BUFFER Instance method Protected Method Get objects from extension 20100530
9 GET_REGULATION Instance method Protected Method Get Regulation 20100520
10 GET_SUBTYPE Instance method Protected Method Get Extension subtype 20100520
11 SET_EXTENSIONS Instance method Public Method Set Extension of a HR object 20100520
12 SET_EXTENSIONS_MULTI Instance method Protected Method Set Extension of a HR object 20100528
13 SET_EXTENSIONS_SINGLE Instance method Protected Method Set Extension of a HR object 20100528
14 TRANS_EXT_IN_TO_OUT Instance method Protected Method 20100520
15 TRANS_EXT_OUT_TO_IN Instance method Protected Method 20100520
Events
Class CL_GRFN_MODEL_EXT_FIELD has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_EXT Protected See coding 20100520 BEGIN OF ys_ext. INCLUDE TYPE hri5354. TYPES reg TYPE grfn_regulation. TYPES validfrom TYPE grfn_begda. TYPES validto TYPE grfn_endda. TYPES hr_key TYPE grfn_hr_key. TYPES cmd TYPE grfn_command. TYPES END OF ys_ext
2 YS_EXT_BUFFER Protected See coding 20100520 BEGIN OF ys_ext_buffer, objtype TYPE grfn_objtype, typ TYPE grfn_objtype_typ, objid TYPE grfn_objectid, exts TYPE yt_ext, END OF ys_ext_buffer
3 YT_EXT Protected See coding 20100520 yt_ext TYPE STANDARD TABLE OF ys_ext WITH DEFAULT KEY
4 YT_EXT_BUFFER Protected See coding 20100520 yt_ext_buffer TYPE SORTED TABLE OF ys_ext_buffer WITH UNIQUE KEY objtype typ objid
Method Signatures

Method CHECK_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EXTS Call by reference Type reference (TYPE) GRFN_T_EXT Extension object table 20100521
2 Importing IV_EXT Call by reference Type reference (TYPE) GRFN_EXT Extension object type 20100521
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100521

Method CHECK_USED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EXT Call by reference Type reference (TYPE) GRFN_S_EXT Extension object 20110602
2 Importing IV_WILDCARD Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110602
3 Importing I_OBJID Call by reference Type reference (TYPE) GRPCS_OBJECTID 20130531
4 Returning RV_USED Value transfer Type reference (TYPE) ABAP_BOOL 20110602
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110602

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATE_FROM Value transfer Type reference (TYPE) GRFN_VALIDFROM Begin Date 20100520
2 Importing IV_DATE_TO Value transfer Type reference (TYPE) GRFN_VALIDTO End Date 20100520
3 Importing IV_LANG Value transfer Type reference (TYPE) GRFN_LANG Language 20100520

Method CONSTRUCTOR on class CL_GRFN_MODEL_EXT_FIELD has no exception.

Method GET_EXTENSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EXTS Call by reference Type reference (TYPE) GRFN_T_EXT 20100520
2 Importing IV_EXT Value transfer Type reference (TYPE) GRFN_EXT 20100520
3 Importing IV_OBJID Value transfer Type reference (TYPE) GRFN_OBJECTID 20100520
4 Importing IV_OBJTYPE Value transfer Type reference (TYPE) GRFN_OBJTYPE 20100520
5 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_OBJECTID Object ID 20100520
6 Importing IV_TYP Value transfer Type reference (TYPE) GRFN_OBJTYPE_TYP 20100520
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION 20100520

Method GET_HR_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EXT Call by reference Type reference (TYPE) GRFN_S_EXT 20100521
2 Importing IV_WILDCARD Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100521
3 Returning RV_CONDITION Value transfer Type reference (TYPE) HRCOND_D Condition 20100521

Method GET_HR_CONDITION on class CL_GRFN_MODEL_EXT_FIELD has no exception.

Method GET_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT Call by reference Type reference (TYPE) GRFN_T_OBJECT_EX Table type for object details structure 20100521
2 Importing IS_EXT Call by reference Type reference (TYPE) GRFN_S_EXT Extension object 20100521
3 Importing IV_WILDCARD Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100521
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100521

Method GET_OBJECTS_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT Call by reference Type reference (TYPE) HROBJECT_TAB Table type for object details structure 20100521
2 Importing IS_EXT Call by reference Type reference (TYPE) GRFN_S_EXT Extension object 20100521
3 Importing IV_WILDCARD Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100521
4 Importing I_OBJID Call by reference Type reference (TYPE) GRPCS_OBJECTID 20130531
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100521

Method GET_OBJECTS_IN_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT Call by reference Type reference (TYPE) GRFN_T_OBJECT_EX Table type for object details structure 20100530
2 Importing IS_EXT Call by reference Type reference (TYPE) GRFN_S_EXT Extension object 20100530
3 Importing IV_WILDCARD Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100530
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100530

Method GET_REGULATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXT Call by reference Type reference (TYPE) GRFN_EXT Extension object type 20100520
2 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20100520
3 Returning RV_REGULATION Value transfer Type reference (TYPE) GRFN_REGULATION 20100520

Method GET_REGULATION on class CL_GRFN_MODEL_EXT_FIELD has no exception.

Method GET_SUBTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXT Call by reference Type reference (TYPE) GRFN_EXT Extension object type 20100520
2 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20100520
3 Returning RV_SUBTYPE Value transfer Type reference (TYPE) SUBTY Subtype 20100520

Method GET_SUBTYPE on class CL_GRFN_MODEL_EXT_FIELD has no exception.

Method SET_EXTENSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EXTS Call by reference Type reference (TYPE) GRFN_T_EXT 20100520
2 Importing IV_EXT Value transfer Type reference (TYPE) GRFN_EXT 20100520
3 Importing IV_OBJID Value transfer Type reference (TYPE) GRFN_OBJECTID 20100520
4 Importing IV_OBJTYPE Value transfer Type reference (TYPE) GRFN_OBJTYPE 20100520
5 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_OBJECTID Object ID 20100520
6 Importing IV_TYP Value transfer Type reference (TYPE) GRFN_OBJTYPE_TYP 20100520
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION 20100520

Method SET_EXTENSIONS_MULTI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EXTS Call by reference Type reference (TYPE) GRFN_T_EXT 20100528
2 Importing IV_EXT Value transfer Type reference (TYPE) GRFN_EXT 20100528
3 Importing IV_OBJID Value transfer Type reference (TYPE) GRFN_OBJECTID 20100528
4 Importing IV_OBJTYPE Value transfer Type reference (TYPE) GRFN_OBJTYPE 20100528
5 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_OBJECTID Object ID 20100528
6 Importing IV_TYP Value transfer Type reference (TYPE) GRFN_OBJTYPE_TYP 20100528
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION 20100528

Method SET_EXTENSIONS_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EXTS Call by reference Type reference (TYPE) GRFN_T_EXT 20100528
2 Importing IV_EXT Value transfer Type reference (TYPE) GRFN_EXT 20100528
3 Importing IV_OBJID Value transfer Type reference (TYPE) GRFN_OBJECTID 20100528
4 Importing IV_OBJTYPE Value transfer Type reference (TYPE) GRFN_OBJTYPE 20100528
5 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_OBJECTID Object ID 20100528
6 Importing IV_TYP Value transfer Type reference (TYPE) GRFN_OBJTYPE_TYP 20100528
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION 20100528

Method TRANS_EXT_IN_TO_OUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EXTS Call by reference Type reference (TYPE) GRFN_T_EXT Extension object table 20100520
2 Importing IT_EXTS Call by reference Type reference (TYPE) YT_EXT 20100520
3 Importing IV_EXT Call by reference Type reference (TYPE) GRFN_EXT 20100520
4 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_OBJECTID 20100520

Method TRANS_EXT_IN_TO_OUT on class CL_GRFN_MODEL_EXT_FIELD has no exception.

Method TRANS_EXT_OUT_TO_IN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EXTS Call by reference Type reference (TYPE) YT_EXT Extension object table 20100520
2 Importing IT_EXTS Call by reference Type reference (TYPE) GRFN_T_EXT Extension object table 20100520
3 Importing IV_EXT Call by reference Type reference (TYPE) GRFN_EXT 20100520
4 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_OBJECTID 20100520

Method TRANS_EXT_OUT_TO_IN on class CL_GRFN_MODEL_EXT_FIELD has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 600