SWFSLSAPPLCUS SAP (Deadline Service: Application Customizing) Table details

Dictionary Type: Table
Description: Deadline Service: Application Customizing




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




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

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

The SWFSLSAPPLCUS table consists of various fields, each holding specific information or linking keys about Deadline Service: Application Customizing data available in SAP. These include EXITCLASS (SLS: Name of Exit Class of Application Component), MAXRETRYCNT (SLS: Maximum Number of Callback Attempts Per Deadline), CBDEST (Logical Destination (Specified in Function Call)), PARDLCNT (SLS: Deadline Number At Which Parallel Processing Begins).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = SWFSLSAPPLCUST


SAP SWFSLSAPPLCUS 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
APPL_IDApplication Component SWBAPPCOMPCHAR20Assigned to domainUFFCTRBMFRSWBAPPCOMP
EXITCLASSSLS: Name of Exit Class of Application Component SWFSLS_EXITCLCHAR30SEOCLSNAMESEOCLSNAMEF4
MAXRETRYCNTSLS: Maximum Number of Callback Attempts Per Deadline SWFSLS_CBCNTMAXNUMC2SWW_COUNT2
CBDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
PARDLCNTSLS: Deadline Number At Which Parallel Processing Begins SWFSLS_PARDLCNTINT410
MAXPASIZESLS: Highest Deadline Number in a Package SWFSLS_MAXSIZEINT410
MINPASIZESLS: Smallest Deadline Number in a Package SWFSLS_MINSIZEINT410
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 SWFSLSAPPLCUS using ABAP code

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

SELECT SINGLE *
FROM SWFSLSAPPLCUS
INTO CORRESPONDING FIELDS OF WA_SWFSLSAPPLCUS
WHERE...

How to access SAP table SWFSLSAPPLCUS

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