SAP IF_FDT_TRACE_WRITE OO Class - FDT: Trace (Write Interface)
IF_FDT_TRACE_WRITE 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 IF_FDT_TRACE_WRITE 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 IF_FDT_TRACE_WRITE 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 |
| LOG_CONTEXT_DATA | Log information for context data | Public |
| CALL METHOD if_fdt_trace_write=>LOG_CONTEXT_DATA...more details | ||
| LOG_EXCEPTION | Log an exception | Public |
| CALL METHOD if_fdt_trace_write=>LOG_EXCEPTION...more details | ||
| LOG_EXPRESSION_END | Log the expression processing end | Public |
| CALL METHOD if_fdt_trace_write=>LOG_EXPRESSION_END...more details | ||
| LOG_EXPRESSION_START | Log the expression processing start | Public |
| CALL METHOD if_fdt_trace_write=>LOG_EXPRESSION_START...more details | ||
| LOG_FUNCTION_END | Log the function processing end | Public |
| CALL METHOD if_fdt_trace_write=>LOG_FUNCTION_END...more details | ||
| LOG_FUNCTION_START | Log the function processing start | Public |
| CALL METHOD if_fdt_trace_write=>LOG_FUNCTION_START...more details | ||
|
| ||
| LOG_INFO | Log information specific to an expression | Public |
| CALL METHOD if_fdt_trace_write=>LOG_INFO...more details | ||
| LOG_ITERATION | Log the iteration index of a loop expression | Public |
| CALL METHOD if_fdt_trace_write=>LOG_ITERATION...more details | ||
| LOG_RESULT_DATA | Log information for the result data | Public |
| CALL METHOD if_fdt_trace_write=>LOG_RESULT_DATA...more details | ||
| LOG_RULESET_END | Log the Ruleset processing end | Public |
| CALL METHOD if_fdt_trace_write=>LOG_RULESET_END...more details | ||
| LOG_RULESET_START | Log the Ruleset processing start | Public |
| CALL METHOD if_fdt_trace_write=>LOG_RULESET_START...more details | ||
| LOG_RULESET_VAR | Log the Ruleset variables | Public |
| CALL METHOD if_fdt_trace_write=>LOG_RULESET_VAR...more details | ||
| LOG_TEXT | Log free text | Public |
| CALL METHOD if_fdt_trace_write=>LOG_TEXT...more details | ||
| POP_FUNCTION_ID | Pop function ID from function ID stack | Public |
| CALL METHOD if_fdt_trace_write=>POP_FUNCTION_ID...more details | ||
| PUSH_FUNCTION_ID | Push function ID to function ID stack | Public |
| CALL METHOD if_fdt_trace_write=>PUSH_FUNCTION_ID...more details | ||
IF_FDT_TRACE_WRITE 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 |
| MV_MODE | Instance Attribute | LIKE | Public | ||
| MV_UUID | Instance Attribute | LIKE | Public |
Links to Related Class(s)
IF_FDT_T...Full list of available SAP object classes
Search for further information about these or an SAP related objects