SAP ABAP Class CL_WDK_NAVIGATION_ACTION (Action)
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_SERIALIZABLE XML Serialization 20060410
Properties
Class CL_WDK_NAVIGATION_ACTION  
Short Description Action    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WDK_CONTROLLER   Kayak Controller 
Created 20060321   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WDK_SERIALIZABLE XML Serialization 20060410
Friends
Class CL_WDK_NAVIGATION_ACTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_SHADOWKEY_INITIAL Constant Public Type reference (TYPE) STRING 'INITIAL' Initial 20060517
2 CO_SHADOWKEY_TOS Constant Public Type reference (TYPE) STRING 'TOS' Top Of Stack 20060517
3 CO_SHADOWKEY_UNDO Constant Public Type reference (TYPE) STRING 'UNDO' Undo 20060607
4 CO_STEPTYPE_DARK Constant Public Type reference (TYPE) WDK_STEPTYPE 'D' Typ des Navigationsschritts 20060327
5 CO_STEPTYPE_SCROLLING Constant Public Type reference (TYPE) WDK_STEPTYPE 'S' Typ des Navigationsschritts 20060327
6 CO_STEPTYPE_VISIBLE Constant Public Type reference (TYPE) WDK_STEPTYPE 'V' Typ des Navigationsschritts 20060327
7 CO_XML_ACTION_TAG Constant Public Type reference (TYPE) STRING 'BDC_ACTION' 20060405
8 MR_DB_ACCESS Instance attribute Private Object reference (TYPE REF TO) CL_WDK_DB_ACCESSOR 20060323
9 MT_BDCDATA Instance attribute Private Type reference (TYPE) WDKBDCDATA_TTY Cache of generated BDCDATA 20060322
10 MT_CHANGELOG Instance attribute Public Type reference (TYPE) TT_CHANGELOG 20060825
11 MT_HASHVALUES Instance attribute Private Type reference (TYPE) WDK_DYN_HASHVALUE_TT Hash values from field/value table 20060608
12 MT_MESSAGES Instance attribute Public Type reference (TYPE) WDKMSG_TTY Messages from Call Transaction 20061211
13 MT_SELECTION Instance attribute Public Type reference (TYPE) TT_SELECTION_BUFFER 20060411
14 MT_SHADOW_BUFFER Instance attribute Private Type reference (TYPE) TT_SHADOW_BUFFER 20060517
15 MT_STEPS Instance attribute Private Type reference (TYPE) TT_STEP Dynpro steps (internal representation) 20060323
16 MT_STEPTYPE Instance attribute Private Type reference (TYPE) WDKNAVISTEPTYPE_TT Tabelle vom Typ WDKNAVISTEPTYPE 20060324
17 MT_XPROPERTIES Instance attribute Public Type reference (TYPE) TT_XPROPERTIES 20060601
18 MV_ACTION Instance attribute Public Type reference (TYPE) WDK_ACTION Action for UI state 20060321
19 MV_ACTIONTYPE Instance attribute Public Type reference (TYPE) WDK_ACTIONTYPE Action Type 20060612
20 MV_IS_DIRTY Instance attribute Public Type reference (TYPE) ABAP_BOOL Data changes since last BDC generation 20060323
21 MV_ITERATOR Instance attribute Private Type reference (TYPE) SYTFILL Row Number of Internal Tables 20060321
22 MV_MESSAGE_COUNT Instance attribute Public Type reference (TYPE) I Number of messages 20060323
23 MV_SOURCE_STATE Instance attribute Public Type reference (TYPE) WDK_FPSTATE Floorplan state 20060321
24 MV_TARGET_STATE Instance attribute Public Type reference (TYPE) WDK_FPSTATE Floorplan state 20060321
25 MV_WDAPP Instance attribute Public Type reference (TYPE) WDK_APPLICATION Web Dynpro: Name of Application 20060324
26 ST_SCROLL_CACHE Static Attribute Private Type reference (TYPE) TT_SCROLL_CACHE 20060324
Methods
# Method Level Visibility Method type Description Created on
1 ACTION_TO_SCRIPTS Static method Public Method Get all scripts of an action 20060323
2 CHECK_HASHVALUES Instance method Public Method Check dynpros hashvalues 20060323
3 CLEAR_HASHVALUES Instance method Public Method 20060410
4 CLEAR_SCROLL_CACHE Static method Public Method Reset scrolling cache for all actions 20060324
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060321
6 DESERIALIZE Instance method Public Method 20060410
7 EXTERNAL_TO_INTERNAL Instance method Private Method Convert external to internal representation 20060323
8 GENERATE_BDCDATA Instance method Public Method Generate BDC data 20060321
9 GENERATE_BDCDATA_FOR_SCRIPT Instance method Private Method Generate BDC data for script 20060327
10 GENERATE_BDCDATA_FOR_STEP Instance method Private Method Generate BDC data for step 20060327
11 GENERATE_BDCDATA_FOR_TC Instance method Private Method Generate BDC data for table control scrolling 20060428
12 GET_DYNPRO_COUNT Instance method Public Method Return the number of all dynpros of all steps 20060329
13 GET_SCROLL_INFORMATION Instance method Private Method Get information when to insert scroll scripts 20060323
14 ITERATOR_COUNT Instance method Public Method Count 20060321
15 ITERATOR_FIRST Instance method Public Method First dynpro step 20060321
16 ITERATOR_GET Instance method Public Method Get 20060321
17 ITERATOR_INSERT Instance method Public Method Iterator insert 20060428
18 ITERATOR_LAST Instance method Public Method Last dynpro step 20060323
19 ITERATOR_NEXT Instance method Public Method Next 20060321
20 ITERATOR_PREVIOUS Instance method Public Method Previous 20060323
21 ITERATOR_SET Instance method Public Method Set 20060323
22 RESTORE_DATA Instance method Public Method Restore sate in shadow register 20060530
23 SCRIPTS_TO_STEPS Static method Public Method Get all steps for scripts 20060323
24 SERIALIZE Instance method Public Method 20060410
25 SET_MESSAGE_COUNT Instance method Public Method Update number of messages 20060323
26 STORE_DATA Instance method Public Method Store sate in shadow register 20060530
27 UPDATE_SCROLL_FROM_CACHE Instance method Private Method Update scrolling counter from cached values 20060324
Events
Class CL_WDK_NAVIGATION_ACTION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_ACTION Private See coding 20060331 BEGIN OF ts_action, source_state TYPE wdk_fpstate, target_state TYPE wdk_fpstate, action TYPE wdk_action, steps TYPE tt_step, messages TYPE wdkmsg_tty, selection type TT_SELECTION_BUFFER, changelog type tt_changelog, xproperties type tt_xproperties, shadow_buffer type tt_shadow_buffer, hashvalues type wdk_dyn_hashvalue_tt, END OF ts_action
2 TS_CHANGELOG Public See coding 20060825 BEGIN OF TS_CHANGELOG, NODE_NAME TYPE WDR_CTX_NODE_NAME, SEQUENCE TYPE I, "WDR_SEQUENCE NODE_PATH TYPE STRING, CHANGE_KIND TYPE STRING, "WDR_CHANGE_KIND, ELEMENT_INDEX TYPE I, "WDR_INDEX, ATTRIBUTE_NAME TYPE STRING, "WDR_ATTRIBUTE_NAME, VALUE TYPE STRING, OLD TYPE STRING, END OF TS_CHANGELOG
3 TS_SCROLL Private See coding 20060323 BEGIN OF ts_scroll, index TYPE sytabix, dynnr TYPE bdc_dynr, cprog TYPE bdc_prog, frame_dynnr TYPE bdc_dynnr, frame_cprog TYPE bdc_prog, tctop TYPE wdk_script, tcdown TYPE wdk_script, tc_browse_count TYPE i, END OF ts_scroll
4 TS_SCROLL_CACHE Private See coding 20060324 BEGIN OF ts_scroll_cache, action TYPE wdk_action, dynpros TYPE wdknavidynpro_tt, tc_browse_count TYPE i, END OF ts_scroll_cache
5 TS_SELECTION_BUFFER Public See coding 20060411 BEGIN OF TS_SELECTION_BUFFER, NODE_PATH TYPE STRING, LEAD_INDEX TYPE I, SELECTED_INDEX TYPE STANDARD TABLE OF I WITH DEFAULT KEY, END OF TS_SELECTION_BUFFER
6 TS_SHADOW_BUFFER Private See coding 20060517 BEGIN OF ts_shadow_buffer, key TYPE string, steps TYPE tt_step, messages TYPE wdkmsg_tty, selection TYPE tt_selection_buffer, xproperties TYPE tt_xproperties, hashvalues TYPE wdk_dyn_hashvalue_tt, changelog TYPE tt_changelog, END OF ts_shadow_buffer
7 TS_STEP Private See coding 20060323 BEGIN OF ts_step, dynpros TYPE wdknavidynpro_tt, bdcdata TYPE wdknavibdcdata_tt, okcode TYPE syucomm, tc_browse_count TYPE i, steptype TYPE wdk_steptype, script TYPE wdk_script, END OF ts_step
8 TS_XPROPERTIES Public See coding 20060601 BEGIN OF TS_XPROPERTIES, KEY TYPE STRING, VALUE TYPE XSTRING, END OF TS_XPROPERTIES
9 TT_CHANGELOG Public See coding 20060825 TT_CHANGELOG TYPE STANDARD TABLE OF TS_CHANGELOG WITH DEFAULT KEY
10 TT_SCROLL Private See coding 20060323 tt_scroll TYPE STANDARD TABLE OF ts_scroll WITH DEFAULT KEY
11 TT_SCROLL_CACHE Private See coding 20060324 tt_scroll_cache TYPE STANDARD TABLE OF ts_scroll_cache WITH DEFAULT KEY
12 TT_SELECTION_BUFFER Public See coding 20060411 TT_SELECTION_BUFFER TYPE STANDARD TABLE OF TS_SELECTION_BUFFER WITH DEFAULT KEY
13 TT_SHADOW_BUFFER Private See coding 20060517 tt_shadow_buffer TYPE STANDARD TABLE OF ts_shadow_buffer WITH KEY key
14 TT_STEP Private See coding 20060323 tt_step TYPE STANDARD TABLE OF ts_step WITH DEFAULT KEY
15 TT_XPROPERTIES Public See coding 20060601 TT_XPROPERTIES TYPE STANDARD TABLE OF TS_XPROPERTIES WITH DEFAULT KEY
Method Signatures

Method ACTION_TO_SCRIPTS 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 20060411
3 Importing IV_WDAPP Call by reference Type reference (TYPE) WDK_APPLICATION Web Dynpro: Name of Application 20060323
4 Returning RESULT Value transfer Type reference (TYPE) WDKSCRIPT_TTY Batch Input Data for Scripts 20060323
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER 20060323

Method CHECK_HASHVALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_HASHVALUES Call by reference Type reference (TYPE) WDK_DYN_HASHVALUE_TT Hash values from field/value table 20060607
# Exception Resumable Description Created on
1 CX_WDK_DATA_CONTROLLER 20060419

Method CLEAR_HASHVALUES Signature

Method CLEAR_HASHVALUES on class CL_WDK_NAVIGATION_ACTION has no parameter.
Method CLEAR_HASHVALUES on class CL_WDK_NAVIGATION_ACTION has no exception.

Method CLEAR_SCROLL_CACHE Signature

Method CLEAR_SCROLL_CACHE on class CL_WDK_NAVIGATION_ACTION has no parameter.
Method CLEAR_SCROLL_CACHE on class CL_WDK_NAVIGATION_ACTION has no exception.

Method CONSTRUCTOR 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) TT_CHANGELOG 20060825
2 Importing IT_SCRIPTS Call by reference Type reference (TYPE) WDKSCRIPT_TTY Table of WDKSCRIPT 20060321
3 Importing IT_SELECTION Call by reference Type reference (TYPE) TT_SELECTION_BUFFER Application specific data 20060411
4 Importing IT_STEPS Call by reference Type reference (TYPE) WDKNAVISTEP_TT Navigation dynpro step 20060323
5 Importing IT_XPROPERTIES Call by reference Type reference (TYPE) TT_XPROPERTIES 20060601
6 Importing IV_ACTION Call by reference Type reference (TYPE) WDK_ACTION Action for UI state 20060321
7 Importing IV_SOURCE_STATE Call by reference Type reference (TYPE) WDK_FPSTATE Floorplan state 20060321
8 Importing IV_TARGET_STATE Call by reference Type reference (TYPE) WDK_FPSTATE Floorplan state 20060321
9 Importing IV_WDAPP Call by reference Type reference (TYPE) WDK_APPLICATION Web Dynpro: Name of Application 20060321
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER 20060321

Method DESERIALIZE Signature

Method DESERIALIZE on class CL_WDK_NAVIGATION_ACTION has no parameter.
Method DESERIALIZE on class CL_WDK_NAVIGATION_ACTION has no exception.

Method EXTERNAL_TO_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EXTERNAL Call by reference Type reference (TYPE) WDKNAVISTEP_TT Navigation dynpro step 20060323
2 Returning RESULT Value transfer Type reference (TYPE) TT_STEP 20060323

Method EXTERNAL_TO_INTERNAL on class CL_WDK_NAVIGATION_ACTION has no exception.

Method GENERATE_BDCDATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_BDCDATA Call by reference Type reference (TYPE) WDKBDCDATA_TTY Table of BDCDATA 20060321
2 Changing CT_STEPTYPE Call by reference Type reference (TYPE) WDKNAVISTEPTYPE_TT Tabelle vom Typ WDKNAVISTEPTYPE 20060324
3 Importing IR_NAVIGATION_STACK Call by reference Object reference (TYPE REF TO) CL_WDK_NAVIGATION_STACK Navigation Stack of the Backend Controller 20060410
4 Importing IV_STACK_INDEX Call by reference Type reference (TYPE) I Stack index, 0 is top of stack 20060323

Method GENERATE_BDCDATA on class CL_WDK_NAVIGATION_ACTION has no exception.

Method GENERATE_BDCDATA_FOR_SCRIPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_BDCDATA Call by reference Type reference (TYPE) WDKBDCDATA_TTY Table of BDCDATA 20060327
2 Changing CT_STEPTYPE Call by reference Type reference (TYPE) WDKNAVISTEPTYPE_TT Tabelle vom Typ WDKNAVISTEPTYPE 20060327
3 Importing IV_SCRIPT Call by reference Type reference (TYPE) WDK_SCRIPT Stack index, 0 is top of stack 20060327
4 Importing IV_STEPTYPE Call by reference Type reference (TYPE) WDK_STEPTYPE Typ des Navigationsschritts 20060327

Method GENERATE_BDCDATA_FOR_SCRIPT on class CL_WDK_NAVIGATION_ACTION has no exception.

Method GENERATE_BDCDATA_FOR_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_BDCDATA Call by reference Type reference (TYPE) WDKBDCDATA_TTY Table of BDCDATA 20060327
2 Changing CT_STEPTYPE Call by reference Type reference (TYPE) WDKNAVISTEPTYPE_TT Typ des Navigationsschritts 20060327
3 Importing IS_STEP Call by reference Type reference (TYPE) TS_STEP 20060327
4 Importing IV_STEPTYPE Call by reference Type reference (TYPE) WDK_STEPTYPE Typ des Navigationsschritts 20060327

Method GENERATE_BDCDATA_FOR_STEP on class CL_WDK_NAVIGATION_ACTION has no exception.

Method GENERATE_BDCDATA_FOR_TC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_BDCDATA Call by reference Type reference (TYPE) WDKBDCDATA_TTY Table of BDCDATA 20060428
2 Changing CT_STEPTYPE Call by reference Type reference (TYPE) WDKNAVISTEPTYPE_TT Tabelle vom Typ WDKNAVISTEPTYPE 20060428
3 Importing IT_SCROLL_INFO Call by reference Type reference (TYPE) TT_SCROLL 20060428
4 Importing IV_INDEX Call by reference Type reference (TYPE) I Stack index, 0 is top of stack 20060428

Method GENERATE_BDCDATA_FOR_TC on class CL_WDK_NAVIGATION_ACTION has no exception.

Method GET_DYNPRO_COUNT Signature

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

Method GET_DYNPRO_COUNT on class CL_WDK_NAVIGATION_ACTION has no exception.

Method GET_SCROLL_INFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_NAVIGATION_STACK Call by reference Object reference (TYPE REF TO) CL_WDK_NAVIGATION_STACK Navigation Stack of the Backend Controller 20060410
2 Importing IT_STEPS Call by reference Type reference (TYPE) TT_STEP 20060323
3 Returning RESULT Value transfer Type reference (TYPE) TT_SCROLL 20060323

Method GET_SCROLL_INFORMATION on class CL_WDK_NAVIGATION_ACTION has no exception.

Method ITERATOR_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SYTFILL Row Number of Internal Tables 20060321

Method ITERATOR_COUNT on class CL_WDK_NAVIGATION_ACTION has no exception.

Method ITERATOR_FIRST Signature

Method ITERATOR_FIRST on class CL_WDK_NAVIGATION_ACTION has no parameter.
Method ITERATOR_FIRST on class CL_WDK_NAVIGATION_ACTION has no exception.

Method ITERATOR_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BDCDATA Call by reference Type reference (TYPE) WDKNAVIBDCDATA_TT Batch Input Data (only key / value) 20060323
2 Exporting ET_DYNPROS Call by reference Type reference (TYPE) WDKNAVIDYNPRO_TT Dynpro Definition 20060323
3 Exporting EV_OKCODE Call by reference Type reference (TYPE) SYUCOMM Function code that PAI triggered 20060323
4 Exporting EV_SCRIPT Call by reference Type reference (TYPE) WDK_SCRIPT Action script for BDC transaction call 20060327
5 Exporting EV_STEPTYPE Call by reference Type reference (TYPE) WDK_STEPTYPE Typ des Navigationsschritts 20060327
6 Exporting EV_TC_BROWSE_COUNT Call by reference Type reference (TYPE) I 20060323

Method ITERATOR_GET on class CL_WDK_NAVIGATION_ACTION has no exception.

Method ITERATOR_INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SCRIPTS Call by reference Type reference (TYPE) WDKSCRIPT_TTY Table of WDKSCRIPT 20060428
2 Importing IT_STEPS Call by reference Type reference (TYPE) WDKNAVISTEP_TT Navigation dynpro step 20060428
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER 20060428

Method ITERATOR_LAST Signature

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

Method ITERATOR_LAST on class CL_WDK_NAVIGATION_ACTION has no exception.

Method ITERATOR_NEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SYTFILL Row Number of Internal Tables 20060321

Method ITERATOR_NEXT on class CL_WDK_NAVIGATION_ACTION has no exception.

Method ITERATOR_PREVIOUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SYTFILL Row Number of Internal Tables 20060323

Method ITERATOR_PREVIOUS on class CL_WDK_NAVIGATION_ACTION has no exception.

Method ITERATOR_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BDCDATA_DELTA Call by reference Type reference (TYPE) WDKNAVIBDCDATA_TT Delta of Batch Input Data 20060329
2 Importing IT_BDCDATA_UPDATE Call by reference Type reference (TYPE) WDKNAVIBDCDATA_TT Batch Input Data (only key / value) 20060329
3 Importing IV_OKCODE Call by reference Type reference (TYPE) SYUCOMM Function code that PAI triggered 20060323
4 Importing IV_STEPTYPE Call by reference Type reference (TYPE) WDK_STEPTYPE Typ des Navigationsschritts 20060327
5 Importing IV_TC_BROWSE_COUNT Call by reference Type reference (TYPE) I 20060323

Method ITERATOR_SET on class CL_WDK_NAVIGATION_ACTION has no exception.

Method RESTORE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KEY Call by reference Type reference (TYPE) STRING 20060530
2 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL Success 20060530

Method RESTORE_DATA on class CL_WDK_NAVIGATION_ACTION has no exception.

Method SCRIPTS_TO_STEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SCRIPT Call by reference Type reference (TYPE) WDKSCRIPT Batch Input Data for Scripts 20060323
2 Importing IT_SCRIPTS Call by reference Type reference (TYPE) WDKSCRIPT_TTY Table of WDKSCRIPT 20060323
3 Importing IV_WDAPP Call by reference Type reference (TYPE) WDK_APPLICATION Web Dynpro: Name of Application 20060323
4 Returning RESULT Value transfer Type reference (TYPE) WDKNAVISTEP_TT Navigation dynpro step 20060324
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER 20060323

Method SERIALIZE Signature

Method SERIALIZE on class CL_WDK_NAVIGATION_ACTION has no parameter.
Method SERIALIZE on class CL_WDK_NAVIGATION_ACTION has no exception.

Method SET_MESSAGE_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGES Call by reference Type reference (TYPE) WDKMSG_TTY Messages from Call Transaction 20061211

Method SET_MESSAGE_COUNT on class CL_WDK_NAVIGATION_ACTION has no exception.

Method STORE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KEY Call by reference Type reference (TYPE) STRING 20060530

Method STORE_DATA on class CL_WDK_NAVIGATION_ACTION has no exception.

Method UPDATE_SCROLL_FROM_CACHE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_STEPS Call by reference Type reference (TYPE) TT_STEP 20060324

Method UPDATE_SCROLL_FROM_CACHE on class CL_WDK_NAVIGATION_ACTION has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700