/SDF/MAIN_HOURS SAP (Main business hours for a full week) Table details

Dictionary Type: Table
Description: Main business hours for a full week




ABAP Code to SELECT data from /SDF/MAIN_HOURS
Related tables to /SDF/MAIN_HOURS
Access table /SDF/MAIN_HOURS




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

/SDF/MAIN_HOURS is a standard SAP Table which is used to store Main business hours for a full week data and is available within R/3 SAP systems depending on the version and release level.

The /SDF/MAIN_HOURS table consists of various fields, each holding specific information or linking keys about Main business hours for a full week data available in SAP. These include EXT_SID (Name of SAP System), IGNORE_DAY (Data Type), H_00 (Data Type), H_01 (Data Type).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /SDF/MAIN_HOURS 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
WEEKDAY 2 characters weekday0
EXT_SIDName of SAP System SYSYSIDCHAR8SYCHAR08
IGNORE_DAYData Type SYFTYPECHAR1SYCHAR01
H_00Data Type SYFTYPECHAR1SYCHAR01
H_01Data Type SYFTYPECHAR1SYCHAR01
H_02Data Type SYFTYPECHAR1SYCHAR01
H_03Data Type SYFTYPECHAR1SYCHAR01
H_04Data Type SYFTYPECHAR1SYCHAR01
H_05Data Type SYFTYPECHAR1SYCHAR01
H_06Data Type SYFTYPECHAR1SYCHAR01
H_07Data Type SYFTYPECHAR1SYCHAR01
H_08Data Type SYFTYPECHAR1SYCHAR01
H_09Data Type SYFTYPECHAR1SYCHAR01
H_10Data Type SYFTYPECHAR1SYCHAR01
H_11Data Type SYFTYPECHAR1SYCHAR01
H_12Data Type SYFTYPECHAR1SYCHAR01
H_13Data Type SYFTYPECHAR1SYCHAR01
H_14Data Type SYFTYPECHAR1SYCHAR01
H_15Data Type SYFTYPECHAR1SYCHAR01
H_16Data Type SYFTYPECHAR1SYCHAR01
H_17Data Type SYFTYPECHAR1SYCHAR01
H_18Data Type SYFTYPECHAR1SYCHAR01
H_19Data Type SYFTYPECHAR1SYCHAR01
H_20Data Type SYFTYPECHAR1SYCHAR01
H_21Data Type SYFTYPECHAR1SYCHAR01
H_22Data Type SYFTYPECHAR1SYCHAR01
H_23Data Type SYFTYPECHAR1SYCHAR01

Key field Non-key field



How do I retrieve data from SAP table /SDF/MAIN_HOURS using ABAP code

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

SELECT SINGLE *
FROM /SDF/MAIN_HOURS
INTO CORRESPONDING FIELDS OF WA_/SDF/MAIN_HOURS
WHERE...

How to access SAP table /SDF/MAIN_HOURS

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