COMT_SCRULE_W SAP (Regular Weekly Appointments) Structure details

Dictionary Type: Structure
Description: Regular Weekly Appointments




ABAP Code to SELECT data from COMT_SCRULE_W
Related tables to COMT_SCRULE_W
Access table COMT_SCRULE_W




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

COMT_SCRULE_W 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 "Regular Weekly Appointments" 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_COMT_SCRULE_W TYPE COMT_SCRULE_W.

The COMT_SCRULE_W table consists of various fields, each holding specific information or linking keys about Regular Weekly Appointments data available in SAP. These include MONDAY (Monday Active?), TUESDAY (Tuesday Active?), WEDNESDAY (Wednesday Active?), THURSDAY (Thursday Active?).. 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: Can be enhanced (character-type or numeric)


SAP COMT_SCRULE_W 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
WEEKSNumber of Weeks in the Week Rule COMT_BSP_TIME_SC_RULEWNOCHAR2CHAR2
MONDAYMonday Active? COMT_BSP_TIME_MO_RULEWDCHAR1CHAR1
TUESDAYTuesday Active? COMT_BSP_TIME_TU_RULEWDCHAR1CHAR1
WEDNESDAYWednesday Active? COMT_BSP_TIME_WE_RULEWDCHAR1CHAR1
THURSDAYThursday Active? COMT_BSP_TIME_TH_RULEWDCHAR1CHAR1
FRIDAYFriday Active? COMT_BSP_TIME_FR_RULEWDCHAR1CHAR1
SATURDAYSaturday Active? COMT_BSP_TIME_SA_RULEWDCHAR1CHAR1
SUNDAYSunday Active? COMT_BSP_TIME_SU_RULEWDCHAR1CHAR1
MONDA_FROMStart Time on this Weekday COMT_BSP_SC_RULEWFRTIMS6TIME
TUESD_FROMStart Time on this Weekday COMT_BSP_SC_RULEWFRTIMS6TIME
WEDNE_FROMStart Time on this Weekday COMT_BSP_SC_RULEWFRTIMS6TIME
THURS_FROMStart Time on this Weekday COMT_BSP_SC_RULEWFRTIMS6TIME
FRIDA_FROMStart Time on this Weekday COMT_BSP_SC_RULEWFRTIMS6TIME
SATUR_FROMStart Time on this Weekday COMT_BSP_SC_RULEWFRTIMS6TIME
SUNDA_FROMStart Time on this Weekday COMT_BSP_SC_RULEWFRTIMS6TIME
MONDAY_TOFinish Time on This Weekday COMT_BSP_SC_RULEWTOTIMS6TIME
TUESDAY_TOFinish Time on This Weekday COMT_BSP_SC_RULEWTOTIMS6TIME
WEDNESD_TOFinish Time on This Weekday COMT_BSP_SC_RULEWTOTIMS6TIME
THURSDA_TOFinish Time on This Weekday COMT_BSP_SC_RULEWTOTIMS6TIME
FRIDAY_TOFinish Time on This Weekday COMT_BSP_SC_RULEWTOTIMS6TIME
SATURDA_TOFinish Time on This Weekday COMT_BSP_SC_RULEWTOTIMS6TIME
SUNDAY_TOFinish Time on This Weekday COMT_BSP_SC_RULEWTOTIMS6TIME
MOND_TZONETime Zone for This Weekday COMT_BSP_SC_RULEWTZCHAR6Assigned to domainTZNZONE
TUES_TZONETime Zone for This Weekday COMT_BSP_SC_RULEWTZCHAR6Assigned to domainTZNZONE
WEDN_TZONETime Zone for This Weekday COMT_BSP_SC_RULEWTZCHAR6Assigned to domainTZNZONE
THUR_TZONETime Zone for This Weekday COMT_BSP_SC_RULEWTZCHAR6Assigned to domainTZNZONE
FRID_TZONETime Zone for This Weekday COMT_BSP_SC_RULEWTZCHAR6Assigned to domainTZNZONE
SATU_TZONETime Zone for This Weekday COMT_BSP_SC_RULEWTZCHAR6Assigned to domainTZNZONE
SUND_TZONETime Zone for This Weekday COMT_BSP_SC_RULEWTZCHAR6Assigned to domainTZNZONE
MONDY_OVERNumber of skipped days for this weekday SC_RULEWOVINT13INT1
TUESD_OVERNumber of skipped days for this weekday SC_RULEWOVINT13INT1
WEDNE_OVERNumber of skipped days for this weekday SC_RULEWOVINT13INT1
THURS_OVERNumber of skipped days for this weekday SC_RULEWOVINT13INT1
FRIDA_OVERNumber of skipped days for this weekday SC_RULEWOVINT13INT1
SATUR_OVERNumber of skipped days for this weekday SC_RULEWOVINT13INT1
SUNDA_OVERNumber of skipped days for this weekday SC_RULEWOVINT13INT1

Key field Non-key field



How do I retrieve data from SAP structure COMT_SCRULE_W using ABAP code?

As COMT_SCRULE_W 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 COMT_SCRULE_W as there is no data to select.

How to access SAP table COMT_SCRULE_W

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