AMC_LOG_STORAGE - AMC logging storage
AMC logging storage information is stored in SAP table AMC_LOG_STORAGE.
It is part of development package SAMC_TOOLS in software component BC-MID-AC. This development package consists of objects that can be grouped under "AMC troubleshooting tools, e.g. logging, tracing, etc.".
It is part of development package SAMC_TOOLS in software component BC-MID-AC. This development package consists of objects that can be grouped under "AMC troubleshooting tools, e.g. logging, tracing, etc.".
Fields for table AMC_LOG_STORAGE
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
|---|---|---|---|---|---|---|
| CLIENT | Client ID | X | SYMANDT | CLNT | 6 | |
| TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | X | TIMESTAMP | DEC | 8 | |
| USERNAME | User Name | X | SYUNAME | CHAR | 24 | |
| ROLE | AMC Action, i.e. producer or consumer, Bind/Unbind | X | AMC_ACTION | CHAR | 2 | |
| STATUS | AMC Log Status for UI | X | AMC_LOG_STATUS_UI | CHAR | 2 | |
| APPLICATION_ID | ABAP Messaging Channel Application ID | X | AMC_APPLICATION_ID | CHAR | 60 | |
| CHANNEL_ID | Identifier of the ABAP Messaging Channel | X | AMC_CHANNEL_ID | SSTR | 8 | |
| CHANNEL_EXTENSION_ID | Extension to Channel IDs | X | AMC_CHANNEL_EXTENSION_ID | CHAR | 120 | |
| ENTRY_ID | 16-byte UID in 32 chars (hexadecimal) | X | SYSUUID_C32 | CHAR | 64 | |
| ENTRY_COUNTER | Log entry counter (to get the log entries unique) | X | INT4 | 4 | ||
| .INCLUDE | AMC_SESSION_EPP_ATTR | 0 | ||||
| SESSION_EPP_ROOT_CTX_ID | Root Context ID of Extended Passport (EPP) | EPP_ROOT_CONTEXT_ID | CHAR | 64 | ||
| SESSION_EPP_CON_ID | Connection ID of Extended Passport (EPP) | EPP_CONNECTION_ID | CHAR | 64 | ||
| SESSION_EPP_CON_CNT | Counter for Extended Passport (EPP) | EPP_CONNECTION_COUNTER | INT4 | 4 | ||
| .INCLUDE | AMC_MESSAGE_EPP_ATTR | 0 | ||||
| MESSAGE_EPP_ROOT_CTX_ID | Root Context ID of Extended Passport (EPP) | EPP_ROOT_CONTEXT_ID | CHAR | 64 | ||
| MESSAGE_EPP_CON_ID | Connection ID of Extended Passport (EPP) | EPP_CONNECTION_ID | CHAR | 64 | ||
| MESSAGE_EPP_CON_CNT | Counter for Extended Passport (EPP) | EPP_CONNECTION_COUNTER | INT4 | 4 | ||
| EXP_TIME | Lifetime of Log-Entry in hours | INT4 | 4 | |||
| LOG_TEXT | Text for log entry | STRG | 8 | |||
| EXECUTING_SERVER | Application Server Instance | MSNAME2 | CHAR | 80 | ||
| USER_PROGRAM | ABAP Program Name | PROGNAME | CHAR | 80 | ||
| STATUS_CODE | AMC log status code (see CL_AMC_LOGGING=>_FILL_STATUS_INFO) | AMC_LOG_STATUS | CHAR | 20 | ||
| APPLICATION_ACTION | Application Action for AMC | PFAMC_APPLICATION_ACTION | INT2 | 2 | ||
| POINT_TO_POINT | Channel for point to point communication | PFAMC_POINT_TO_POINT | INT1 | 1 |