SAP ABAP Class CL_GRFN_MODEL_EXT_TABLE (Table 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_TABLE  
Short Description Table 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)
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_TABLE 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_TABLE' Object Type Name 20100528
2 MC_INFOTYPE Instance attribute Protected Type reference (TYPE) INFOTYP '5320' 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 ext 20100521
2 CHECK_USED Instance method Public Method Check whether an extension is used 20100813
3 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20100520
4 GET_EXTENSIONS Instance method Public Method Get Extensions of a HR object 20100520
5 GET_OBJECTS Instance method Public Method Get objects from extension 20100521
6 GET_OBJECTS_FROM_EXT_TABNR Instance method Protected Method Get objects from extension and tabnr 20100520
7 GET_REGULATION Instance method Protected Method Get Regulation 20100520
8 GET_SUBTYPE Instance method Protected Method Get Extension subtype 20100520
9 SET_EXTENSIONS Instance method Public Method Set Extensions of a HR object 20100520
10 TRANS_EXT_IN_TO_OUT Instance method Protected Method 20100520
11 TRANS_EXT_OUT_TO_IN Instance method Protected Method 20100520
Events
Class CL_GRFN_MODEL_EXT_TABLE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_EXT Protected See coding 20100520
2 YS_EXT_BUFFER Protected See coding 20100520
3 YS_EXT_DATA Protected See coding 20100520
4 YT_EXT Protected See coding 20100520
5 YT_EXT_BUFFER Protected See coding 20100520
6 YT_EXT_DATA Protected See coding 20100520
Method Signatures

Method CHECK_EXT Signature

Method CHECK_EXT on class CL_GRFN_MODEL_EXT_TABLE has no parameter.
Method CHECK_EXT on class CL_GRFN_MODEL_EXT_TABLE has no exception.

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 20100813
2 Importing IV_EVER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100813
3 Importing IV_WILDCARD Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100813
4 Returning RV_USED Value transfer Type reference (TYPE) ABAP_BOOL 20100813
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100813

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_TABLE 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_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_CHECK_EXISTENCE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20100810
4 Importing IV_REVERSE_WILDCARD Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110107
5 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_FROM_EXT_TABNR 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 20100520
2 Importing IV_EXT Call by reference Type reference (TYPE) GRFN_EXT Extension object 20100520
3 Importing IV_TABNR Call by reference Type reference (TYPE) HRTABNR Reference Number to Table Part 20100520
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100520

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_TABLE 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_TABLE 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 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_TABLE 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_TABLE has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 600