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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
4 | ![]() |
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 | ![]() |
Static Attribute | Private | See coding | Cannot Import Type | 20030528 |
Methods
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 | ![]() |
COMPONENT_NAME | Call by reference | Type reference (TYPE) | WDY_COMPONENT_NAME | Web Dynpro : Komponentenname | 20041217 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynpro-Konvertierung | 20041217 |
Method CHECK_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Value transfer | Type reference (TYPE) | C | 20030528 | |||
2 | ![]() |
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 | ![]() |
VIEW_NAME | Call by reference | Type reference (TYPE) | WDY_COMPONENT_NAME | Web Dynpro : Komponentenname | 20041217 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynpro-Konvertierung | 20041217 |
Method GET_CHAR_WIDTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RASTER_WIDTH | Call by reference | Type reference (TYPE) | STRING | 20040727 | |||
2 | ![]() |
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 | ![]() |
COMPONENT_NAME | Value transfer | Type reference (TYPE) | WDY_COMPONENT_NAME | COMPONENT_NAME | 20030528 | ||
2 | ![]() |
MODPOOL | Value transfer | Type reference (TYPE) | SCRHPROG | MODPOOL | 20030528 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynpro-Konvertierung | 20030814 |
Method GET_COMPONENT_NAME_NEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COMPONENT_NAME | Value transfer | Type reference (TYPE) | WDY_COMPONENT_NAME | Web Dynpro : Komponentenname | 20040915 | ||
2 | ![]() |
COMPONENT_NAME_NEW | Value transfer | Type reference (TYPE) | WDY_COMPONENT_NAME | Web Dynpro : Komponentenname | 20040915 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
CONTEXT_NODE | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | CONTEXT_NODE | 20030528 | ||
2 | ![]() |
LOOP_INDEX | Call by reference | Type reference (TYPE) | I | 20030710 | |||
3 | ![]() |
ROOT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | ROOT_NODE | 20030528 | ||
4 | ![]() |
SCREEN_NAME | Call by reference | Type reference (TYPE) | SCRFNAME | SCREEN_NAME | 20030528 | ||
5 | ![]() |
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 | ![]() |
DECIMALS | Call by reference | Type reference (TYPE) | I | 3 | DECIMALS | 20030528 | |
2 | ![]() |
HEIGHT | Call by reference | Type reference (TYPE) | I | HEIGHT | 20030528 | ||
3 | ![]() |
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 | ![]() |
DECIMALS | Call by reference | Type reference (TYPE) | I | 3 | DECIMALS | 20030528 | |
2 | ![]() |
RASTER_WIDTH | Value transfer | Type reference (TYPE) | STRING | RASTER_WIDTH | 20030528 | ||
3 | ![]() |
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 | ![]() |
NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Schnittstelle für die dynamische Verwendung von Knoten | 20040716 | ||
2 | ![]() |
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 | ![]() |
CONTAINER_COUNT | Call by reference | Type reference (TYPE) | I | 20030718 | |||
2 | ![]() |
CONTAINER_NAME | Call by reference | Type reference (TYPE) | STRING | 20030718 | |||
3 | ![]() |
CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20030718 | |||
4 | ![]() |
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 | ![]() |
DYNPRO_NAME | Call by reference | Type reference (TYPE) | SCRFDYNNR | DYNPRO_NAME | 20030528 | ||
2 | ![]() |
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 | ![]() |
DYNPRO_NAME | Call by reference | Type reference (TYPE) | SCRFDYNNR | 20030707 | |||
2 | ![]() |
VIEW_USAGE | Value transfer | Object reference (TYPE REF TO) | IF_WDR_RR_VIEW_USAGE | 20030707 | |||
3 | ![]() |
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 | ![]() |
DYNPRO_NAME | Value transfer | Type reference (TYPE) | SCRFDYNNR | DYNPRO_NAME | 20030528 | ||
2 | ![]() |
VIEW | Value transfer | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW | VIEW | 20030528 | ||
3 | ![]() |
VIEW_NAME | Value transfer | Type reference (TYPE) | WDY_VIEW_NAME | VIEW_NAME | 20030528 | ||
4 | ![]() |
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 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | STRING | RESULT | 20030528 | ||
2 | ![]() |
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 | ![]() |
DECIMALS | Call by reference | Type reference (TYPE) | I | DECIMALS | 20030528 | ||
2 | ![]() |
ROUNDED_VALUE | Value transfer | Type reference (TYPE) | STRING | ROUNDED_VALUE | 20030528 | ||
3 | ![]() |
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 | ![]() |
INVISIBLE | Call by reference | Type reference (TYPE) | CHAR1 | INVISIBLE | 20030528 | ||
2 | ![]() |
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 | ![]() |
ICON_NAME | Call by reference | Type reference (TYPE) | STRING | ICON_NAME | 20030528 | ||
2 | ![]() |
IMAGE_URL | Call by reference | Type reference (TYPE) | STRING | IMAGE_URL | 20030528 | ||
3 | ![]() |
SUPRESS_UNDERBAR | Call by reference | Type reference (TYPE) | FLAG | ABAP_TRUE | SUPRESS_UNDERBAR | 20030528 | |
4 | ![]() |
TEXT | Call by reference | Type reference (TYPE) | WDY_MD_TRANSLATABLE_TEXT | TEXT | 20030528 | ||
5 | ![]() |
TOOLTIP | Call by reference | Type reference (TYPE) | WDY_MD_TRANSLATABLE_TEXT | TOOLTIP | 20030528 | ||
6 | ![]() |
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 | ![]() |
DY_NAME | Call by reference | Type reference (TYPE) | WDY_UI_ELEMENT_NAME | DY_NAME | 20030528 | ||
2 | ![]() |
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 | ![]() |
MD_NAME | Value transfer | Type reference (TYPE) | WDY_MD_OBJECT_NAME | MD_NAME | 20041108 | ||
2 | ![]() |
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 | ![]() |
INVISIBLE | Value transfer | Type reference (TYPE) | CHAR1 | INVISIBLE | 20030528 | ||
2 | ![]() |
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 |