SAPWLHN_HTTPSD SAP (SAP Workload: SAP R/3 Global Stats Rec.: HTTP Server Dest.) Structure details

Dictionary Type: Structure
Description: SAP Workload: SAP R/3 Global Stats Rec.: HTTP Server Dest.




ABAP Code to SELECT data from SAPWLHN_HTTPSD
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

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the SAPWLHN_HTTPSD table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CONNECTION_IDSAP STATTRACE: ICF Connection ID SWLWCONNIDCHAR32SWNCDOMTXT32
CALL_NUMBER_DSAP STATTRACE: Number of Calls in HTTP Connection SWLWCLNUMBDDEC24SWNCDOMDEC24
PROTOCOLSAP STATTRACE: Web Protocol [http(s), smtp, ...] SWLWPROTCHAR20SWNCDOMTXT20
HOSTSAP STATTRACE: Host Name of the ICF Server SWLWHOSTCHAR128SWNCDOMTXT128
PORTSAP STATTRACE: Port Number of a Destination SWLWPORTCHAR8SWNCDOMTXT08
METHODSAP STATTRACE: HTTP Method SWLWMETHODCHAR20SWNCDOMTXT20
DESTINATION_NAMESAP STATTRACE: HTTP Destination Name SWLWHTPDESTCHAR64SWNCDOMTXT64
CALL_TIME_DSAP STATTRACE: Call Time for ICF Statistics SWLWCLTIMEDDEC24SWNCDOMDEC24
IDLE_TIME_DSAP STATTRACE: Wait Time for ICF Server (ms) SWLWIDTIMEDDEC24SWNCDOMDEC24
D_RECEIVE_DSAP STATTRACE: Data Received (Bytes) SWLWRECEIVEDDEC24SWNCDOMDEC24
DATA_SEND_DSAP STATTRACE: Quantity of Data Send (Bytes) SWLWSENDDDEC24SWNCDOMDEC24
PROGRAM_NAMEName of Report/Program SAPWLPRGNAMECHAR64SWNCDOMTXT64
EXEC_TIME_DSAP STATTRACE: Execution Time on Server (ms) SWLEXETIDEC15SAPWLTIME0

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 as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!