TADTOHTTP_LOG - ABAP Daemon to HTTP Log
ABAP Daemon to HTTP Log information is stored in SAP table TADTOHTTP_LOG.
It is part of development package SRLFW_ADTOHTTP in software component BC-CST-RL. This development package consists of objects that can be grouped under "ABAP Daemon to HTTP".
It is part of development package SRLFW_ADTOHTTP in software component BC-CST-RL. This development package consists of objects that can be grouped under "ABAP Daemon to HTTP".
Fields for table TADTOHTTP_LOG
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
TIMESTAMP | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | X | TIMESTAMPL | DEC | 11 | |
ABAP_DAEMON_CLASS_NAME | Name of ABAP Daemon Class | ABAP_DAEMON_CLASS_NAME | CHAR | 60 | ||
ABAP_DAEMON_NAME | Name of ABAP Daemon | ABAP_DAEMON_NAME | CHAR | 120 | ||
AMC_APPLICATION_ID | ABAP Messaging Channel Application ID | AMC_APPLICATION_ID | CHAR | 60 | ||
AMC_CHANNEL_ID | Identifier of the ABAP Messaging Channel | AMC_CHANNEL_ID | SSTR | 8 | ||
HTTP_URL | HTTP URL | SSTR | 8 | |||
HTTP_URL_POST | HTTP URL Postfix | SSTR | 8 | |||
HTTP_USER | HTTP User Name | SSTR | 8 | |||
DESTINATION | Logical destination (specified in function call) | RFCDEST | CHAR | 64 | ||
ABAP_APPLICATION_SERVER | Application Server Instance | MSNAME2 | CHAR | 80 | ||
ABAP_CLIENT | Client | MANDT | CLNT | 6 | ||
ABAP_USER | ABAP System Field: Name of Current User | SYST_UNAME | CHAR | 24 | ||
PROGRAM_NAME | ABAP Program: Current Master Program | SYREPID | CHAR | 80 | ||
METHOD_NAME | Caller Method Name (Block Name) | SSTR | 8 | |||
TEXT | Log Text | STRG | 8 | |||
SEVERITY | Log Severity, use CL_ABAP_DAEMON_TO_HTTP=>CO_SEVERITY | CHAR | 32 |