TLSEP SAP (Control table for list separation) Table details

Dictionary Type: Table
Description: Control table for list separation




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




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

TLSEP is a standard SAP Table which is used to store Control table for list separation data and is available within R/3 SAP systems depending on the version and release level.

The TLSEP table consists of various fields, each holding specific information or linking keys about Control table for list separation data available in SAP. These include DOMAI (Name of the reference field), WERTE (Reference field values), LISTD (Name of spool request), CPAGE (Indicator: Cover Sheet Required ?).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TLSEP 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
DOMAIName of the reference field DOMAI_LSEPCHAR10CHAR10
WERTEReference field values WERTE_LSEPCHAR12CHAR12
LISTDName of spool request LISTD_LSEPCHAR6CHAR6
CPAGEIndicator: Cover Sheet Required ? XCPAG_LSEPCHAR1XFELD
RECEIList recipient RECEI_LSEPCHAR12TEXT12
SPOOLIndicator: Save in the spool file? XSPOL_LSEPCHAR1XFELD
DESTIPrinter name for output DESTI_LSEPCHAR4Assigned to domainSPDEVRSPOPNAME
LISTNName of the list LISTN_LSEPCHAR12TEXT12
AUTHGAuthorization group printer AUTHG_LSEPCHAR2CHAR2
PASSWPassword PASSW_LSEPCHAR4CHAR4
PRIDEPrint highl. lines X times PRIDE_LSEPNUMC1NUMC1
NLLIDIndicator: New list ID ? XNLDI_LSEPCHAR1XFELD
SOFORIndicator: Print immediately? XPRIM_LSIDCHAR1XFELD
KEEPSIndicator: Hold after printing ? XKEEP_LSIDCHAR1XFELD
DAEXPRetention period of the list in the spool DAEXP_LSEPNUMC1NUMC1
FTEX1User text 1 FTEX1_LSEPCHAR25TEXT25
FTEX2User text 2 FTEX2_LSEPCHAR25TEXT25
CTEXTText for the cover sheet CTEXT_LSEPCHAR65TEXT65
SPLFOForm type acc. to table T022D SPLFO_LSEPCHAR5CHAR5
LAYOTPrint settings LAYOT_LSEPCHAR16CHAR16
AUTHOValue for the authorization check AUTHO_LSEPCHAR12CHAR12

Key field Non-key field



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

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

SELECT SINGLE *
FROM TLSEP
INTO CORRESPONDING FIELDS OF WA_TLSEP
WHERE...

How to access SAP table TLSEP

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