SAP ABAP Interface IF_FDT_TRACE_WRITE (FDT: Trace (Write Interface))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_CORE (Package) BRFplus: Core

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_FDT_LEAN_TRACE | FDT: Lean Trace | 20081215 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_TRACE | FDT: Trace | 20050821 |
Properties
Interface | IF_FDT_TRACE_WRITE | |
Short Description | FDT: Trace (Write Interface) |
General Data
Package | SFDT_CORE | BRFplus: Core |
Created | 20050821 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | IF_FDT_CONSTANTS | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | IF_FDT_RULESET | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
4 | IF_FDT_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FDT_TRACE | FDT: Trace | 20050821 |
Friends
Interface IF_FDT_TRACE_WRITE has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MV_MODE | Instance attribute | Public | Attribute reference (LIKE) | 20090303 | ||||
2 | MV_UUID | Instance attribute | Public | Attribute reference (LIKE) | 20090303 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Log information for context data | 20050912 |
2 | ![]() |
Instance method | Public | Method | Log an exception | 20050821 |
3 | ![]() |
Instance method | Public | Method | Log the expression processing end | 20050821 |
4 | ![]() |
Instance method | Public | Method | Log the expression processing start | 20050821 |
5 | ![]() |
Instance method | Public | Method | Log the function processing end | 20060104 |
6 | ![]() |
Instance method | Public | Method | Log the function processing start | 20060104 |
7 | ![]() |
Instance method | Public | Method | Log information specific to an expression | 20071012 |
8 | ![]() |
Instance method | Public | Method | Log the iteration index of a loop expression | 20090424 |
9 | ![]() |
Instance method | Public | Method | Log information for the result data | 20050821 |
10 | ![]() |
Instance method | Public | Method | Log the Ruleset processing end | 20090525 |
11 | ![]() |
Instance method | Public | Method | Log the Ruleset processing start | 20090525 |
12 | ![]() |
Instance method | Public | Method | Log the Ruleset variables | 20090625 |
13 | ![]() |
Instance method | Public | Method | Log free text | 20050821 |
14 | ![]() |
Instance method | Public | Method | Pop function ID from function ID stack | 20061129 |
15 | ![]() |
Instance method | Public | Method | Push function ID to function ID stack | 20061129 |
Events
Interface IF_FDT_TRACE_WRITE has no event.
Types
Interface IF_FDT_TRACE_WRITE has no local type.
Method Signatures
Method LOG_CONTEXT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_CONTEXT | FDT: Context | 20050912 | ||
2 | ![]() |
ITS_DATA_OBJECT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Data Object IDs | 20060104 | ||
3 | ![]() |
IV_DATA_OBJECT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Data Object ID | 20100215 | ||
4 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp | 20060105 | ||
5 | ![]() |
IV_UPDATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | ABAP_TRUE: not initial context but update of context | 20100215 |
Method LOG_CONTEXT_DATA on Interface IF_FDT_TRACE_WRITE has no exception.
Method LOG_EXCEPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp | 20060105 | ||
2 | ![]() |
IX_FDT | Call by reference | Object reference (TYPE REF TO) | CX_FDT | FDT: Abstract Exception Class | 20060105 |
Method LOG_EXCEPTION on Interface IF_FDT_TRACE_WRITE has no exception.
Method LOG_EXPRESSION_END Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_EXPRESSION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_EXPRESSION | FDT: Expression | 20060104 | ||
2 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp | 20060105 |
Method LOG_EXPRESSION_END on Interface IF_FDT_TRACE_WRITE has no exception.
Method LOG_EXPRESSION_START Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_EXPRESSION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_EXPRESSION | FDT: Expression | 20060104 | ||
2 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp | 20060104 |
Method LOG_EXPRESSION_START on Interface IF_FDT_TRACE_WRITE has no exception.
Method LOG_FUNCTION_END Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_FUNCTION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_FUNCTION | FDT: Function | 20060104 | ||
2 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp | 20060105 |
Method LOG_FUNCTION_END on Interface IF_FDT_TRACE_WRITE has no exception.
Method LOG_FUNCTION_START Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_FUNCTION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_FUNCTION | FDT: Function | 20060104 | ||
2 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp | 20060104 |
Method LOG_FUNCTION_START on Interface IF_FDT_TRACE_WRITE has no exception.
Method LOG_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IA_VALUE | Call by reference | Type reference (TYPE) | ANY | Information to be logged in Trace XML | 20071015 | ||
2 | ![]() |
IV_ELEMENT_NAME | Call by reference | Type reference (TYPE) | STRING | Trace XML element name which encapsulates the information | 20071015 | ||
3 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp | 20071015 |
Method LOG_INFO on Interface IF_FDT_TRACE_WRITE has no exception.
Method LOG_ITERATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_EXPRESSION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_EXPRESSION | FDT: Expression | 20090424 | ||
2 | ![]() |
IV_ITERATION_ID | Call by reference | Type reference (TYPE) | I | Iteration index of a loop | 20090424 | ||
3 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20090424 |
Method LOG_ITERATION on Interface IF_FDT_TRACE_WRITE has no exception.
Method LOG_RESULT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_RESULT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_RESULT | FDT: Result | 20050912 | ||
2 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp | 20060105 |
Method LOG_RESULT_DATA on Interface IF_FDT_TRACE_WRITE has no exception.
Method LOG_RULESET_END Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_RULESET | Call by reference | Object reference (TYPE REF TO) | IF_FDT_RULESET | FDT: Ruleset | 20090525 | ||
2 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20090525 |
Method LOG_RULESET_END on Interface IF_FDT_TRACE_WRITE has no exception.
Method LOG_RULESET_START Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_RULESET | Call by reference | Object reference (TYPE REF TO) | IF_FDT_RULESET | FDT: Ruleset | 20090525 | ||
2 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20090525 |
Method LOG_RULESET_START on Interface IF_FDT_TRACE_WRITE has no exception.
Method LOG_RULESET_VAR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITS_VARIABLES | Call by reference | Type reference (TYPE) | IF_FDT_RULESET=>TS_VARIABLE | Variables | 20090625 | ||
2 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20090625 |
Method LOG_RULESET_VAR on Interface IF_FDT_TRACE_WRITE has no exception.
Method LOG_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TEXT | Call by reference | Type reference (TYPE) | CSEQUENCE | Text | 20050821 | ||
2 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp | 20060105 |
Method LOG_TEXT on Interface IF_FDT_TRACE_WRITE has no exception.
Method POP_FUNCTION_ID Signature
Method POP_FUNCTION_ID on Interface IF_FDT_TRACE_WRITE has no parameter.
Method POP_FUNCTION_ID on Interface IF_FDT_TRACE_WRITE has no exception.
Method PUSH_FUNCTION_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FUNCTION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Function ID | 20061129 |
Method PUSH_FUNCTION_ID on Interface IF_FDT_TRACE_WRITE has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |