Class Method list used by SAP ABAP Class CL_WDK_BDC_CONTROLLER (Backend Controller)
SAP ABAP Class CL_WDK_BDC_CONTROLLER (Backend Controller) is using
# Object Type Object Name Object Description Note
     
1 Class Method  CL_IXML - CREATE Access Class to iXML Library
2 Class Method  CL_WDK_BDC_ACTION - CREATE Action
3 Class Method  CL_WDK_BDC_CHANGELOG - CHANGE_CATEGORY Action
4 Class Method  CL_WDK_BDC_CHANGELOG - CREATE Action
5 Class Method  CL_WDK_BDC_CONTROLLER - CONSTRUCTOR Backend Controller
6 Class Method  CL_WDK_BDC_CONTROLLER - GET_SYSTEMID Backend Controller SOURCE ls_xml_controller-systemid = get_systemid( ).
7 Class Method  CL_WDK_BDC_CONTROLLER - GET_SYSTEMID Backend Controller SOURCE ELSEIF ls_xml_controller-systemid <> get_systemid( ).
8 Class Method  CL_WDK_BDC_CONTROLLER - MAINTAIN_SAPMEMPARAMS Backend Controller SOURCE lt_sgparameter = maintain_sapmemparams( it_sgparameter ).
9 Class Method  CL_WDK_BDC_CONTROLLER - PREPARE_ACTION_STACK Backend Controller SOURCE prepare_action_stack(
10 Class Method  CL_WDK_BDC_CONTROLLER - PREPARE_ACTION_STACK Backend Controller SOURCE iv_action = iv_action
11 Class Method  CL_WDK_BDC_CONTROLLER - PREPARE_ACTION_STACK Backend Controller SOURCE iv_source_state = iv_source_state ).
12 Class Method  CL_WDK_BDC_CONTROLLER - REDO Backend Controller SOURCE redo(
13 Class Method  CL_WDK_BDC_CONTROLLER - REDO Backend Controller SOURCE iv_steps = iv_steps
14 Class Method  CL_WDK_BDC_CONTROLLER - REDO Backend Controller SOURCE iv_increase_steps = abap_true
15 Class Method  CL_WDK_BDC_CONTROLLER - REDO Backend Controller SOURCE ).
16 Class Method  CL_WDK_BDC_CONTROLLER - REDO Backend Controller SOURCE redo( lv_steps ).
17 Class Method  CL_WDK_BDC_CONTROLLER - SERIALIZE Backend Controller SOURCE CALL METHOD SERIALIZE
18 Class Method  CL_WDK_BDC_CONTROLLER - SERIALIZE Backend Controller SOURCE EXPORTING
19 Class Method  CL_WDK_BDC_CONTROLLER - SERIALIZE Backend Controller SOURCE ir_top_element = ir_top_element
20 Class Method  CL_WDK_BDC_CONTROLLER - SERIALIZE Backend Controller SOURCE CHANGING
21 Class Method  CL_WDK_BDC_CONTROLLER - SERIALIZE Backend Controller SOURCE cr_document = cr_document.
22 Class Method  CL_WDK_BDC_CONTROLLER - TOP_LAST_ACTION Backend Controller
23 Class Method  CL_WDK_BDC_CONTROLLER - TOP_LAST_ACTION Backend Controller
24 Class Method  CL_WDK_BDC_CONTROLLER - UNDO Backend Controller SOURCE UNDO(
25 Class Method  CL_WDK_BDC_CONTROLLER - UNDO Backend Controller SOURCE iv_steps = iv_steps
26 Class Method  CL_WDK_BDC_CONTROLLER - UNDO Backend Controller SOURCE iv_decrease_steps = abap_true
27 Class Method  CL_WDK_BDC_CONTROLLER - UNDO Backend Controller SOURCE ).
28 Class Method  CL_WDK_BDC_CONTROLLER - UNDO Backend Controller SOURCE UNDO( iv_steps = lv_steps ).
29 Class Method  CL_WDK_BDC_CONTROLLER - UNDO Backend Controller SOURCE UNDO( iv_steps = lv_index ).
30 Class Method  CL_WDK_BDC_STACK - DESERIALIZE Navigation Stack of the Backend Controller
31 Class Method  CL_WDK_BDC_STACK_CTU - CONSTRUCTOR Navigation Stack of the Backend Controller
32 Class Method  CL_WDK_BDC_STACK_TRC_BI - CONSTRUCTOR Navigation Stack of the Backend Controller
33 Class Method  CL_WDK_BDC_STACK_TRC_UI - CONSTRUCTOR Navigation Stack of the Backend Controller
34 Class Method  CL_WDK_CONTEXT_FACTORY - GET_MANAGER Factory for context manager
35 Class Method  CL_WDK_CONTROLLER_FACTORY - CREATE_ENQ_CONTROLLER Factory for generic controller
36 Class Method  CL_WDK_DB_ACCESSOR - GET_ACTION Access to WDK tables
37 Class Method  CL_WDK_DB_ACCESSOR - GET_ACTIONTYPE Access to WDK tables
38 Class Method  CL_WDK_DB_ACCESSOR - GET_CUSTMEMORYID Access to WDK tables
39 Class Method  CL_WDK_DB_ACCESSOR - GET_CUSTSGPARAM Access to WDK tables
40 Class Method  CL_WDK_DB_ACCESSOR - GET_DETAILS Access to WDK tables
41 Class Method  CL_WDK_DB_ACCESSOR - GET_DYNPROS Access to WDK tables
42 Class Method  CL_WDK_DB_ACCESSOR - GET_DYNPROS Access to WDK tables
43 Class Method  CL_WDK_DB_ACCESSOR - GET_FIELDS Access to WDK tables
44 Class Method  CL_WDK_DB_ACCESSOR - GET_INSTANCE Access to WDK tables
45 Class Method  CL_WDK_DB_ACCESSOR - GET_INSTANCE Access to WDK tables
46 Class Method  CL_WDK_DB_ACCESSOR - GET_STATE_INFO Access to WDK tables
47 Class Method  CL_WDK_DB_ACCESSOR - GET_STATE_INFO Access to WDK tables
48 Class Method  CL_WDK_DB_ACCESSOR - GET_STATFIELDS Access to WDK tables
49 Class Method  CL_WDK_DB_ACCESSOR - GET_STATSGPARAM Access to WDK tables
50 Class Method  CL_WDK_DB_ACCESSOR - SET_COMPONENT Access to WDK tables
51 Class Method  CL_WDK_DB_ACCESSOR - SET_COMPONENT Access to WDK tables
52 Class Method  CL_WDK_NODE_VALUES - RESTORE_VALUES Helperclass for storing Node values
53 Class Method  CL_WDK_NODE_VALUES - STORE_VALUES Helperclass for storing Node values
54 Class Method  CL_WDK_SERIALIZE_TOOL - CONSTRUCTOR Tool for serializing stuff
55 Class Method  CL_WDK_SERIALIZE_TOOL - DELETE Tool for serializing stuff
56 Class Method  IF_IXML - CREATE_DOCUMENT Interface of Factory Object
57 Class Method  IF_IXML_DOCUMENT - APPEND_CHILD XML Document in DOM Representation
58 Class Method  IF_IXML_DOCUMENT - CREATE_ELEMENT XML Document in DOM Representation
59 Class Method  IF_IXML_DOCUMENT - CREATE_ELEMENT XML Document in DOM Representation
60 Class Method  IF_IXML_DOCUMENT - FIND_FROM_NAME XML Document in DOM Representation
61 Class Method  IF_IXML_DOCUMENT - LINEARIZE XML Document in DOM Representation
62 Class Method  IF_IXML_ELEMENT - APPEND_CHILD Element of an XML Document
63 Class Method  IF_IXML_ELEMENT - FIND_FROM_NAME Element of an XML Document
64 Class Method  IF_IXML_ELEMENT - GET_PARENT Element of an XML Document
65 Class Method  IF_IXML_ELEMENT - SET_ATTRIBUTE Element of an XML Document
66 Class Method  IF_IXML_NODE - APPEND_CHILD Node of DOM
67 Class Method  IF_IXML_NODE - APPEND_CHILD Node of DOM
68 Class Method  IF_IXML_NODE - GET_PARENT Node of DOM
69 Class Method  IF_WDK_ACTION_ITERATOR - GET Iterator for collection of undoable actions
70 Class Method  IF_WDK_ACTION_ITERATOR - LAST Iterator for collection of undoable actions
71 Class Method  IF_WDK_ACTION_ITERATOR - PREVIOUS Iterator for collection of undoable actions
72 Class Method  IF_WDK_ACTION_ITERATOR - TOP_LAST Iterator for collection of undoable actions
73 Class Method  IF_WDK_ACTION_STACK - COUNT Stack of undoable actions
74 Class Method  IF_WDK_ACTION_STACK - IS_EMPTY Stack of undoable actions
75 Class Method  IF_WDK_ACTION_STACK - POP Stack of undoable actions
76 Class Method  IF_WDK_ACTION_STACK - POP Stack of undoable actions
77 Class Method  IF_WDK_ACTION_STACK - POP Stack of undoable actions
78 Class Method  IF_WDK_ACTION_STACK - POP Stack of undoable actions
79 Class Method  IF_WDK_ACTION_STACK - PUSH Stack of undoable actions
80 Class Method  IF_WDK_ACTION_STACK - PUSH Stack of undoable actions
81 Class Method  IF_WDK_ACTION_STACK - PUSH Stack of undoable actions
82 Class Method  IF_WDK_ACTION_STACK - PUSH Stack of undoable actions
83 Class Method  IF_WDK_ACTION_STACK - TOP Stack of undoable actions
84 Class Method  IF_WDK_ACTION_STACK - TOP Stack of undoable actions
85 Class Method  IF_WDK_ACTION_STACK - TOP Stack of undoable actions
86 Class Method  IF_WDK_ACTION_STACK - TOP Stack of undoable actions
87 Class Method  IF_WDK_BE_CONTROLLER - ATTACH_CONTROLLER Backend controller interface
88 Class Method  IF_WDK_BE_CONTROLLER - EXECUTE_ACTION Backend controller interface
89 Class Method  IF_WDK_BE_CONTROLLER - EXECUTE_ACTION Backend controller interface
90 Class Method  IF_WDK_BE_CONTROLLER - FINISH Backend controller interface
91 Class Method  IF_WDK_BE_CONTROLLER - FINISH Backend controller interface
92 Class Method  IF_WDK_BE_CONTROLLER - GET_SERIALIZABLE Backend controller interface
93 Class Method  IF_WDK_BE_CONTROLLER - REQUEST_MEMORY_IMPORT Backend controller interface
94 Class Method  IF_WDK_BE_CONTROLLER - START Backend controller interface
95 Class Method  IF_WDK_BE_CONTROLLER - START_OVER Backend controller interface
96 Class Method  IF_WDK_BE_CONTROLLER - TOP_LAST_ACTION Backend controller interface
97 Class Method  IF_WDK_CONSISTENCY - CHECK Check data
98 Class Method  IF_WDK_CONSISTENCY - CLEAR Check data
99 Class Method  IF_WDK_CONSISTENCY - CLEAR Check data
100 Class Method  IF_WDK_CONSISTENCY_MANAGER - CHECK Check data
101 Class Method  IF_WDK_CONSISTENCY_MANAGER - CLEAR Check data
102 Class Method  IF_WDK_CONSISTENCY_MANAGER - SET_ENABLE Check data
103 Class Method  IF_WDK_CONTEXT_MANAGER - CHECK_MANDATORY Handler for WD Context of WDK applications
104 Class Method  IF_WDK_CONTEXT_MANAGER - GET_CONTEXT Handler for WD Context of WDK applications
105 Class Method  IF_WDK_CONTEXT_MANAGER - GET_CONTEXT Handler for WD Context of WDK applications
106 Class Method  IF_WDK_CONTEXT_MANAGER - GET_CONTEXT Handler for WD Context of WDK applications
107 Class Method  IF_WDK_CONTEXT_MANAGER - GET_CONTEXT Handler for WD Context of WDK applications
108 Class Method  IF_WDK_CONTEXT_MANAGER - PREPARE_CONVERSION Handler for WD Context of WDK applications
109 Class Method  IF_WDK_CONTEXT_MANAGER - PROTECT_FIELD Handler for WD Context of WDK applications
110 Class Method  IF_WDK_CONTEXT_MANAGER - START Handler for WD Context of WDK applications
111 Class Method  IF_WDK_CONTEXT_MANAGER - START Handler for WD Context of WDK applications
112 Class Method  IF_WDK_CONTEXT_MANAGER - START Handler for WD Context of WDK applications
113 Class Method  IF_WDK_CONTEXT_MANAGER - UPDATE_CONTEXT Handler for WD Context of WDK applications
114 Class Method  IF_WDK_ENQ_CONTROLLER - ADD_ENQUEUES Enqueue controller interface
115 Class Method  IF_WDK_ENQ_CONTROLLER - CHECK_ENQUEUE_LOSS Enqueue controller interface
116 Class Method  IF_WDK_ENQ_CONTROLLER - DEQUEUE_ALL Enqueue controller interface
117 Class Method  IF_WDK_ENQ_CONTROLLER - DEQUEUE_ALL Enqueue controller interface
118 Class Method  IF_WDK_ENQ_CONTROLLER - DEQUEUE_ALL Enqueue controller interface
119 Class Method  IF_WDK_ENQ_CONTROLLER - EXECUTE_ACTION_SAVE Enqueue controller interface
120 Class Method  IF_WDK_ENQ_CONTROLLER - ROLLBACK_ACTION_SAVE Enqueue controller interface
121 Class Method  IF_WDK_EXECUTION_STACK - EXECUTE_ACTION Backend execution stack
122 Class Method  IF_WDK_EXECUTION_STACK - FINISH Backend execution stack
123 Class Method  IF_WDK_EXECUTION_STACK - FINISH_ACTION Backend execution stack
124 Class Method  IF_WDK_EXECUTION_STACK - GET_DYNPRO_CONTEXT Backend execution stack
125 Class Method  IF_WDK_EXECUTION_STACK - GET_ENQUEUES Backend execution stack
126 Class Method  IF_WDK_EXECUTION_STACK - GET_MESSAGES Backend execution stack
127 Class Method  IF_WDK_EXECUTION_STACK - REDO_TOP_CHANGELOG Backend execution stack
128 Class Method  IF_WDK_EXECUTION_STACK - REQUEST_MEMORY_IMPORT Backend execution stack
129 Class Method  IF_WDK_EXECUTION_STACK - ROLLBACK_ACTION Backend execution stack
130 Class Method  IF_WDK_EXECUTION_STACK - SERIALIZE Backend execution stack
131 Class Method  IF_WDK_EXECUTION_STACK - START Backend execution stack
132 Class Method  IF_WDK_EXECUTION_STACK - START_OVER Backend execution stack
133 Class Method  IF_WDK_FP_CONTROLLER - GET_MESSAGES Floorplan controller interface
134 Class Method  IF_WDK_FP_CONTROLLER - SYNCHRONIZE Floorplan controller interface
135 Class Method  IF_WDK_FP_CONTROLLER - SYNCHRONIZE Floorplan controller interface
136 Class Method  IF_WDK_SERIALIZABLE - DESERIALIZE XML Serialization
137 Class Method  IF_WDK_SERIALIZABLE - DESERIALIZE XML Serialization
138 Class Method  IF_WDK_SERIALIZABLE - SERIALIZE XML Serialization
139 Class Method  IF_WDK_SERIALIZABLE - SERIALIZE XML Serialization
140 Class Method  IF_WDK_SERIALIZABLE - SERIALIZE XML Serialization
141 Class Method  IF_WDK_SERIALIZATION - CAN_DESERIALIZE XML Serialization
142 Class Method  IF_WDK_SERIALIZATION - CAN_SERIALIZE XML Serialization
143 Class Method  IF_WDK_SERIALIZATION - DESERIALIZE XML Serialization
144 Class Method  IF_WDK_SERIALIZATION - SERIALIZE XML Serialization
145 Class Method  IF_WDK_SERIALIZATION - SET_COMMENT XML Serialization
146 Class Method  IF_WDK_UNDOABLE_ACTION - CREATE Undoable action
147 Class Method  IF_WDK_UNDOABLE_ACTION - CREATE Undoable action
148 Class Method  IF_WDK_UNDOABLE_ACTION - CREATE Undoable action
149 Class Method  IF_WDK_UNDOABLE_ACTION - CREATE Undoable action
150 Class Method  IF_WDK_UNDOABLE_ACTION - IS_EMPTY Undoable action
151 Class Method  IF_WDK_UNDOABLE_ACTION - IS_EMPTY Undoable action
152 Class Method  IF_WDK_UNDOABLE_ACTION - IS_EQUAL Undoable action
153 Class Method  IF_WDK_UNDOABLE_ACTION - IS_EQUAL Undoable action
154 Class Method  IF_WDK_UNDOABLE_ACTION - REDO Undoable action
155 Class Method  IF_WDK_UNDOABLE_ACTION - REDO Undoable action
156 Class Method  IF_WDK_UNDOABLE_ACTION - REDO Undoable action
157 Class Method  IF_WDK_UNDOABLE_ACTION - UNDO Undoable action
158 Class Method  IF_WDK_UNDOABLE_STACK - CAN_REDO Undoable Stack
159 Class Method  IF_WDK_UNDOABLE_STACK - CAN_REDO Undoable Stack
160 Class Method  IF_WDK_UNDOABLE_STACK - CAN_UNDO Undoable Stack
161 Class Method  IF_WDK_UNDOABLE_STACK - CLEAR_REDO Undoable Stack
162 Class Method  IF_WDK_UNDOABLE_STACK - CLEAR_REDO Undoable Stack
163 Class Method  IF_WDK_UNDOABLE_STACK - CLEAR_REDO Undoable Stack
164 Class Method  IF_WDK_UNDOABLE_STACK - GET_STACK Undoable Stack
165 Class Method  IF_WDK_UNDOABLE_STACK - GET_STACK Undoable Stack
166 Class Method  IF_WDK_UNDOABLE_STACK - GET_STACK Undoable Stack
167 Class Method  IF_WDK_UNDOABLE_STACK - REDO Undoable Stack
168 Class Method  IF_WDK_UNDOABLE_STACK - UNDO Undoable Stack
169 Class Method  IF_WDK_UNDO_MANAGER - CAN_REDO Undo / Redo
170 Class Method  IF_WDK_UNDO_MANAGER - CAN_UNDO Undo / Redo
171 Class Method  IF_WDK_UNDO_MANAGER - CAN_UNDO Undo / Redo
172 Class Method  IF_WDK_UNDO_MANAGER - CLEAR_REDO_STACK Undo / Redo
173 Class Method  IF_WDK_UNDO_MANAGER - CLEAR_REDO_STACK Undo / Redo
174 Class Method  IF_WDK_UNDO_MANAGER - GET_STACKS Undo / Redo
175 Class Method  IF_WDK_UNDO_MANAGER - REDO Undo / Redo
176 Class Method  IF_WDK_UNDO_MANAGER - REDO_ACTION Undo / Redo
177 Class Method  IF_WDK_UNDO_MANAGER - UNDO Undo / Redo
178 Class Method  IF_WDK_UNDO_MANAGER - UNDO_ACTION Undo / Redo
179 Class Method  IF_WDK_UNDO_MANAGER - UNDO_TO_STATE Undo / Redo
180 Class Method  IF_WD_COMPONENT - GET_COMPONENT_INFO Web Dynpro: Component
181 Class Method  IF_WD_COMPONENT - GET_PORTAL_MANAGER Web Dynpro: Component
182 Class Method  IF_WD_CONTEXT - RESET_CONTEXT_CHANGE_LOG Web Dynpro Context
183 Class Method  IF_WD_CONTEXT_NODE - INVALIDATE Web Dynpro: Interface for Context Nodes
184 Class Method  IF_WD_CONTROLLER - GET_COMPONENT Web Dynpro: Controller Interface
185 Class Method  IF_WD_CONTROLLER - GET_COMPONENT Web Dynpro: Controller Interface
186 Class Method  IF_WD_PORTAL_INTEGRATION - SET_APPLICATION_DIRTY_FLAG Web Dynpro: Portal Integration
187 Class Method  IF_WD_PORTAL_INTEGRATION - SET_WORK_PROTECT_MODE Web Dynpro: Portal Integration
188 Class Method  IF_WD_RR_COMPONENT - GET_NAME Runtime Repository API: Component