SAP ABAP Class CL_GRFN_UI_METADATA (UI metadata)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_WD_REUSE (Package) GRC Common Layer Reusable UI Components
⤷
⤷
Properties
| Class | CL_GRFN_UI_METADATA | |
| Short Description | UI metadata | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRFN_WD_REUSE | GRC Common Layer Reusable UI Components |
| Created | 20091028 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GRFN_UI_METADATA has no forward declaration.
Interfaces
Class CL_GRFN_UI_METADATA has no interface implemented.
Friends
Class CL_GRFN_UI_METADATA has no friend class.
Attributes
Class CL_GRFN_UI_METADATA has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Check whether a Tab is active in an App & Reg | 20091028 | |
| 2 | Static method | Public | Method | Check whether a UIBB is active in an App & Reg | 20091116 | |
| 3 | Static method | Public | Method | Get actions | 20100518 | |
| 4 | Static method | Public | Method | Get Entity UI Configuration | 20100714 | |
| 5 | Static method | Public | Method | Get all Fields which belong to a UIBB | 20091216 | |
| 6 | Static method | Public | Method | Get all Tabs which belong to an Entity | 20091113 | |
| 7 | Static method | Public | Method | Get Tab metadata | 20091113 | |
| 8 | Static method | Public | Method | Get all UIBBs which belong to a Tab | 20091113 | |
| 9 | Static method | Public | Method | Get UIBB metadata | 20091113 | |
| 10 | Static method | Public | Method | Get UIBB status | 20100721 | |
| 11 | Static method | Public | Method | Get UI variant metadata | 20100125 |
Events
Class CL_GRFN_UI_METADATA has no event.
Types
Class CL_GRFN_UI_METADATA has no local type.
Method Signatures
Method CHECK_TAB_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APP | Call by reference | Type reference (TYPE) | GRFN_APP_COMPONENT | 20091028 | ||||
| 2 | IV_ENTITY_ID | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20091102 | |||
| 3 | IV_REG | Call by reference | Type reference (TYPE) | GRFN_REGULATION | 20091028 | ||||
| 4 | IV_TAB | Call by reference | Type reference (TYPE) | GRFN_TAB | Field ID | 20091028 | |||
| 5 | IV_VARIANT | Call by reference | Type reference (TYPE) | GRFN_UI_VARIANT | UI Variant | 20100721 | |||
| 6 | RV_ACTIVE | Value transfer | Type reference (TYPE) | GRFN_FLAG_ACTIVE | Attribute meta data | 20091028 |
Method CHECK_TAB_ACTIVE on class CL_GRFN_UI_METADATA has no exception.
Method CHECK_UIBB_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APP | Call by reference | Type reference (TYPE) | GRFN_APP_COMPONENT | 20091116 | ||||
| 2 | IV_ENTITY_ID | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20091116 | |||
| 3 | IV_REG | Call by reference | Type reference (TYPE) | GRFN_REGULATION | 20091116 | ||||
| 4 | IV_UIBB | Call by reference | Type reference (TYPE) | GRFN_TAB | Field ID | 20091116 | |||
| 5 | IV_VARIANT | Call by reference | Type reference (TYPE) | GRFN_UI_VARIANT | UI Variant | 20100721 | |||
| 6 | RV_ACTIVE | Value transfer | Type reference (TYPE) | GRFN_FLAG_ACTIVE | Attribute meta data | 20091116 |
Method CHECK_UIBB_ACTIVE on class CL_GRFN_UI_METADATA has no exception.
Method GET_ACTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ACTION | Call by reference | Type reference (TYPE) | GRFN_T_ACTION | Tabs | 20100518 | |||
| 2 | IV_ENTITY_ID | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20100518 | |||
| 3 | IV_VARIANT | Call by reference | Type reference (TYPE) | GRFN_UI_VARIANT | UI Variant | 20100518 |
Method GET_ACTIONS on class CL_GRFN_UI_METADATA has no exception.
Method GET_ENTITY_UI_CONF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_CONF | Call by reference | Type reference (TYPE) | GRFN_S_ENTITY_UI_CONF | 20100714 | ||||
| 2 | IV_ENTITY_ID | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20100714 | |||
| 3 | IV_VARIANT | Call by reference | Type reference (TYPE) | GRFN_UI_VARIANT | UI Variant | 20100714 |
Method GET_ENTITY_UI_CONF on class CL_GRFN_UI_METADATA has no exception.
Method GET_FLDS_BY_UIBB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FLDS | Call by reference | Type reference (TYPE) | GRFN_T_FLD | Fields | 20091216 | |||
| 2 | IV_UIBB | Call by reference | Type reference (TYPE) | GRFN_UIBB | UIBB ID | 20091216 |
Method GET_FLDS_BY_UIBB on class CL_GRFN_UI_METADATA has no exception.
Method GET_TABS_BY_ENTITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TABS | Call by reference | Type reference (TYPE) | GRFN_T_TAB | Tabs | 20091113 | |||
| 2 | IV_ENTITY_ID | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20091113 | |||
| 3 | IV_VARIANT | Call by reference | Type reference (TYPE) | GRFN_UI_VARIANT | UI Variant | 20100125 |
Method GET_TABS_BY_ENTITY on class CL_GRFN_UI_METADATA has no exception.
Method GET_TAB_META Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_TAB | Call by reference | Type reference (TYPE) | GRFN_S_TAB | Tab Meta Data | 20091113 | |||
| 2 | IV_TAB | Call by reference | Type reference (TYPE) | GRFN_TAB | Tab ID | 20091113 |
Method GET_TAB_META on class CL_GRFN_UI_METADATA has no exception.
Method GET_UIBBS_BY_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_UIBBS | Call by reference | Type reference (TYPE) | GRFN_T_UIBB | UIBBs | 20091113 | |||
| 2 | IV_TAB | Call by reference | Type reference (TYPE) | GRFN_TAB | Tab ID | 20091113 |
Method GET_UIBBS_BY_TAB on class CL_GRFN_UI_METADATA has no exception.
Method GET_UIBB_META Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_UIBB | Call by reference | Type reference (TYPE) | GRFN_S_UIBB | Section Meta Data | 20091113 | |||
| 2 | IV_UIBB | Call by reference | Type reference (TYPE) | GRFN_UIBB | UIBB ID | 20091113 |
Method GET_UIBB_META on class CL_GRFN_UI_METADATA has no exception.
Method GET_UIBB_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APP | Call by reference | Type reference (TYPE) | GRFN_APP_COMPONENT | Application Component | 20100721 | |||
| 2 | IV_ENTITY_ID | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20100721 | |||
| 3 | IV_UIBB | Call by reference | Type reference (TYPE) | GRFN_UIBB | UIBB ID | 20100721 | |||
| 4 | IV_VARIANT | Call by reference | Type reference (TYPE) | GRFN_UI_VARIANT | UI Variant | 20100721 | |||
| 5 | RV_STATUS | Value transfer | Type reference (TYPE) | GRFN_UI_STAT | UI Status | 20100721 |
Method GET_UIBB_STATUS on class CL_GRFN_UI_METADATA has no exception.
Method GET_UI_VARIANT_META Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_UI_VARIANT | Call by reference | Type reference (TYPE) | GRFN_S_UI_VARIANT | UI Variant | 20100125 | |||
| 2 | IV_UI_VARIANT | Call by reference | Type reference (TYPE) | GRFN_UI_VARIANT | UI Variant | 20100125 |
Method GET_UI_VARIANT_META on class CL_GRFN_UI_METADATA has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 600 |