SWBUSRDFLT SAP (Default Values of SAP User for Prog./Trans./FMs) Table details

Dictionary Type: Table
Description: Default Values of SAP User for Prog./Trans./FMs




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




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

SWBUSRDFLT is a standard SAP Table which is used to store Default Values of SAP User for Prog./Trans./FMs data and is available within R/3 SAP systems depending on the version and release level.

The SWBUSRDFLT table consists of various fields, each holding specific information or linking keys about Default Values of SAP User for Prog./Trans./FMs data available in SAP. These include SAP_USER (User Name), PROG_COMP (Program/transaction/function module with default values), IDENTIFIER (ID (unique) for a display element), COUNTER (Seq. number for default entries when key otherwise same).. 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 SWBUSRDFLT 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
SAP_USERUser Name SYUNAMECHAR12SYCHAR12
PROG_COMPProgram/transaction/function module with default values SWB_PROGCHAR40Assigned to domainPROGRAMM
IDENTIFIERID (unique) for a display element SWB_IDENTCHAR32CHAR32
COUNTERSeq. number for default entries when key otherwise same SWB_LINENONUMC4NUMC4
DATAData component for default values SWBDEFDATACHAR255CHAR255

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWBUSRDFLT
INTO CORRESPONDING FIELDS OF WA_SWBUSRDFLT
WHERE...

How to access SAP table SWBUSRDFLT

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