SWFSLSDEADL SAP (Deadline Service: Deadline Table) Table details

Dictionary Type: Table
Description: Deadline Service: Deadline Table




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




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

SWFSLSDEADL is a standard SAP Table which is used to store Deadline Service: Deadline Table data and is available within R/3 SAP systems depending on the version and release level.

The SWFSLSDEADL table consists of various fields, each holding specific information or linking keys about Deadline Service: Deadline Table data available in SAP. These include DEADLGUID (GUID of appointment), APPL_ID (Application Component), APPL_KEY (SLS: Application-Specific Deadline Key), DLTIMESTAMP (SLS: UTC Time Stamp for Deadline).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SWFSLSDEADL 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
DEADLGUIDGUID of appointment SWFSLS_DLGUIDCHAR32SWFSLS_GUID
APPL_IDApplication Component SWBAPPCOMPCHAR20Assigned to domainUFFCTRBMFRSWBAPPCOMP
APPL_KEYSLS: Application-Specific Deadline Key SWFSLS_APPLKEYCHAR70SWFSLS_APPLKEY
DLTIMESTAMPSLS: UTC Time Stamp for Deadline SWFSLS_TSTAMPDEC21(7) TZNTSTMPL
STATUSScheduling Services: Deadline Status SWFSLS_DLSTATUSCHAR1SWFSLS_DLSTATUS
PRIOSLS: Priority of Deadline SWFSLS_DLPRIONUMC1SWFSLS_PRIO
GROUPING1DLS: 1st Grouping Character of Deadline SWFSLS_GROUPINGCHAR32SWC_ELEM
GROUPING2DLS: 2nd Grouping Character of Deadline SWFSLS_GROUPING2CHAR32SWC_ELEM
CL_CALLBACKSLS: Class That Executes Callback for Deadline SWFSLS_CBCLSCHAR30SEOCLSNAME
DATACONTAINERSLS: Container ID (Deadline Contains Data Container) SWFSLS_CNTFLAGCHAR1CHAR1_X
RETRY_CNTSLS: Number of Callback Attempts for a Deadline SWFSLS_CBCNTNUMC2SWW_COUNT2
ALERT_SENDWorkflow: Alert Sent SWW_ALTSNDCHAR1XFELD
WI_ESCWI deadline monitoring: Escalation time SWW_ESCNUMC8SWW_PLADUR
WI_TIMESTAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
CREA_RELRelease at Creation SWFUTLCREASAPRLCHAR4SAPRL
CREA_TMSTPTime Created as Time Stamp SWFUTLCREATSTDEC15TZNTSTMPS
CREA_USERUser (Logon Name) at Creation SWFUTLCREAUSERCHAR12SYCHAR12
CHG_RELLast Changed in Release SWFUTLCHGSAPRLCHAR4SAPRL
CHG_TMSTPTime of Last Change as Time Stamp SWFUTLCHGTSTDEC15TZNTSTMPS
CHG_USERLast-Change User (Logon Name) SWFUTLCHGAUSERCHAR12SYCHAR12

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWFSLSDEADL
INTO CORRESPONDING FIELDS OF WA_SWFSLSDEADL
WHERE...

How to access SAP table SWFSLSDEADL

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