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 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_DYNPRO_CONTEXT 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
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 CS_TRC_CONFIRM Constant Protected See coding 20070719
2 CV_XML_TAG Instance attribute Private Attribute reference (LIKE) 20070322
3 MR_TRC Instance attribute Protected Object reference (TYPE REF TO) IF_TRANSACT_REMOTE_CONTROL_BAS IF_TRANSACT_REMOTE_CONTROL_BAS 20070322
4 MT_DYNPROCONTEXT Instance attribute Protected Type reference (TYPE) TT_DYNPRO_CONTEXT 20070322
5 MT_HASHVALUES Instance attribute Protected Type reference (TYPE) TT_HASHVALUE 20070322
6 MV_CURR_STEP Instance attribute Protected Type reference (TYPE) I 20070322
7 MV_MEMIMP_REQUESTED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070330
8 MV_RESTART Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE Restart required 20070322
9 MV_RESTARTED Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE Restart processed 20070719
10 MV_TA_END Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070719
Methods
# Method Level Visibility Method type Description Created on
1 ADD_STEP_RESPONSE Instance method Protected Method 20070719
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070322
3 CONTINUE_TRC Instance method Protected Method Call TRC method 'CONTINUE' 20070322
4 CREATE_REQUEST Instance method Protected Method Generate TRC request data 20070322
5 PERFORM_SINGLE_ACTION Instance method Protected Method Continuation of backend call by single action 20070322
6 PERFORM_SINGLE_STEP Instance method Protected Method Continuation of backend call by single step 20070322
7 QUEUE_ABORT Instance method Protected Method Handle unexpected dynpros and aborts 20070719
8 RESTART_TRC Instance method Protected Method Restart from the beginning (stateful) 20070322
9 START_TRC Instance method Protected Method Call TRC method 'START' 20070330
10 TRANSLATE_ABAPMEM 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 Importing IT_DYNPROS Call by reference Type reference (TYPE) SRCT_DYNPROS_FIELDS RCT: All Fields of mainscreen and subscreens 20070719
2 Importing IV_FRAME_DYNR Call by reference Type reference (TYPE) BDC_DYNR BDC Screen number 20070719
3 Importing IV_FRAME_PROG Call by reference Type reference (TYPE) BDC_PROG BDC module pool 20070719
4 Importing IV_SCROLL_DYNR Call by reference Type reference (TYPE) BDC_DYNR BDC Screen number 20070719
5 Importing IV_SCROLL_PROG Call by reference Type reference (TYPE) BDC_PROG BDC module pool 20070719
6 Returning 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 Importing 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 Changing CT_MESSAGES Call by reference Type reference (TYPE) WDKMSG_TTY Messages from Call Transaction 20070719
2 Exporting ES_RESPONSE Call by reference Type reference (TYPE) SRCT_DYNPRO_RESPONSE RCTP: dynpro data (response) 20070719
3 Exporting EV_COMMIT Call by reference Type reference (TYPE) ABAP_BOOL COMMIT WORK occured 20070719
4 Exporting EV_END Call by reference Type reference (TYPE) ABAP_BOOL 20070719
5 Exporting EV_FRAME_DYNR Call by reference Type reference (TYPE) BDC_DYNR BDC Screen number 20070719
6 Exporting EV_FRAME_PROG Call by reference Type reference (TYPE) BDC_PROG BDC module pool 20070719
7 Importing IT_VALUES Call by reference Type reference (TYPE) CL_WDK_BDC_ACTION=>TT_SCREENVALUE 20070322
8 Importing IV_OKCODE Call by reference Type reference (TYPE) CL_WDK_BDC_ACTION=>TS_STEP-OKCODE 20070322
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER Error in controller 20070322

Method CREATE_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_REQUEST Call by reference Type reference (TYPE) SRCT_REQUEST SRCT_REQUEST 20070322
2 Importing IT_VALUES Call by reference Type reference (TYPE) CL_WDK_BDC_ACTION=>TT_SCREENVALUE 20070322
3 Importing 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 Changing CT_VALUES Call by reference Type reference (TYPE) CL_WDK_BDC_ACTION=>TT_SCREENVALUE 20070322
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) WDKMSG_TTY Messages from Call Transaction 20070322
3 Importing IR_ACTION Call by reference Object reference (TYPE REF TO) CL_WDK_BDC_ACTION Action 20070322
4 Importing IV_IS_TOP Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20070322
5 Importing IV_SYNCHRONIZE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070719
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER Error in controller 20070322

Method PERFORM_SINGLE_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGES Call by reference Type reference (TYPE) WDKMSG_TTY Messages from Call Transaction 20070330
2 Changing CT_VALUES Call by reference Type reference (TYPE) CL_WDK_BDC_ACTION=>TT_SCREENVALUE 20070322
3 Exporting EV_BROWSE_COMPL Call by reference Type reference (TYPE) ABAP_BOOL 20070719
4 Importing IS_STEP Call by reference Type reference (TYPE) CL_WDK_BDC_ACTION=>TS_STEP 20070322
5 Importing IV_FINAL_OKCODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070322
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER Error in controller 20070322

Method QUEUE_ABORT 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) CL_WDK_BDC_ACTION=>TS_STEP-DYNPROS Expected dynpros 20070719
2 Importing IV_DYNR Call by reference Type reference (TYPE) BDC_DYNR BDC Screen number 20070719
3 Importing IV_PROG Call by reference Type reference (TYPE) BDC_PROG BDC module pool 20070719
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER Error in controller 20070719

Method RESTART_TRC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SYNCHRONIZE Call by reference Type reference (TYPE) ABAP_BOOL 20070719
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER Error in controller 20070322

Method START_TRC 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) CL_WDK_BDC_ACTION=>TS_STEP 20070330
2 Returning RESULT Value transfer Type reference (TYPE) WDKMSG_TTY Messages from Call Transaction 20070330
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER Error in controller 20070330

Method TRANSLATE_ABAPMEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ABAPMEM_TRC Call by reference Type reference (TYPE) SRCT_ABAP_MEMORY_CLUSTERS SRCT: Table of ABAP Memory Clusters 20070719
2 Importing 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