SAPWLHN_HTTPSD SAP (SAP Workload: SAP R/3 Global Stats Rec.: HTTP Server Dest.) Structure details
Description: SAP Workload: SAP R/3 Global Stats Rec.: HTTP Server Dest.
Related tables to SAPWLHN_HTTPSD
Access table SAPWLHN_HTTPSD
SAPWLHN_HTTPSD is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "SAP Workload: SAP R/3 Global Stats Rec.: HTTP Server Dest." Information within sap ABAP programs.
This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_SAPWLHN_HTTPSD TYPE SAPWLHN_HTTPSD.
The SAPWLHN_HTTPSD table consists of various fields, each holding specific information or linking keys about SAP Workload: SAP R/3 Global Stats Rec.: HTTP Server Dest. data available in SAP. These include CONNECTION_ID (SAP STATTRACE: ICF Connection ID), CALL_NUMBER_D (SAP STATTRACE: Number of Calls in HTTP Connection), PROTOCOL (SAP STATTRACE: Web Protocol [http(s), smtp, ...]), HOST (SAP STATTRACE: Host Name of the ICF Server)... See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .
SAPWLHN_HTTPSD structure Technical Details:
Delivery Class:Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced
SAP SAPWLHN_HTTPSD structure fields - Full list of fields found in SAP data dictionary
| Field | Description | Data Element | Data Type | length (Dec) | Check table | Conversion Routine | Domain Name | MemoryID | SHLP |
| CONNECTION_ID | SAP STATTRACE: ICF Connection ID | SWLWCONNID | CHAR | 32 | SWNCDOMTXT32 | ||||
| CALL_NUMBER_D | SAP STATTRACE: Number of Calls in HTTP Connection | SWLWCLNUMBD | DEC | 24 | SWNCDOMDEC24 | ||||
| PROTOCOL | SAP STATTRACE: Web Protocol [http(s), smtp, ...] | SWLWPROT | CHAR | 20 | SWNCDOMTXT20 | ||||
| HOST | SAP STATTRACE: Host Name of the ICF Server | SWLWHOST | CHAR | 128 | SWNCDOMTXT128 | ||||
| PORT | SAP STATTRACE: Port Number of a Destination | SWLWPORT | CHAR | 8 | SWNCDOMTXT08 | ||||
| METHOD | SAP STATTRACE: HTTP Method | SWLWMETHOD | CHAR | 20 | SWNCDOMTXT20 | ||||
| DESTINATION_NAME | SAP STATTRACE: HTTP Destination Name | SWLWHTPDEST | CHAR | 64 | SWNCDOMTXT64 | ||||
| CALL_TIME_D | SAP STATTRACE: Call Time for ICF Statistics | SWLWCLTIMED | DEC | 24 | SWNCDOMDEC24 | ||||
| IDLE_TIME_D | SAP STATTRACE: Wait Time for ICF Server (ms) | SWLWIDTIMED | DEC | 24 | SWNCDOMDEC24 | ||||
| D_RECEIVE_D | SAP STATTRACE: Data Received (Bytes) | SWLWRECEIVED | DEC | 24 | SWNCDOMDEC24 | ||||
| DATA_SEND_D | SAP STATTRACE: Quantity of Data Send (Bytes) | SWLWSENDD | DEC | 24 | SWNCDOMDEC24 | ||||
| PROGRAM_NAME | Name of Report/Program | SAPWLPRGNAME | CHAR | 64 | SWNCDOMTXT64 | ||||
| EXEC_TIME_D | SAP STATTRACE: Execution Time on Server (ms) | SWLEXETI | DEC | 15 | SAPWLTIME0 |
| Key field | Non-key field |
How do I retrieve data from SAP structure SAPWLHN_HTTPSD using ABAP code?
As SAPWLHN_HTTPSD is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SAPWLHN_HTTPSD as there is no data to select.How to access SAP table SAPWLHN_HTTPSD
Within an ECC or HANA version of SAP you can also view further information about SAPWLHN_HTTPSD and the data within it using relevant transactions such asSE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).
Search for further information about these or an SAP related objects