/MRSS/D_TIMERULE SAP (MRS Time Rules) Table details

Dictionary Type: Table
Description: MRS Time Rules




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




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

/MRSS/D_TIMERULE is a standard SAP Table which is used to store MRS Time Rules data and is available within R/3 SAP systems depending on the version and release level.

The /MRSS/D_TIMERULE table consists of various fields, each holding specific information or linking keys about MRS Time Rules data available in SAP. These include RULE_GUID (GUID), MRS_TIMERULE_ID (Time Rule Id), VALID_FROM (Time Stamp (Date and Time)), VALID_TO (Time Stamp (Date and Time)).. 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: Can be enhanced (character-type or numeric)


SAP /MRSS/D_TIMERULE 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
RULE_GUIDGUID /MRSS/T_GUIDRAW16SYSUUID
MRS_TIMERULE_IDTime Rule Id /MRSS/T_TIME_RULE_IDCHAR25TEXT25
VALID_FROMTime Stamp (Date and Time) /MRSS/T_TIMESTAMPDEC15TZNTSTMPS
VALID_TOTime Stamp (Date and Time) /MRSS/T_TIMESTAMPDEC15TZNTSTMPS
DESCRIPTIONText (80 Characters) TEXT80CHAR80TEXT80UEB
DURATIONNatural Number INT4INT410INT4
DURATION_TYPETime Rule Duration Type /MRSS/T_TIME_RULE_DURATION_TYPCHAR1/MRSS/_TIME_RULE_DURATION_TYPE
MONDAYMonday /MRSS/T_SGE_MONDAYCHAR1XFELD
TUESDAYTuesday /MRSS/T_SGE_TUESDAYCHAR1XFELD
WEDNESDAYWednesday /MRSS/T_SGE_WEDNESDAYCHAR1XFELD
THURSDAYThursday /MRSS/T_SGE_THURSDAYCHAR1XFELD
FRIDAYFriday /MRSS/T_SGE_FRIDAYCHAR1XFELD
SATURDAYSaturday /MRSS/T_SGE_SATURDAYCHAR1XFELD
SUNDAYSunday /MRSS/T_SGE_SUNDAYCHAR1XFELD
TIME_FROMStart Time of a Shift /MRSS/T_BEGTIMETIMS6TIMES
TIME_TOEnd Time of a Shift /MRSS/T_ENDTIMETIMS6TIMES

Key field Non-key field



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

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

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

How to access SAP table /MRSS/D_TIMERULE

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