T158 SAP (Transaction Control: Inventory Management) Pooled Table details

Dictionary Type: Pooled Table
Description: Transaction Control: Inventory Management




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




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

T158 is a standard SAP Pooled Table which is used to store Transaction Control: Inventory Management data and is available within R/3 SAP systems depending on the version and release level.

The T158 table consists of various fields, each holding specific information or linking keys about Transaction Control: Inventory Management data available in SAP. These include TCODE (Transaction Code), TRTYP (Transaction type), BLART (Document Type), BLAUM (Document type of revaluation document).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP T158 pooled 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
TCODETransaction Code TCODECHAR20TSTCTCODETCD
TRTYPTransaction type TRTYPCHAR1TRTYP
BLARTDocument Type BLARTCHAR2T003BLARTBAR
BLAUMDocument type of revaluation document BLAUMCHAR2T003BLART
VGARTTransaction/Event Type VGARTCHAR2T158VVGART
KZBEWMovement Indicator KZBEWCHAR1KZBEW
FCODEFunction Code FCODECHAR20FCODE
KZVARF status variant with regard to transaction/movement type KZVARCHAR1CHAR1
KZTITTitle variant for SET TITLE-BAR KZTITCHAR1CHAR1
XSELEItem is proposed preselected XSELECHAR1XFELD
WEVERVersion for Printing GR/GI Slip WEVERCHAR1WEVERWEV
PRREGChecking Rule for Availability Check PRREGCHAR2T441RPRREGPRR
BLA2DDoc. type for additional doc. in purchase account management BLA2DCHAR2T003BLART
XARCHStorage upon goods movements active XOARCCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T158
INTO CORRESPONDING FIELDS OF WA_T158
WHERE...

How to access SAP table T158

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