SAP ABAP Class CL_WDK_BDC_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 | 20070322 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WDK_CONSISTENCY_MANAGER | Check data | 20070322 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WDK_SERIALIZABLE | XML Serialization | 20070322 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WDK_SERIALIZATION | XML Serialization | 20070322 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WDK_UNDO_MANAGER | Undo / Redo | 20070322 |
Properties
| Class | CL_WDK_BDC_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 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 5 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_WDK_BE_CONTROLLER | Backend controller interface | 20070322 | ||
| 2 | IF_WDK_CONSISTENCY_MANAGER | Check data | 20070322 | ||
| 3 | IF_WDK_SERIALIZABLE | XML Serialization | 20070322 | ||
| 4 | IF_WDK_SERIALIZATION | XML Serialization | 20070322 | ||
| 5 | IF_WDK_UNDO_MANAGER | Undo / Redo | 20070322 |
Friends
Class CL_WDK_BDC_CONTROLLER has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20070322 | |
| 2 | Static method | Private | Method | Get systemid | 20070322 | |
| 3 | Instance method | Private | Method | 20070322 | ||
| 4 | Instance method | Private | Method | Complete BDCDATA stack with context change log data | 20070322 | |
| 5 | Instance method | Private | Method | Redo (Changelog dependend) | 20070322 | |
| 6 | Instance method | Private | Method | Serialize | 20070322 | |
| 7 | Instance method | Public | Method | Get Last Action | 20070322 | |
| 8 | Instance method | Private | Method | Undo (Changelog dependend) | 20070322 |
Events
Class CL_WDK_BDC_CONTROLLER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_XML_CONTROLLER | Private | See coding | 20070322 | BEGIN OF ts_xml_controller,
wdapp TYPE WDK_APPLICATION,
tcode TYPE sytcode,
controller type string,
version 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,
node_values type CL_WDK_NODE_VALUES=>TT_NODE_VALUE,
END OF ts_xml_controller
|
||
| 2 | TT_UNDO_BUFFER | Private | See coding | 20070322 | tt_undo_buffer type STANDARD TABLE OF ref to cl_wdk_navigation_action with DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_WDAPP | Call by reference | Type reference (TYPE) | WDK_APPLICATION | Web Dynpro: Name of Application | 20070322 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20070322 |
Method GET_SYSTEMID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20070322 |
Method GET_SYSTEMID on class CL_WDK_BDC_CONTROLLER has no exception.
Method MAINTAIN_SAPMEMPARAMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SGPARAMETER | Call by reference | Type reference (TYPE) | WDK_APPL_SGPARAM_TTY | Application specific set-/get-parameters | 20070322 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | WDK_APPL_SGPARAM_TTY | Application specific set-/get-parameters | 20070322 |
Method MAINTAIN_SAPMEMPARAMS on class CL_WDK_BDC_CONTROLLER has no exception.
Method PREPARE_ACTION_STACK 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 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20070322 |
Method REDO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INCREASE_STEPS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20070322 | |||
| 2 | IV_STEPS | Call by reference | Type reference (TYPE) | I | 1 | 20070322 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20070322 |
Method SERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CR_DOCUMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20070322 | |||
| 2 | IR_TOP_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20070322 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20070322 |
Method TOP_LAST_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CATEGORY | Call by reference | Type reference (TYPE) | WDK_ACTIONCATEGORY | IF_WDK_UNDOABLE_ACTION=>CO_ACTIONCATEGORY_SCRIPT | Category of actions | 20070322 | ||
| 2 | IV_FAILED_ACTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Set to select successful / unsuccessul actions | 20070322 | ||
| 3 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_WDK_UNDOABLE_ACTION | Undoable action | 20070322 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20070322 |
Method UNDO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DECREASE_STEPS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Decrease steps if changelog is filled | 20070322 | ||
| 2 | IV_STEPS | Call by reference | Type reference (TYPE) | I | 1 | 20070322 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20070322 |
History
| Last changed by/on | SAP | 20070911 |
| SAP Release Created in |