SAP ABAP Class CL_WDK_DYNPRO_CONVERT_RUNTIME (Assistance Class for ZWDK_C_DYNDYNP_TEST)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
BC-MUS (Application Component) Musing Tools
⤷
WDK_CONTROLLER (Package) Kayak Controller

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20070719 |
Properties
Class | CL_WDK_DYNPRO_CONVERT_RUNTIME | |
Short Description | Assistance Class for ZWDK_C_DYNDYNP_TEST | |
Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | WDK_CONTROLLER | Kayak Controller |
Created | 20070612 | SAP |
Last change | 20071218 | 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) |
Interfaces
Class CL_WDK_DYNPRO_CONVERT_RUNTIME has no interface implemented.
Friends
Class CL_WDK_DYNPRO_CONVERT_RUNTIME has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | SEOMEMID | '%_WDK_PFSTATUS' | ID for ABAP memory | 20070719 | |
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | Message Manager | 20070719 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20070719 | ||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_STEPWISE_CTU_REMOTE_CONTROL | API for controlling a CALL TA USING stepwise from remote | 20070719 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SRCT_CTU_RESPONSE | RCT: Response of executed step (CALL TRANSACTION USING) | 20070719 | ||
6 | ![]() |
Instance attribute | Private | See coding | 20070719 | ||||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_ACTIONLIST | 20070719 | |||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_FIELDLIST | 20070719 | |||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_TABLIST | 20070719 | |||
10 | ![]() |
Instance attribute | Private | See coding | 20070719 | ||||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | abap_false | 20070719 |
Methods
Events
Class CL_WDK_DYNPRO_CONVERT_RUNTIME has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_ACTIONLIST | Private | See coding | 20070719 | BEGIN OF ts_actionlist,
name TYPE scrcname,
cont TYPE scrcname,
inam TYPE tv_inam,
fcode TYPE scrffcod,
END OF ts_actionlist
|
||
2 | TS_FIELDLIST | Private | See coding | 20070719 | BEGIN OF ts_fieldlist,
name TYPE scrcname,
cont TYPE scrcname,
inam TYPE tv_inam,
table TYPE abap_bool,
radio TYPE abap_bool,
END OF ts_fieldlist
|
||
3 | TS_TABLIST | Private | See coding | 20070719 | BEGIN OF ts_tablist,
cont TYPE scrcname,
node TYPE REF TO if_wd_context_node,
dynpro TYPE dynpro_id,
cfield TYPE dynfnam,
END OF ts_tablist
|
||
4 | TS_UIPROPS | Private | See coding | 20070719 | begin of TS_UIPROPS,
visible type WDUI_VISIBILITY,
state type WDUI_STATE,
readonly type abap_bool,
password type abap_bool,
end of ts_uiprops
|
||
5 | TT_ACTIONLIST | Private | See coding | 20070719 | tt_actionlist TYPE STANDARD TABLE OF ts_actionlist
|
||
6 | TT_FIELDLIST | Private | See coding | 20070719 | tt_fieldlist TYPE STANDARD TABLE OF ts_fieldlist
|
||
7 | TT_MENUTREE | Private | See coding | 20070719 | tt_menutree TYPE STANDARD TABLE OF rsmpe_tree
|
||
8 | TT_TABLIST | Private | See coding | 20070719 | tt_tablist TYPE STANDARD TABLE OF ts_tablist
|
||
9 | TV_INAM | Private | Type reference (TYPE) | CHAR20 | 20070719 |
|
Method Signatures
Method CLEARUP_RECUR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_NODE_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | Web Dynpro: Interface of the node's metadata | 20070719 |
Method CLEARUP_RECUR on class CL_WDK_DYNPRO_CONVERT_RUNTIME has no exception.
Method CONT_ANA_RECUR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | 20070719 | |||
2 | ![]() |
IR_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20070719 | |||
3 | ![]() |
IS_DYNPRO_ID | Call by reference | Type reference (TYPE) | DYNPRO_ID | Screen ID | 20070719 | ||
4 | ![]() |
IT_CONTAINERS | Call by reference | Type reference (TYPE) | DYCATT_TAB | 20070719 | |||
5 | ![]() |
IT_FIELDS | Call by reference | Type reference (TYPE) | DYFATC_TAB | 20070719 | |||
6 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | SCRCNAME | 20070719 |
Method CONT_ANA_RECUR on class CL_WDK_DYNPRO_CONVERT_RUNTIME has no exception.
Method CONVERT_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_TRANSPARENT_CONTAINER | Perforce change= / 20050316-075201 | 20070719 |
Method CONVERT_STATUS on class CL_WDK_DYNPRO_CONVERT_RUNTIME has no exception.
Method CREATE_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_REQUEST | Call by reference | Type reference (TYPE) | SRCT_REQUEST | RCT: request data | 20070719 | ||
2 | ![]() |
IT_CHANGELOG | Call by reference | Type reference (TYPE) | WDR_CONTEXT_CHANGE_LIST | Web Dynpro: List with Context Changes | 20070719 | ||
3 | ![]() |
IV_FCODE | Call by reference | Type reference (TYPE) | SCRFFCOD | Function code for pushbutton | 20070719 |
Method CREATE_REQUEST on class CL_WDK_DYNPRO_CONVERT_RUNTIME has no exception.
Method DYNPRO_ANALYZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | 20070719 | |||
2 | ![]() |
IR_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20070719 | ||
3 | ![]() |
IS_DYNPRO_ID | Call by reference | Type reference (TYPE) | DYNPRO_ID | Screen ID | 20070719 |
Method DYNPRO_ANALYZE on class CL_WDK_DYNPRO_CONVERT_RUNTIME has no exception.
Method EXECUTE_FCODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | STRING | 20070719 | |||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20070719 |
Method EXECUTE_FCODE on class CL_WDK_DYNPRO_CONVERT_RUNTIME has no exception.
Method EXIT Signature
Method EXIT on class CL_WDK_DYNPRO_CONVERT_RUNTIME has no parameter.
Method EXIT on class CL_WDK_DYNPRO_CONVERT_RUNTIME has no exception.
Method GET_FCODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | STRING | 20070719 | |||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | SCRFFCOD | Function code for pushbutton | 20070719 |
Method GET_FCODE on class CL_WDK_DYNPRO_CONVERT_RUNTIME has no exception.
Method GET_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | TV_INAM | 20070719 |
Method GET_NAME on class CL_WDK_DYNPRO_CONVERT_RUNTIME has no exception.
Method GET_RTTI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_FIELD | Call by reference | Type reference (TYPE) | RPY_DYFATC | 20070719 | |||
2 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | 20070719 |
Method GET_RTTI on class CL_WDK_DYNPRO_CONVERT_RUNTIME has no exception.
Method GET_STATUS Signature
Method GET_STATUS on class CL_WDK_DYNPRO_CONVERT_RUNTIME has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exceptions of Transaction Remote Control | 20070719 |
Method GET_UIPROPS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_FIELDINFO | Call by reference | Type reference (TYPE) | SRCT_DYNPRO_FIELD_INFO | RCT: Dynpro fields and values as sent by the controlled ta | 20070719 | ||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | TS_UIPROPS | 20070719 |
Method GET_UIPROPS on class CL_WDK_DYNPRO_CONVERT_RUNTIME has no exception.
Method INIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_MESS_MAN | Call by reference | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | Message Manager | 20070719 | ||
2 | ![]() |
IR_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20070719 |
Method INIT on class CL_WDK_DYNPRO_CONVERT_RUNTIME has no exception.
Method MODIFYVIEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | 20070719 |
Method MODIFYVIEW on class CL_WDK_DYNPRO_CONVERT_RUNTIME has no exception.
Method NODE_GET_PATH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20070719 | |||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | STRING | 20070719 |
Method NODE_GET_PATH on class CL_WDK_DYNPRO_CONVERT_RUNTIME has no exception.
Method RADIO_ANA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | Perforce change= / 20050316-075201 | 20070719 | ||
2 | ![]() |
IR_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20070719 | |||
3 | ![]() |
IS_DYNPRO_ID | Call by reference | Type reference (TYPE) | DYNPRO_ID | Screen ID | 20070719 | ||
4 | ![]() |
IT_FIELDS | Call by reference | Type reference (TYPE) | DYFATC_TAB | 20070719 | |||
5 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | SCRCNAME | 20070719 |
Method RADIO_ANA on class CL_WDK_DYNPRO_CONVERT_RUNTIME has no exception.
Method REMOVE_UNDERSCORES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TEXT | Call by reference | Type reference (TYPE) | CLIKE | Text/template for a screen element | 20070719 | ||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | STRING | 20070719 |
Method REMOVE_UNDERSCORES on class CL_WDK_DYNPRO_CONVERT_RUNTIME has no exception.
Method RESET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20070719 |
Method RESET on class CL_WDK_DYNPRO_CONVERT_RUNTIME has no exception.
Method SEND_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_STATE | Call by reference | Type reference (TYPE) | SRCT_TA_STATUS | RCTP: current state of transaction process | 20070719 |
Method SEND_MESSAGE on class CL_WDK_DYNPRO_CONVERT_RUNTIME has no exception.
Method START Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TCODE | Call by reference | Type reference (TYPE) | TCODE | Transaction Code | 20070719 |
Method START on class CL_WDK_DYNPRO_CONVERT_RUNTIME has no exception.
Method TABLE_ANA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | Perforce change= / 20050316-075201 | 20070719 | ||
2 | ![]() |
IR_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20070719 | |||
3 | ![]() |
IS_DYNPRO_ID | Call by reference | Type reference (TYPE) | DYNPRO_ID | Screen ID | 20070719 | ||
4 | ![]() |
IT_FIELDS | Call by reference | Type reference (TYPE) | DYFATC_TAB | 20070719 | |||
5 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | SCRCNAME | 20070719 | |||
6 | ![]() |
IV_ROW_SELECTABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20070719 |
Method TABLE_ANA on class CL_WDK_DYNPRO_CONVERT_RUNTIME has no exception.
History
Last changed by/on | SAP | 20071218 |
SAP Release Created in |