TXI_T881 SAP (FI-SL Ledger) Structure details

Dictionary Type: Structure
Description: FI-SL Ledger




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




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

TXI_T881 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "FI-SL Ledger" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TXI_T881 TYPE TXI_T881.

The TXI_T881 table consists of various fields, each holding specific information or linking keys about FI-SL Ledger data available in SAP. These include MANDT (Client), RLDNR (Ledger), GCURR (Currency key of the ledger currency), CLASS (Ledger class).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TXI_T881 structure 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
RLDNRLedger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881
GCURRCurrency key of the ledger currency GCURRCUKY5TCURCWAERSFWS
CLASSLedger class LDCLSCHAR1LDCLS
TYPType of ledger (client in which it is to be maintained) LEDGER_TYPCHAR1LEDGER_TYP
TRCURStore transaction currency TRCURCHAR1XFELD
LCCURStore second currency LCCURCHAR1XFELD
RCCURStore third currency RCCURCHAR1XFELD
OCCURManage fourth currency OCCURCHAR1XFELD
QUANTStore quantities QUANTCHAR1XFELD
ATQNTStore additional quantities ATQNTCHAR1XFELD
TABTotals Table GLTABCHAR30Assigned to domainAS4TABGLT
RCOPYMaintenance by Copying Allowed RCOPYCHAR1XFELD
SHKZMaintain debits/credits indicator SHKZCHAR1XFELD
GLSIPWrite line items GLSIPCHAR1XFELD
VORTRAGSet up balance carry forward VORTRCHAR1XFELD
DLDNRAverage balance ledger RLDNR1CHAR2Assigned to domainALPHARLDNRGLN
XDLDNRStore average in the same ledger XDLDNRCHAR1XFELD
CURT1Currency type of the local currency (HSL) CURT_HSLCHAR2CURTP
CURT2Currency type of the group currency (KSL) CURT_KSLCHAR2CURTP
CURT3Currency type of currency 4 CURT_OSLCHAR2CURTP
V2POSTDelay the ledger update V2POSTCHAR1CHAR1
LCTYPType of consolidation LC_TYPCHAR1LC_TYP
FIXIndicator: Standard ledger G_LD_FIXCHAR1XFELD
POSTPostings can be made to ledger G_POSTCHAR1XFELD
ROLLUPRollup allowed to the ledger G_ROLLUPCHAR1XFELD
DEPLDIs the ledger an additional ledger? G_ZUSATZLDCHAR1XFELD
APPLOwner application GLXAPPLCHAR2Assigned to domainGLXAPPLAPC
SUBAPPLSubapplication GLXSUBAPPLCHAR3Assigned to domainGLXSUBAPPLSUC
KOMPComponent GLXKOMPCHAR3GLXKOMP
GZLEDGERIndicator: Ledger cannot be reset (delete) GZLEDGERCHAR1XFELD
EXITExit no. (S..: standard exits, U..: user exits) EXIT_NR_LDCHAR3EXIT_NR
KLDNRExport ledger G_KLDNRCHAR2T881ALPHARLDNR
LOGSYSLogical system LOGSYSCHAR10TBDLSALPHALOGSYS
VALUTYPValuation G_VALUTYPNUMC1VALUTYP
GCOMPRESSSummarize data G_COMPRESSCHAR1XFELD
SPLITMETHDDocument Splitting Method SPLITMETHDCHAR10T8G01SPLITMETHD
DATE_DET_POPERDate with which the posting period is determined GLX_DATE_FOR_POSNUMC1GLX_DATE_FOR_POSTING
GLFLEX1-Character Indicator: Type of Ledger FAGL_TYPE_GLFLEXCHAR1FAGL_TYPE_GLFLEX
XLEADINGIndicator: Leading Ledger FAGL_FLAG_LEADINGCHAR1XFELD
ORIENT_LEDGERReference Ledger for General Ledger Accounting FAGL_ORIENTATION_LEDGERCHAR2V_FAGL_T881_DBALPHARLDNRFAGL_RLDNR
AVG_ROLLUPIndicator: Rollup Ledger for Daily Average Balances FAGL_TYPE_AVG_ROLLUPCHAR1FAGL_TYPE_AVG_ROLLUP
.INCLU--AP 0
XCASH_LEDGERCash Ledger Indicator FAGL_CASH_LEDGERCHAR1BOOLE

Key field Non-key field



How do I retrieve data from SAP structure TXI_T881 using ABAP code?

As TXI_T881 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TXI_T881 as there is no data to select.

How to access SAP table TXI_T881

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