SAP ABAP Class IF_FDT_WD_UI_CONTEXT (FDT WD: Runtime-Context Channel for Web Dynpro UI)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FDT_WD_UI_CONTEXT FDT WD: Runtime-Context Channel for Web Dynpro UI 20070725
Properties
Class IF_FDT_WD_UI_CONTEXT  
Short Description FDT WD: Runtime-Context Channel for Web Dynpro UI    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20070713   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
Class IF_FDT_WD_UI_CONTEXT has no interface implemented.
Friends
Class IF_FDT_WD_UI_CONTEXT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_PARAMETER_EMBEDDED Constant Public Type reference (TYPE) STRING 'IS_EMBEDDED' UI is embedded 20080214
2 GC_PARAMETER_RESULT_DO Constant Public Type reference (TYPE) STRING 'RESULT_DO' Result Do (ID) 20070827
3 GC_PARAMETER_TRIGGER_CHECK Constant Public Type reference (TYPE) STRING 'TRIGGER_CHECK' Triggers the check, after the UI is displayed 20071128
Methods
# Method Level Visibility Method type Description Created on
1 GET_PARAMETER Instance method Public Method Returns a parameter 20070713
2 GET_PARAMETERS Instance method Public Method Returns all parameters 20070713
3 SET_PARAMETER Instance method Public Method Sets a parameter 20070713
4 SET_PARAMETERS Instance method Public Method Sets all parameters 20070713
Events
Class IF_FDT_WD_UI_CONTEXT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_PARAMETER Public See coding 20070713 BEGIN OF s_parameter , name TYPE string , value TYPE string, value_ref type ref to data, END OF s_parameter
2 TH_PARAMETER Public See coding 20070713 th_parameter TYPE HASHED TABLE OF s_parameter WITH UNIQUE KEY name
Method Signatures

Method GET_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_VALUE Call by reference Object reference (TYPE REF TO) DATA Value reference 20101102
2 Exporting EV_PARAMETER_EXISTS Call by reference Type reference (TYPE) ABAP_BOOL True: Parameter exists 20070830
3 Exporting EV_VALUE Call by reference Type reference (TYPE) DATA Value 20070713
4 Importing IV_NAME Call by reference Type reference (TYPE) STRING Name 20070713

Method GET_PARAMETER on class IF_FDT_WD_UI_CONTEXT has no exception.

Method GET_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RTH_PARAMETER Value transfer Type reference (TYPE) TH_PARAMETER All Parameters 20070713

Method GET_PARAMETERS on class IF_FDT_WD_UI_CONTEXT has no exception.

Method SET_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_VALUE Call by reference Object reference (TYPE REF TO) DATA Value reference 20101102
2 Importing IV_NAME Call by reference Type reference (TYPE) STRING Beschreibung 20070713
3 Importing IV_VALUE Call by reference Type reference (TYPE) DATA Value 20070713

Method SET_PARAMETER on class IF_FDT_WD_UI_CONTEXT has no exception.

Method SET_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITH_PARAMETER Call by reference Type reference (TYPE) TH_PARAMETER 20070725

Method SET_PARAMETERS on class IF_FDT_WD_UI_CONTEXT has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in