/SOMO/JOSCHEDL SAP (Job scheduling table for business process monitoring) Table details

Dictionary Type: Table
Description: Job scheduling table for business process monitoring




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




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

/SOMO/JOSCHEDL is a standard SAP Table which is used to store Job scheduling table for business process monitoring data and is available within R/3 SAP systems depending on the version and release level.

The /SOMO/JOSCHEDL table consists of various fields, each holding specific information or linking keys about Job scheduling table for business process monitoring data available in SAP. These include SID (), JOBMONID (), PCOUNTER (), JCOUNTER ().. 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/JOSCHEDL 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
SID 0
JOBMONID 0
PCOUNTER 0
JCOUNTER 0
STEPCOUNT 0
SCHEDULEDATE 0
CLIENT 0
EXECUSER 0
JOBNAME 0
JOBCOUNT 0
JOBMONSTAT 0
PROGNAME 0
VARIANT 0
XPGPROG 0
XPGPARAMS 0
PREC_JOBNAME 0
EVENTID 0
EVENTPARM 0
SDLSTRTTM 0
STRTDATE 0
STRTTIME 0
STATUS 0
ENDDATE 0
ENDTIME 0
SENDDATE 0
SENDTIME 0
DURATION 0
BPROCESSOBJNO 0
BPROCSTEPOBJNO 0
PARAPROC 0
NUMPARAJOB 0
JOBLOGANA 0
PTIMEWINS 0
PTIMEWINE 0
JOBLOG 0
CRITICAL 0
STARTDELAY 0
ENDDELAY 0
ANUMPARAJOB 0
CHGTIME 0
CHGDATE 0
CHGALERT 0
ALERTDELAY 0
DELAYMSGNO 0
ALERTWINDOW 0
WINDOWMSGNO 0
ALERTDELEND 0
DELENDMSGNO 0
ALERTDURATION 0
DURATIONMSGNO 0
ALERTSTATUS 0
STATUSMSGNO 0
ALERTPARA 0
PARAMSGNO 0
ALERTLOG 0
ALERTNOTSTARTED Alert Job not started0
CUSSTRTTM Customizing start time0
STARTDELAYTECH Technical start delay0
EXTFLAG Flag for external scheduled jobs0
MSG1COUNTER Counter 1 for certain message variables0
MSG2COUNTER Counter 2 for certain message variables0
MSG3COUNTER Counter 3 for certain message variables0
NAM_RULE Rule for custom jobname determination0
CHKTIMNOTSTARTED Checktime for job not started alerttype0
ALERTJOBACTIVE Alert Job active0
JOBACTIVEMSGNO Message number of alert type job active0
NOTACTIVETIME Time job not active in minutes0
LASTJOBNAME Name of previous job - used for job active alert type0
LASTJOBCOUNT Job count of previous job - used for job active alert type0
LASTSTATUS Job status of previous job - used for job active alert type0
LASTENDDATE Job end date of previous job - used for job active alert typ0
LASTENDTIME Job end time of previous job - used for job active alert typ0
SIDLONGName of SAP System SYSYSIDCHAR8SYCHAR08
JOBTYPE Type of job space, BH, BE, JH, JE0
RJOBMONID Reference Job Monid0
CHAIN_ID BW Chain ID0
TYPE BW Process Type0
VARIANTE BW Chain Variante0
LOG_ID Log Id BW Process Chain0
REC_SEND Number of records send (e.g. by BW process chain)0
REC_INSR Number of records inserted (e.g. by BW process chain)0
ARECPROC Alert records processed0
RECPROCMSGO Alert message records processed0
PROCSTATUS Processing status (e.g. by BW process chain / element)0
AFAILSTAT Alert failed process status0
FAILSTATMSGNO Alert message failed process status0
INFO_PKG Number of info packages processed0
AINFOREC Alert info packages processed0
INFORECMSGO Alert message info packages processed0
LASTMONDATE Last monitoring date for the job0
ALERTTYPELEVEL Indicator if an alert type is selected for Job or job step0
STRTDATESTEP Start date of job step aoccording to job log0
STRTTIMESTEP Start time of job step aoccording to job log0
STATUSSTEP Job step status according to job log0
ENDDATESTEP End date of job step aoccording to job log0
ENDTIMESTEP End time of job step aoccording to job log0
CHGALERT2 Log key for alert changes0

Key field Non-key field



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

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

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

How to access SAP table /SOMO/JOSCHEDL

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