/SDF/SCMON_LOG - Log for Infos, Warnings and Errors
Log for Infos, Warnings and Errors information is stored in SAP table /SDF/SCMON_LOG.
It is part of development package /SDF/SCMON_CORE in software component SV-SMG-SDD. This development package consists of objects that can be grouped under "ABAP Call Monitor: Core".
It is part of development package /SDF/SCMON_CORE in software component SV-SMG-SDD. This development package consists of objects that can be grouped under "ABAP Call Monitor: Core".
Fields for table /SDF/SCMON_LOG
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
|---|---|---|---|---|---|---|
| ID | Unique ID of a Log Event | X | /SDF/SCMON_LOG_ID | INT4 | 4 | |
| TIMESTAMP | Timestamp of a Log Event | /SDF/SCMON_LOG_TIMESTAMP | DEC | 8 | ||
| TYPE | Type of a Log Event | /SDF/SCMON_LOG_TYPE | CHAR | 2 | ||
| DEBUG | Whether the Event Has Debug Character or Not | /SDF/SCMON_LOG_DEBUG | CHAR | 2 | ||
| MESSAGE | Original Log Message | /SDF/SCMON_LOG_MESSAGE_ORIG | CHAR | 510 | ||
| MSGID | Message Class | SYMSGID | CHAR | 40 | ||
| MSGNO | Message Number | SYMSGNO | NUMC | 6 | ||
| MSGV1 | Message Variable | SYMSGV | CHAR | 100 | ||
| MSGV2 | Message Variable | SYMSGV | CHAR | 100 | ||
| MSGV3 | Message Variable | SYMSGV | CHAR | 100 | ||
| MSGV4 | Message Variable | SYMSGV | CHAR | 100 | ||
| RECORDS | Number of Records at Log Event | /SDF/SCMON_LOG_RECORDS | INT4 | 4 | ||
| USERNAME | User who Caused the Log Event | /SDF/SCMON_LOG_USER | CHAR | 24 |