Hierarchy
⤷
⤷
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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | 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 | Instance attribute | Public | Attribute reference (LIKE) | 20070322 | |||||
| 2 | Constant | Public | Type reference (TYPE) | WDK_STEPTYPE | 'D' | Typ des Navigationsschritts | 20070322 | ||
| 3 | Constant | Public | Type reference (TYPE) | WDK_STEPTYPE | 'S' | Typ des Navigationsschritts | 20070322 | ||
| 4 | Constant | Public | Type reference (TYPE) | WDK_STEPTYPE | 'V' | Typ des Navigationsschritts | 20070322 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'CL_WDK_BDC_ACTION' | 20070322 | |||
| 6 | Instance attribute | Public | Attribute reference (LIKE) | 20070322 | |||||
| 7 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_WDK_CONTEXT_MANAGER | Handler for WD Context of WDK applications | 20070322 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WDK_DB_ACCESSOR | 20070322 | ||||
| 9 | Instance attribute | Public | Type reference (TYPE) | WDKACTIONTYPE | Type of Actions | 20070322 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | TT_DYNPRO_CONTEXT | Complete dynpro context | 20070322 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | TT_HASHVALUE | Hash values from field/value table | 20070322 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | WDKMSG_TTY | Messages from Call Transaction | 20070322 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | TT_STEP | Dynpro steps (internal representation) | 20070322 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | TT_STEP | Dynpro steps without changelog | 20070322 | |||
| 15 | Instance attribute | Public | Attribute reference (LIKE) | 20070322 | |||||
| 16 | Instance attribute | Public | Attribute reference (LIKE) | 20070322 | |||||
| 17 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Changelog inserted only for last step | 20070322 | |||
| 18 | Instance attribute | Private | Type reference (TYPE) | SYTFILL | Row Number of Internal Tables | 20070719 | |||
| 19 | Instance attribute | Private | Type reference (TYPE) | SYTFILL | Row Number of Internal Tables | 20070322 | |||
| 20 | Instance attribute | Public | Attribute reference (LIKE) | 20070322 | |||||
| 21 | Instance attribute | Public | Attribute reference (LIKE) | 20070322 | |||||
| 22 | Instance attribute | Public | Attribute reference (LIKE) | 20070322 | |||||
| 23 | Static Attribute | Private | Type reference (TYPE) | TT_SCROLL_CACHE | Chache for scroll steps | 20070322 |
Methods
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 | IV_ACTION | Call by reference | Type reference (TYPE) | WDK_ACTION | Action for UI state | 20070322 | |||
| 2 | IV_SOURCE_STATE | Call by reference | Type reference (TYPE) | WDK_FPSTATE | Floorplan state | 20070322 | |||
| 3 | IV_WDAPP | Call by reference | Type reference (TYPE) | WDK_APPLICATION | Web Dynpro: Name of Application | 20070322 | |||
| 4 | RESULT | Value transfer | Type reference (TYPE) | WDKSCRIPT_TTY | Batch Input Data for Scripts | 20070322 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20070322 |
Method ADD_INPUT_CHECK_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_CHECKCONTEXT | Call by reference | Type reference (TYPE) | IF_WDK_CONSISTENCY=>TT_DYNPRO_CONTEXT | 20070322 | ||||
| 2 | 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 | IV_INSERT_ACTION | Call by reference | Type reference (TYPE) | WDK_INSERT_ACTION | Action for table control insert | 20070322 | |||
| 2 | IV_SCRIPT | Call by reference | Type reference (TYPE) | WDK_SCRIPT | Action script for BDC transaction call | 20070322 | |||
| 3 | IV_TABINDEX | Call by reference | Type reference (TYPE) | I | Table index | 20070322 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error in controller | 20070322 |
Method APPEND_TABSCRIPT_NOPOSI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SCRIPT | Call by reference | Type reference (TYPE) | WDK_SCRIPT | Action script for BDC transaction call | 20070322 | |||
| 2 | IV_TABINDEX | Call by reference | Type reference (TYPE) | I | 20070322 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | Field name / value | 20070322 | |||
| 2 | IV_TABINDEX | Call by reference | Type reference (TYPE) | I | Table row index | 20070322 | |||
| 3 | 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 | IV_ACTION | Call by reference | Type reference (TYPE) | WDK_ACTION | Action for UI state | 20070322 | |||
| 2 | IV_SOURCE_STATE | Call by reference | Type reference (TYPE) | WDK_FPSTATE | Floorplan state | 20070322 | |||
| 3 | IV_WDAPP | Call by reference | Type reference (TYPE) | WDK_APPLICATION | Web Dynpro: Name of Application | 20070322 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IS_SCROLL | Call by reference | Type reference (TYPE) | TS_SCROLL | 20070322 | ||||
| 2 | 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 | IS_SCROLL | Call by reference | Type reference (TYPE) | TS_SCROLL | 20070322 | ||||
| 2 | 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 | 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 | CT_BDCDATA | Call by reference | Type reference (TYPE) | WDKBDCDATA_TTY | Table of BDCDATA | 20070322 | |||
| 2 | IV_ONLY_FIRST | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Only first dynpro | 20070719 | ||
| 3 | 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 | IT_DYNPROS | Call by reference | Type reference (TYPE) | TS_STEP-DYNPROS | 20070719 | ||||
| 2 | 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 | CT_BDCDATA | Call by reference | Type reference (TYPE) | WDKBDCDATA_TTY | Table of BDCDATA | 20070322 | |||
| 2 | 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 | IT_VALUES | Call by reference | Type reference (TYPE) | TT_SCREENVALUE | 20070719 | ||||
| 2 | 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 | ET_STEPS | Call by reference | Type reference (TYPE) | TT_STEP | 20070322 | ||||
| 2 | ET_VALUES | Call by reference | Type reference (TYPE) | TT_SCREENVALUE | 20070322 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error in controller | 20070322 |
Method GET_SCROLL_INFORMATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 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 | 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 | 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 | IR_BDC_CHANGELOG | Call by reference | Object reference (TYPE REF TO) | CL_WDK_BDC_CHANGELOG | Action | 20070322 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | 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 | IS_STEP | Call by reference | Type reference (TYPE) | TS_STEP | 20070719 | ||||
| 2 | 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 | 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 | 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 | 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 | IT_BDCDATA | Call by reference | Type reference (TYPE) | IF_WDK_CONTEXT_MANAGER=>TT_VALUE | Delta of Batch Input Data | 20070322 | |||
| 2 | IV_DYNR | Call by reference | Type reference (TYPE) | BDC_DYNR | BDC Screen number | 20070322 | |||
| 3 | IV_PROG | Call by reference | Type reference (TYPE) | BDC_PROG | BDC module pool | 20070322 | |||
| 4 | IV_TABINDEX | Call by reference | Type reference (TYPE) | I | Table row index | 20070322 | |||
| 5 | 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 | IV_SCRIPT | Call by reference | Type reference (TYPE) | WDK_SCRIPT | Action script for BDC transaction call | 20070322 | |||
| 2 | IV_STEPTYPE | Call by reference | Type reference (TYPE) | WDK_STEPTYPE | Typ of navigationstep | 20070322 | |||
| 3 | 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 | IV_INSERT_ACTION | Call by reference | Type reference (TYPE) | WDK_INSERT_ACTION | Action for table control insert | 20070322 | |||
| 2 | IV_SCRIPT | Call by reference | Type reference (TYPE) | WDK_SCRIPT | Action script for BDC transaction call | 20070322 | |||
| 3 | IV_TABINDEX | Call by reference | Type reference (TYPE) | I | Table index | 20070322 | |||
| 4 | RESULT | Value transfer | Type reference (TYPE) | TT_STEP | 20070322 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | 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 | EV_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | Field name or value | 20070322 | |||
| 2 | EV_TABINDEX | Call by reference | Type reference (TYPE) | I | Table row index | 20070322 | |||
| 3 | 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 | IV_DYNPRO | Call by reference | Type reference (TYPE) | BDC_DYNR | BDC Screen number | 20070322 | |||
| 2 | IV_PROGRAM | Call by reference | Type reference (TYPE) | BDC_PROG | BDC module pool | 20070322 | |||
| 3 | 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 |