/MRSS/D_DEM_H SAP (Complex Demand) Table details

Dictionary Type: Table
Description: Complex Demand




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




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

/MRSS/D_DEM_H is a standard SAP Table which is used to store Complex Demand data and is available within R/3 SAP systems depending on the version and release level.

The /MRSS/D_DEM_H table consists of various fields, each holding specific information or linking keys about Complex Demand data available in SAP. These include CLIENT (Client), GUID (GUID), HEADER (GUID), PARENT (GUID).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /MRSS/D_DEM_H table 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
GUIDGUID /MRSS/T_GUIDRAW16SYSUUID
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 PLVARCHAR2T778PPLVARPOP
OTYPEObject Type OTYPECHAR2T778OOTYPEPOT
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_TYPECHAR4Assigned to domainAUFART
PLANTMaintenance planning plant /MRSS/T_PM_PLANTCHAR4Assigned to domainWERKS
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_PLANTCHAR4Assigned to domainWERKS
SCHEDULING_TYPEScheduling Type for Demand /MRSS/T_SCHEDULING_TYPECHAR1

Key field Non-key field



How do I retrieve data from SAP table /MRSS/D_DEM_H using ABAP code

The following ABAP code Example will allow you to do a basic selection on /MRSS/D_DEM_H to SELECT all data from the table
DATA: WA_/MRSS/D_DEM_H TYPE /MRSS/D_DEM_H.

SELECT SINGLE *
FROM /MRSS/D_DEM_H
INTO CORRESPONDING FIELDS OF WA_/MRSS/D_DEM_H
WHERE...

How to access SAP table /MRSS/D_DEM_H

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