/MRSS/T_DEM_ADM_WRK_EXT SAP (Administrative Item Data) Structure details

Dictionary Type: Structure
Description: Administrative Item Data




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




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

/MRSS/T_DEM_ADM_WRK_EXT 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 "Administrative Item Data" 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_ADM_WRK_EXT TYPE /MRSS/T_DEM_ADM_WRK_EXT.

The /MRSS/T_DEM_ADM_WRK_EXT table consists of various fields, each holding specific information or linking keys about Administrative Item Data data available in SAP. These include PARENT_EXT (External Demand Key), HEADER_EXT (External Demand Key), LOGSYS (Logical system), DEM_TYPE_I (Demand Item Category).. 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_ADM_WRK_EXT 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
KEY_EXTExternal Demand Key /MRSS/T_DEM_KEY_EXTCHAR60CHAR60
PARENT_EXTExternal Demand Key /MRSS/T_DEM_KEY_EXTCHAR60CHAR60
HEADER_EXTExternal Demand Key /MRSS/T_DEM_KEY_EXTCHAR60CHAR60
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
DEM_TYPE_IDemand Item Category /MRSS/T_DEM_TYPE_ICHAR4
IDDemand Item ID /MRSS/T_DEM_I_IDCHAR25CHAR25
SUBIDSub ID of Demand Item /MRSS/T_DEM_I_SUBIDCHAR4CHAR4
DESCRIPTIONDescription of Demand Item /MRSS/T_DEM_I_DESCRIPTIONCHAR40TEXT40
DISPO_FLGRelevancy for Resource Planning /MRSS/T_DISPO_FLGCHAR1/MRSS/_BOOLEAN
CAPA_FLGRelevance for Capacity Planning /MRSS/T_SGE_CAPA_FLGCHAR1/MRSS/_BOOLEAN
STAT_COMPLIndicate Demand as Completed (Reversible) /MRSS/T_DEM_STAT_COMPLCHAR1/MRSS/_BOOLEAN
STAT_COMPL_FINALIndicate Demand as Completed (Not Reversible) /MRSS/T_DEM_STAT_COMPL_FINALCHAR1/MRSS/_BOOLEAN
IS_COPY_FROMGUID /MRSS/T_GUIDRAW16SYSUUID
IS_SPLIT_FROMGUID /MRSS/T_GUIDRAW16SYSUUID
ORIG_ITEM_TYPEDemand Item Category /MRSS/T_DEM_TYPE_ICHAR4
HAS_SUCCESSORBoolean Variable /MRSS/T_BOOLEANCHAR1/MRSS/_BOOLEAN
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
WORKCENTER_GUIDGUID of Planning Node /MRSS/T_NODE_GUIDRAW16SYSUUID
ORGUNIT_GUIDGUID of Planning Node /MRSS/T_NODE_GUIDRAW16SYSUUID
PARENTGUID /MRSS/T_GUIDRAW16SYSUUID
HEADERGUID /MRSS/T_GUIDRAW16SYSUUID
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

Key field Non-key field



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

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

How to access SAP table /MRSS/T_DEM_ADM_WRK_EXT

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