SWFSLSRSDL SAP (Deadline Service: Periodic Deadlines) Table details

Dictionary Type: Table
Description: Deadline Service: Periodic Deadlines




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




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

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

The SWFSLSRSDL table consists of various fields, each holding specific information or linking keys about Deadline Service: Periodic Deadlines data available in SAP. These include DLGUID (GUID of appointment), CALCFLAG (Flag specifying whether deadlines are set), PRIMDEADL (GUID of appointment), CURR_COUNT (Current Deadline No. of Periodic Deadline Series).. 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 SWFSLSRSDL 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 MANDTCLNT3Assigned to domainMANDT
DLGUIDGUID of appointment SWFSLS_DLGUIDCHAR32SWFSLSDEADLSWFSLS_GUID
CALCFLAGFlag specifying whether deadlines are set SWUS_DFLAGCHAR1CHAR1_X
PRIMDEADLGUID of appointment SWFSLS_DLGUIDCHAR32Assigned to domainSWFSLS_GUID
CURR_COUNTCurrent Deadline No. of Periodic Deadline Series SWFSLS_CURRCOUNTINT410SWFSLS_COUNT
CL_DLCALCClass for Deadline Calculation SWFSLS_CALCCLSCHAR30SEOCLSNAME
TIMEUNITUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
TIMEQUANTScheduling Services: Time Quantity SWFSLS_TIMEQUANTNUMC8
TSTAMPENDUTC Time Stamp: End of Periodic Deadline SWFSLS_LASTTSTAMPDEC21(7) TZNTSTMPL
MAX_COUNTMaximum Deadline Number of Periodic Deadline Series SWFSLS_MAXCOUNTINT410SWFSLS_COUNT
PCHG_RELLast Changed in Release SWFUTLCHGSAPRLCHAR4SAPRL
PCHG_TMSTPTime of Last Change as Time Stamp SWFUTLCHGTSTDEC15TZNTSTMPS
PCHG_USERLast-Change User (Logon Name) SWFUTLCHGAUSERCHAR12SYCHAR12

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWFSLSRSDL
INTO CORRESPONDING FIELDS OF WA_SWFSLSRSDL
WHERE...

How to access SAP table SWFSLSRSDL

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