T800S SAP (FI-SL Set Table (before Release 4.0)) Table details

Dictionary Type: Table
Description: FI-SL Set Table (before Release 4.0)




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




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

T800S is a standard SAP Table which is used to store FI-SL Set Table (before Release 4.0) data and is available within R/3 SAP systems depending on the version and release level.

The T800S table consists of various fields, each holding specific information or linking keys about FI-SL Set Table (before Release 4.0) data available in SAP. These include TAB (Table for Set), SETNR (Set ID (internal)), TYPE (Set type), UNIQ (X flag: Must be unique).. 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 T800S 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 MANDTCLNT3T000MANDT
TAB Table for Set0
SETNRSet ID (internal) SETNAM_INTCHAR12SETNAM_INT
TYPESet type STYPECHAR1STYPEGST
UNIQX flag: Must be unique SETFLGSUQCHAR1XFELD
CRUSERCreated By CRNAMCHAR12USNAM
CRDATECreation date CRDATDATS8DATUM
UPDUSERLast Changed By UPNAMCHAR12USNAM
UPDDATEDate on which object was last changed UPDATDATS8DATUM
FELD Field name0
RNUMFLAGX flag: Renumber SETFLGRNMCHAR1XFELD
UPDFLAGX flag: Set updated SETFLGUPDCHAR1CHAR1
ISUNIQUEX flag: Is unique SETFLGIUQCHAR1CHAR1
RVALUERepresentative value of a set SETVALREPCHAR24SETVAL
RTCURCurrency Key WAERSCUKY5TCURCWAERSFWS
RUNITBase Unit of Measure MEINSUNIT3T006CUNITMEINS
VALMINFrom Value SETVALMINCHAR24SETVAL
VALMAXTo value SETVALMAXCHAR24SETVAL
VERSIONRelease of SAP System SYSAPRLCHAR4SYCHAR04
NAMESymbolic name for sets and set lines SYNAMCHAR8SYNAM
LVLSet structure level for Report Writer RWLVLCHAR4RWLVL
TEXTNRText Number TEXTNRNUMC8NUM08
GFLAGX flag: Set variable used SETFLGGLBCHAR1XFELD
GDATEDate on which object was last changed UPDATDATS8DATUM
GTIMELast changed at UPTIMTIMS6UZEIT
AUTHGRAuthorization group AUTHGRCHAR4TBRGBRGRU
SETFILLNumber of subsets of a set (incl. set itself) SETFILLINT410TABFILL
SEARCHFLDSearch help field for set SETSEARCHCHAR10CHAR10

Key field Non-key field



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

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

SELECT SINGLE *
FROM T800S
INTO CORRESPONDING FIELDS OF WA_T800S
WHERE...

How to access SAP table T800S

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