SAPWLROLES SAP (SAP Workload: Table for User-Specific Parameters) Table details

Dictionary Type: Table
Description: SAP Workload: Table for User-Specific Parameters




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




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

SAPWLROLES is a standard SAP Table which is used to store SAP Workload: Table for User-Specific Parameters data and is available within R/3 SAP systems depending on the version and release level.

The SAPWLROLES table consists of various fields, each holding specific information or linking keys about SAP Workload: Table for User-Specific Parameters data available in SAP. These include BNAME (User Name in User Master Record), USERMODE (SAP Workload: User Mode), FUNCTION (SAP Workload: Selected Default Function for ST03N User), PROFILE (SAP Workload: Analysis View ID).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SAPWLROLES table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BNAMEUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
USERMODESAP Workload: User Mode SAPWLUSERMCHAR3SAPWLCHAR3
FUNCTIONSAP Workload: Selected Default Function for ST03N User SAPWLFUNCTCHAR8
PROFILESAP Workload: Analysis View ID SAPWLPROFICHAR4SAPWLPROFL
ALVVARIANTLayout SLIS_VARICHAR12SLIS_VARI
SUBPROFILESAP Workload: Analysis View ID SAPWLPROFICHAR4SAPWLPROFL
WANSAP workload: Indicator for WAN code activation (X=Active) SAPWLWFLAGCHAR1SAPWLPFLAG
SYSIDSAP Workload: System Name SWGSYSNAMECHAR32SAPWLCHR32
SYSTYPEN3 Workload: Type of Statistics Component SWGSYSTYPECHAR10TEXT10
INSTANCESAP Workload: Name of an ABAP Instance SAPWLINSTNCHAR39TEXT39
PERIODSAP workload: Analysis Period (Day, Week, Month) SAPWLPERIDCHAR1SAPWLPERID
STARTDATESAP Workload: Date of First Statistical Rec. of Measurement SAPWLFDAYDATS8SAPWLDATE
INDEX_LMLSAP Workload: Index SWGINDEXINT25SAPWLINT2
INDEX_FTRCSAP Workload: Index SWGINDEXINT25SAPWLINT2
SERVICESAP Workload: Service Type SWGSERVICEINT25SAPWLINT2

Key field Non-key field



How do I retrieve data from SAP table SAPWLROLES using ABAP code

The following ABAP code Example will allow you to do a basic selection on SAPWLROLES to SELECT all data from the table
DATA: WA_SAPWLROLES TYPE SAPWLROLES.

SELECT SINGLE *
FROM SAPWLROLES
INTO CORRESPONDING FIELDS OF WA_SAPWLROLES
WHERE...

How to access SAP table SAPWLROLES

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