T022 SAP (FI-SL Activity: Fixed Data) Table details

Dictionary Type: Table
Description: FI-SL Activity: Fixed Data




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




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

T022 is a standard SAP Table which is used to store FI-SL Activity: Fixed Data data and is available within R/3 SAP systems depending on the version and release level.

The T022 table consists of various fields, each holding specific information or linking keys about FI-SL Activity: Fixed Data data available in SAP. These include TAB_1 (Table 1), TAB_2 (Table 2), TAB_3 (Table 3), TAB_4 (Table 4).. 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

Text table = T022T


SAP T022 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
ACTIVITYFI-SL Business Transaction ACTI1CHAR4ACTIVITY
TAB_1Table 1 TABELLE_1CHAR30Assigned to domainAS4TAB
TAB_2Table 2 TABELLE_2CHAR30Assigned to domainAS4TAB
TAB_3Table 3 TABELLE_3CHAR30Assigned to domainAS4TAB
TAB_4Table 4 TABELLE_4CHAR30Assigned to domainAS4TAB
VORGTYPActivity type for FI-SL activities VORGTYPCHAR1VORGTYP
SATZTYPRecord Type RRCTYCHAR1RRCTY
SHWERTActivity Transfers Amounts Without +/- Sign SHWERTCHAR1XFELD
BUPER0Posting in period zero is allowed BUPER0CHAR1XFELD
KZKWAERActivity can transfer a group currency to direct posting KZKWAERCHAR1XFELD
ROLLUPPosting in rollup ledger is allowed BU_ROLLUPCHAR1XFELD
MZEILEAt least one FI-SL line must be posted per document line? MZEILECHAR1XFELD
PEROKPeriod check already performed in pre-system (open) PEROKCHAR1XFELD
RKBELIndicator 'transaction writes CO documents' RKBELCHAR1XFELD
GFORMATFormat for FI-SL field movements GFORMATCHAR4T022FGFORMAT
APPLOwner application GLXAPPLCHAR2Assigned to domainGLXAPPLAPC
SUBAPPLSubapplication GLXSUBAPPLCHAR3Assigned to domainGLXSUBAPPLSUC
KOMPComponent GLXKOMPCHAR3GLXKOMP
NOTUSEDActivity is not allowed in Special Purpose Ledger G_NOTGLXCHAR1XFELD
ACTGROUPActivity group G_ACTGROUPCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T022
INTO CORRESPONDING FIELDS OF WA_T022
WHERE...

How to access SAP table T022

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