/MRSS/T_DEM SAP (Complex Demand) Structure details

Dictionary Type: Structure
Description: Complex Demand




ABAP Code to SELECT data from /MRSS/T_DEM
Related tables to /MRSS/T_DEM
Access table /MRSS/T_DEM




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

/MRSS/T_DEM 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 "Complex Demand" 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_/MRSS/T_DEM TYPE /MRSS/T_DEM.

The /MRSS/T_DEM table consists of various fields, each holding specific information or linking keys about Complex Demand data available in SAP. These include HEADER_ATT (), HEADER (GUID), PARENT (GUID), DEM_TYPE (Demand Type).. 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: Not classified


SAP /MRSS/T_DEM 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
GUIDGUID /MRSS/T_GUIDRAW16SYSUUID
HEADER_ATT 0
HEADERGUID /MRSS/T_GUIDRAW16SYSUUID
PARENTGUID /MRSS/T_GUIDRAW16SYSUUID
DEM_TYPEDemand Type /MRSS/T_DEM_TYPECHAR4/MRSS/_DEM_TYPE
IDDemand ID /MRSS/T_DEM_H_IDCHAR25CHAR25
DESCRIPTIONDescription of Complex Demand /MRSS/T_DEM_H_DESCCHAR40TEXT40
BASIC_STARTUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
BASIC_ENDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
SCHED_STARTUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
SCHED_ENDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
ACTUAL_STARTUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
ACTUAL_ENDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
PLVARPlan Version PLVARCHAR2PLVARPOP
OTYPEObject Type OTYPECHAR2OTYPEPOT
OBJIDObject ID OBJEKTIDNUMC8NUM08PON
STAT_ERRBoolean Variable /MRSS/T_BOOLEANCHAR1/MRSS/_BOOLEAN
STAT_COMPLBoolean Variable /MRSS/T_BOOLEANCHAR1/MRSS/_BOOLEAN
PROBABILITYDemand Probability /MRSS/T_DEM_PROBABILITYCHAR3ALPHA/MRSS/_DEM_PROBABILITY
ORIG_ORDER_TYPEType of underlying order or operation /MRSS/T_DEM_ORDER_TYPECHAR4AUFART
PLANTMaintenance planning plant /MRSS/T_PM_PLANTCHAR4WERKS
ACTIVITY_TYPEMaintenance activity type (header) /MRSS/T_PM_ACTIVITY_TYPECHAR3/MRSS/_DEM_PM_ACTIVITY_TYPE
CREATED_BYCreated By /MRSS/T_DEM_CREATED_BYCHAR12USNAM
CREATED_ATUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CHANGED_BYLast Changed By /MRSS/T_DEM_CHANGED_BYCHAR12USNAM
CHANGED_ATUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
WORKCENTER_IDWork center ID of operation or item /MRSS/T_DEM_WORKCENTER_IDNUMC8NUM08
WORKCENTER_TYPEWork center type of operation or item /MRSS/T_DEM_WORKCENTER_TYPECHAR2/MRSS/_SGE_CR_OBJTY
WORKCENTER_PLANTPlant of Work Center /MRSS/T_DEM_WORKCENTER_PLANTCHAR4WERKS
SCHEDULING_TYPEScheduling Type for Demand /MRSS/T_SCHEDULING_TYPECHAR1
ITEMS 0
RELAT 0
STATUS_TAB 0
PARTNER_TAB 0

Key field Non-key field



How do I retrieve data from SAP structure /MRSS/T_DEM using ABAP code?

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

How to access SAP table /MRSS/T_DEM

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