SAP ABAP Class CL_WDK_BDC_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_CONSISTENCY Check data 20070322
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDK_SERIALIZABLE XML Serialization 20070322
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDK_UNDOABLE_ACTION Undoable action 20070322
Properties
Class CL_WDK_BDC_ACTION  
Short Description Action    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WDK_CONTROLLER   Kayak Controller 
Created 20061206   SAP 
Last change 20070911   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_BDC_ACTION Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_WDK_UTILITIES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 IF_WDK_CONSISTENCY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_WDK_CONSISTENCY Check data 20070322
2 IF_WDK_SERIALIZABLE XML Serialization 20070322
3 IF_WDK_UNDOABLE_ACTION Undoable action 20070322
Friends
Class CL_WDK_BDC_ACTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_ACTIONCATEGORY_SCRIPT Instance attribute Public Attribute reference (LIKE) 20070322
2 CO_STEPTYPE_DARK Constant Public Type reference (TYPE) WDK_STEPTYPE 'D' Typ des Navigationsschritts 20070322
3 CO_STEPTYPE_SCROLLING Constant Public Type reference (TYPE) WDK_STEPTYPE 'S' Typ des Navigationsschritts 20070322
4 CO_STEPTYPE_VISIBLE Constant Public Type reference (TYPE) WDK_STEPTYPE 'V' Typ des Navigationsschritts 20070322
5 CO_XML_TAG Constant Public Type reference (TYPE) STRING 'CL_WDK_BDC_ACTION' 20070322
6 CV_XML_TAG Instance attribute Public Attribute reference (LIKE) 20070322
7 MR_CONTEXT_MANAGER Static Attribute Private Object reference (TYPE REF TO) IF_WDK_CONTEXT_MANAGER Handler for WD Context of WDK applications 20070322
8 MR_DB_ACCESS Instance attribute Private Object reference (TYPE REF TO) CL_WDK_DB_ACCESSOR 20070322
9 MS_ACTIONTYPE Instance attribute Public Type reference (TYPE) WDKACTIONTYPE Type of Actions 20070322
10 MT_DYNPROCONTEXT Instance attribute Private Type reference (TYPE) TT_DYNPRO_CONTEXT Complete dynpro context 20070322
11 MT_HASHVALUES Instance attribute Private Type reference (TYPE) TT_HASHVALUE Hash values from field/value table 20070322
12 MT_MESSAGES Instance attribute Public Type reference (TYPE) WDKMSG_TTY Messages from Call Transaction 20070322
13 MT_STEPS Instance attribute Private Type reference (TYPE) TT_STEP Dynpro steps (internal representation) 20070322
14 MT_STEPS_RAW Instance attribute Private Type reference (TYPE) TT_STEP Dynpro steps without changelog 20070322
15 MV_ACTION Instance attribute Public Attribute reference (LIKE) 20070322
16 MV_ACTIONCATEGORY Instance attribute Public Attribute reference (LIKE) 20070322
17 MV_CHLG_LAST_STEP Instance attribute Public Type reference (TYPE) ABAP_BOOL Changelog inserted only for last step 20070322
18 MV_FIRST_INPUT_STEP Instance attribute Private Type reference (TYPE) SYTFILL Row Number of Internal Tables 20070719
19 MV_ITERATOR Instance attribute Private Type reference (TYPE) SYTFILL Row Number of Internal Tables 20070322
20 MV_SOURCE_STATE Instance attribute Public Attribute reference (LIKE) 20070322
21 MV_TARGET_STATE Instance attribute Public Attribute reference (LIKE) 20070322
22 MV_WDAPP Instance attribute Public Attribute reference (LIKE) 20070322
23 ST_SCROLL_CACHE Static Attribute Private Type reference (TYPE) TT_SCROLL_CACHE Chache for scroll steps 20070322
Methods
# Method Level Visibility Method type Description Created on
1 ACTION_TO_SCRIPTS Static method Public Method Get all scripts of an action 20070322
2 ADD_INPUT_CHECK_VALUES Instance method Public Method Adds hash values for additional input steps 20070322
3 APPEND_SCRIPT Instance method Private Method Appends steps for script including mapping 20070322
4 APPEND_TABSCRIPT_NOPOSI Instance method Private Method Appends steps for TC script without positioning 20070322
5 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20070322
6 CONCATENATE_TABINDEX Static method Private Method Concatenate name and table index into BDC format 20070322
7 CONSISTENCY_CLEAR_INPUT Instance method Public Method Clear hash values except first step 20070719
8 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070322
9 CREATE Instance method Public Method 20070322
10 CREATE_PAGE_DOWN Instance method Public Method Generate step for table control scrolling 20070322
11 CREATE_PAGE_TOP Instance method Public Method Generate step for table control scrolling 20070322
12 CREATE_STEPS Instance method Private Method Creates steps 20070322
13 DESERIALIZE Instance method Public Method 20070322
14 FREEZE Instance method Public Method Freeze steps (including browsing) 20070719
15 GENERATE_BDCDATA Instance method Public Method Generate BDC data 20070322
16 GENERATE_BDCDATA_FOR_DYNPROS Static method Public Method BDCDATA for dynpros 20070719
17 GENERATE_BDCDATA_FOR_STEP Instance method Private Method Generate BDC data for step 20070322
18 GENERATE_BDCDATA_FOR_VALUES Static method Public Method BDCDATA for field values 20070719
19 GET_FINAL_CHLG_STEPS Instance method Public Method User input (changelog) steps from last step 20070322
20 GET_SCROLL_INFORMATION Instance method Public Method Get information when to insert scroll scripts 20070322
21 GET_STEPS Instance method Public Method returns proper steps 20070322
22 GET_STEP_COUNT Instance method Public Method Return the number relevant steps 20070322
23 INSERT_BROWSING Instance method Public Method Extends steps by browsing 20070322
24 INSERT_CHANGELOG Instance method Public Method Insert changelog (user input) 20070322
25 ITERATOR_FIRST Instance method Public Method First dynpro step 20070322
26 ITERATOR_GET Instance method Public Method Get 20070322
27 ITERATOR_INSERT Instance method Public Method Insert step 20070719
28 ITERATOR_LAST Instance method Public Method Last dynpro step 20070322
29 ITERATOR_NEXT Instance method Public Method Next 20070322
30 ITERATOR_PREVIOUS Instance method Public Method Previous 20070322
31 ITERATOR_SET Instance method Private Method Set 20070322
32 SCRIPT_TO_STEPS Instance method Private Method Get all steps for script 20070322
33 SCRIPT_TO_STEPS_WITH_MAPPING Instance method Private Method Get all steps for script including mapping 20070322
34 SERIALIZE Instance method Public Method 20070322
35 SET_MESSAGES Instance method Public Method Updates messages 20070322
36 SPLIT_TABINDEX Instance method Private Method Separate table index from BDC format 20070322
37 UPDATE_SCROLL_CACHE Static method Public Method Updates scroll step cache 20070322
Events
Class CL_WDK_BDC_ACTION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_ACTION Private See coding 20070322 BEGIN OF ts_action, source_state TYPE wdk_fpstate, action TYPE wdk_action, steps TYPE tt_step, steps_raw TYPE tt_step, messages TYPE wdkmsg_tty, hashvalues TYPE tt_hashvalue, dynprocontext TYPE tt_dynpro_context, END OF ts_action
2 TS_DYNPRO_CONTEXT Private Attribute reference (LIKE) 20070322
3 TS_HASHVALUE Private Attribute reference (LIKE) 20070322
4 TS_SCREENVALUE Public See coding 20070322 BEGIN OF ts_screenvalue, fnam TYPE string, fval TYPE string, tabindex TYPE i, subscreen TYPE string, END OF ts_screenvalue
5 TS_SCROLL Public See coding 20070322 BEGIN OF ts_scroll, index TYPE sytabix, prog TYPE bdc_prog, dynr TYPE bdc_dynr, tctop TYPE wdk_script, tcdown TYPE wdk_script, tc_browse_count TYPE i, END OF ts_scroll
6 TS_SCROLL_CACHE Private See coding 20070322 BEGIN OF ts_scroll_cache, prog TYPE bdc_prog, dynr TYPE bdc_dynr, tc_browse_count TYPE i, END OF ts_scroll_cache
7 TS_STEP Public See coding 20070322 BEGIN OF ts_step, dynpros TYPE wdknavidynpro_tt, bdcdata TYPE tt_screenvalue, okcode TYPE syucomm, steptype TYPE wdk_steptype, script TYPE wdk_script, scroll_prog TYPE bdc_prog, scroll_dynr TYPE bdc_dynr, END OF ts_step
8 TT_CHANGELOG Private Attribute reference (LIKE) 20070322
9 TT_DYNPRO_CONTEXT Private Attribute reference (LIKE) 20070322
10 TT_HASHVALUE Private Attribute reference (LIKE) 20070322
11 TT_SCREENVALUE Public See coding 20070322 tt_screenvalue TYPE STANDARD TABLE OF ts_screenvalue WITH DEFAULT KEY
12 TT_SCROLL Public See coding 20070322 tt_scroll TYPE STANDARD TABLE OF ts_scroll WITH DEFAULT KEY
13 TT_SCROLL_CACHE Private See coding 20070322 tt_scroll_cache TYPE HASHED TABLE OF ts_scroll_cache WITH UNIQUE KEY prog dynr
14 TT_STEP Public See coding 20070322 tt_step TYPE STANDARD TABLE OF ts_step WITH DEFAULT KEY
15 TV_HASHVALUE Private Attribute reference (LIKE) 20070322
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 20070322
2 Importing IV_SOURCE_STATE Call by reference Type reference (TYPE) WDK_FPSTATE Floorplan state 20070322
3 Importing IV_WDAPP Call by reference Type reference (TYPE) WDK_APPLICATION Web Dynpro: Name of Application 20070322
4 Returning RESULT Value transfer Type reference (TYPE) WDKSCRIPT_TTY Batch Input Data for Scripts 20070322
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER 20070322

Method ADD_INPUT_CHECK_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CHECKCONTEXT Call by reference Type reference (TYPE) IF_WDK_CONSISTENCY=>TT_DYNPRO_CONTEXT 20070322
2 Importing IT_CHECKVALUES Call by reference Type reference (TYPE) IF_WDK_CONSISTENCY=>TT_HASHVALUE 20070322

Method ADD_INPUT_CHECK_VALUES on class CL_WDK_BDC_ACTION has no exception.

Method APPEND_SCRIPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INSERT_ACTION Call by reference Type reference (TYPE) WDK_INSERT_ACTION Action for table control insert 20070322
2 Importing IV_SCRIPT Call by reference Type reference (TYPE) WDK_SCRIPT Action script for BDC transaction call 20070322
3 Importing IV_TABINDEX Call by reference Type reference (TYPE) I Table index 20070322
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER Error in controller 20070322

Method APPEND_TABSCRIPT_NOPOSI 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 20070322
2 Importing IV_TABINDEX Call by reference Type reference (TYPE) I 20070322
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER Error in controller 20070322

Method CLASS_CONSTRUCTOR Signature

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

Method CONCATENATE_TABINDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELDNAME Call by reference Type reference (TYPE) STRING Field name / value 20070322
2 Importing IV_TABINDEX Call by reference Type reference (TYPE) I Table row index 20070322
3 Returning RESULT Value transfer Type reference (TYPE) DYNFNAM Field name / value 20070322

Method CONCATENATE_TABINDEX on class CL_WDK_BDC_ACTION has no exception.

Method CONSISTENCY_CLEAR_INPUT Signature

Method CONSISTENCY_CLEAR_INPUT on class CL_WDK_BDC_ACTION has no parameter.
Method CONSISTENCY_CLEAR_INPUT on class CL_WDK_BDC_ACTION has no exception.

Method CONSTRUCTOR 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 20070322
2 Importing IV_SOURCE_STATE Call by reference Type reference (TYPE) WDK_FPSTATE Floorplan state 20070322
3 Importing IV_WDAPP Call by reference Type reference (TYPE) WDK_APPLICATION Web Dynpro: Name of Application 20070322
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER 20070322

Method CREATE Signature

Method CREATE on class CL_WDK_BDC_ACTION has no parameter.
Method CREATE on class CL_WDK_BDC_ACTION has no exception.

Method CREATE_PAGE_DOWN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SCROLL Call by reference Type reference (TYPE) TS_SCROLL 20070322
2 Returning RESULT Value transfer Type reference (TYPE) TT_STEP 20070322

Method CREATE_PAGE_DOWN on class CL_WDK_BDC_ACTION has no exception.

Method CREATE_PAGE_TOP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SCROLL Call by reference Type reference (TYPE) TS_SCROLL 20070322
2 Returning RESULT Value transfer Type reference (TYPE) TT_STEP 20070322

Method CREATE_PAGE_TOP on class CL_WDK_BDC_ACTION has no exception.

Method CREATE_STEPS Signature

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

Method DESERIALIZE Signature

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

Method FREEZE Signature

Method FREEZE on class CL_WDK_BDC_ACTION has no parameter.
Method FREEZE on class CL_WDK_BDC_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 20070322
2 Importing IV_ONLY_FIRST Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Only first dynpro 20070719
3 Importing IV_STACK_INDEX Call by reference Type reference (TYPE) I Stack index, 0 is top of stack 20070322

Method GENERATE_BDCDATA on class CL_WDK_BDC_ACTION has no exception.

Method GENERATE_BDCDATA_FOR_DYNPROS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DYNPROS Call by reference Type reference (TYPE) TS_STEP-DYNPROS 20070719
2 Returning RESULT Value transfer Type reference (TYPE) WDKBDCDATA_TTY Table of BDCDATA 20070719

Method GENERATE_BDCDATA_FOR_DYNPROS on class CL_WDK_BDC_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 20070322
2 Importing IS_STEP Call by reference Type reference (TYPE) TS_STEP 20070322

Method GENERATE_BDCDATA_FOR_STEP on class CL_WDK_BDC_ACTION has no exception.

Method GENERATE_BDCDATA_FOR_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VALUES Call by reference Type reference (TYPE) TT_SCREENVALUE 20070719
2 Returning RESULT Value transfer Type reference (TYPE) WDKBDCDATA_TTY Table of BDCDATA 20070719

Method GENERATE_BDCDATA_FOR_VALUES on class CL_WDK_BDC_ACTION has no exception.

Method GET_FINAL_CHLG_STEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_STEPS Call by reference Type reference (TYPE) TT_STEP 20070322
2 Exporting ET_VALUES Call by reference Type reference (TYPE) TT_SCREENVALUE 20070322
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER Error in controller 20070322

Method GET_SCROLL_INFORMATION Signature

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

Method GET_SCROLL_INFORMATION on class CL_WDK_BDC_ACTION has no exception.

Method GET_STEPS Signature

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

Method GET_STEPS on class CL_WDK_BDC_ACTION has no exception.

Method GET_STEP_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 20070322

Method GET_STEP_COUNT on class CL_WDK_BDC_ACTION has no exception.

Method INSERT_BROWSING Signature

Method INSERT_BROWSING on class CL_WDK_BDC_ACTION has no parameter.
Method INSERT_BROWSING on class CL_WDK_BDC_ACTION has no exception.

Method INSERT_CHANGELOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_BDC_CHANGELOG Call by reference Object reference (TYPE REF TO) CL_WDK_BDC_CHANGELOG Action 20070322
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER Error in controller 20070322

Method ITERATOR_FIRST Signature

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

Method ITERATOR_GET Signature

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

Method ITERATOR_GET on class CL_WDK_BDC_ACTION has no exception.

Method ITERATOR_INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_STEP Call by reference Type reference (TYPE) TS_STEP 20070719
2 Returning RESULT Value transfer Type reference (TYPE) I 20070719

Method ITERATOR_INSERT on class CL_WDK_BDC_ACTION has no exception.

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 20070322

Method ITERATOR_LAST on class CL_WDK_BDC_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) I 20070322

Method ITERATOR_NEXT on class CL_WDK_BDC_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) I 20070322

Method ITERATOR_PREVIOUS on class CL_WDK_BDC_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 Call by reference Type reference (TYPE) IF_WDK_CONTEXT_MANAGER=>TT_VALUE Delta of Batch Input Data 20070322
2 Importing IV_DYNR Call by reference Type reference (TYPE) BDC_DYNR BDC Screen number 20070322
3 Importing IV_PROG Call by reference Type reference (TYPE) BDC_PROG BDC module pool 20070322
4 Importing IV_TABINDEX Call by reference Type reference (TYPE) I Table row index 20070322
5 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL Success 20070322

Method ITERATOR_SET on class CL_WDK_BDC_ACTION has no exception.

Method SCRIPT_TO_STEPS 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 20070322
2 Importing IV_STEPTYPE Call by reference Type reference (TYPE) WDK_STEPTYPE Typ of navigationstep 20070322
3 Returning RESULT Value transfer Type reference (TYPE) TT_STEP 20070322

Method SCRIPT_TO_STEPS on class CL_WDK_BDC_ACTION has no exception.

Method SCRIPT_TO_STEPS_WITH_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INSERT_ACTION Call by reference Type reference (TYPE) WDK_INSERT_ACTION Action for table control insert 20070322
2 Importing IV_SCRIPT Call by reference Type reference (TYPE) WDK_SCRIPT Action script for BDC transaction call 20070322
3 Importing IV_TABINDEX Call by reference Type reference (TYPE) I Table index 20070322
4 Returning RESULT Value transfer Type reference (TYPE) TT_STEP 20070322
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER Error in controller 20070322

Method SERIALIZE Signature

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

Method SET_MESSAGES 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 20070322

Method SET_MESSAGES on class CL_WDK_BDC_ACTION has no exception.

Method SPLIT_TABINDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FIELDNAME Call by reference Type reference (TYPE) STRING Field name or value 20070322
2 Exporting EV_TABINDEX Call by reference Type reference (TYPE) I Table row index 20070322
3 Importing IV_FIELDNAME Call by reference Type reference (TYPE) DYNFNAM Field name or value 20070322

Method SPLIT_TABINDEX on class CL_WDK_BDC_ACTION has no exception.

Method UPDATE_SCROLL_CACHE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DYNPRO Call by reference Type reference (TYPE) BDC_DYNR BDC Screen number 20070322
2 Importing IV_PROGRAM Call by reference Type reference (TYPE) BDC_PROG BDC module pool 20070322
3 Importing IV_TC_BROWSE_COUNT Call by reference Type reference (TYPE) I CL_WDK_UTILITIES=>SC_TC_BROWSE 20070322

Method UPDATE_SCROLL_CACHE on class CL_WDK_BDC_ACTION has no exception.
History
Last changed by/on SAP  20070911 
SAP Release Created in