/SOMO/JOSCHEDLT SAP (Job Schedule Local Template) Table details

Dictionary Type: Table
Description: Job Schedule Local Template




ABAP Code to SELECT data from /SOMO/JOSCHEDLT
Related tables to /SOMO/JOSCHEDLT
Access table /SOMO/JOSCHEDLT




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

/SOMO/JOSCHEDLT is a standard SAP Table which is used to store Job Schedule Local Template data and is available within R/3 SAP systems depending on the version and release level.

The /SOMO/JOSCHEDLT table consists of various fields, each holding specific information or linking keys about Job Schedule Local Template data available in SAP. These include WEEKDAY (), SID (), JOBMONID (), STEPCOUNT ().. 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: Not classified


SAP /SOMO/JOSCHEDLT 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
SOLUTION 0
WEEKDAY 0
SID 0
JOBMONID 0
STEPCOUNT 0
JCOUNTER 0
CLIENT 0
EXECUSER 0
JOBNAME 0
PROGNAME 0
VARIANT 0
XPGPROG 0
XPGPARAMS 0
PREC_JOBNAME 0
EVENTID 0
EVENTPARM 0
SDLSTRTTM 0
SENDTIME 0
BPROCESSOBJNO 0
BPROCSTEPOBJNO 0
PARAPROC 0
NUMPARAJOB 0
JOBLOGANA 0
PTIMEWINS 0
PTIMEWINE 0
CRITICAL 0
ADELAYYEL 0
ADELAYRED 0
ADLENDYEL 0
ADLENDRED 0
AWINDWYEL 0
AWINDWRED 0
ADURATYEL 0
ADURATRED 0
ASTATUS 0
APARAPROC 0
ANOTSTARTED Alert Job not started0
CUSSTRTTM Customizing start time0
EXTFLAG Flag for external scheduled jo0
NAM_RULE Rule for custom jobname determination0
CALENDARID Calendar id0
RELDAYMONTH No. of days relative to begin (+) or end (-) of month0
PRDMONTHS Period of the job in month0
STARTMONTH Start month0
CHKTIMNOTSTARTED Checktime for job not started alerttype0
AJOBACTIVEYEL Alert job active yellow0
AJOBACTIVERED Alert job active red0
SIDLONGName of SAP System SYSYSIDCHAR8SYCHAR08
PERIV Fiscal year variant0
RELDAYMONTHEND No. of days relative to begin (+) or end (-) of month - end0
LAST_PLAN_START Last planned start time0
PERIODICITY Periodicity [min]0
JOBTYPE Type of job space, BH, BE, JH, JE0
RJOBMONID Reference Job Monid0
CHAINSTATUS_YEL Status of job chain for yellow alert0
CHAINSTATUS_RED Status for job chain for red alert0
CHKTIMNOTSTARTRE Check time for alert type job not started # relative time0
PLAN_END_REL Plan end time relative to the start0
CHAIN_ID BW Chain ID0
TYPE BW Process Type0
VARIANTE BW Chain Variante0
LNR BW Chain Sequence Number0
RECPROC_MIN_YEL Records processed min yellow alert0
RECPROC_MIN_RED Records processed min red alert0
RECPROC_MAX_YEL Records processed max yellow alert0
RECPROC_MAX_RED Records processed max rellow alert0
MONWINDOW Monitoring time window for a job chain0
INFOPCKG_MIN_YEL Info Packages processed min yellow alert0
INFOPCKG_MIN_RED Info Packages processed min red alert0
INFOPCKG_MAX_YEL Info Packages processed max yellow alert0
INFOPCKG_MAX_RED Info Packages processed max rellow alert0
ADURATMINYEL Alert Duration Minimum Yellow0
ADURATMINRED Alert Duration Minimum Red0
ALERTTYPELEVEL Indicator if an alert type is selected for Job or job step0

Key field Non-key field



How do I retrieve data from SAP table /SOMO/JOSCHEDLT using ABAP code

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

SELECT SINGLE *
FROM /SOMO/JOSCHEDLT
INTO CORRESPONDING FIELDS OF WA_/SOMO/JOSCHEDLT
WHERE...

How to access SAP table /SOMO/JOSCHEDLT

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