CL_EAM_TL_CX_LOG_ENTRY - Log entry for task list log
RFUMSV00 - Advance Return for Tax on Sales/Purchases BAL Application Log DocumentationThis documentation is copyright by SAP AG.
Functionality
Class contains all relevant information concerning messages. In addition the ABAP stack trace is storedas attribute, for better traceability. If not used in an exception, it is possible to create a log entry with previously set system variables. In this case the flag IV_USE_SYMSG has to be passed to constructor.
Relationships
CL_EAM_TL_CX_LOG
CX_EAM_TL_CONSISTENCY
Example
"create log object
CREATE OBJECT LO_LOG_ENTRY
EXPORTING
IV_USE_SYMSG = abap_true.
message s010(CM_EAM_TL_API) into lv_string.
" append log entry to log
lo_log_entry->APPEND_ENTRY_TO_LOG( ).
Notes
Direct object instantiation should only be done for messages of type 'S', 'I' and 'W'. For other message types, exception classes should be used.
Further information
TXBHW - Original Tax Base Amount in Local Currency General Material Data
This documentation is copyright by SAP AG.
Length: 979 Date: 20120526 Time: 142627 triton ( 47 ms )






