SAP CL_ABAP_TRACE_FILE OO Class - SE30: Performance Data File
CL_ABAP_TRACE_FILE is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_ABAP_TRACE_FILE including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of CL_ABAP_TRACE_FILE SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| ANALYZE_YES_NO | Dialog Box: Long Text, Question | Public |
| CALL METHOD cl_abap_trace_file=>ANALYZE_YES_NO...more details | ||
| ANALYZE_YES_NO_ | Dialog Box: Question (+ Info) | Public |
| CALL METHOD cl_abap_trace_file=>ANALYZE_YES_NO_...more details | ||
| CHECK_FILE | Does the file exist? | Public |
| CALL METHOD cl_abap_trace_file=>CHECK_FILE...more details | ||
| DECOMPRESS_FILE | Decompresses a block from the performance data file | Private |
| CALL METHOD cl_abap_trace_file=>DECOMPRESS_FILE...more details | ||
| GET_FNAME_NEW | Name of a new file when uploaded | Public |
| CALL METHOD cl_abap_trace_file=>GET_FNAME_NEW...more details | ||
| GET_PATH | Folder (Profile Parameter DIR_ATRA) | Public |
| CALL METHOD cl_abap_trace_file=>GET_PATH...more details | ||
|
| ||
| INIT_PROGRESS | Init Time ields | Public |
| CALL METHOD cl_abap_trace_file=>INIT_PROGRESS...more details | ||
| READ_DATA | Reads a record from the performance data file | Public |
| CALL METHOD cl_abap_trace_file=>READ_DATA...more details | ||
| READ_DATA_AGG | Reads a record from the aggregated performance data file | Public |
| CALL METHOD cl_abap_trace_file=>READ_DATA_AGG...more details | ||
| READ_HEADER | Reads the header of a performance data file | Public |
| CALL METHOD cl_abap_trace_file=>READ_HEADER...more details | ||
| READ_INFO | Reads the information for a performance dat file | Private |
| CALL METHOD cl_abap_trace_file=>READ_INFO...more details | ||
| TDELTA | Time leveling for a record from performance data file | Private |
| CALL METHOD cl_abap_trace_file=>TDELTA...more details | ||
CL_ABAP_TRACE_FILE attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| CHARSIZE | Instance Attribute | LIKE | Private | ||
| C_ATRA_EYE_CATCHER | Instance Attribute | LIKE | Private | ||
| C_FALSE | Instance Attribute | LIKE | Private | ||
| C_INT_MAX | Constant | 2**32 / 2 - 1, [-2147483648 ... 2147483647] | 2147483647 | LIKE I | Private |
| C_TRUE | Instance Attribute | LIKE | Private | ||
| C_UINT_MAX_ | Constant | 2**32, [0 ... 4294967295] | '4294967296' | LIKE F | Private |
| DECOMPR_BUFFER_REF | Instance Attribute | LIKE | Private | ||
| FNAME | Instance Attribute | LIKE | Private | ||
| FNAME_TEMPLATE | Static Attribute | Runtime Analysis: File Name | LIKE SE30FNAME | Private | |
| FSIZE | Static Attribute | File size | LIKE INT4 | Public | |
| FSIZE_ACTUAL | Static Attribute | Current File Size | LIKE INT4 | Private | |
| MESS_230_APPEARED | Static Attribute | Measurement Error | LIKE FLAG | Private | |
| NR_READ_DS | Static Attribute | Number of Read Comp. Records | LIKE INT4 | Private | |
| PATH | Static Attribute | Directory | LIKE SE30FNAME | Public | |
| SEPARATOR | Static Attribute | Folder Separator | LIKE CHAR1 | Public | |
| S_DECOMPR_BUFFER | Static Attribute | STATICS | LIKE SATRE_BUFFER | Private | |
| S_MOD | Static Attribute | STATICS | LIKE I | Private | |
| S_ROLLTIME | Static Attribute | STATICS | LIKE SATRA_TIME_F | Private | |
| S_TDELTA_1 | Static Attribute | STATICS | LIKE SATRA_TIME_F | Private | |
| S_TDELTA_2 | Static Attribute | STATICS | LIKE SATRA_TIME_F | Private | |
| S_TDELTA_DIFF | Static Attribute | STATICS | LIKE SATRA_TIME_F | Private | |
| S_X_TDELTA_1 | Static Attribute | STATICS | LIKE FLAG | Private | |
| S_X_TDELTA_2 | Static Attribute | STATICS | LIKE FLAG | Private | |
| TRACE_HEADER | Instance Attribute | LIKE | Private | ||
| TRACE_HEADER_NEW | Instance Attribute | LIKE | Private | ||
| TRACE_INFO | Instance Attribute | LIKE | Private | ||
| X_DECOMPR_BUFF_EMPTY | Instance Attribute | LIKE | Private | ||
| X_ERROR_READ_TYPE | Static Attribute | Imported record is of the wrong type | LIKE FLAG | Public | |
| X_HEADER_NEW | Instance Attribute | LIKE | Private |
CL_ABAP_TRACE_FILE types
TY_AT_FNAME - e.g. AT220001, AT220001.DATLinks to Related Class(s)
CL_ABAP_...Full list of available SAP object classes
Search for further information about these or an SAP related objects