T156M SAP (Posting String: Quantity) Table details

Dictionary Type: Table
Description: Posting String: Quantity




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




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

T156M is a standard SAP Table which is used to store Posting String: Quantity data and is available within R/3 SAP systems depending on the version and release level.

The T156M table consists of various fields, each holding specific information or linking keys about Posting String: Quantity data available in SAP. These include ZUSTD (Stock type modification), CNT02 (Consecutive counter in ATAB tables for inventory managment), SMARC (Segment string MARC), SMSTB (Segment String MSTB).. 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 T156M 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
BUSTMPosting string for quantities BUSTMCHAR4BUSTM
ZUSTDStock type modification BAMOKCHAR1BAMOK
CNT02Consecutive counter in ATAB tables for inventory managment MB_CNT02NUMC2NUM02
SMARCSegment string MARC SMARC_DCHAR3SEGST
SMSTBSegment String MSTB SMSTB_DCHAR3SEGST
SMARDSegment string MARD SMARD_DCHAR3SEGST
SMCHBSegment string MCHB SMCHB_DCHAR3SEGST
SMBPRSegment string MBPR SMBPRCHAR3SEGST
SMLIBSegment string SMLIBCHAR3SEGST
SMKOLSegment string MKOL SMKOL_DCHAR3SEGST
SMEIKSegment string MEIK SMEIKCHAR3SEGST
SMKLKSegment string MKLK SMKLKCHAR3SEGST
SMKUBSegment string MKVB SMKUBCHAR3SEGST
SEKPOSegment string EKPO SEKPO_DCHAR3SEGST
SFAUPSegment string FAUP SFAUP_DCHAR3SEGST
SMRESSegment string MRES SMRES_DCHAR3SEGST
XBBSTIndicator: purchase order update XBBSTCHAR1XFELD
XBFAUUpdate production order XBFAUCHAR1XFELD
XIUPDPhysical inventory stock type from material document item XIUPDCHAR1T064ABSTAR
KZVBL+/- sign for consumption update in material master record KZVBLCHAR1KZVBL
SMSKUSegment string MSKU SMSKU_DCHAR3SEGST
SMSLBSegment string MSLB SMSLB_DCHAR3SEGST
SMSSLSegment string MSSL SMSSL_DCHAR3SEGST
SMSKASegment string MSKA SMSKA_DCHAR3SEGST
SMSTESegment String MSTE SMSTE_DCHAR3SEGST
SMSSASegment string MSSA SMSSA_DCHAR3SEGST
SMSPRSegment string MSPR SMSPR_DCHAR3SEGST
SMSTQSegment String MSTQ SMSTQ_DCHAR3SEGST
SMSSPSegment string MSSP SMSSPCHAR3SEGST
SMSCASegment string MSCA SMSCACHAR3SEGST
SMSOASegment string MSOA SMSOACHAR3SEGST
SMSCPSegment string MSCP SMSCPCHAR3SEGST
SMSOPSegment string MSOP SMSOPCHAR3SEGST
LBBSAStock Type of Goods Movement (Primary Posting) LBBSACHAR2Assigned to domainLBBSA
KBBSAStock Type of Goods Movement (Complementary Posting) KBBSACHAR2Assigned to domainLBBSA
XQSSPNo Manual Inventory Posting for QM-Relevant Material QQSSPCHAR1QKZ
SEKPKSegment string EKPK SEKPK_DCHAR3SEGST
SISEGSegment string ISEG SISEG_DCHAR3SEGST
SEKLASegment string EKLA SEKLA_DCHAR3SEGST
.INCLU--AP 0
SMCSDSegment string MCSD SMCSD_DCHAR3SEGST
SMCSSSegment string MCSS SMCSS_DCHAR3SEGST
SMSRDSegment string MSRD SMSRD_DCHAR3SEGST
SMSRSSegment string MSRS SMSRS_DCHAR3SEGST
SMSFDSegment string MSFD SMSFD_DCHAR3SEGST
SMSFSSegment string MSFS SMSFS_DCHAR3SEGST
SMSCDSegment string MSCD SMSCD_DCHAR3SEGST
SMSCSSegment string MSCS SMSCS_DCHAR3SEGST
SMSIDSegment string MSID SMSID_DCHAR3SEGST
SMSISSegment string MSIS SMSIS_DCHAR3SEGST

Key field Non-key field



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

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

SELECT SINGLE *
FROM T156M
INTO CORRESPONDING FIELDS OF WA_T156M
WHERE...

How to access SAP table T156M

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