UAWORKSET SAP (Transparent Table to Store Working Environments of Costing) Table details

Dictionary Type: Table
Description: Transparent Table to Store Working Environments of Costing




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




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

UAWORKSET is a standard SAP Table which is used to store Transparent Table to Store Working Environments of Costing data and is available within R/3 SAP systems depending on the version and release level.

The UAWORKSET table consists of various fields, each holding specific information or linking keys about Transparent Table to Store Working Environments of Costing data available in SAP. These include GUID (GUID), APPLICATION (Application), ID (Object ID), DESCRIPTION (Description).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP UAWORKSET 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 ID SYMANDTCLNT3Assigned to domainMANDT
GUIDGUID UXP_GUIDCHAR32
APPLICATIONApplication UAB_APPLICCHAR30Assigned to domainAPPLUAB_APPLICATIONUAB_APPLICATION_F4
IDObject ID UXB_IDCHAR64UXB_ID
DESCRIPTIONDescription UAB_DESCRIPTIONCHAR80UAB_DESCRIPTION
CREATION_DATECreation Date UA_CREATION_DATEDATS8DATE
CREATION_TIMECreation Time UA_CREATION_TIMETIMS6TIME
CREATION_USERCreated By UA_CREATION_USERCHAR12UNAME
CHANGE_DATEChanged On UA_CHANGE_DATEDATS8DATE
CHANGE_TIMEChanged At UA_CHANGE_TIMETIMS6TIME
CHANGE_USERChanged By UA_CHANGE_USERCHAR12UNAME
AREAIDFIN Master Data: Application Area UG_AREAIDCHAR22SYSUUID_22UG_AREAID
WORKSETIDWorking Environment UAB_WORKSETIDCHAR20UXB_ID_SHORTUA_WORKSETID
PROJECTObject ID UXB_IDCHAR64UXB_ID
USER_SPECIFICIndicator: Working Environment Is User-Specific UA_USER_SPECIFICCHAR1BOOLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM UAWORKSET
INTO CORRESPONDING FIELDS OF WA_UAWORKSET
WHERE...

How to access SAP table UAWORKSET

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