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 NameDescriptionVisability
ANALYZE_YES_NODialog Box: Long Text, QuestionPublic
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_FILEDoes the file exist?Public
CALL METHOD cl_abap_trace_file=>CHECK_FILE...more details

DECOMPRESS_FILEDecompresses a block from the performance data filePrivate
CALL METHOD cl_abap_trace_file=>DECOMPRESS_FILE...more details

GET_FNAME_NEWName of a new file when uploadedPublic
CALL METHOD cl_abap_trace_file=>GET_FNAME_NEW...more details

GET_PATHFolder (Profile Parameter DIR_ATRA)Public
CALL METHOD cl_abap_trace_file=>GET_PATH...more details

INIT_PROGRESSInit Time ieldsPublic
CALL METHOD cl_abap_trace_file=>INIT_PROGRESS...more details

READ_DATAReads a record from the performance data filePublic
CALL METHOD cl_abap_trace_file=>READ_DATA...more details

READ_DATA_AGGReads a record from the aggregated performance data filePublic
CALL METHOD cl_abap_trace_file=>READ_DATA_AGG...more details

READ_HEADERReads the header of a performance data filePublic
CALL METHOD cl_abap_trace_file=>READ_HEADER...more details

READ_INFOReads the information for a performance dat filePrivate
CALL METHOD cl_abap_trace_file=>READ_INFO...more details

TDELTATime leveling for a record from performance data filePrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
CHARSIZEInstance AttributeLIKE
Private
C_ATRA_EYE_CATCHERInstance AttributeLIKE
Private
C_FALSEInstance AttributeLIKE
Private
C_INT_MAXConstant2**32 / 2 - 1, [-2147483648 ... 2147483647]2147483647LIKE
I
Private
C_TRUEInstance AttributeLIKE
Private
C_UINT_MAX_Constant2**32, [0 ... 4294967295]'4294967296'LIKE
F
Private
DECOMPR_BUFFER_REFInstance AttributeLIKE
Private
FNAMEInstance AttributeLIKE
Private
FNAME_TEMPLATEStatic AttributeRuntime Analysis: File NameLIKE
SE30FNAME
Private
FSIZEStatic AttributeFile sizeLIKE
INT4
Public
FSIZE_ACTUALStatic AttributeCurrent File SizeLIKE
INT4
Private
MESS_230_APPEAREDStatic AttributeMeasurement ErrorLIKE
FLAG
Private
NR_READ_DSStatic AttributeNumber of Read Comp. RecordsLIKE
INT4
Private
PATHStatic AttributeDirectoryLIKE
SE30FNAME
Public
SEPARATORStatic AttributeFolder SeparatorLIKE
CHAR1
Public
S_DECOMPR_BUFFERStatic AttributeSTATICSLIKE
SATRE_BUFFER
Private
S_MODStatic AttributeSTATICSLIKE
I
Private
S_ROLLTIMEStatic AttributeSTATICSLIKE
SATRA_TIME_F
Private
S_TDELTA_1Static AttributeSTATICSLIKE
SATRA_TIME_F
Private
S_TDELTA_2Static AttributeSTATICSLIKE
SATRA_TIME_F
Private
S_TDELTA_DIFFStatic AttributeSTATICSLIKE
SATRA_TIME_F
Private
S_X_TDELTA_1Static AttributeSTATICSLIKE
FLAG
Private
S_X_TDELTA_2Static AttributeSTATICSLIKE
FLAG
Private
TRACE_HEADERInstance AttributeLIKE
Private
TRACE_HEADER_NEWInstance AttributeLIKE
Private
TRACE_INFOInstance AttributeLIKE
Private
X_DECOMPR_BUFF_EMPTYInstance AttributeLIKE
Private
X_ERROR_READ_TYPEStatic AttributeImported record is of the wrong typeLIKE
FLAG
Public
X_HEADER_NEWInstance AttributeLIKE
Private




CL_ABAP_TRACE_FILE types

TY_AT_FNAME - e.g. AT220001, AT220001.DAT

Links to Related Class(s)

CL_ABAP_...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!