SAP ABAP Class CL_WDK_BE_CONTROLLER (Backend Controller)
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 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDK_BE_CONTROLLER Backend controller interface 20060307
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDK_CONSISTENCY_MANAGER Check data 20060504
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDK_SERIALIZABLE XML Serialization 20060403
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDK_SERIALIZATION XML Serialization 20060410
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDK_UNDO_MANAGER Undo / Redo 20060418
Properties
Class CL_WDK_BE_CONTROLLER  
Short Description Backend Controller    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WDK_CONTROLLER   Kayak Controller 
Created 20060307   SAP 
Last change 20070910   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_WDK_NAVIGATION_ACTION Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WDK_BE_CONTROLLER Backend controller interface 20060307
2 IF_WDK_CONSISTENCY_MANAGER Check data 20060504
3 IF_WDK_SERIALIZABLE XML Serialization 20060403
4 IF_WDK_SERIALIZATION XML Serialization 20060410
5 IF_WDK_UNDO_MANAGER Undo / Redo 20060418
Friends
Class CL_WDK_BE_CONTROLLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_FEATURE_BDC_LOG Static Attribute Public Type reference (TYPE) ABAP_BOOL Activate BDC logging 20060323
2 CO_FEATURE_DYQ_LOG Static Attribute Public Type reference (TYPE) ABAP_BOOL Activate BDC logging 20060425
3 CO_XML_CONTROLLER_TAG Constant Public Type reference (TYPE) STRING 'BDC_CONTROLLER' 20060330
4 CO_XML_CONTROLLER_TYPE Constant Public Type reference (TYPE) STRING 'BDCI' 20060331
5 CO_XML_NAVIGATION_STACK_TAG Constant Public Type reference (TYPE) STRING 'NAVIGATIONSTACK' 20060331
6 CO_XML_VERSION Constant Public Type reference (TYPE) STRING '1.0' 20060330
7 IR_BDC_LOGGER Instance attribute Private Object reference (TYPE REF TO) LCL_BDC_LOGGER Logger for BDC sessions 20060310
8 IR_DB_ACCESSOR Instance attribute Private Object reference (TYPE REF TO) CL_WDK_DB_ACCESSOR 20060308
9 IR_DYNPRO_LOGGER Instance attribute Private Object reference (TYPE REF TO) LCL_DYNPRO_LOGGER Logger for processed dynpros 20060426
10 IR_ENQ_CONTROLLER Instance attribute Private Object reference (TYPE REF TO) IF_WDK_ENQ_CONTROLLER Enqueue controller interface 20060403
11 IR_FP_CONTROLLER Instance attribute Private Object reference (TYPE REF TO) IF_WDK_FP_CONTROLLER Floorplan controller interface 20060308
12 IR_NAVIGATION_STACK Instance attribute Private Object reference (TYPE REF TO) CL_WDK_NAVIGATION_STACK Navigation Stack of the Backend Controller 20060323
13 IR_OBL_FIELD_HANDLER Instance attribute Private Object reference (TYPE REF TO) LCL_OBL_FIELD_HANDLER Handler for mandatory fields 20060619
14 IR_SERIALIZATION_TOOL Instance attribute Private Object reference (TYPE REF TO) CL_WDK_SERIALIZE_TOOL Tool for serializing stuff 20060626
15 IR_STATISTICAL_RECORDS Instance attribute Private Object reference (TYPE REF TO) LCL_STATISTICAL_RECORDS 20061116
16 IR_WORK_PROTECT_MODE Instance attribute Private Object reference (TYPE REF TO) LCL_WORK_PROTECT_MODE 20060807
17 IT_CHANGELOG Instance attribute Private Type reference (TYPE) CL_WDK_NAVIGATION_ACTION=>TT_CHANGELOG 20060706
18 IT_INITIAL_CHANGELOG Instance attribute Private Type reference (TYPE) CL_WDK_NAVIGATION_ACTION=>TT_CHANGELOG 20060816
19 IT_REDO_BUFFER Instance attribute Private Type reference (TYPE) TT_UNDO_BUFFER Buffer for undo / redo information 20060410
20 IT_REGISTER_NODE Instance attribute Private Type reference (TYPE) TT_REGISTER_NODE 20060601
21 IT_SELECTION_BUFFER Instance attribute Private Type reference (TYPE) CL_WDK_NAVIGATION_ACTION=>TT_SELECTION_BUFFER Buffer to store lead selection during serialization 20060405
22 IT_SGPARAMETER Instance attribute Private Type reference (TYPE) WDK_APPL_SGPARAM_TTY Application specific set-/get-parameters 20060713
23 IT_UNDO_CHANGELOG Instance attribute Private Type reference (TYPE) CL_WDK_NAVIGATION_ACTION=>TT_CHANGELOG 20060706
24 IT_UNDO_SELECTION_BUFFER Instance attribute Private Type reference (TYPE) CL_WDK_NAVIGATION_ACTION=>TT_SELECTION_BUFFER 20060706
25 IT_UNDO_XPROPERTIES_NODE Instance attribute Private Type reference (TYPE) CL_WDK_NAVIGATION_ACTION=>TT_XPROPERTIES 20060706
26 IT_XPROPERTIES_NODE Instance attribute Private Type reference (TYPE) CL_WDK_NAVIGATION_ACTION=>TT_XPROPERTIES 20060601
27 IV_STATE Instance attribute Private Type reference (TYPE) CHAR1 (I)nit, (E)xecute, (F)inish 20060308
28 IV_TCODE Instance attribute Private Attribute reference (LIKE) 20060308
29 MR_CQREF_CALLBACK Instance attribute Private Object reference (TYPE REF TO) IF_WDK_CQREF_CALLBACK Callback for WD for currency/quantity conversion 20070322
30 MS_CTU_PARAMS Instance attribute Private Type reference (TYPE) CTU_PARAMS Parameter string for runtime of CALL TRANSACTION USING... 20070330
31 MV_CURRENT_STATE Instance attribute Private Attribute reference (LIKE) 20060330
32 MV_WDAPP Instance attribute Private Attribute reference (LIKE) 20060404
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_NAVISTEPS Instance method Private Method Append navisteps for script with mapping 20060329
2 APPEND_TABSTEPS_NOPOSI Instance method Private Method Append navisteps mark scripts for tables without positioning 20060531
3 APPLY_MAPPING Instance method Private Method Fill mapping data for mapping scripts 20060323
4 CALL_TRANSACTION Instance method Private Method Invoke backend call 20061127
5 CHECK_FOR_COMMIT_WORK Instance method Private Method Check for commit work statements 20070322
6 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20060323
7 CLEAR_HISTORY Instance method Private Method Forget everything 20060315
8 COMPARE_CHANGELOG Instance method Private Method "Is Equal" for changelogs 20060829
9 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060307
10 CREATE_DYNPRO_QUEUE_LOG Instance method Private Method Fills log for dynpro queue 20060502
11 DYNPRO_QUEUE_FROM_BEGIN Instance method Private Method Step through dynpro queue from begin 20060703
12 GET_CONTEXT_CHANGE_LOG Instance method Private Method Provides relevant context changes 20060329
13 GET_DYNPRO_CONTEXT Instance method Private Method Retrieves dynpro data 20060425
14 GET_ENQUEUES Instance method Private Method 20060308
15 GET_MAPPING Instance method Private Method Provides mapping for script 20060316
16 GET_SYSTEMID Static method Private Method Get systemid 20060330
17 HANDLE_MESSAGES Instance method Private Method 20060309
18 MAINTAIN_TOP_ACTION Instance method Private Method Insert user input into top action on stack 20060329
19 PREPARE_ACTION_STACK Instance method Private Method Complete BDCDATA stack with context change log data 20060323
20 PREPARE_CONVERSION Instance method Private Method Prepares currency and quantity conversion 20070322
21 PUSH_NEW_ACTION Instance method Private Method Prepapre and push new action on stack 20060329
22 RESTORE_CHANGELOG Instance method Private Method Restores the WD changelog from a table 20060706
23 RESTORE_NODE_SELECTION Instance method Private Method 20060405
24 RESTORE_NODE_XVALUES Instance method Private Method Set attribute values of registered nodes 20060706
25 ROLLBACK_ACTION Instance method Private Method Error handling: Rollback to last navigation stack state 20060323
26 SET_UI_ATTRIBUTES Instance method Private Method Sets UI attributes state, enabled and visible 20060331
27 STORE_CHANGELOG Instance method Private Method Stores the WD changelog into a table 20060706
28 STORE_NODE_SELECTION Instance method Private Method Get Table of selected nodes and their index for serializatio 20060706
29 STORE_NODE_XVALUES Instance method Private Method Get attribute values of registered nodes 20060706
30 UPDATE_CONTEXT Instance method Private Method Update WD context with backend data 20060308
31 UPDATE_TABLEFIELDS Instance method Private Method Update WD context for a table control 20060330
32 UPDATE_TC_BROWSE_COUNT Instance method Private Method Sets brows counter for a table control 20060331
Events
Class CL_WDK_BE_CONTROLLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_REGISTER_NODE Private See coding 20060601 BEGIN OF ts_register_node, fpstate TYPE wdk_fpstate, path TYPE string, END OF ts_register_node
2 TS_XML_CONTROLLER Private See coding 20060330 BEGIN OF ts_xml_controller, wdapp TYPE wdk_application, tcode TYPE sytcode, controller TYPE string, current_state TYPE wdk_fpstate, internal_state TYPE char1, systemid TYPE string, timestamp TYPE string, uname TYPE syuname, snapshot_id TYPE guid_32, keymap TYPE if_wdk_serialization~tt_keymap, xkeymap TYPE if_wdk_serialization~tt_xkeymap, comment TYPE string, changelog TYPE cl_wdk_navigation_action=>tt_changelog, xproperties TYPE cl_wdk_navigation_action=>tt_xproperties, selection_buffer TYPE cl_wdk_navigation_action=>tt_selection_buffer, sgparameter TYPE wdk_appl_sgparam_tty, ctu_parameter TYPE ctu_params, END OF ts_xml_controller
3 TT_MEMORYID Public See coding Table of memoryids 20070118 TT_MEMORYID type STANDARD TABLE OF memoryid with DEFAULT KEY
4 TT_REGISTER_NODE Private See coding 20060601 tt_register_node TYPE STANDARD TABLE OF ts_register_node WITH DEFAULT KEY
5 TT_UNDO_BUFFER Private See coding Buffer for undo / redo information 20060410 tt_undo_buffer TYPE STANDARD TABLE OF REF TO cl_wdk_navigation_action WITH DEFAULT KEY
6 TT_WDR_CONTEXT_CHANGE Private See coding 20060329 tt_wdr_context_change TYPE STANDARD TABLE OF wdr_context_change WITH DEFAULT KEY
Method Signatures

Method APPEND_NAVISTEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_NAVISTEPS Call by reference Type reference (TYPE) WDKNAVISTEP_TT Navigation dynpro step 20060329
2 Importing IV_INSERT_ACTION Call by reference Type reference (TYPE) WDK_INSERT_ACTION Action for table control insert 20060424
3 Importing IV_SCRIPT Call by reference Type reference (TYPE) WDK_SCRIPT Action script for BDC transaction call 20060329
4 Importing IV_TABINDEX Call by reference Type reference (TYPE) I table index 20060329
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER 20060329

Method APPEND_TABSTEPS_NOPOSI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_NAVISTEPS Call by reference Type reference (TYPE) WDKNAVISTEP_TT Navigation dynpro step 20060531
2 Importing IV_SCRIPT Call by reference Type reference (TYPE) WDK_SCRIPT Action script for BDC transaction call 20060531
3 Importing IV_TABINDEX Call by reference Type reference (TYPE) I Table index 20060531
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER 20060531

Method APPLY_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_NAVISTEPS Call by reference Type reference (TYPE) WDKNAVISTEP_TT Navigation Dynpro step 20060323
2 Importing IV_INSERT_ACTION Call by reference Type reference (TYPE) WDK_INSERT_ACTION Action for table control insert 20060424
3 Importing IV_MAPID Call by reference Type reference (TYPE) WDK_MAPID Mapping Identifier for Action Script 20060323
4 Importing IV_TABINDEX Call by reference Type reference (TYPE) I use special table index 20060324
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER 20060323

Method CALL_TRANSACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BDCDATA Call by reference Type reference (TYPE) WDKBDCDATA_TTY Table of BDCDATA 20061127
2 Importing IV_END_STEP Call by reference Type reference (TYPE) I End step of top action 20061127
3 Importing IV_OLD_STEP Call by reference Type reference (TYPE) I Last old step 20061211
4 Importing IV_START_STEP Call by reference Type reference (TYPE) I Start step of top action 20061127
5 Returning RESULT Value transfer Type reference (TYPE) WDKMSG_TTY Messages from Call Transaction 20061127

Method CALL_TRANSACTION on class CL_WDK_BE_CONTROLLER has no exception.

Method CHECK_FOR_COMMIT_WORK Signature

Method CHECK_FOR_COMMIT_WORK on class CL_WDK_BE_CONTROLLER has no parameter.
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER Error in controller 20070322

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_WDK_BE_CONTROLLER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WDK_BE_CONTROLLER has no exception.

Method CLEAR_HISTORY Signature

Method CLEAR_HISTORY on class CL_WDK_BE_CONTROLLER has no parameter.
Method CLEAR_HISTORY on class CL_WDK_BE_CONTROLLER has no exception.

Method COMPARE_CHANGELOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_EQUAL Value transfer Type reference (TYPE) ABAP_BOOL 20060829
2 Importing IT_CHANGELOG1 Call by reference Type reference (TYPE) CL_WDK_NAVIGATION_ACTION=>TT_CHANGELOG 20060829
3 Importing IT_CHANGELOG2 Call by reference Type reference (TYPE) CL_WDK_NAVIGATION_ACTION=>TT_CHANGELOG 20060829

Method COMPARE_CHANGELOG on class CL_WDK_BE_CONTROLLER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WDAPP Call by reference Type reference (TYPE) WDK_APPLICATION Web Dynpro: Name of Application 20060308
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER 20060308

Method CREATE_DYNPRO_QUEUE_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_STEPTYPE Call by reference Type reference (TYPE) WDKNAVISTEPTYPE_TT Tabelle vom Typ WDKNAVISTEPTYPE 20060502
2 Importing IV_END_STEP Call by reference Type reference (TYPE) I Index of last step (expected) 20060607
3 Importing IV_LAST_INDEX Call by reference Type reference (TYPE) I Index of last processed dynpro 20070104
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER 20060524

Method DYNPRO_QUEUE_FROM_BEGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_STEPTYPE Call by reference Type reference (TYPE) WDKNAVISTEPTYPE_TT Tabelle vom Typ WDKNAVISTEPTYPE 20060703
2 Importing IV_END_STEP Call by reference Type reference (TYPE) I Index of last step (expected) 20060703
3 Importing IV_LAST_INDEX Call by reference Type reference (TYPE) I Index of last processed dynpro 20070104
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER 20060703

Method GET_CONTEXT_CHANGE_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TT_WDR_CONTEXT_CHANGE Web Dynpro: Change to Context Entry 20060329

Method GET_CONTEXT_CHANGE_LOG on class CL_WDK_BE_CONTROLLER has no exception.

Method GET_DYNPRO_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DYNPRO_CONTEXT Call by reference Type reference (TYPE) WDK_DYN_CONTEXT_TT Dynpro fields / values 20060425
2 Exporting ET_DYNPRO_SCROLLINFO Call by reference Type reference (TYPE) WDK_DYNPRO_SCROLLINFO_TT Dynpros with reverse scroll index 20060425
3 Importing IT_STEPTYPE Call by reference Type reference (TYPE) WDKNAVISTEPTYPE_TT Tabelle vom Typ WDKNAVISTEPTYPE 20060425
4 Importing IV_END_STEP Call by reference Type reference (TYPE) I 20060607
5 Importing IV_START_STEP Call by reference Type reference (TYPE) I 20060607
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER 20060425

Method GET_ENQUEUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ENQUEUES Call by reference Type reference (TYPE) WDK_ENQ_TTY Enqueues table 20060308

Method GET_ENQUEUES on class CL_WDK_BE_CONTROLLER has no exception.

Method GET_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCRIPT Call by reference Type reference (TYPE) WDK_SCRIPT Action script for BDC transaction call 20060316
2 Returning RESULT Value transfer Type reference (TYPE) WDK_MAPID Mapping Identifier for Action Script 20060316
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER 20060316

Method GET_SYSTEMID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) STRING 20060330

Method GET_SYSTEMID on class CL_WDK_BE_CONTROLLER has no exception.

Method HANDLE_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGES Call by reference Type reference (TYPE) WDKMSG_TTY Messages from Call Transaction 20060309
2 Exporting EV_HAS_ERRORS Value transfer Type reference (TYPE) ABAP_BOOL Has error messages 20060309
3 Exporting EV_NAVI_ERROR Value transfer Type reference (TYPE) ABAP_BOOL Invalid navigation command 20060719
4 Importing IV_ALL_DYNPROS_PROCESSED Call by reference Type reference (TYPE) ABAP_BOOL All dynpros processed 20060419
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER 20060309

Method MAINTAIN_TOP_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SOURCE_STATE Call by reference Type reference (TYPE) WDK_FPSTATE Floorplan state 20060329
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER 20060329

Method PREPARE_ACTION_STACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION Call by reference Type reference (TYPE) WDK_ACTION Action for UI state 20060323
2 Importing IV_SOURCE_STATE Call by reference Type reference (TYPE) WDK_FPSTATE Floorplan state 20060323
3 Importing IV_TARGET_STATE Call by reference Type reference (TYPE) WDK_FPSTATE Floorplan state 20060323
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER 20060323

Method PREPARE_CONVERSION Signature

Method PREPARE_CONVERSION on class CL_WDK_BE_CONTROLLER has no parameter.
Method PREPARE_CONVERSION on class CL_WDK_BE_CONTROLLER has no exception.

Method PUSH_NEW_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION Call by reference Type reference (TYPE) WDK_ACTION Action for UI state 20060329
2 Importing IV_SOURCE_STATE Call by reference Type reference (TYPE) WDK_FPSTATE Floorplan state 20060329
3 Importing IV_TARGET_STATE Call by reference Type reference (TYPE) WDK_FPSTATE Floorplan state 20060329
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER 20060329

Method RESTORE_CHANGELOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CHANGELOG Call by reference Type reference (TYPE) CL_WDK_NAVIGATION_ACTION=>TT_CHANGELOG 20060706
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER Error in controller 20060829

Method RESTORE_NODE_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NODE_SELECTION Call by reference Type reference (TYPE) CL_WDK_NAVIGATION_ACTION=>TT_SELECTION_BUFFER 20060706

Method RESTORE_NODE_SELECTION on class CL_WDK_BE_CONTROLLER has no exception.

Method RESTORE_NODE_XVALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_XPROPERTIES Call by reference Type reference (TYPE) CL_WDK_NAVIGATION_ACTION=>TT_XPROPERTIES 20060706

Method RESTORE_NODE_XVALUES on class CL_WDK_BE_CONTROLLER has no exception.

Method ROLLBACK_ACTION Signature

Method ROLLBACK_ACTION on class CL_WDK_BE_CONTROLLER has no parameter.
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER 20060323

Method SET_UI_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONTEXT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20060331
2 Importing IS_DYNPRO_CONTEXT Call by reference Type reference (TYPE) WDK_DYN_CONTEXT Dynpro fields to Contextnodes 20060331

Method SET_UI_ATTRIBUTES on class CL_WDK_BE_CONTROLLER has no exception.

Method STORE_CHANGELOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) CL_WDK_NAVIGATION_ACTION=>TT_CHANGELOG 20060706

Method STORE_CHANGELOG on class CL_WDK_BE_CONTROLLER has no exception.

Method STORE_NODE_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) CL_WDK_NAVIGATION_ACTION=>TT_SELECTION_BUFFER Buffer to store lead selection during serialization 20060706

Method STORE_NODE_SELECTION on class CL_WDK_BE_CONTROLLER has no exception.

Method STORE_NODE_XVALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STATE Call by reference Type reference (TYPE) WDK_FPSTATE Floorplan state 20060706
2 Returning RESULT Value transfer Type reference (TYPE) CL_WDK_NAVIGATION_ACTION=>TT_XPROPERTIES 20060706

Method STORE_NODE_XVALUES on class CL_WDK_BE_CONTROLLER has no exception.

Method UPDATE_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DYNPRO_CONTEXT Call by reference Type reference (TYPE) WDK_DYN_CONTEXT_TT Dynpro fields / values 20060419
2 Importing IT_DYNPRO_SCROLLINFO Call by reference Type reference (TYPE) WDK_DYNPRO_SCROLLINFO_TT Dynpros with reverse scroll index 20060419
3 Importing IV_STATE Call by reference Type reference (TYPE) WDK_FPSTATE Floorplan state 20060308
4 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL Success 20060331
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER 20060315

Method UPDATE_TABLEFIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DYNPNODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20060330
2 Importing IS_DYNPRO Call by reference Type reference (TYPE) WDKDYNP_STY Dynpro 20060330
3 Importing IT_DYNPRO_CONTEXT Call by reference Type reference (TYPE) WDK_DYN_CONTEXT_TT Dynpro fields / values 20060330
4 Importing IT_TABLEFIELDS Call by reference Type reference (TYPE) WDKFIELDS_TTY Dynpro fields to Contextnodes 20060330
5 Importing IV_SCROLL_REVINDEX Call by reference Type reference (TYPE) I 20060331
6 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL success with browsing 20060331
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER 20060330

Method UPDATE_TC_BROWSE_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DYNPRO Call by reference Type reference (TYPE) WDKDYNP_STY Dynpros 20060331
2 Importing IV_BROWSE_COUNT Call by reference Type reference (TYPE) I 20060331
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER 20060331
History
Last changed by/on SAP  20070910 
SAP Release Created in 700