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 CHECK_TAB_ACTIVE Static method Public Method Check whether a Tab is active in an App & Reg 20091028
2 CHECK_UIBB_ACTIVE Static method Public Method Check whether a UIBB is active in an App & Reg 20091116
3 GET_ACTIONS Static method Public Method Get actions 20100518
4 GET_ENTITY_UI_CONF Static method Public Method Get Entity UI Configuration 20100714
5 GET_FLDS_BY_UIBB Static method Public Method Get all Fields which belong to a UIBB 20091216
6 GET_TABS_BY_ENTITY Static method Public Method Get all Tabs which belong to an Entity 20091113
7 GET_TAB_META Static method Public Method Get Tab metadata 20091113
8 GET_UIBBS_BY_TAB Static method Public Method Get all UIBBs which belong to a Tab 20091113
9 GET_UIBB_META Static method Public Method Get UIBB metadata 20091113
10 GET_UIBB_STATUS Static method Public Method Get UIBB status 20100721
11 GET_UI_VARIANT_META 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 Importing IV_APP Call by reference Type reference (TYPE) GRFN_APP_COMPONENT 20091028
2 Importing IV_ENTITY_ID Call by reference Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20091102
3 Importing IV_REG Call by reference Type reference (TYPE) GRFN_REGULATION 20091028
4 Importing IV_TAB Call by reference Type reference (TYPE) GRFN_TAB Field ID 20091028
5 Importing IV_VARIANT Call by reference Type reference (TYPE) GRFN_UI_VARIANT UI Variant 20100721
6 Returning 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 Importing IV_APP Call by reference Type reference (TYPE) GRFN_APP_COMPONENT 20091116
2 Importing IV_ENTITY_ID Call by reference Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20091116
3 Importing IV_REG Call by reference Type reference (TYPE) GRFN_REGULATION 20091116
4 Importing IV_UIBB Call by reference Type reference (TYPE) GRFN_TAB Field ID 20091116
5 Importing IV_VARIANT Call by reference Type reference (TYPE) GRFN_UI_VARIANT UI Variant 20100721
6 Returning 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 Exporting ET_ACTION Call by reference Type reference (TYPE) GRFN_T_ACTION Tabs 20100518
2 Importing IV_ENTITY_ID Call by reference Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20100518
3 Importing 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 Exporting ES_CONF Call by reference Type reference (TYPE) GRFN_S_ENTITY_UI_CONF 20100714
2 Importing IV_ENTITY_ID Call by reference Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20100714
3 Importing 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 Exporting ET_FLDS Call by reference Type reference (TYPE) GRFN_T_FLD Fields 20091216
2 Importing 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 Exporting ET_TABS Call by reference Type reference (TYPE) GRFN_T_TAB Tabs 20091113
2 Importing IV_ENTITY_ID Call by reference Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20091113
3 Importing 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 Exporting ES_TAB Call by reference Type reference (TYPE) GRFN_S_TAB Tab Meta Data 20091113
2 Importing 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 Exporting ET_UIBBS Call by reference Type reference (TYPE) GRFN_T_UIBB UIBBs 20091113
2 Importing 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 Exporting ES_UIBB Call by reference Type reference (TYPE) GRFN_S_UIBB Section Meta Data 20091113
2 Importing 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 Importing IV_APP Call by reference Type reference (TYPE) GRFN_APP_COMPONENT Application Component 20100721
2 Importing IV_ENTITY_ID Call by reference Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20100721
3 Importing IV_UIBB Call by reference Type reference (TYPE) GRFN_UIBB UIBB ID 20100721
4 Importing IV_VARIANT Call by reference Type reference (TYPE) GRFN_UI_VARIANT UI Variant 20100721
5 Returning 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 Exporting ES_UI_VARIANT Call by reference Type reference (TYPE) GRFN_S_UI_VARIANT UI Variant 20100125
2 Importing 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