WFMS_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 WFMS_ORGUNIT_UI_LABELS
Related tables to WFMS_ORGUNIT_UI_LABELS
Access table WFMS_ORGUNIT_UI_LABELS




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

WFMS_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_WFMS_ORGUNIT_UI_LABELS TYPE WFMS_ORGUNIT_UI_LABELS.

The WFMS_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 WFMS_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 WFM_ORGID_LBCHAR1WFM_MS_BOOLEAN
ORGUNITOrg Unit Label WFM_ORGUNIT_LBCHAR1WFM_MS_BOOLEAN
ORGUNITLISTOrg Units List Label WFM_ORGLIST_LBCHAR1WFM_MS_BOOLEAN
ORGSTATUSStatus Label WFM_STATUS_LBCHAR1WFM_MS_BOOLEAN
ORGSDESCShort Description Label WFM_SDESC_LBCHAR1WFM_MS_BOOLEAN
ORGLDESCLong Description Label WFM_LDESC_LBCHAR1WFM_MS_BOOLEAN
GRP1operational settings pf WFM_PRF_GRP_NAME1CHAR1WFM_MS_BOOLEAN
GRP2work area profile group name WFM_PRF_GRP_NAME2CHAR1WFM_MS_BOOLEAN
GRP3schedule settings profile WFM_PRF_GRP_NAME3CHAR1WFM_MS_BOOLEAN
GRP4schedule rules parameter name WFM_PRF_GRP_NAME4CHAR1WFM_MS_BOOLEAN
GRP5Default Group Settings Parameter name WFM_PRF_GRP_NAME5CHAR1WFM_MS_BOOLEAN
AVAILPRFLabel for Available Parameter Groups WFM_AVAILPRF_LBCHAR1WFM_MS_BOOLEAN
ASSGNPRFLabel for Assigned Parameter Groups WFM_ASSGNPRF_LBCHAR1WFM_MS_BOOLEAN
PRFIDProfile ID Label WFM_PRFID_LBCHAR1WFM_MS_BOOLEAN
ACTIVEActive Label WFM_ACTIVE_LBCHAR1WFM_MS_BOOLEAN
STARTDATEStart Date Label WFM_START_DATECHAR1WFM_MS_BOOLEAN
ENDDATEEnd Date Label WFM_END_DATECHAR1WFM_MS_BOOLEAN
PRFID2Profile ID Label WFM_PRFID_LBCHAR1WFM_MS_BOOLEAN
ORGSDESC2Short Description Label WFM_SDESC_LBCHAR1WFM_MS_BOOLEAN

Key field Non-key field



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

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

How to access SAP table WFMS_ORGUNIT_UI_LABELS

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