T156W SAP (Posting string values) Table details

Dictionary Type: Table
Description: Posting string values




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




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

T156W is a standard SAP Table which is used to store Posting string values data and is available within R/3 SAP systems depending on the version and release level.

The T156W table consists of various fields, each holding specific information or linking keys about Posting string values data available in SAP. These include CNT02 (Consecutive Counter: Posting String for Values (Inv. Mgmt)), VORSL (Transaction/event key for account determination), FELDN (Name of field), SHNAM (Name of field).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP T156W 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
BUSTWPosting string for values BUSTWCHAR4BUSTW
CNT02Consecutive Counter: Posting String for Values (Inv. Mgmt) MB_BUSTW_CNTNUMC3NUM03
VORSLTransaction/event key for account determination VORSLCHAR3VORSL
FELDNName of field FELDNCHAR16CHAR16
SHNAMName of field FELDNCHAR16CHAR16
SMNAMName of field FELDNCHAR16CHAR16
XBMATMaterial update XBMATCHAR1XFELD
XBBSTIndicator: purchase order update XBBSTCHAR1XFELD
XBFAUUpdate production order XBFAUCHAR1XFELD
XAUTOItem automatically created MB_XAUTOCHAR1MB_XAUTO
XPANZDisplay item XPANZCHAR1XFELD
XBSIMValue simulation KZSIMCHAR1XFELD
BUZIDIdentification of the Line Item BUZIDCHAR1CHAR1
XUMBWRevaluation XUMBWCHAR1XFELD
XKAAOAccount from other object XKAAOCHAR1XFELD
XMFRWIndicator: Update quantity in RW XMFRWCHAR1XFELD
X2DOCDoc. line item in additional doc. X2DOCCHAR1XFELD
XBGBBPosting for offsetting entry XBGBBCHAR1XFELD
SETTLEMENTClearing Posting SETTLEMENT_POSTINGCHAR1XFELD
.INCLU--AP 0
OIPOSTZEROPost zero amounts OIH_PSTZROCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T156W
INTO CORRESPONDING FIELDS OF WA_T156W
WHERE...

How to access SAP table T156W

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