/MRSS/D_RES_TA SAP (Time allocations for resources) Table details

Dictionary Type: Table
Description: Time allocations for resources




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




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

/MRSS/D_RES_TA is a standard SAP Table which is used to store Time allocations for resources data and is available within R/3 SAP systems depending on the version and release level.

The /MRSS/D_RES_TA table consists of various fields, each holding specific information or linking keys about Time allocations for resources data available in SAP. These include TIMESPEC_KEY (GUID), BP_ID (GUID), BEG_TSTMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), END_TSTMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. 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_RES_TA 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
TIMESPEC_KEYGUID /MRSS/T_GUIDRAW16SYSUUID
BP_IDGUID /MRSS/T_GUIDRAW16SYSUUID
BEG_TSTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
END_TSTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CAPACITYNatural Number INT4INT410INT4
TIMESPEC_TYPETime Allocation Type /MRSS/T_TIMESPECTYPECHAR10CHAR10
PRIORITYNatural Number INT4INT410INT4
DESCRIPTIONChar 80 CHAR80CHAR80CHAR80
IS_AVAILABLEBoolean Variable /MRSS/T_BOOLEANCHAR1/MRSS/_BOOLEAN
IS_SIMPLEBoolean Variable /MRSS/T_BOOLEANCHAR1/MRSS/_BOOLEAN
CREATED_BYUser Name SYUNAMECHAR12SYCHAR12
CREATED_ATUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CHANGED_BYUser Name SYUNAMECHAR12SYCHAR12
CHANGED_ATUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
ONCALL_TYPEOncall Type /MRSS/T_ONCALL_TYPCHAR10CHAR10
AWTYPReference Transaction /MRSS/T_AWTYPCHAR5
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



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

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

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

How to access SAP table /MRSS/D_RES_TA

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