CTE_D_LOG_HTTP - Log table for http traffic
Log table for http traffic information is stored in SAP table CTE_D_LOG_HTTP.
It is part of development package CTE_FND_IMP in software component BNS-CON-SE-S4. This development package consists of objects that can be grouped under "Concur T&E Integration: Central services like error handling".
It is part of development package CTE_FND_IMP in software component BNS-CON-SE-S4. This development package consists of objects that can be grouped under "Concur T&E Integration: Central services like error handling".
Fields for table CTE_D_LOG_HTTP
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
CLIENT | Client | X | MANDT | CLNT | 6 | |
UUID | Universal Unique Identifier | X | CTE_UUID | RAW | 16 | |
SYSTEM_KEY | System Key | CTE_SYSTEM_KEY_NUMBER | INT1 | 1 | CTE_C_CONNECTION | |
DIRECTION | HTTP Direction (Request / Response) | CTE_HTTP_DIRECTION | CHAR | 2 | ||
HTTP_METHOD | HTTP Method | CTE_HTTP_METHOD | CHAR | 20 | ||
HTTP_STATUS | HTTP Status Code | CTE_HTTP_STATUS_CODE | NUMC | 6 | ||
TIMESTAMP | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | TIMESTAMPL | DEC | 11 | ||
USERNAME | User Name in User Master Record | XUBNAME | CHAR | 24 | ||
RELATION_UUID | Universal Unique Identifier | CTE_UUID | RAW | 16 | ||
URI | Universal Ressource Identifier | CTE_URI | SSTR | 8 | ||
OTYPE | Concur Integration - Object Type | CTE_OTYPE | CHAR | 4 | ||
CONTENT_TYPE | API Content Type | CTE_API_CONTENT_TYPE | CHAR | 2 | ||
CORRELATIONID | Concur Correlation ID | CTE_CONCUR_CORRELATIONID | CHAR | 100 | ||
LOG_DATA | Payload | RSTR | 8 |