WFMCASS_IS_SHIFT_SEGMENT SAP (Individual Schedule Shift Segment Structure) Structure details

Dictionary Type: Structure
Description: Individual Schedule Shift Segment Structure




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




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

WFMCASS_IS_SHIFT_SEGMENT 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 "Individual Schedule Shift Segment Structure" 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_WFMCASS_IS_SHIFT_SEGMENT TYPE WFMCASS_IS_SHIFT_SEGMENT.

The WFMCASS_IS_SHIFT_SEGMENT table consists of various fields, each holding specific information or linking keys about Individual Schedule Shift Segment Structure data available in SAP. These include MANDT (Client), SHIFT_SEG_ID (Shift Segment Id), SHIFT_ID (Shift Id), BRKTYPE_LOC (Location Profile).. 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 (Deep)


SAP WFMCASS_IS_SHIFT_SEGMENT 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
SHIFT_SEG_IDShift Segment Id WFM_CAS_SHIFT_SEG_IDCHAR32WFMCAS_ID
SHIFT_IDShift Id WFM_CAS_SHIFT_IDCHAR32WFMCAS_ID
BRKTYPE_LOCLocation Profile WFM_LOCATION_TYPECHAR20Assigned to domainALPHAWFM_LOCATION_TYPE
BRKTYPE_IDBreak Type WFM_BREAKTYPECHAR20Assigned to domainALPHAWFM_BREAKTYPE
WRKAREA_IDWork Area Id WFM_CAS_WRKAREA_IDCHAR32Assigned to domainWFMCAS_WRKAREA_ID
SCHDL_EVT_IDScheduled Event Id WFM_CAS_SCHDL_EVT_IDCHAR32WFMCAS_ID
SEG_STARTSegment Start Timestamp WFM_CAS_SEG_START_TSTDEC15TZTMPWFM_TZNTSTMPS
SEG_ENDSegment End Timestamp WFM_CAS_SEG_END_TSTDEC15TZTMPWFM_TZNTSTMPS
PARENT_SEG_IDShift Segment Id WFM_CAS_SHIFT_SEG_IDCHAR32WFMCAS_ID
SEGMENT_PAYShift Segment Pay WFM_CAS_SHIFT_SEG_PAYCURR10(2)
CURRENCY_CODECurrency Key WAERSCUKY5Assigned to domainWAERSFWS
REGULAR_HRSRegular Hours Worked/Scheduled WFM_CAS_REG_HOURSQUAN16(2)
WORK_HRS_UNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
REGULAR_PAYRegular Pay WFM_CAS_REG_PAYCURR16(2)
OVERTIME_HRSOvertime Hours Worked WFM_CAS_OT_HOURSQUAN16(2)
OVERTIME_PAYOvertime Pay WFM_CAS_OT_PAYCURR16(2)
UNPAID_HRSUnpaid Hours WFM_CAS_UNPAID_HOURSQUAN16(2)
REPLACED_FLAGFlag indicating whether a shift segment was replaced WFM_CAS_SEG_REPLACED_FLAGCHAR1WFM_BOOLEAN
MODIFIED_FLAGFlag indicating whether a shift segment was manually edited WFM_CAS_SEG_MODIFIED_FLAGCHAR1WFM_BOOLEAN
START_DATEStart Date WFM_CAS_START_DATEDATS8
START_TIMETime WFM_CAS_TIMETIMS6
END_DATEEnd Date WFM_CAS_END_DATEDATS8
END_TIMETime WFM_CAS_TIMETIMS6
CHARGE_DATECharge Date WFM_CAS_CHARGE_DATEDATS8
EDIT_FLAGBoolean ( True = 'X', False = ' ') WFM_BOOLEANCHAR1WFM_BOOLEAN
STATUSShift Status Flag WFM_CAS_SHIFTSTATUSNUMC2WFMCAS_SHIFTSTATUS
ACTION_FLAGBusiness Object Action Flag WFM_CAS_ACTION_FLAGNUMC2WFMCAS_ACTION_FLAG

Key field Non-key field



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

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

How to access SAP table WFMCASS_IS_SHIFT_SEGMENT

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