GMSCHEDULERULE SAP (GM Schedule Rule) Table details

Dictionary Type: Table
Description: GM Schedule Rule




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




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

GMSCHEDULERULE is a standard SAP Table which is used to store GM Schedule Rule data and is available within R/3 SAP systems depending on the version and release level.

The GMSCHEDULERULE table consists of various fields, each holding specific information or linking keys about GM Schedule Rule data available in SAP. These include SCHEDULE_RULE (GM Schedule Rule), PERIODIC_P (GM Periodic Scheduling Property), START_DATE (GM:Source for Start Date), START_OFFSET (Offset days to the start date).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = GMSCHEDULERULET


SAP GMSCHEDULERULE 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 MANDTCLNT3T000MANDT
SCHEDULE_RULEGM Schedule Rule GM_SCHEDULE_RULECHAR10GM_SCHEDULE_RULE
PERIODIC_PGM Periodic Scheduling Property GM_SCHEDULE_PERIODIC_PCHAR1GM_SCHEDULE_PERIODIC_P
START_DATEGM:Source for Start Date GM_SCHEDULE_START_DATECHAR1GM_RT_SOURCE_DATE
START_OFFSETOffset days to the start date GM_SCHEDULE_START_OFFSETDEC3PL2
END_DATEGM:Source for End Date GM_SCHEDULE_END_DATECHAR1GM_RT_SOURCE_DATE
END_OFFSETOffset days to the end date GM_SCHEDULE_END_OFFSETDEC3PL2

Key field Non-key field



How do I retrieve data from SAP table GMSCHEDULERULE using ABAP code

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

SELECT SINGLE *
FROM GMSCHEDULERULE
INTO CORRESPONDING FIELDS OF WA_GMSCHEDULERULE
WHERE...

How to access SAP table GMSCHEDULERULE

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