SMOUTPUT SAP (Output Structure of the Monitor) Structure details

Dictionary Type: Structure
Description: Output Structure of the Monitor




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




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

SMOUTPUT 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 "Output Structure of the Monitor" 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_SMOUTPUT TYPE SMOUTPUT.

The SMOUTPUT table consists of various fields, each holding specific information or linking keys about Output Structure of the Monitor data available in SAP. These include MANDT (Client), ID (ID of Processed Object (see SCHEDMAN_TYPE for Category)), LOGSYS (Logical system), IDTYPE (Object Category of the ID).. 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 SMOUTPUT 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
IDID of Processed Object (see SCHEDMAN_TYPE for Category) SCHEDMAN_IDDEC21(7) TZNTSTMPL
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
IDTYPEObject Category of the ID SCHEDMAN_TYPECHAR1SCHEDMAN_TYPE
SDATEStart date of processing SCHEDMAN_SDATEDATS8MODATSCHEDMAN_SDATE
EDATEEnd Date for Processing SCHEDMAN_EDATEDATS8MODATSCHEDMAN_SDATE
STIMEStart Time of Processing SCHEDMAN_STIMETIMS6TIMESSCHEDMAN_STIME
ETIMEEnd Time of Processing SCHEDMAN_ETIMETIMS6TIMESSCHEDMAN_STIME
UNAMEUser Name UNAMECHAR12UNAME
APLSTATJob Status from a Business View SCHEDMAN_JOB_STATICHAR1SCHEDMAN_JOB_STATI
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
MASTERIDID of the higher level node in the flow SCHEDMAN_MASTERIDDEC21(7) TZNTSTMPL
WF_WITEMTransfer of a workflow ID WF_WITEMCHAR12WF_WITEM
FUNCTIONBusiness Transaction Written by the Transation SCHEDMAN_FUNCTIONCHAR4CHAR4
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
ACTIVITYActivity ACTIV_AUTHCHAR2Assigned to domainACTIV_AUTH
VARIANTEABAP: Name of variant (without program name) VARIANTCHAR14Assigned to domainVARIANT
REPIDABAP Program Name REPIDCHAR40PROGNAME
APPLICATIONSchedule Manager: Application SCHEDMAN_APPLCHAR30Assigned to domainSCHEDMAN_APPLSCMA_APPLH_SCMA_APPLICATION
TESTFLAGTest Run SCHEDMAN_TEST_FLGCHAR1SCHEDMAN_FLAG
NR_OF_OBJECTSNumber of Objects Processed SM_OBJ_NRINT410INT4
MASTERAPPLSchedule Manager: Application SCHEDMAN_APPLCHAR30Assigned to domainSCHEDMAN_APPLSCMA_APPLH_SCMA_APPLICATION
BATCHFLAGFlag: Batch data exist SCHEDMAN_BATCH_FLGCHAR1SCHEDMAN_FLAG
SELKRITFLAGFlag: Selection criteria exist SCHEDMAN_SELKRIT_FLGCHAR1SCHEDMAN_FLAG
MESSAGEFLAGFlag: Data from the Message Handler exists SCHEDMAN_MESSAGE_FLGCHAR1SCHEDMAN_FLAG
PARAMETERFLAGFlag: Processing parameters exist SCHEDMAN_PARAMETER_FLGCHAR1SCHEDMAN_FLAG
RESULTLISTFLAGFlag: Results list exists SCHEDMAN_RESULTLIST_FLGCHAR1SCHEDMAN_FLAG
STATUSFLAGFlag: Information on changing the status is available SCHEDMAN_STATUS_FLGCHAR1SCHEDMAN_FLAG
SPECIFICFLAGData that is specific to the application is available SCHEDMAN_SPECIFC_FLGCHAR1SCHEDMAN_FLAG
SPOOLLISTFLAGFlag: Spool list data defined by the user exists SCHEDMAN_SPOOLLISTFLAGCHAR1CHAR1
EXTFLAGFlag: Saved Results Lists Are Available SCHEDMAN_EXTFLAGCHAR1SCHEDMAN_FLAG
WFFLAGFlag: The job is part of a work flow SCHEDMAN_WFFLAGCHAR1SCHEDMAN_FLAG
WORKLISTFLAGThe work item is part of a worklist SCHEDMAN_WLFLAGCHAR1SCHEDMAN_FLAG
POSTING_FINISHEDJob Update Is Complete SCHEDMAN_POST_FINISHCHAR1SCHEDMAN_FLAG
ERROR_IN_POSTINGFlag: Error occurred during update SCHEDMAN_ERROR_IN_POSTINGCHAR1SCHEDMAN_FLAG
ONELISTFLAGA short (one page) results list (basic) is available. SCHEDMAN_ONELISTFLAGCHAR1SCHEDMAN_FLAG
.INCLU--AP 0
REF_IDID given by the Scheduler for this job SCHEDMAN_SCHEDULERIDDEC21(7) TZNTSTMPL
REF_RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
REF_WF_WITEMTransfer of a workflow ID WF_WITEMCHAR12WF_WITEM
SEND_MAILSingle-Character Indicator CHAR1CHAR1CHAR1
CONF_MAIL_USERUser Name UNAMECHAR12UNAME
WF_EVENT_DELAYEDSingle-Character Indicator CHAR1CHAR1CHAR1
MAIL_CONTENTCharacter field of length 40 CHAR40CHAR40CHAR40
WF_OKEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
REF_RFCDIALogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
APLSTAT_ICONIcon for Job Status SCHEDMAN_APLSTAT_ICONCHAR50SCHEDMAN_ICON
APLSTAT_TEXTSchedule Manager 50 Char SM_CHAR50CHAR50SM_CHAR50
USERSTATThe status that the user has defined SCHEDMAN_USER_STATICHAR1SCHEDMAN_USER_STATI
USERSTAT_ICONIcon for the status that the user has set SCHEDMAN_USERSTAT_ICONCHAR50SCHEDMAN_ICON
USERSTAT_TEXTSchedule Manager 50 Char SM_CHAR50CHAR50SM_CHAR50
TEST_ICONIcon for the Test Run SCHEDMAN_TEST_ICONCHAR50SCHEDMAN_ICON
DURATIONRuntime for one process SCHEDMAN_DURATIONCHAR17CHAR17
NODE_KEYTree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
JOBTEXTError message text - long text of the error TEXT70CHAR70TEXT70
DEPDepth of the level in workflow SCHEDMAN_RANKINT410SYST_LONG
TOP_NODEWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
NODE_NUMBERNode Number SWD_NODEIDNUMC10SWD_NODIDS
WORKLISTIDDescription of a Worklist in the Schedule Manager KPEP_WL_WORKLISTIDCHAR12Assigned to domainKPEP_WL_WORKLISTID
WORKLISTNODENode is part of a worklist SCHEDMAN_WLNODECHAR1SCHEDMAN_FLAG
CHILD_WORKLISTIDDescription of a Worklist in the Schedule Manager KPEP_WL_WORKLISTIDCHAR12Assigned to domainKPEP_WL_WORKLISTID
CHILD_NODE_NUMBERNode Number SWD_NODEIDNUMC10SWD_NODIDS
POSTING_ICONIcon for Job Status SCHEDMAN_APLSTAT_ICONCHAR50SCHEDMAN_ICON
POSTINGIcon for Job Status SCHEDMAN_APLSTAT_ICONCHAR50SCHEDMAN_ICON
WL_SUBNODE Row is a Worklist Step0
OBJECTS_FAULTYNumber of Objects in Worklist with Errors KPEP_WL_OBJCOUNT_FAULTYNUMC7KPEP_WL_OBJCOUNT
OBJECTS_FINISHEDNumber of Worklist Objects Without Errors KPEP_WL_OBJCOUNT_FINISHEDNUMC7KPEP_WL_OBJCOUNT
OBJECTS_TOTALNumber of Objects in Worklist KPEP_WL_OBJCOUNTNUMC7KPEP_WL_OBJCOUNT
OUT_APLSTAT_ICONIcon for Job Status SCHEDMAN_APLSTAT_ICONCHAR50SCHEDMAN_ICON
OUT_USERSTAT_ICONIcon for the status that the user has set SCHEDMAN_USERSTAT_ICONCHAR50SCHEDMAN_ICON
TASK_OWNERSchedule Manager: Task Owner SCMATASK_OWNERCHAR12UNAME
OFFICE_DOCSchedule Manager: Office document exists SCHEDMAN_OFFICE_FLAGCHAR1SCHEDMAN_FLAG
LONGTEXTSchedule Manager: Long text exists SCHEDMAN_LONGTEXTCHAR1SCHEDMAN_FLAG
PROFILESchedule Manager: Task List PEPPROFILECHAR10Assigned to domainPEPPROFILESCMAPROFILEH_PEPPROFILE
NODE_IDCharacter Field of Length 12 CHAR12CHAR12CHAR12
WL_SUBNODE Row is a Worklist Step0
ORG_JOBTEXTError message text - long text of the error TEXT70CHAR70TEXT70
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
STATTEXTStatus Change Reason SM_STATUS_TXTCHAR40SM_CHAR40

Key field Non-key field



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

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

How to access SAP table SMOUTPUT

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