T800A SAP (FI-SL tables) Table details

Dictionary Type: Table
Description: FI-SL tables




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




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

T800A is a standard SAP Table which is used to store FI-SL tables data and is available within R/3 SAP systems depending on the version and release level.

The T800A table consists of various fields, each holding specific information or linking keys about FI-SL tables data available in SAP. These include TTYPE (Table type), FLDGR (Max. number of period data fields in FI-SL record), TRCUR (Store transaction currency), LCCUR (Store second currency).. 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: Can be enhanced (character-type)


SAP T800A 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
TABTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
TTYPETable type TTYPECHAR2TTYPE
FLDGRMax. number of period data fields in FI-SL record FLDGRNUMC3POPER
TRCURStore transaction currency TRCURCHAR1XFELD
LCCURStore second currency LCCURCHAR1XFELD
RCCURStore third currency RCCURCHAR1XFELD
OCCURManage fourth currency OCCURCHAR1XFELD
QUANTStore quantities QUANTCHAR1XFELD
ATQNTStore additional quantities ATQNTCHAR1XFELD
COMPTABIndicator for global table RCOMP_TABCHAR1XFELD
NTABLECorrespondence table NTABLECHAR30Assigned to domainAS4TAB
PSITABLEPlan line item table with blocked periods PSITABLECHAR30Assigned to domainAS4TAB
OBJTABLEObject table for FI-SL tables OBJTABLE_DCHAR30Assigned to domainAS4TAB
ENQOBJECTName of lock object ENQOBJECTCHAR7ENQOBJECT
OBJTABLE2Object table for fields without sender-receiver relationship OBJTABLE2CHAR30Assigned to domainAS4TAB
OBJTABLE3Third object table OBJTABLE3CHAR30Assigned to domainAS4TAB
OBJTABLE4Fourth object table OBJTABLE4CHAR30Assigned to domainAS4TAB
PROGROUPProgram group (A: fixed tables, 1,2,3: user-defined tables) PROGROUPCHAR1PROGROUP
APPLOwner application GLXAPPLCHAR2Assigned to domainGLXAPPLAPC
SUBAPPLSubapplication GLXSUBAPPLCHAR3Assigned to domainGLXSUBAPPLSUC
KOMPComponent GLXKOMPCHAR3GLXKOMP
INACTIVEIndicator defining whether table is inactive INACTIVECHAR1XFELD
OBJCHECKIs the object table to be validated? G_OBJCHECKCHAR1XFLAG
SAPRLSAP Release for which the table was installed G_SAPRLCHAR4SYCHAR04
RNTABLERollup actual line item table with single periods RNTABLECHAR30Assigned to domainAS4TAB
RPSITABLERollup plan line item table with blocked periods RPSITABLECHAR30Assigned to domainAS4TAB
GFISTABLESFIS communication structure GFISTABLECHAR30Assigned to domainAS4TAB
SCREENScreen number for summary record display G_DYNNRCHAR4DYNNR
USE_OF_VIEWUse of views G_USE_OF_VIEWCHAR1XFELD
DIM_ORGUNITFI-SL: Field name for organizational unit G_DIM_ORGUNITCHAR30Assigned to domainFDNAME
DIM_ACCOUNTFI-SL: Field name for the account G_DIM_ACCOUNTCHAR30Assigned to domainFDNAME
PHYS_TABTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
GLFLEXIndicator: Used for New General Ledger FAGL_FLAG_GLFLEXCHAR1XFELD
WRITE_SI_FOR_BCFIndicator: Balance Carryforward Writes Line Items WRITE_SI_FOR_BCFCHAR1XFELD
COMMIT_LEVEL30 Characters CHAR30CHAR30CHAR30

Key field Non-key field



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

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

SELECT SINGLE *
FROM T800A
INTO CORRESPONDING FIELDS OF WA_T800A
WHERE...

How to access SAP table T800A

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