/MRSS/T_WL_BACKLOG SAP (Worklist for Backlog Display) Structure details

Dictionary Type: Structure
Description: Worklist for Backlog Display




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




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

/MRSS/T_WL_BACKLOG 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 "Worklist for Backlog Display" 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_WL_BACKLOG TYPE /MRSS/T_WL_BACKLOG.

The /MRSS/T_WL_BACKLOG table consists of various fields, each holding specific information or linking keys about Worklist for Backlog Display data available in SAP. These include GUID (GUID), HEADER_LEVEL (Dummy for B20 int1 (Local Everywhere)), PARENT (GUID), HEADER (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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /MRSS/T_WL_BACKLOG 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_LEVELDummy for B20 int1 (Local Everywhere) INT1INT13INT1
PARENTGUID /MRSS/T_GUIDRAW16SYSUUID
HEADERGUID /MRSS/T_GUIDRAW16SYSUUID
DISPO_FLGRelevancy for Resource Planning /MRSS/T_DISPO_FLGCHAR1/MRSS/_BOOLEAN
CAPA_FLGRelevance for Capacity Planning /MRSS/T_SGE_CAPA_FLGCHAR1/MRSS/_BOOLEAN
ERR_FLGBoolean Variable /MRSS/T_BOOLEANCHAR1/MRSS/_BOOLEAN
STAT_COMPLProcessing status /MRSS/T_STAT_COMPLCHAR1/MRSS/_BOOLEAN
DEMAND_TYPEDemand Type /MRSS/T_DEMAND_TYPECHAR2/MRSS/_DEMAND_TYPE
EDIT_MODEProcessing Mode /MRSS/T_EDIT_MODECHAR1/MRSS/_EDIT_MODE
HEADER_TYPEDemand Type /MRSS/T_DEM_TYPECHAR4/MRSS/_DEM_TYPE
RELEVANCERelevance of an Item for the Planning Board /MRSS/T_WL_ITEM_RELCHAR1/MRSS/_WL_ITEM_REL
NUMBER_INTNumeric Character Field, Length 10 NUMC10NUMC10NUMC10
DESCRIPTIONCharacter field of length 40 CHAR40CHAR40CHAR40
DURATIONDuration /MRSS/T_SGE_DURATIONQUAN13(3) MENG13
DURATION_UNITUnit for the Transaction Duration /MRSS/T_SGE_DURATION_UNITUNIT3Assigned to domainCUNITMEINS
BEGDAField of type DATS DATSDATS8DATS
BEG_UZEITTime UZEITTIMS6UZEIT
ENDDAField of type DATS DATSDATS8DATS
END_UZEITTime UZEITTIMS6UZEIT
OBJECT_IDDemand Number /MRSS/T_OBJECTIDCHAR25/MRSS/_OBJECT_ID
HEADER_DESCCharacter field of length 40 CHAR40CHAR40CHAR40
SERV_OBJIDObject ID of resource planning node /MRSS/T_OBJID_SERVCHAR8ALPHA/MRSS/_OBJID
SERV_STEXTName of resource planning node /MRSS/T_STEXT_SERVCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table /MRSS/T_WL_BACKLOG

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