Class Method list used by SAP ABAP Class CL_ST05_TRACE_FUNCTIONS (ST05 Trace Functions)
SAP ABAP Class CL_ST05_TRACE_FUNCTIONS (ST05 Trace Functions) is using
# Object Type Object Name Object Description Note
     
1 Class Method  CL_ABAP_SYST - GET_INSTANCE_NAME Safe Determination of SYST Values
2 Class Method  CL_ABAP_TABLEDESCR - GET_TABLE_LINE_TYPE Runtime Type Services
3 Class Method  CL_ABAP_TSTMP - SUBTRACT Arithmetic and Conversion for Time Stamps
4 Class Method  CL_ABAP_TYPEDESCR - DESCRIBE_BY_DATA Runtime Type Services
5 Class Method  CL_GUI_FRONTEND_SERVICES - FILE_SAVE_DIALOG Frontend Services
6 Class Method  CL_GUI_FRONTEND_SERVICES - GUI_DOWNLOAD Frontend Services
7 Class Method  CL_PTC_C - GET_CONTROLLER Controller Class for Performance Tools
8 Class Method  CL_PTC_C - GET_VIEW Controller Class for Performance Tools
9 Class Method  CL_PTC_C_ALV_POPUP - RUN Controller Class for ALV Grids in Dialog Box
10 Class Method  CL_PTC_M - FREE_MODEL Model Class for Performance Tools
11 Class Method  CL_PTC_M - GET_MODEL Model Class for Performance Tools
12 Class Method  CL_PTC_M - GET_MODEL Model Class for Performance Tools
13 Class Method  CL_PTC_MVC - CREATE Driver Class for MVC Design Pattern for Performance Tools
14 Class Method  CL_PTC_MVC - GET_CONTROLLER Driver Class for MVC Design Pattern for Performance Tools
15 Class Method  CL_PTC_V_SCREEN - RAISE_USER_COMMAND View Class for Screens for Performance Tools
16 Class Method  CL_ST05_ABAP_CALL_STACK_M - SET_DETAILED_RECORD ST05 ABAP Call Stack Model Class
17 Class Method  CL_ST05_ABAP_CALL_STACK_M - SET_KERNEL_CALL_STACK ST05 ABAP Call Stack Model Class
18 Class Method  CL_ST05_DDIC_INFO_M - GET_DDIC_PROPERTIES_OF_TABLE ST05 DDIC Info Model Class
19 Class Method  CL_ST05_DDIC_INFO_V - SET_SCREEN_FIELDS ST05 DDIC Info View Class
20 Class Method  CL_ST05_TRACE_DISPLAY_M - GET_DETAILED_RECORD_TABLE ST05 Trace Display Model Class
21 Class Method  CL_ST05_TRACE_DISPLAY_M - GET_FILTER ST05 Trace Display Model Class
22 Class Method  CL_ST05_TRACE_DISPLAY_M - GET_MAIN_RECORD_TABLE ST05 Trace Display Model Class
23 Class Method  CL_ST05_TRACE_DISPLAY_M - GET_MAIN_RECORD_TABLE ST05 Trace Display Model Class
24 Class Method  CL_ST05_TRACE_DISPLAY_M - GET_STRUCTURE_ID_RECORD_TABLE ST05 Trace Display Model Class
25 Class Method  CL_ST05_TRACE_DISPLAY_M - GET_STRUCTURE_ID_RECORD_TABLE ST05 Trace Display Model Class
26 Class Method  CL_ST05_TRACE_DISPLAY_M - GET_TABLES ST05 Trace Display Model Class
27 Class Method  CL_ST05_TRACE_DISPLAY_M - GET_TABLE_ACCESS_RECORD_TABLE ST05 Trace Display Model Class
28 Class Method  CL_ST05_TRACE_DISPLAY_M - GET_VALUE_ID_RECORD_TABLE ST05 Trace Display Model Class
29 Class Method  CL_ST05_TRACE_DISPLAY_M - GET_VALUE_ID_RECORD_TABLE ST05 Trace Display Model Class
30 Class Method  CL_ST05_TRACE_DISPLAY_M - SET_FILTER ST05 Trace Display Model Class
31 Class Method  CL_ST05_TRACE_DISPLAY_M - SET_RECORD_PROCESSORS ST05 Trace Display Model Class
32 Class Method  CL_ST05_TRACE_FILTER_M - CHECK_TRACE_PERIOD ST05 Trace Filter Model Class
33 Class Method  CL_ST05_TRACE_FILTER_M - GET_TRACE_PERIOD ST05 Trace Filter Model Class
34 Class Method  CL_ST05_TRACE_FILTER_M - SET_GUID ST05 Trace Filter Model Class
35 Class Method  CL_ST05_TRACE_FILTER_M - SET_MAX_RECORDS ST05 Trace Filter Model Class
36 Class Method  CL_ST05_TRACE_FILTER_M - SET_TRACE_PERIOD ST05 Trace Filter Model Class
37 Class Method  CL_ST05_TRACE_FILTER_M - SET_TRACE_TYPES ST05 Trace Filter Model Class
38 Class Method  CL_ST05_TRACE_FUNCTIONS - DISPLAY_EXEC_PLAN_PRIMARY ST05 Trace Functions SOURCE Display_Exec_Plan_Primary( detailed_record ).
39 Class Method  CL_ST05_TRACE_FUNCTIONS - DISPLAY_EXEC_PLAN_SECONDARY ST05 Trace Functions SOURCE Display_Exec_Plan_Secondary( detailed_record ).
40 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions / executions * 100
41 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions
42 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
43 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration
44 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration / duration * 100
45 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows ).
46 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = text-O30 " 'SQL (DB accesses)'
47 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = number_of_rows ).
48 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = 100
49 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = duration
50 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = 100
51 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = executions
52 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'Total' "#EC NOTEXT
53 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'SELECT' "#EC NOTEXT
54 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 06
55 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_SELECT
56 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_SELECT / executions * 100
57 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_SELECT
58 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_SELECT / duration * 100
59 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_SELECT ).
60 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'INSERT' "#EC NOTEXT
61 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 06
62 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_INSERT
63 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_INSERT / executions * 100
64 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_INSERT
65 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_INSERT / duration * 100
66 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_INSERT ).
67 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'DELETE' "#EC NOTEXT
68 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 06
69 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_DELETE
70 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_DELETE / executions * 100
71 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_DELETE
72 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_DELETE / duration * 100
73 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_DELETE ).
74 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'UPDATE' "#EC NOTEXT
75 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 06
76 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_UPDATE
77 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_UPDATE / executions * 100
78 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_UPDATE
79 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_UPDATE / duration * 100
80 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_UPDATE ).
81 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'COMMIT' "#EC NOTEXT
82 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 06
83 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_COMMIT
84 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_COMMIT / executions * 100
85 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_COMMIT
86 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_COMMIT / duration * 100
87 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_COMMIT ).
88 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'ROLLBACK' "#EC NOTEXT
89 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 06
90 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_ROLLBACK
91 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_ROLLBACK / executions * 100
92 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_ROLLBACK
93 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_ROLLBACK / duration * 100
94 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_ROLLBACK ).
95 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'CONNECT' "#EC NOTEXT
96 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 06
97 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_CONNECT
98 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_CONNECT / executions * 100
99 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_CONNECT
100 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_CONNECT / duration * 100
101 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_CONNECT ).
102 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'DISCONNECT' "#EC NOTEXT
103 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 06
104 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_DISCONNECT
105 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_DISCONNECT / executions * 100
106 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_DISCONNECT
107 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_DISCONNECT / duration * 100
108 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_DISCONNECT ).
109 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = text-O29 " 'Other'
110 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 06
111 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_OTHER
112 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_OTHER / executions * 100
113 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_OTHER
114 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_OTHER / duration * 100
115 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_OTHER ).
116 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = text-O40 " 'Buffer'
117 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
118 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = BUF_executions
119 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = BUF_executions / executions * 100
120 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = BUF_duration
121 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = BUF_duration / duration * 100
122 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = BUF_number_of_rows ).
123 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = text-O41 " 'Partial Table Buffer'
124 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 06
125 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = BUF_executions_SINGLE
126 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = BUF_executions_SINGLE / executions * 100
127 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = BUF_duration_SINGLE
128 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = BUF_duration_SINGLE / duration * 100
129 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = BUF_number_of_rows_SINGLE ).
130 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = text-O42 " 'Resident Table Buffer'
131 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 06
132 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = BUF_executions_GEN_FULL
133 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = BUF_executions_GEN_FULL / executions * 100
134 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = BUF_duration_GEN_FULL
135 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = BUF_duration_GEN_FULL / duration * 100
136 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = BUF_number_of_rows_GEN_FULL ).
137 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = text-O43 " 'OTR Buffer'
138 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 06
139 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = BUF_executions_OTR
140 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = BUF_executions_OTR / executions * 100
141 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = BUF_duration_OTR
142 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = BUF_duration_OTR / duration * 100
143 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = BUF_number_of_rows_OTR ).
144 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = text-O44 " 'CUA Buffer'
145 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 06
146 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = BUF_executions_CUA
147 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = BUF_executions_CUA / executions * 100
148 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = BUF_duration_CUA
149 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = BUF_duration_CUA / duration * 100
150 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = BUF_number_of_rows_CUA ).
151 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = text-O45 " 'Shared Memory'
152 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 06
153 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = BUF_executions_SHMEM
154 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = BUF_executions_SHMEM / executions * 100
155 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = BUF_duration_SHMEM
156 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = BUF_duration_SHMEM / duration * 100
157 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = BUF_number_of_rows_SHMEM ).
158 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = text-O46 " 'Shared Buffer'
159 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 06
160 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = BUF_executions_SHBUF
161 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = BUF_executions_SHBUF / executions * 100
162 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = BUF_duration_SHBUF
163 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = BUF_duration_SHBUF / duration * 100
164 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = BUF_number_of_rows_SHBUF ).
165 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = text-O29 " 'Other'
166 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 06
167 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = BUF_executions_OTHER
168 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = BUF_executions_OTHER / executions * 100
169 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = BUF_duration_OTHER
170 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = BUF_duration_OTHER / duration * 100
171 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = BUF_number_of_rows_OTHER ).
172 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'RFC' "#EC NOTEXT
173 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
174 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = RFC_executions
175 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = RFC_executions / executions * 100
176 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = RFC_duration
177 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = RFC_duration / duration * 100 ).
178 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'Client' "#EC NOTEXT
179 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 06
180 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = RFC_executions_CLIENT
181 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = RFC_executions_CLIENT / executions * 100
182 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = RFC_duration_CLIENT
183 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = RFC_duration_CLIENT / duration * 100 ).
184 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'Server' "#EC NOTEXT
185 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 06
186 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = RFC_executions_SERVER
187 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = RFC_executions_SERVER / executions * 100
188 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = RFC_duration_SERVER
189 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = RFC_duration_SERVER / duration * 100 ).
190 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = text-O29 " 'Other'
191 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 06
192 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = RFC_executions_OTHER
193 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = RFC_executions_OTHER / executions * 100
194 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = RFC_duration_OTHER
195 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = RFC_duration_OTHER / duration * 100 ).
196 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'HTTP' "#EC NOTEXT
197 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
198 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = HTTP_executions
199 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = HTTP_executions / executions * 100
200 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = HTTP_duration
201 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = HTTP_duration / duration * 100 ).
202 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'Client' "#EC NOTEXT
203 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 06
204 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = HTTP_executions_CLIENT
205 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = HTTP_executions_CLIENT / executions * 100
206 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = HTTP_duration_CLIENT
207 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = HTTP_duration_CLIENT / duration * 100 ).
208 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'Server' "#EC NOTEXT
209 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 06
210 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = HTTP_executions_SERVER
211 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = HTTP_executions_SERVER / executions * 100
212 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = HTTP_duration_SERVER
213 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = HTTP_duration_SERVER / duration * 100 ).
214 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = text-O29 " 'Other'
215 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 06
216 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = HTTP_executions_OTHER
217 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = HTTP_executions_OTHER / executions * 100
218 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = HTTP_duration_OTHER
219 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = HTTP_duration_OTHER / duration * 100 ).
220 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'ENQ'
221 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
222 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = ENQ_executions
223 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = ENQ_executions / executions * 100
224 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = ENQ_duration
225 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = ENQ_duration / duration * 100
226 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = ENQ_number_of_rows ).
227 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'Enqueue' "#EC NOTEXT
228 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 06
229 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = ENQ_executions_ENQUEUE
230 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = ENQ_executions_ENQUEUE / executions * 100
231 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = ENQ_duration_ENQUEUE
232 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = ENQ_duration_ENQUEUE / duration * 100
233 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = ENQ_number_of_rows_ENQUEUE ).
234 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'Dequeue' "#EC NOTEXT
235 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 06
236 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = ENQ_executions_DEQUEUE
237 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = ENQ_executions_DEQUEUE / executions * 100
238 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = ENQ_duration_DEQUEUE
239 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = ENQ_duration_DEQUEUE / duration * 100
240 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = ENQ_number_of_rows_DEQUEUE ).
241 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'Dequeue All' "#EC NOTEXT
242 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 06
243 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = ENQ_executions_DEQ_ALL
244 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = ENQ_executions_DEQ_ALL / executions * 100
245 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = ENQ_duration_DEQ_ALL
246 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = ENQ_duration_DEQ_ALL / duration * 100
247 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = ENQ_number_of_rows_DEQ_ALL ).
248 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = text-O29 " 'Other'
249 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 06
250 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = ENQ_executions_OTHER
251 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = ENQ_executions_OTHER / executions * 100
252 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = ENQ_duration_OTHER
253 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = ENQ_duration_OTHER / duration * 100
254 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = ENQ_number_of_rows_OTHER ).
255 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'Total' "#EC NOTEXT
256 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_BUF
257 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_BUF / SQL_executions * 100
258 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_BUF
259 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_BUF / SQL_duration * 100
260 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_BUF ).
261 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'SNG'
262 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
263 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_BUF_SNG
264 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_BUF_SNG / SQL_executions * 100
265 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_BUF_SNG
266 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_BUF_SNG / SQL_duration * 100
267 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_BUF_SNG ).
268 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'GEN'
269 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
270 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_BUF_GEN
271 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_BUF_GEN / SQL_executions * 100
272 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_BUF_GEN
273 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_BUF_GEN / SQL_duration * 100
274 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_BUF_GEN ).
275 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'FUL'
276 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
277 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_BUF_FUL
278 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_BUF_FUL / SQL_executions * 100
279 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_BUF_FUL
280 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_BUF_FUL / SQL_duration * 100
281 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_BUF_FUL ).
282 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'DDIC'
283 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
284 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_BUF_DDIC
285 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_BUF_DDIC / SQL_executions * 100
286 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_BUF_DDIC
287 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_BUF_DDIC / SQL_duration * 100
288 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_BUF_DDIC ).
289 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'MULTI'
290 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
291 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_BUF_MULTI
292 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_BUF_MULTI / SQL_executions * 100
293 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_BUF_MULTI
294 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_BUF_MULTI / SQL_duration * 100
295 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_BUF_MULTI ).
296 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'Total' "#EC NOTEXT
297 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_BUF_DE
298 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_BUF_DE / SQL_executions * 100
299 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_BUF_DE
300 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_BUF_DE / SQL_duration * 100
301 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_BUF_DE ).
302 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'CUST'
303 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
304 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_BUF_CUST
305 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_BUF_CUST / SQL_executions * 100
306 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_BUF_CUST
307 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_BUF_CUST / SQL_duration * 100
308 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_BUF_CUST ).
309 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'DEACT'
310 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
311 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_BUF_DEACT
312 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_BUF_DEACT / SQL_executions * 100
313 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_BUF_DEACT
314 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_BUF_DEACT / SQL_duration * 100
315 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_BUF_DEACT ).
316 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'DESNG'
317 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
318 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_BUF_DESNG
319 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_BUF_DESNG / SQL_executions * 100
320 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_BUF_DESNG
321 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_BUF_DESNG / SQL_duration * 100
322 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_BUF_DESNG ).
323 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'DEGEN'
324 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
325 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'Total' "#EC NOTEXT
326 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_BUF_DEFUL ).
327 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_BUF_DEFUL / SQL_duration * 100
328 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_BUF_DEFUL
329 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_BUF_DEFUL / SQL_executions * 100
330 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_BUF_DEFUL
331 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
332 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_BUF_DEGEN
333 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_BUF_DEGEN / SQL_executions * 100
334 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_BUF_DEGEN
335 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'DEFUL'
336 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_BUF_DEGEN ).
337 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_BUF_DEGEN / SQL_duration * 100
338 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_id
339 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_id / SQL_executions * 100
340 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_id
341 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_id / SQL_duration * 100
342 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_id ).
343 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'SELECT' "#EC NOTEXT
344 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
345 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_SELECT_id
346 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_SELECT_id / SQL_executions * 100
347 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_SELECT_id
348 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_SELECT_id / SQL_duration * 100
349 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_SELECT_id ).
350 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'INSERT' "#EC NOTEXT
351 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
352 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_INSERT_id
353 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_INSERT_id / SQL_executions * 100
354 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_INSERT_id
355 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_INSERT_id / SQL_duration * 100
356 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_INSERT ).
357 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'DELETE' "#EC NOTEXT
358 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
359 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_DELETE_id
360 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_DELETE_id / SQL_executions * 100
361 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_DELETE_id
362 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_DELETE_id / SQL_duration * 100
363 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_DELETE_id ).
364 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'UPDATE' "#EC NOTEXT
365 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
366 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_UPDATE_id
367 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_UPDATE_id / SQL_executions * 100
368 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_UPDATE_id
369 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_UPDATE_id / SQL_duration * 100
370 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_UPDATE_id ).
371 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'COMMIT' "#EC NOTEXT
372 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
373 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_COMMIT_id
374 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_COMMIT_id / SQL_executions * 100
375 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_COMMIT_id
376 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_COMMIT_id / SQL_duration * 100
377 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_COMMIT_id ).
378 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'ROLLBACK' "#EC NOTEXT
379 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
380 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_ROLLBACK_id
381 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_ROLLBACK_id / SQL_executions * 100
382 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_ROLLBACK_id
383 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_ROLLBACK_id / SQL_duration * 100
384 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_ROLLBACK_id ).
385 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'Total' "#EC NOTEXT
386 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_slow
387 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_slow / SQL_executions * 100
388 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_slow
389 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_slow / SQL_duration * 100
390 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_slow ).
391 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'Read Accesses'(O56)
392 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
393 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_SELECT_slow
394 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_SELECT_slow / SQL_executions * 100
395 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_SELECT_slow
396 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_SELECT_slow / SQL_duration * 100
397 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_SELECT_slow ).
398 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'Write Accesses'(O57)
399 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
400 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_CHANGE_slow
401 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_CHANGE_slow / SQL_executions * 100
402 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_CHANGE_slow
403 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_CHANGE_slow / SQL_duration * 100
404 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_CHANGE_slow ).
405 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'Total' "#EC NOTEXT
406 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_0
407 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_0 / SQL_executions * 100
408 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_0
409 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_0 / SQL_duration * 100
410 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = 0 ).
411 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'SELECT' "#EC NOTEXT
412 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
413 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_SELECT_0
414 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_SELECT_0 / SQL_executions * 100
415 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_SELECT_0
416 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_SELECT_0 / SQL_duration * 100
417 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_SELECT_0 ).
418 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'INSERT' "#EC NOTEXT
419 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
420 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_INSERT_0
421 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_INSERT_0 / SQL_executions * 100
422 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_INSERT_0
423 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_INSERT_0 / SQL_duration * 100
424 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_INSERT_0 ).
425 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'DELETE' "#EC NOTEXT
426 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
427 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_DELETE_0
428 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_DELETE_0 / SQL_executions * 100
429 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_DELETE_0
430 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_DELETE_0 / SQL_duration * 100
431 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_DELETE_0 ).
432 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'UPDATE' "#EC NOTEXT
433 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
434 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_UPDATE_0
435 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_UPDATE_0 / SQL_executions * 100
436 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_UPDATE_0
437 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_UPDATE_0 / SQL_duration * 100
438 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_UPDATE_0 ).
439 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'Total' "#EC NOTEXT
440 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_many
441 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_many / SQL_executions * 100
442 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_many
443 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_many / SQL_duration * 100
444 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_many ).
445 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'SELECT' "#EC NOTEXT
446 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
447 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_SELECT_many
448 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_SELECT_many / SQL_executions * 100
449 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_SELECT_many
450 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_SELECT_many / SQL_duration * 100
451 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_SELECT_many ).
452 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'INSERT' "#EC NOTEXT
453 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
454 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_INSERT_many
455 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_INSERT_many / SQL_executions * 100
456 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_INSERT_many
457 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_INSERT_many / SQL_duration * 100
458 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_INSERT ).
459 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'DELETE' "#EC NOTEXT
460 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
461 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_DELETE_many
462 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_DELETE_many / SQL_executions * 100
463 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_DELETE_many
464 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_DELETE_many / SQL_duration * 100
465 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_DELETE_many ).
466 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE Write_Data( text = 'UPDATE' "#EC NOTEXT
467 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE indentation = 04
468 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_executions = SQL_executions_UPDATE_many
469 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_executions = SQL_executions_UPDATE_many / SQL_executions * 100
470 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE abs_duration = SQL_duration_UPDATE_many
471 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE rel_duration = SQL_duration_UPDATE_many / SQL_duration * 100
472 Class Method  CL_ST05_TRACE_FUNCTIONS - WRITE_DATA ST05 Trace Functions SOURCE number_of_rows = SQL_number_of_rows_UPDATE_many ).
473 Class Method  CL_ST05_TRACE_PROCESSOR_GEN - DISPLAY_STATEMENT Generic Trace Processing
474 Class Method  CL_ST05_TRACE_PROCESSOR_SQL - REPLACE_VAR_NAMES_WITH_VALUES SQL Trace Processing
475 Class Method  CL_ST05_TRACE_PROCESSOR_SQL - REPLACE_VAR_NAMES_WITH_VALUES SQL Trace Processing
476 Class Method  CL_SYSTEM_UUID - CREATE_UUID_X16_STATIC Class for Processing 16 Byte System UUIDs
477 Class Method  CX_ROOT - GET_TEXT Abstract Superclass for All Global Exceptions
478 Class Method  IF_MESSAGE - GET_TEXT Interface for Accessing Texts from Message Objects
479 Class Method  IF_SYSTEM_UUID_STATIC - CREATE_UUID_X16 Static Interface for 16 Byte System UUIDs