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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | 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 | Constant | Public | Type reference (TYPE) | SEOCLSNAME | 'CL_GRFN_MODEL_EXT_FIELD' | Object Type Name | 20100524 | ||
| 2 | Instance attribute | Protected | Type reference (TYPE) | INFOTYP | '5354' | Infotype | 20100520 | ||
| 3 | Instance attribute | Protected | Type reference (TYPE) | PLVAR | '01' | Plan Version | 20100520 | ||
| 4 | Instance attribute | Protected | Type reference (TYPE) | YT_EXT_BUFFER | 20100520 | ||||
| 5 | Instance attribute | Protected | Type reference (TYPE) | GRFN_BEGDA | Start Date | 20100520 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | GRFN_ENDDA | End Date | 20100520 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | SY-LANGU | Language Key of Current Text Environment | 20100520 |
Methods
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 | IT_EXTS | Call by reference | Type reference (TYPE) | GRFN_T_EXT | Extension object table | 20100521 | |||
| 2 | IV_EXT | Call by reference | Type reference (TYPE) | GRFN_EXT | Extension object type | 20100521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100521 |
Method CHECK_USED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_EXT | Call by reference | Type reference (TYPE) | GRFN_S_EXT | Extension object | 20110602 | |||
| 2 | IV_WILDCARD | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20110602 | |||
| 3 | I_OBJID | Call by reference | Type reference (TYPE) | GRPCS_OBJECTID | 20130531 | ||||
| 4 | RV_USED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110602 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110602 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE_FROM | Value transfer | Type reference (TYPE) | GRFN_VALIDFROM | Begin Date | 20100520 | |||
| 2 | IV_DATE_TO | Value transfer | Type reference (TYPE) | GRFN_VALIDTO | End Date | 20100520 | |||
| 3 | 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 | ET_EXTS | Call by reference | Type reference (TYPE) | GRFN_T_EXT | 20100520 | ||||
| 2 | IV_EXT | Value transfer | Type reference (TYPE) | GRFN_EXT | 20100520 | ||||
| 3 | IV_OBJID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | 20100520 | ||||
| 4 | IV_OBJTYPE | Value transfer | Type reference (TYPE) | GRFN_OBJTYPE | 20100520 | ||||
| 5 | IV_REGULATION_ID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20100520 | |||
| 6 | IV_TYP | Value transfer | Type reference (TYPE) | GRFN_OBJTYPE_TYP | 20100520 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100520 |
Method GET_HR_CONDITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_EXT | Call by reference | Type reference (TYPE) | GRFN_S_EXT | 20100521 | ||||
| 2 | IV_WILDCARD | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100521 | |||
| 3 | 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 | ET_OBJECT | Call by reference | Type reference (TYPE) | GRFN_T_OBJECT_EX | Table type for object details structure | 20100521 | |||
| 2 | IS_EXT | Call by reference | Type reference (TYPE) | GRFN_S_EXT | Extension object | 20100521 | |||
| 3 | IV_WILDCARD | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | ET_OBJECT | Call by reference | Type reference (TYPE) | HROBJECT_TAB | Table type for object details structure | 20100521 | |||
| 2 | IS_EXT | Call by reference | Type reference (TYPE) | GRFN_S_EXT | Extension object | 20100521 | |||
| 3 | IV_WILDCARD | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100521 | |||
| 4 | I_OBJID | Call by reference | Type reference (TYPE) | GRPCS_OBJECTID | 20130531 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | ET_OBJECT | Call by reference | Type reference (TYPE) | GRFN_T_OBJECT_EX | Table type for object details structure | 20100530 | |||
| 2 | IS_EXT | Call by reference | Type reference (TYPE) | GRFN_S_EXT | Extension object | 20100530 | |||
| 3 | IV_WILDCARD | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100530 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100530 |
Method GET_REGULATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EXT | Call by reference | Type reference (TYPE) | GRFN_EXT | Extension object type | 20100520 | |||
| 2 | IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20100520 | |||
| 3 | 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 | IV_EXT | Call by reference | Type reference (TYPE) | GRFN_EXT | Extension object type | 20100520 | |||
| 2 | IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20100520 | |||
| 3 | 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 | IT_EXTS | Call by reference | Type reference (TYPE) | GRFN_T_EXT | 20100520 | ||||
| 2 | IV_EXT | Value transfer | Type reference (TYPE) | GRFN_EXT | 20100520 | ||||
| 3 | IV_OBJID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | 20100520 | ||||
| 4 | IV_OBJTYPE | Value transfer | Type reference (TYPE) | GRFN_OBJTYPE | 20100520 | ||||
| 5 | IV_REGULATION_ID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20100520 | |||
| 6 | IV_TYP | Value transfer | Type reference (TYPE) | GRFN_OBJTYPE_TYP | 20100520 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100520 |
Method SET_EXTENSIONS_MULTI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_EXTS | Call by reference | Type reference (TYPE) | GRFN_T_EXT | 20100528 | ||||
| 2 | IV_EXT | Value transfer | Type reference (TYPE) | GRFN_EXT | 20100528 | ||||
| 3 | IV_OBJID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | 20100528 | ||||
| 4 | IV_OBJTYPE | Value transfer | Type reference (TYPE) | GRFN_OBJTYPE | 20100528 | ||||
| 5 | IV_REGULATION_ID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20100528 | |||
| 6 | IV_TYP | Value transfer | Type reference (TYPE) | GRFN_OBJTYPE_TYP | 20100528 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100528 |
Method SET_EXTENSIONS_SINGLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_EXTS | Call by reference | Type reference (TYPE) | GRFN_T_EXT | 20100528 | ||||
| 2 | IV_EXT | Value transfer | Type reference (TYPE) | GRFN_EXT | 20100528 | ||||
| 3 | IV_OBJID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | 20100528 | ||||
| 4 | IV_OBJTYPE | Value transfer | Type reference (TYPE) | GRFN_OBJTYPE | 20100528 | ||||
| 5 | IV_REGULATION_ID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20100528 | |||
| 6 | IV_TYP | Value transfer | Type reference (TYPE) | GRFN_OBJTYPE_TYP | 20100528 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100528 |
Method TRANS_EXT_IN_TO_OUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_EXTS | Call by reference | Type reference (TYPE) | GRFN_T_EXT | Extension object table | 20100520 | |||
| 2 | IT_EXTS | Call by reference | Type reference (TYPE) | YT_EXT | 20100520 | ||||
| 3 | IV_EXT | Call by reference | Type reference (TYPE) | GRFN_EXT | 20100520 | ||||
| 4 | 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 | ET_EXTS | Call by reference | Type reference (TYPE) | YT_EXT | Extension object table | 20100520 | |||
| 2 | IT_EXTS | Call by reference | Type reference (TYPE) | GRFN_T_EXT | Extension object table | 20100520 | |||
| 3 | IV_EXT | Call by reference | Type reference (TYPE) | GRFN_EXT | 20100520 | ||||
| 4 | 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 |