SAP ABAP Class CL_WDR_FORM_FIELD_SERVICE (X)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA-REN (Application Component) Web Dynpro ABAP Rendering
     SWDP_RUNTIME_RENDERING (Package) Web Dynpro Runtime: Rendering
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_CONTROLLER_SERVICE Interface for Controller Services 20100209
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_SERVICE Interface for Runtime Services 20100209
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_FORM_FIELD_SERVICE Service for the Data Transport Using HTTP Form Fields 20100209
Properties
Class CL_WDR_FORM_FIELD_SERVICE  
Short Description X    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_RUNTIME_RENDERING   Web Dynpro Runtime: Rendering 
Created 20100209   SAP 
Last change 20110908   SAP 
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_WDR_CONTROLLER_SERVICE Interface for Controller Services 20100209
2 IF_WDR_SERVICE Interface for Runtime Services 20100209
3 IF_WD_FORM_FIELD_SERVICE Service for the Data Transport Using HTTP Form Fields 20100209
Friends
Class CL_WDR_FORM_FIELD_SERVICE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_CHILDREN Instance attribute Private Type reference (TYPE) T_FFS_TAB 20100209
2 M_IS_ROOT Instance attribute Private Type reference (TYPE) ABAP_BOOL 20100209
3 M_PARENT Instance attribute Private Object reference (TYPE REF TO) CL_WDR_FORM_FIELD_SERVICE 20100209
4 M_PREFIX Instance attribute Private Type reference (TYPE) STRING 20100209
5 M_PUBLISHED_CONTEXTS Static Attribute Private Type reference (TYPE) T_PUBLISHED_CONTEXT_MAP 20100209
6 M_ROOT_EXISTS Static Attribute Private Type reference (TYPE) ABAP_BOOL 20100209
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_SERVICE Static method Public Method 20100209
2 DESTROY Instance method Private Method 20100209
3 GET_FORM_FIELD_NAME Static method Public Method 20100209
4 TRANSPORT_SINGLE_FIELD Static method Private Method 20100209
Events
Class CL_WDR_FORM_FIELD_SERVICE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_FFS_TAB Private See coding 20100209 t_ffs_tab type standard table of ref to cl_wdr_form_field_service
2 T_PUBLISHED_CONTEXT Private See coding 20100209 begin of T_PUBLISHED_CONTEXT, node_info type ref to if_wd_context_node_info, form_field_prefix type string, read_only type abap_bool, form_field_service type ref to if_wd_form_field_service, end of T_PUBLISHED_CONTEXT
3 T_PUBLISHED_CONTEXT_MAP Private See coding 20100209 t_published_context_map type hashed table of t_published_context with unique key node_info
Method Signatures

Method CREATE_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_CONTROLLER 20100209
2 Returning FORM_FIELD_SERVICE Value transfer Object reference (TYPE REF TO) CL_WDR_FORM_FIELD_SERVICE 20100209
3 Importing PARENT Call by reference Object reference (TYPE REF TO) CL_WDR_FORM_FIELD_SERVICE 20100209
4 Importing PREFIX Call by reference Type reference (TYPE) STRING 20100209

Method CREATE_SERVICE on class CL_WDR_FORM_FIELD_SERVICE has no exception.

Method DESTROY Signature

Method DESTROY on class CL_WDR_FORM_FIELD_SERVICE has no parameter.
Method DESTROY on class CL_WDR_FORM_FIELD_SERVICE has no exception.

Method GET_FORM_FIELD_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING 20100209
2 Returning FORM_FIELD_NAME Value transfer Type reference (TYPE) STRING 20100209
3 Importing NODE_INFO Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO 20100209

Method GET_FORM_FIELD_NAME on class CL_WDR_FORM_FIELD_SERVICE has no exception.

Method TRANSPORT_SINGLE_FIELD Signature

Method TRANSPORT_SINGLE_FIELD on class CL_WDR_FORM_FIELD_SERVICE has no parameter.
Method TRANSPORT_SINGLE_FIELD on class CL_WDR_FORM_FIELD_SERVICE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 800