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 ABAP 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 CV_STATUS_MEMID Constant Public Type reference (TYPE) SEOMEMID '%_WDK_PFSTATUS' ID for ABAP memory 20070719
2 MR_MESS_MAN Instance attribute Private Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message Manager 20070719
3 MR_NODE Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20070719
4 MR_TRC 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 MS_RESPONSE Instance attribute Private Type reference (TYPE) SRCT_CTU_RESPONSE RCT: Response of executed step (CALL TRANSACTION USING) 20070719
6 MS_STATUS Instance attribute Private See coding 20070719
7 MT_ACTIONLIST Instance attribute Private Type reference (TYPE) TT_ACTIONLIST 20070719
8 MT_FIELDLIST Instance attribute Private Type reference (TYPE) TT_FIELDLIST 20070719
9 MT_TABLIST Instance attribute Private Type reference (TYPE) TT_TABLIST 20070719
10 MV_COUNTER Instance attribute Private See coding 20070719
11 MV_UPDATE Instance attribute Private Type reference (TYPE) ABAP_BOOL abap_false 20070719
Methods
# Method Level Visibility Method type Description Created on
1 CLEARUP_RECUR Instance method Private Method 20070719
2 CONT_ANA_RECUR Instance method Private Method 20070719
3 CONVERT_STATUS Instance method Private Method 20070719
4 CREATE_REQUEST Instance method Private Method 20070719
5 DYNPRO_ANALYZE Instance method Private Method 20070719
6 EXECUTE_FCODE Instance method Public Method 20070719
7 EXIT Instance method Public Method 20070719
8 GET_FCODE Instance method Private Method 20070719
9 GET_NAME Instance method Private Method 20070719
10 GET_RTTI Instance method Private Method 20070719
11 GET_STATUS Instance method Private Method 20070719
12 GET_UIPROPS Instance method Private Method 20070719
13 INIT Instance method Public Method 20070719
14 MODIFYVIEW Instance method Public Method 20070719
15 NODE_GET_PATH Instance method Private Method 20070719
16 RADIO_ANA Instance method Private Method 20070719
17 REMOVE_UNDERSCORES Instance method Private Method 20070719
18 RESET Instance method Private Method 20070719
19 SEND_MESSAGE Instance method Private Method 20070719
20 START Instance method Public Method 20070719
21 TABLE_ANA Instance method Private Method 20070719
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 Importing 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 Importing IR_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20070719
2 Importing IR_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE 20070719
3 Importing IS_DYNPRO_ID Call by reference Type reference (TYPE) DYNPRO_ID Screen ID 20070719
4 Importing IT_CONTAINERS Call by reference Type reference (TYPE) DYCATT_TAB 20070719
5 Importing IT_FIELDS Call by reference Type reference (TYPE) DYFATC_TAB 20070719
6 Importing 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 Importing 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 Exporting ES_REQUEST Call by reference Type reference (TYPE) SRCT_REQUEST RCT: request data 20070719
2 Importing IT_CHANGELOG Call by reference Type reference (TYPE) WDR_CONTEXT_CHANGE_LIST Web Dynpro: List with Context Changes 20070719
3 Importing 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 Importing IR_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20070719
2 Importing IR_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20070719
3 Importing 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 Importing IV_ID Call by reference Type reference (TYPE) STRING 20070719
2 Returning 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 Importing IV_ID Call by reference Type reference (TYPE) STRING 20070719
2 Returning 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 Returning 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 Importing IS_FIELD Call by reference Type reference (TYPE) RPY_DYFATC 20070719
2 Returning 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 CX_TRANSACTION_REMOTE_CONTROL 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 Importing 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 Returning 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 Importing IR_MESS_MAN Call by reference Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message Manager 20070719
2 Importing 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 Importing 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 Importing IR_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE 20070719
2 Returning 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 Importing IR_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER Perforce change= / 20050316-075201 20070719
2 Importing IR_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE 20070719
3 Importing IS_DYNPRO_ID Call by reference Type reference (TYPE) DYNPRO_ID Screen ID 20070719
4 Importing IT_FIELDS Call by reference Type reference (TYPE) DYFATC_TAB 20070719
5 Importing 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 Importing IV_TEXT Call by reference Type reference (TYPE) CLIKE Text/template for a screen element 20070719
2 Returning 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 Importing 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 Importing 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 Importing 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 Importing IR_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER Perforce change= / 20050316-075201 20070719
2 Importing IR_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE 20070719
3 Importing IS_DYNPRO_ID Call by reference Type reference (TYPE) DYNPRO_ID Screen ID 20070719
4 Importing IT_FIELDS Call by reference Type reference (TYPE) DYFATC_TAB 20070719
5 Importing IV_NAME Call by reference Type reference (TYPE) SCRCNAME 20070719
6 Importing 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