SAPWLTCOD0 SAP (SAP Workload: User Profile) Structure details

Dictionary Type: Structure
Description: SAP Workload: User Profile




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




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

SAPWLTCOD0 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: User 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_SAPWLTCOD0 TYPE SAPWLTCOD0.

The SAPWLTCOD0 table consists of various fields, each holding specific information or linking keys about SAP Workload: User Profile data available in SAP. These include ACCOUNT (SAP Workload: User), POSID (Application component ID), TCODE (SAP Workload: Report or Transaction Name), BTCJOB (SAP Workload: Background Job Name).. 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 SAPWLTCOD0 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
INSTANCESAP Workload: Name of an ABAP Instance SAPWLINSTNCHAR39TEXT39
ACCOUNTSAP Workload: User SWLUSERCHAR12TEXT12
POSIDApplication component ID UFPS_POSIDCHAR24UFPS_POSID
TCODESAP Workload: Report or Transaction Name SWLTCODECHAR40SAPWLCHR40
BTCJOBSAP Workload: Background Job Name SWLENTRYIDCHAR73SAPWLCHR73
DIASTEPCNTSAP Workload: Number of Steps SWLDIASTEPDEC15SAPWLP15
RESPSTSAP Workload: Total Response Time (s) SWLSRESPTIDEC31SAPWLTIME2
RESPMTSAP Workload: Average Response Time per Dialog Step (ms) SWLMRESPTIDEC15(1) SAPWLTIME1
PROCSTSAP Workload: Total Processing Time (s) SWLPROCTIDEC31SAPWLTIME2
PROCMTSAP Workload: Processing Time per Dialog Step (ms) SWLPROCTIXDEC15(1) SAPWLTIME1
PROCMTASAP Workload: Processing Time per Transaction (ms) SWLPROCTIADEC15(1) SAPWLTIME1
CPUSTSAP Workload: Total CPU Time (s) SWLCPUSTIDEC31SAPWLTIME2
CPUMTSAP Workload: Average CPU Time per Dialog Step (ms) SWLCPUMTIDEC15(1) SAPWLTIME1
ROLLWAITSTSAP Workload: Total Roll Wait Time (s) SWLROLLWAITTIDEC31SAPWLTIME2
ROLLWAITMTAverage Roll Wait Time per Dialog Step (ms) SWLROLLWAITMTDEC15(1) SAPWLTIME1
ROLLWAITMTASAP Workload. Average Roll Wait Time per Transaction (ms) SWLROLLWAITMTADEC15(1) SAPWLTIME1
DBSTSAP Workload: Total Database Time (s) SWLDBSTDEC31SAPWLTIME2
DBMTSAP Workload: Average Database Time per Dialog Step (ms) SWLDBTIMEDEC15(1) SAPWLTIME1
DBPRMTSAP Workload: Ø Time for DB Proc. Calls per Dialog Step (ms) SWLDBPRMT1DEC15(1) SAPWLTIME1
WAITSTSAP Workload: Total Wait Time (s) SWLWAITSTDEC15SAPWLTIME0
WAITMTSAP Workload: Average Wait Time per Dialog Step (ms) SWLWAITMTDEC15(1) SAPWLTIME1
READSEQCNTSAP Workload: Number of Sequential Reads SWLSREADCNDEC15SAPWLP15
READSEQSTSAP Workload: Total Logical Sequential Read Time (s) SWLSREADSTDEC31SAPWLTIME2
READSEQMTSAP Workload: Ø Logical Sequential Read Time (ms) SWLSREADMTDEC31(1) SAPWLTIME3
READSEQRECNumber of Records Read with Sequential Read Access SWLSREADRECDEC30SAPWLP30
READDIRCNTSAP Workload: Number of Direct Reads SWLDREADCNDEC15SAPWLP15
READDIRSTSAP Workload: Total Time for Logical Direct Reads (s) SWLDREADSTDEC15SAPWLTIME0
READDIRMTSAP Workload: Average Time for Logical Direct Reads (ms) SWLDREADMTDEC31(1) SAPWLTIME3
READDIRRECNumber of Records Read in the Type 'Direct Read' SWLDREADRECDEC30SAPWLP30
READSEQBUFSAP Workload: Number of Sequential Read Accesses in Buffer SWLSREADBUFDEC30SAPWLP30
CHNGCNTSAP Workload: Number of Logical Database Changes SWLCHNGCNDEC15SAPWLP15
CHNGSTSAP Workload: Total Time for Logical DB Changes (s) SWLCHNGSTDEC15SAPWLTIME0
CHNGMTSAP Workload: Average Change Time (ms) SWLCHNGMTDEC31(1) SAPWLTIME3
CHNGRECSAP Workload: Number of Changed DB Records SWLCHNGRECDEC30SAPWLP30
DBREQUCNTSAP Workload: Logical Database Calls from ABAP SWLDBREQCNDEC15SAPWLP15
DBREQMTISAP Workload: Average Time per Logical Database Call (ms) SWLDBREQMTDEC31(1) SAPWLTIME3
PHYREADCNTSAP Workload: Number of Physical Database Read Accesses SWLPHYRDCNDEC15SAPWLP15
PHYCHNGRECSAP Workload: Number of Modified Database Records SWLPHYCHCNDEC15SAPWLP15
PHYDBCALLSSAP Workload: Number of Physical Database Accesses SWLPHYDBCNDEC30SAPWLP30
DBUFREADCNSAP Workload: No. of Records Read from the Single Rec.Buffer SWLDBUFRCNDEC15SAPWLP15
DBPCOUNTSAP Workload: Number of Database Procedure Calls SWLDBCOUNTDEC15SAPWLCTLNG
DBPTIMESAP Workload: Time for DB Accesses by DB Procedures (ms) SWLDBPRTI1DEC15(1) SAPWLTIME1
DBPAVTISAP Workload: Average Time per DB Procedure Call (ms) SWLDBPRAV1DEC15(1) SAPWLTIME1
MCPUTISAP workload: Share of Response Time that Is CPU Time (%) SWLPCPUTIDEC5(1) SAPWLPRCNT
MDBTISAP Workload: Share of Avg.Resp.Time that Is DB Time (%) SWLPDBTIDEC5(1) SAPWLPRCNT
MDBPRTISAP Workload: Share of Avg.Resp.Time that is DB Proc Time(%) SWLPDBPRTIDEC5(1) SAPWLPRCNT
MWAITTISAP Workload: Share of Avg. Resp. Time that Is Wait Time (%) SWLPWAITTIDEC5(1) SAPWLPRCNT
MFGUITISAP Workload: Share of Response Time that is GUI Time (%) SWLPGUITIDEC5(1) SAPWLPRCNT
FNETSTSAP Workload: Total Frontend Network Time (s) SWLFNETSTDEC15SAPWLTIME0
FGUISTSAP Workload: Total GUI Time (s) SWLFGUISTDEC15SAPWLTIME0
FGUICNTSAP Workload: Number of Roundtrips SWLFGUICTDEC15SAPWLTIME0
FNETMTSAP Workload: Avg. Frontend Network Time per Dialog Step(ms) SWLFNETMTDEC15(1) SAPWLTIME1
FGUIMTSAP Workload: Average GUI Time per Dialog Step (ms) SWLFGUIMTDEC15(1) SAPWLTIME1
FGUITRPMTSAP Workload: Average GUI Time per Roundtrip (ms) SWLFGTRPMTDEC15(1) SAPWLTIME1
BYTESSAP Workload: Data Requested from Database (KB) SWLREQBYTEDEC15SAPWLP15
TEXTShort text UDTEXTCHAR60UDCHA60

Key field Non-key field



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

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

How to access SAP table SAPWLTCOD0

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