TSOPE SAP (Exclusion of Specific File Extensions) Table details

Dictionary Type: Table
Description: Exclusion of Specific File Extensions




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




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

TSOPE is a standard SAP Table which is used to store Exclusion of Specific File Extensions data and is available within R/3 SAP systems depending on the version and release level.

The TSOPE table consists of various fields, each holding specific information or linking keys about Exclusion of Specific File Extensions data available in SAP. These include FILE_EXT (File extension for PC application), NO_ENTRY (Document class not allowed in this SAP system), NO_EXEC (Document class cannot be executed in this SAP system), ASCII_TYPE (Treat document class as a ASCII file).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TSOPE 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
FILE_EXTFile extension for PC application SO_FILEEXTCHAR3CHAR3
NO_ENTRYDocument class not allowed in this SAP system SO_NOENTRYCHAR1SO_FLAG
NO_EXECDocument class cannot be executed in this SAP system SO_NOEXECCHAR1SO_FLAG
ASCII_TYPETreat document class as a ASCII file SO_TYPASCICHAR1SO_FLAG
PCLOCKFile blocked at file server by application SO_LOCKCHAR1SO_FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TSOPE
INTO CORRESPONDING FIELDS OF WA_TSOPE
WHERE...

How to access SAP table TSOPE

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