WFAS_ORGUNIT_UI_LABELS SAP (Org Unit Configuration UI Labels) Structure details

Dictionary Type: Structure
Description: Org Unit Configuration UI Labels




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




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

WFAS_ORGUNIT_UI_LABELS 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 "Org Unit Configuration UI Labels" 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_WFAS_ORGUNIT_UI_LABELS TYPE WFAS_ORGUNIT_UI_LABELS.

The WFAS_ORGUNIT_UI_LABELS table consists of various fields, each holding specific information or linking keys about Org Unit Configuration UI Labels data available in SAP. These include ORGUNIT (Org Unit Label), ORGUNITLIST (Org Units List Label), ORGSTATUS (Status Label), ORGSDESC (Short Description Label).. 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: Can be enhanced (character-type)


SAP WFAS_ORGUNIT_UI_LABELS 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
ORGIDOrg ID Label WFA_ORGID_LBCHAR1WFA_MS_BOOLEAN
ORGUNITOrg Unit Label WFA_ORGUNIT_LBCHAR1WFA_MS_BOOLEAN
ORGUNITLISTOrg Units List Label WFA_ORGLIST_LBCHAR1WFA_MS_BOOLEAN
ORGSTATUSStatus Label WFA_STATUS_LBCHAR1WFA_MS_BOOLEAN
ORGSDESCShort Description Label WFA_SDESC_LBCHAR1WFA_MS_BOOLEAN
ORGLDESCLong Description Label WFA_LDESC_LBCHAR1WFA_MS_BOOLEAN
GRP1operational settings pf WFA_PRF_GRP_NAME1CHAR1WFA_MS_BOOLEAN
GRP2work area profile group name WFA_PRF_GRP_NAME2CHAR1WFA_MS_BOOLEAN
GRP3schedule settings profile WFA_PRF_GRP_NAME3CHAR1WFA_MS_BOOLEAN
GRP4schedule rules parameter name WFA_PRF_GRP_NAME4CHAR1WFA_MS_BOOLEAN
GRP5Default Group Settings Parameter name WFA_PRF_GRP_NAME5CHAR1WFA_MS_BOOLEAN
AVAILPRFLabel for Available Parameter Groups WFA_AVAILPRF_LBCHAR1WFA_MS_BOOLEAN
ASSGNPRFLabel for Assigned Parameter Groups WFA_ASSGNPRF_LBCHAR1WFA_MS_BOOLEAN
PRFIDProfile ID Label WFA_PRFID_LBCHAR1WFA_MS_BOOLEAN
ACTIVEActive Label WFA_ACTIVE_LBCHAR1WFA_MS_BOOLEAN
STARTDATEStart Date Label WFACFG_START_DATECHAR1WFA_MS_BOOLEAN
ENDDATEEnd Date Label WFACFG_DATECHAR1WFA_MS_BOOLEAN
PRFID2Profile ID Label WFA_PRFID_LBCHAR1WFA_MS_BOOLEAN
ORGSDESC2Short Description Label WFA_SDESC_LBCHAR1WFA_MS_BOOLEAN

Key field Non-key field



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

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

How to access SAP table WFAS_ORGUNIT_UI_LABELS

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