SAPWLHTTPC SAP (SAP Workload: HTTP: Client Statistics Profile) Structure details

Dictionary Type: Structure
Description: SAP Workload: HTTP: Client Statistics Profile




ABAP Code to SELECT data from SAPWLHTTPC
Related tables to SAPWLHTTPC
Access table SAPWLHTTPC




Structure field list including key, data, relationships and ABAP select examples

SAPWLHTTPC 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: HTTP: Client Statistics Profile" 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_SAPWLHTTPC TYPE SAPWLHTTPC.

The SAPWLHTTPC table consists of various fields, each holding specific information or linking keys about SAP Workload: HTTP: Client Statistics Profile data available in SAP. These include ACCOUNT (SAP Workload: User), MANDT (SAP Workload: Client), DEST (SAP Workload: HTTP Destination), PATH (SAP Workload: HTTP Path).. 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. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SAPWLHTTPC 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
TCODESAP Workload: Report or Transaction Name SWLTCODECHAR40SAPWLCHR40
ACCOUNTSAP Workload: User SWLUSERCHAR12TEXT12
MANDTSAP Workload: Client SWLMANDTCLNT3Assigned to domainMANDT
DESTSAP Workload: HTTP Destination SWLHTTPDESTCHAR64
PATHSAP Workload: HTTP Path SWLHTTPPATHCHAR128SWNCDOMTXT128
RECEIVESAP Workload: Data Received by HTTP (Bytes) SWLHTTPRECIVEDEC24SWNCDOMDEC24
SENDSAP Workload: Data Sent by HTTP (Bytes) SWLHTTPSENDDEC24SWNCDOMDEC24
RTOTALTIME- SWLHTTPTOTTIDEC24SWNCDOMDEC24
REXETIME- SWLHTTPEXETIDEC24SWNCDOMDEC24
CALLTIMESAP Workload: Call Time SWLHTTPCALLTIDEC24SWNCDOMDEC24
COUNTERSAP Workload: Number of HTTP Calls SWLHTTPCNTDEC24SWNCDOMDEC24
RTOTALTIME_AVG- SWLHTTPTOTTIAVGDEC24SWNCDOMDEC24
REXETIME_AVG- SWLHTTPEXETIAVGDEC24SWNCDOMDEC24
CALLTIME_AVGSAP Workload: Average Call Time SWLHTTPCALTIAVGDEC24SWNCDOMDEC24

Key field Non-key field



How do I retrieve data from SAP structure SAPWLHTTPC using ABAP code?

As SAPWLHTTPC 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 SAPWLHTTPC as there is no data to select.

How to access SAP table SAPWLHTTPC

Within an ECC or HANA version of SAP you can also view further information about SAPWLHTTPC 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!