ROXAWG0111 SAP (Work Area Attributes) Structure details

Dictionary Type: Structure
Description: Work Area Attributes




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




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

ROXAWG0111 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 "Work Area Attributes" 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_ROXAWG0111 TYPE ROXAWG0111.

The ROXAWG0111 table consists of various fields, each holding specific information or linking keys about Work Area Attributes data available in SAP. These include WRKAREA_ID (Work Area Id), DATEFROM (Start Date), DATETO (End Date), TEMP_FLAG (Temporary Flag).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ROXAWG0111 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
WRKAREA_IDWork Area Id WFA_WRKAREA_IDCHAR32WFA_WRKAREAWFA_WRKAREA_ID
DATEFROMStart Date WFA_BEGDATEDATS8
DATETOEnd Date WFA_ENDDATEDATS8
TEMP_FLAGTemporary Flag WFA_TEMP_FLAGCHAR1WFA_BOOLEAN
EXCL_VARSHIFTExclude - No variable Shift WFA_EXCL_VARSHIFTCHAR1WFA_BOOLEAN
EXCL_PAYROLLEclude fixed from payroll cost WFA_EXCL_PAYROLLCHAR1WFA_BOOLEAN
EXCL_COVERAGEExclude fixed from coverage counts WFA_EXCL_COVERAGECHAR1WFA_BOOLEAN
EXCL_AHRCALCExclude shifts from AHR calculation WFA_EXCL_AHRCALCCHAR1WFA_BOOLEAN
EXCL_HOURSExclude fixed hours from Schedule and Workload WFA_EXCL_HOURSCHAR1WFA_BOOLEAN
DRIVER_IND_IDIndicator Id WFA_INDICATOR_IDCHAR32WFAFC_INDCATORWFAFC_INDICATOR_ID
DEPT_TAGDepartment Tag Index WFA_DEPT_INDEXNUMC4WFAC_DEPT_TAGWFA_DEPT_TAG_ID
WORK_AREA_ORDERWork Area Order WFA_WA_ORDERINT410
IMPORTANCEImportance Cost WFA_IMPORTANCEDEC10(4)
CREATED_BYCreated By WFA_CRUNAMECHAR12USNAM
CREATED_ATCreated At WFA_CRTIMEDEC15TMPSTWFA_TZNTSTMPS
CHANGED_BYLast Changed By WFA_CHUNAMECHAR12USNAM
CHANGED_ATLast Changed At WFA_CHTIMEDEC15TMPSTWFA_TZNTSTMPS
ORG_PLVARPlan Version PLVARCHAR2Assigned to domainPLVARPOP
ORG_OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
ORG_OBJIDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
WRKA_HIST_GUIDID WFA_IDCHAR32WFA_ID
WRKAREA_TMAP_IDTime Map ID WFACFG_TMAP_IDCHAR32WFA_ID

Key field Non-key field



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

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

How to access SAP table ROXAWG0111

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