SAP ABAP Class CL_GRFN_FORM_RENDER (Configurable Form UIBB Render Class)
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_FORM_RENDER  
Short Description Configurable Form UIBB Render Class    
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 20090904   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GRFN_FORM_RENDER has no forward declaration.
Interfaces
Class CL_GRFN_FORM_RENDER has no interface implemented.
Friends
Class CL_GRFN_FORM_RENDER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_WD_TRANSPARENT_CONTAINER Web Dynpro: Transparent Container 20090904
2 MO_CONTEXT Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20090904
3 MO_DATA_NODE Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20090915
4 MO_DEFINITION Instance attribute Private Object reference (TYPE REF TO) CL_GRFN_FORM_DEFINITION Configurable List UIBB Definition 20090904
5 MT_MULTIPLE_DATA_NODE Instance attribute Private Type reference (TYPE) GRFN_T_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20091209
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_DATA_NODE Instance method Public Method Create Data Node 20090904
2 CREATE_DATA_NODE_SPECIFIC Instance method Private Method Create Data Node for Form Configurable Form 20090904
3 GET_FIELD_BINDING_PATH Instance method Private Method Get Field Binding Path 20090916
4 REFRESH_DATA Instance method Public Method Refresh Form Data 20091221
5 REFRESH_FIELD_USAGE Instance method Private Method Refresh Field Usage 20091221
6 REFRESH_FORM_USAGE Instance method Private Method Refresh Field Usage 20091221
7 REFRESH_USAGE Instance method Public Method Refresh Usage 20091221
8 RENDER Instance method Public Method Render Configurable From 20090904
9 RENDER_FIELD Instance method Private Method Render Form Group Field 20090914
10 RENDER_GROUP Instance method Private Method Render Form Groups 20090911
11 RENDER_LABEL Instance method Private Method Render Form Group Field Lable 20090914
12 SET_DEFINITION Instance method Public Method Set Definition 20090904
13 SET_WD_CONTEXT Instance method Public Method Set Webdynpro Context 20090904
Events
Class CL_GRFN_FORM_RENDER has no event.
Types
Class CL_GRFN_FORM_RENDER has no local type.
Method Signatures

Method CREATE_DATA_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20090904
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091118

Method CREATE_DATA_NODE_SPECIFIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20090904
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091118

Method GET_FIELD_BINDING_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELD Call by reference Type reference (TYPE) GRFN_FLD Webdynpro Context Binding Paths 20091118
2 Returning RS_BINDING_PATH Value transfer Type reference (TYPE) GRFN_S_BINDING_PATH Webdynpro Context Binding Path 20090922
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091216

Method REFRESH_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DT_EVENT Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20140131
2 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_GRFN_EVENT Event Class 20091221
3 Importing IR_DATA Call by reference Object reference (TYPE REF TO) DATA 20091221
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091221

Method REFRESH_FIELD_USAGE Signature

Method REFRESH_FIELD_USAGE on class CL_GRFN_FORM_RENDER has no parameter.
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091221

Method REFRESH_FORM_USAGE Signature

Method REFRESH_FORM_USAGE on class CL_GRFN_FORM_RENDER has no parameter.
Method REFRESH_FORM_USAGE on class CL_GRFN_FORM_RENDER has no exception.

Method REFRESH_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELD_USAGE_CHANGED Call by reference Type reference (TYPE) BOOLE_D Is Field Usage Changed 20091221
2 Importing IV_FORM_USAGE_CHANGED Call by reference Type reference (TYPE) BOOLE_D Is Form Usage Changed 20091221
3 Importing IV_IS_FIRST_TIME Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Is First Time 20091221
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091223

Method RENDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_TRANSPARENT_CONTAINER Web Dynpro: API of a View 20090904
2 Returning RV_RESULT Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090904
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091119

Method RENDER_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FIELD_DEFINITION Call by reference Type reference (TYPE) GRFN_S_FIELD_DEFINITION Field Definition 20090914
2 Returning RO_FIELD Value transfer Object reference (TYPE REF TO) CL_WD_UIELEMENT Perforce change= / 20051117-125541 20090914
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091216

Method RENDER_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FORM_GROUP Call by reference Type reference (TYPE) GRFN_S_FORM_GROUP Form Group 20090911
2 Returning RO_GROUP Value transfer Object reference (TYPE REF TO) CL_WD_TRANSPARENT_CONTAINER Perforce change= / 20051117-120623 20090911
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091216

Method RENDER_LABEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FIELD_DEFINITION Call by reference Type reference (TYPE) GRFN_S_FIELD_DEFINITION Field Definition 20090914
2 Importing IV_LABEL_WIDTH Call by reference Type reference (TYPE) STRING Lable Width 20100107
3 Returning RO_LABEL Value transfer Object reference (TYPE REF TO) CL_WD_LABEL Perforce change= / 20051117-120623 20090914
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091216

Method SET_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DEFINITION Call by reference Object reference (TYPE REF TO) CL_GRFN_FORM_DEFINITION List Extension Definition 20090904

Method SET_DEFINITION on class CL_GRFN_FORM_RENDER has no exception.

Method SET_WD_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20090904

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