SAP ABAP Class CL_WDC_CONVERSION_UTIL (CL_WDC_CONVERSION_UTIL)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_DYNPRO_CONVERSION (Package) Migration: Screen -> WebDynpro
Properties
Class CL_WDC_CONVERSION_UTIL  
Short Description CL_WDC_CONVERSION_UTIL    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_DYNPRO_CONVERSION   Migration: Screen -> WebDynpro 
Created 20030528   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)
2 CL_WDR_CONTEXT_NODE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 VRM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 WDYN Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_WDC_CONVERSION_UTIL has no interface implemented.
Friends
Class CL_WDC_CONVERSION_UTIL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_VIEW_CONTEXT Static Attribute Private See coding Cannot Import Type 20030528
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_COMPONENT_NAME Static method Public Method 20041217
2 CHECK_NAME Static method Public Method 20030528
3 CHECK_VIEW_NAME Static method Public Method 20041217
4 GET_CHAR_WIDTH Static method Public Method 20040727
5 GET_COMPONENT_NAME Static method Public Method GET_COMPONENT_NAME 20030528
6 GET_COMPONENT_NAME_NEW Static method Private Method 20040915
7 GET_NODE_FOR_SCREEN_NAME Static method Public Method GET_NODE_FOR_SCREEN_NAME 20030528
8 GET_RASTER_HEIGHT Static method Public Method GET_RASTER_HEIGHT 20030528
9 GET_RASTER_WIDTH Static method Public Method GET_RASTER_WIDTH 20030528
10 GET_SCREEN_NAME_FROM_NODE Static method Public Method Returns Name of Screen Element 20040716
11 GET_SUBSCREEN_DATA Static method Public Method 20030718
12 GET_VIEW_NAME Static method Public Method GET_VIEW_NAME 20030528
13 GET_VIEW_USAGE Static method Public Method 20030707
14 GET_WINDOW_NAME Static method Public Method GET_WINDOW_NAME 20030528
15 REMOVE_UNDERBAR Static method Public Method REMOVE_UNDERBAR 20030528
16 ROUND_TO Static method Private Method ROUND_TO 20030528
17 SC_INVISIBLE_TO_WD_VISIBLE Static method Public Method SC_INVISIBLE_TO_WD_VISIBLE 20030528
18 SPLIT_VALUE Static method Public Method SPLIT_VALUE 20030528
19 TRANSLATE_ELEMENT_NAME Static method Public Method TRANSLATE_ELEMENT_NAME 20030528
20 TRANSLATE_MD_OBJECT_NAME Static method Public Method TRANSLATE_ELEMENT_NAME 20041108
21 WD_VISIBLE_TO_SC_INVISIBLE Static method Public Method WD_VISIBLE_TO_SC_INVISIBLE 20030528
Events
Class CL_WDC_CONVERSION_UTIL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_HT_SCREEN_NAME_TO_NODE Private See coding Cannot Import Type 20030528 ty_ht_screen_name_to_node TYPE HASHED TABLE OF ty_s_screen_name_to_node WITH UNIQUE KEY screen_name loop_index
2 TY_S_SCREEN_NAME_TO_NODE Private See coding Cannot Import Type 20030528 BEGIN OF ty_s_screen_name_to_node , screen_name TYPE SCRFNAME, loop_index type i, context_node TYPE REF TO if_wd_context_node, END OF ty_s_screen_name_to_node
3 TY_S_VIEW_CONTEXT Private See coding Cannot Import Type 20030528 BEGIN OF ty_s_view_context , view_context TYPE REF TO if_wd_context_node, name_table TYPE ty_ht_screen_name_to_node, END OF ty_s_view_context
Method Signatures

Method CHECK_COMPONENT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT_NAME Call by reference Type reference (TYPE) WDY_COMPONENT_NAME Web Dynpro : Komponentenname 20041217
# Exception Resumable Description Created on
1 CX_WDC_CONVERSION_EXCEPTION Dynpro-Konvertierung 20041217

Method CHECK_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Value transfer Type reference (TYPE) C 20030528
2 Returning OK Value transfer Type reference (TYPE) ABAP_BOOL 20030528

Method CHECK_NAME on class CL_WDC_CONVERSION_UTIL has no exception.

Method CHECK_VIEW_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VIEW_NAME Call by reference Type reference (TYPE) WDY_COMPONENT_NAME Web Dynpro : Komponentenname 20041217
# Exception Resumable Description Created on
1 CX_WDC_CONVERSION_EXCEPTION Dynpro-Konvertierung 20041217

Method GET_CHAR_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RASTER_WIDTH Call by reference Type reference (TYPE) STRING 20040727
2 Returning WIDTH Value transfer Type reference (TYPE) I 20040727

Method GET_CHAR_WIDTH on class CL_WDC_CONVERSION_UTIL has no exception.

Method GET_COMPONENT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMPONENT_NAME Value transfer Type reference (TYPE) WDY_COMPONENT_NAME COMPONENT_NAME 20030528
2 Importing MODPOOL Value transfer Type reference (TYPE) SCRHPROG MODPOOL 20030528
# Exception Resumable Description Created on
1 CX_WDC_CONVERSION_EXCEPTION Dynpro-Konvertierung 20030814

Method GET_COMPONENT_NAME_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT_NAME Value transfer Type reference (TYPE) WDY_COMPONENT_NAME Web Dynpro : Komponentenname 20040915
2 Returning COMPONENT_NAME_NEW Value transfer Type reference (TYPE) WDY_COMPONENT_NAME Web Dynpro : Komponentenname 20040915
# Exception Resumable Description Created on
1 CX_WDC_CONVERSION_EXCEPTION Dynpro-Konvertierung 20040915

Method GET_NODE_FOR_SCREEN_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONTEXT_NODE Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE CONTEXT_NODE 20030528
2 Importing LOOP_INDEX Call by reference Type reference (TYPE) I 20030710
3 Importing ROOT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE ROOT_NODE 20030528
4 Importing SCREEN_NAME Call by reference Type reference (TYPE) SCRFNAME SCREEN_NAME 20030528
5 Importing UPDATE_CACHE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE UPDATE_CACHE 20030528

Method GET_NODE_FOR_SCREEN_NAME on class CL_WDC_CONVERSION_UTIL has no exception.

Method GET_RASTER_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DECIMALS Call by reference Type reference (TYPE) I 3 DECIMALS 20030528
2 Importing HEIGHT Call by reference Type reference (TYPE) I HEIGHT 20030528
3 Returning RASTER_HEIGHT Value transfer Type reference (TYPE) STRING RASTER_HEIGHT 20030528

Method GET_RASTER_HEIGHT on class CL_WDC_CONVERSION_UTIL has no exception.

Method GET_RASTER_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DECIMALS Call by reference Type reference (TYPE) I 3 DECIMALS 20030528
2 Returning RASTER_WIDTH Value transfer Type reference (TYPE) STRING RASTER_WIDTH 20030528
3 Importing WIDTH Call by reference Type reference (TYPE) I WIDTH 20030528

Method GET_RASTER_WIDTH on class CL_WDC_CONVERSION_UTIL has no exception.

Method GET_SCREEN_NAME_FROM_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Schnittstelle für die dynamische Verwendung von Knoten 20040716
2 Returning SCREEN_NAME Value transfer Type reference (TYPE) SCRFNAME Name eines Dynproelementes 20040716

Method GET_SCREEN_NAME_FROM_NODE on class CL_WDC_CONVERSION_UTIL has no exception.

Method GET_SUBSCREEN_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CONTAINER_COUNT Call by reference Type reference (TYPE) I 20030718
2 Exporting CONTAINER_NAME Call by reference Type reference (TYPE) STRING 20030718
3 Importing CONTEXT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE 20030718
4 Importing FCODE Call by reference Type reference (TYPE) C 20030718

Method GET_SUBSCREEN_DATA on class CL_WDC_CONVERSION_UTIL has no exception.

Method GET_VIEW_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DYNPRO_NAME Call by reference Type reference (TYPE) SCRFDYNNR DYNPRO_NAME 20030528
2 Returning VIEW_NAME Value transfer Type reference (TYPE) WDY_VIEW_NAME VIEW_NAME 20030528

Method GET_VIEW_NAME on class CL_WDC_CONVERSION_UTIL has no exception.

Method GET_VIEW_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DYNPRO_NAME Call by reference Type reference (TYPE) SCRFDYNNR 20030707
2 Returning VIEW_USAGE Value transfer Object reference (TYPE REF TO) IF_WDR_RR_VIEW_USAGE 20030707
3 Importing WINDOW Call by reference Object reference (TYPE REF TO) IF_WDR_RR_WINDOW 20030707

Method GET_VIEW_USAGE on class CL_WDC_CONVERSION_UTIL has no exception.

Method GET_WINDOW_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DYNPRO_NAME Value transfer Type reference (TYPE) SCRFDYNNR DYNPRO_NAME 20030528
2 Importing VIEW Value transfer Object reference (TYPE REF TO) IF_WDY_MD_VIEW VIEW 20030528
3 Importing VIEW_NAME Value transfer Type reference (TYPE) WDY_VIEW_NAME VIEW_NAME 20030528
4 Returning WINDOW_NAME Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME WINDOW_NAME 20030528

Method GET_WINDOW_NAME on class CL_WDC_CONVERSION_UTIL has no exception.

Method REMOVE_UNDERBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) STRING RESULT 20030528
2 Importing VALUE Call by reference Type reference (TYPE) ANY VALUE 20030528

Method REMOVE_UNDERBAR on class CL_WDC_CONVERSION_UTIL has no exception.

Method ROUND_TO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DECIMALS Call by reference Type reference (TYPE) I DECIMALS 20030528
2 Returning ROUNDED_VALUE Value transfer Type reference (TYPE) STRING ROUNDED_VALUE 20030528
3 Importing VALUE Call by reference Type reference (TYPE) ANY VALUE 20030528

Method ROUND_TO on class CL_WDC_CONVERSION_UTIL has no exception.

Method SC_INVISIBLE_TO_WD_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INVISIBLE Call by reference Type reference (TYPE) CHAR1 INVISIBLE 20030528
2 Returning VISIBLE Value transfer Type reference (TYPE) WDY_MD_UI_VISIBILITY VISIBLE 20030528

Method SC_INVISIBLE_TO_WD_VISIBLE on class CL_WDC_CONVERSION_UTIL has no exception.

Method SPLIT_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ICON_NAME Call by reference Type reference (TYPE) STRING ICON_NAME 20030528
2 Exporting IMAGE_URL Call by reference Type reference (TYPE) STRING IMAGE_URL 20030528
3 Importing SUPRESS_UNDERBAR Call by reference Type reference (TYPE) FLAG ABAP_TRUE SUPRESS_UNDERBAR 20030528
4 Exporting TEXT Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT TEXT 20030528
5 Exporting TOOLTIP Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT TOOLTIP 20030528
6 Importing VALUE Call by reference Type reference (TYPE) SCRFSTXG VALUE 20030528

Method SPLIT_VALUE on class CL_WDC_CONVERSION_UTIL has no exception.

Method TRANSLATE_ELEMENT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DY_NAME Call by reference Type reference (TYPE) WDY_UI_ELEMENT_NAME DY_NAME 20030528
2 Returning MD_NAME Value transfer Type reference (TYPE) WDY_UI_ELEMENT_NAME MD_NAME 20030528

Method TRANSLATE_ELEMENT_NAME on class CL_WDC_CONVERSION_UTIL has no exception.

Method TRANSLATE_MD_OBJECT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MD_NAME Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME MD_NAME 20041108
2 Importing NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME NAME 20041108

Method TRANSLATE_MD_OBJECT_NAME on class CL_WDC_CONVERSION_UTIL has no exception.

Method WD_VISIBLE_TO_SC_INVISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INVISIBLE Value transfer Type reference (TYPE) CHAR1 INVISIBLE 20030528
2 Importing VISIBLE Value transfer Type reference (TYPE) WDY_MD_UI_VISIBILITY VISIBLE 20030528

Method WD_VISIBLE_TO_SC_INVISIBLE on class CL_WDC_CONVERSION_UTIL has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 640