EWJOBSCHED SAP (Scheduling parameters for EarlyWatch background jobs) Table details

Dictionary Type: Table
Description: Scheduling parameters for EarlyWatch background jobs




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




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

EWJOBSCHED is a standard SAP Table which is used to store Scheduling parameters for EarlyWatch background jobs data and is available within R/3 SAP systems depending on the version and release level.

The EWJOBSCHED table consists of various fields, each holding specific information or linking keys about Scheduling parameters for EarlyWatch background jobs data available in SAP. These include ACT_HOUR (EarlyWatch Job-Scheduling: Hour), PROG_NAME (EarlyWatch Job Scheduling: Program name), PROG_TYPE (EarlyWatch Job Scheduling: Program type), STATE (EarlyWatch Job Scheduling: State of a job).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP EWJOBSCHED 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
ACT_DAYEarlyWatch Job Scheduling: Day EWJBSCD_DYNUMC1EWJBSCD_DY
ACT_HOUREarlyWatch Job-Scheduling: Hour EWJBSCD_HRINT25INT2
PROG_NAMEEarlyWatch Job Scheduling: Program name EWJBSCD_PRCHAR128CHAR128
PROG_TYPEEarlyWatch Job Scheduling: Program type EWJBSCD_PTCHAR1EWJBSCD_PT
STATEEarlyWatch Job Scheduling: State of a job EWJBSCD_STCHAR1EWJBSCD_ST
NEXT_RUNEarlyWatch Job Scheduling: Next run of program EWJBSCD_NRNUMC2EWJBSCD_WK
UPD_PERIODEarlyWatch Job Scheduling: Update period EWJBSCD_UPNUMC2EWJBSCD_WK
PARAMETEREarlyWatch Job Scheduling: Parameter line EWJBSCD_PACHAR128TEXT128
ITEM_CMNTEarlyWatch Job-Scheduling: Comment/Description of item EWJBSCD_CMCHAR60TEXT60
LAST_RUN_DEarlyWatch Job Scheduling: Date of last run EWJBSCD_LDDATS8SYDATS
LAST_RUN_TEarlyWatch Job Scheduling: Time of last run EWJBSCD_LTTIMS6SYTIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM EWJOBSCHED
INTO CORRESPONDING FIELDS OF WA_EWJOBSCHED
WHERE...

How to access SAP table EWJOBSCHED

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