Overview
ACHTTPSRVATTR is a standard SAP S/4HANA table that stores ABAP Channels HTTP Service Attributes data. There are total 20 fields in the ACHTTPSRVATTR table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table ACHTTPSRVATTR belongs to ABAP Channels (BC-MID-AC) module and is located in the package ABAP Channels tools, e.g. logging, tracing, etc. (SAC_TOOLS).
In addition, following links provide an overview of foreign key relationships, if any, that link ACHTTPSRVATTR to other SAP tables and standard CDS views available based on ACHTTPSRVATTR table in S/4HANA 2020.
Techincal Settings of ACHTTPSRVATTR
Below are technical details of the table ACHTTPSRVATTR
- Buffering not allowed
- No buffering
- Storage type is Column Store
List of ACHTTPSRVATTR Fields
The following table gives you an overview of the fields available in ACHTTPSRVATTR
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|
| HTTP_TYPE | Type of HTTP | HTTP_TYPE | | CHAR | 1 |
| SERVICE_PATH | Path for ICF Statistics | PFICF_PATH | | CHAR | 250 |
| VH_NUMBER | Virtual Host Number | PFICF_VIRTUAL_HOST_NUMBER | | INT2 | 5 |
| CLIENT | Client ID | SYMANDT | | CLNT | 3 |
| USER_NAME | User Name | SYUNAME | | CHAR | 12 |
| CALLER_CLIENT | Client ID | SYMANDT | | CLNT | 3 |
| CALLER_USER_NAME | User Name | SYUNAME | | CHAR | 12 |
| ENGINE_TYPE | Engine Type for ICF Statistics | PFICF_ENGINE_TYPE | | CHAR | 1 |
| STATUS_CODE | Status Code for ICF Statistics | PFICF_STATUS_CODE | | INT2 | 5 |
| ORIGIN_PROTOCOL | Communication Protocol (DEFAULTPROTOCOL) | PFICF_ORIGIN_PROTOCOL | | INT1 | 3 |
| INSTANCE_NAME | Instance Name for ICF Statistics (Application Server) | PFICF_INSTANCE_NAME | | CHAR | 40 |
| PARTNER_INSTANCE_NAME | Instance Name for ICF Statistics (Application Server) | PFICF_INSTANCE_NAME | | CHAR | 40 |
| DESTINATION_NAME | RFC Destination Name | PFRFC_DESTINATION_NAME | | CHAR | 64 |
| PROGRAM_NAME | ABAP Program Name | PROGNAME | | CHAR | 40 |
| PARTNER_IP_ADDRESS | IP Address for ICF Stats (~remote_addr, x-forwarded-for) | PFICF_IP_ADDRESS | | CHAR | 64 |
| FORWARDED_IP_ADDRESSES | IP Addresses of End Users up to ICMAN | PFICF_FORWARDED_IP_ADDRESSES | | CHAR | 128 |
| STATUS_PHRASE | Status Text for ICF Statistics | PFICF_STATUS_PHRASE | | CHAR | 64 |
| LASTCALL_TIMESTAMP | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | TIMESTAMPL | | DEC | 21 |
| MAIN_PROG | ABAP Program Name | PROGNAME | | CHAR | 40 |
| INCLUDE_NAME | ABAP Program Name | PROGNAME | | CHAR | 40 |
Foreign Key Relationships
A foreign key field is a table field that is allocated to a check table and becomes part of the table's foreign key. The following table gives you an overview of the foreign keys for ACHTTPSRVATTR
Other References