SWFSLSPERIODL SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

SWFSLSPERIODL is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The SWFSLSPERIODL table consists of various fields, each holding specific information or linking keys about Generated Table for View 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SWFSLSPERIODL table view 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 SWBAPPCOMPCHAR20UFFCTRBMFRSWBAPPCOMP
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
CALCFLAGFlag specifying whether deadlines are set SWUS_DFLAGCHAR1CHAR1_X
PRIMDEADLGUID of appointment SWFSLS_DLGUIDCHAR32SWFSLS_GUID
CURR_COUNTCurrent Deadline No. of Periodic Deadline Series SWFSLS_CURRCOUNTINT410SWFSLS_COUNT
CL_DLCALCClass for Deadline Calculation SWFSLS_CALCCLSCHAR30SEOCLSNAME
TIMEUNITUnit of Measurement MSEHIUNIT3CUNITMEINS
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
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
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 SWFSLSPERIODL using ABAP code

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

SELECT SINGLE *
FROM SWFSLSPERIODL
INTO CORRESPONDING FIELDS OF WA_SWFSLSPERIODL
WHERE...

How to access SAP table SWFSLSPERIODL

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