SAP ABAP Class CL_WDK_BDC_STACK_TRC (Navigation Stack of the 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 | Inheritance (c INHERITING FROM c_ref) | CL_WDK_BDC_STACK | Navigation Stack of the Backend Controller | 20070322 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_WDK_BDC_STACK_TRC_BI | Navigation Stack of the Backend Controller | 20070322 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_WDK_BDC_STACK_TRC_UI | Navigation Stack of the Backend Controller | 20070322 |
Properties
Class | CL_WDK_BDC_STACK_TRC | |
Short Description | Navigation Stack of the Backend Controller | |
Super Class | CL_WDK_BDC_STACK | Navigation Stack of the Backend Controller |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | WDK_CONTROLLER | Kayak Controller |
Created | 20070226 | 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
Class CL_WDK_BDC_STACK_TRC has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_WDK_BDC_ACTION | 20070322 | Action |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Protected | See coding | 20070719 | ||||
2 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20070322 | ||||
3 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_TRANSACT_REMOTE_CONTROL_BAS | IF_TRANSACT_REMOTE_CONTROL_BAS | 20070322 | ||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TT_DYNPRO_CONTEXT | 20070322 | |||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TT_HASHVALUE | 20070322 | |||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | I | 20070322 | |||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20070330 | ||
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Restart required | 20070322 | |
9 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Restart processed | 20070719 | |
10 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20070719 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | 20070719 | |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20070322 |
3 | ![]() |
Instance method | Protected | Method | Call TRC method 'CONTINUE' | 20070322 |
4 | ![]() |
Instance method | Protected | Method | Generate TRC request data | 20070322 |
5 | ![]() |
Instance method | Protected | Method | Continuation of backend call by single action | 20070322 |
6 | ![]() |
Instance method | Protected | Method | Continuation of backend call by single step | 20070322 |
7 | ![]() |
Instance method | Protected | Method | Handle unexpected dynpros and aborts | 20070719 |
8 | ![]() |
Instance method | Protected | Method | Restart from the beginning (stateful) | 20070322 |
9 | ![]() |
Instance method | Protected | Method | Call TRC method 'START' | 20070330 |
10 | ![]() |
Instance method | Protected | Method | 20070719 |
Events
Class CL_WDK_BDC_STACK_TRC has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_STACK | Private | See coding | Data for serialization | 20070322 | begin of TS_STACK,
consistency_enabled type abap_bool,
ctu_params type CTU_PARAMS,
tcode type SYTCODE,
sgparameter type WDK_APPL_SGPARAM_TTY,
memoryobj type WDK_ABAP_MEMORY_OBJECT_TTY,
end of ts_stack
|
|
2 | TT_BDC_STACK | Private | See coding | Table of actions | 20070322 | tt_bdc_stack TYPE STANDARD TABLE OF REF TO if_wdk_undoable_action
|
Method Signatures
Method ADD_STEP_RESPONSE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_DYNPROS | Call by reference | Type reference (TYPE) | SRCT_DYNPROS_FIELDS | RCT: All Fields of mainscreen and subscreens | 20070719 | ||
2 | ![]() |
IV_FRAME_DYNR | Call by reference | Type reference (TYPE) | BDC_DYNR | BDC Screen number | 20070719 | ||
3 | ![]() |
IV_FRAME_PROG | Call by reference | Type reference (TYPE) | BDC_PROG | BDC module pool | 20070719 | ||
4 | ![]() |
IV_SCROLL_DYNR | Call by reference | Type reference (TYPE) | BDC_DYNR | BDC Screen number | 20070719 | ||
5 | ![]() |
IV_SCROLL_PROG | Call by reference | Type reference (TYPE) | BDC_PROG | BDC module pool | 20070719 | ||
6 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | Browsing complete | 20070719 |
Method ADD_STEP_RESPONSE on class CL_WDK_BDC_STACK_TRC has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_WDAPP | Value transfer | Type reference (TYPE) | WDK_APPLICATION | Web Dynpro: Name of Application | 20070322 |
Method CONSTRUCTOR on class CL_WDK_BDC_STACK_TRC has no exception.
Method CONTINUE_TRC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_MESSAGES | Call by reference | Type reference (TYPE) | WDKMSG_TTY | Messages from Call Transaction | 20070719 | ||
2 | ![]() |
ES_RESPONSE | Call by reference | Type reference (TYPE) | SRCT_DYNPRO_RESPONSE | RCTP: dynpro data (response) | 20070719 | ||
3 | ![]() |
EV_COMMIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | COMMIT WORK occured | 20070719 | ||
4 | ![]() |
EV_END | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070719 | |||
5 | ![]() |
EV_FRAME_DYNR | Call by reference | Type reference (TYPE) | BDC_DYNR | BDC Screen number | 20070719 | ||
6 | ![]() |
EV_FRAME_PROG | Call by reference | Type reference (TYPE) | BDC_PROG | BDC module pool | 20070719 | ||
7 | ![]() |
IT_VALUES | Call by reference | Type reference (TYPE) | CL_WDK_BDC_ACTION=>TT_SCREENVALUE | 20070322 | |||
8 | ![]() |
IV_OKCODE | Call by reference | Type reference (TYPE) | CL_WDK_BDC_ACTION=>TS_STEP-OKCODE | 20070322 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Error in controller | 20070322 |
Method CREATE_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_REQUEST | Call by reference | Type reference (TYPE) | SRCT_REQUEST | SRCT_REQUEST | 20070322 | ||
2 | ![]() |
IT_VALUES | Call by reference | Type reference (TYPE) | CL_WDK_BDC_ACTION=>TT_SCREENVALUE | 20070322 | |||
3 | ![]() |
IV_OKCODE | Call by reference | Type reference (TYPE) | CL_WDK_BDC_ACTION=>TS_STEP-OKCODE | 20070322 |
Method CREATE_REQUEST on class CL_WDK_BDC_STACK_TRC has no exception.
Method PERFORM_SINGLE_ACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_VALUES | Call by reference | Type reference (TYPE) | CL_WDK_BDC_ACTION=>TT_SCREENVALUE | 20070322 | |||
2 | ![]() |
ET_MESSAGES | Call by reference | Type reference (TYPE) | WDKMSG_TTY | Messages from Call Transaction | 20070322 | ||
3 | ![]() |
IR_ACTION | Call by reference | Object reference (TYPE REF TO) | CL_WDK_BDC_ACTION | Action | 20070322 | ||
4 | ![]() |
IV_IS_TOP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20070322 | ||
5 | ![]() |
IV_SYNCHRONIZE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20070719 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Error in controller | 20070322 |
Method PERFORM_SINGLE_STEP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_MESSAGES | Call by reference | Type reference (TYPE) | WDKMSG_TTY | Messages from Call Transaction | 20070330 | ||
2 | ![]() |
CT_VALUES | Call by reference | Type reference (TYPE) | CL_WDK_BDC_ACTION=>TT_SCREENVALUE | 20070322 | |||
3 | ![]() |
EV_BROWSE_COMPL | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070719 | |||
4 | ![]() |
IS_STEP | Call by reference | Type reference (TYPE) | CL_WDK_BDC_ACTION=>TS_STEP | 20070322 | |||
5 | ![]() |
IV_FINAL_OKCODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20070322 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Error in controller | 20070322 |
Method QUEUE_ABORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_DYNPROS | Call by reference | Type reference (TYPE) | CL_WDK_BDC_ACTION=>TS_STEP-DYNPROS | Expected dynpros | 20070719 | ||
2 | ![]() |
IV_DYNR | Call by reference | Type reference (TYPE) | BDC_DYNR | BDC Screen number | 20070719 | ||
3 | ![]() |
IV_PROG | Call by reference | Type reference (TYPE) | BDC_PROG | BDC module pool | 20070719 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Error in controller | 20070719 |
Method RESTART_TRC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SYNCHRONIZE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070719 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Error in controller | 20070322 |
Method START_TRC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_STEP | Call by reference | Type reference (TYPE) | CL_WDK_BDC_ACTION=>TS_STEP | 20070330 | |||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | WDKMSG_TTY | Messages from Call Transaction | 20070330 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Error in controller | 20070330 |
Method TRANSLATE_ABAPMEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ABAPMEM_TRC | Call by reference | Type reference (TYPE) | SRCT_ABAP_MEMORY_CLUSTERS | SRCT: Table of ABAP Memory Clusters | 20070719 | ||
2 | ![]() |
IT_ABAPMEM | Call by reference | Type reference (TYPE) | WDK_ABAP_MEMORY_OBJECT_TTY | Application specific memory objects | 20070719 |
Method TRANSLATE_ABAPMEM on class CL_WDK_BDC_STACK_TRC has no exception.
History
Last changed by/on | SAP | 20070911 |
SAP Release Created in |