DICS_T156B SAP (Back Up Table Movement Type Screen Sel. - Internal only) Pooled Table details

Dictionary Type: Pooled Table
Description: Back Up Table Movement Type Screen Sel. - Internal only




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




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

DICS_T156B is a standard SAP Pooled Table which is used to store Back Up Table Movement Type Screen Sel. - Internal only data and is available within R/3 SAP systems depending on the version and release level.

The DICS_T156B table consists of various fields, each holding specific information or linking keys about Back Up Table Movement Type Screen Sel. - Internal only data available in SAP. These include BWART (Movement Type (Inventory Management)), SOBKZ (Special Stock Indicator), UMSOK (Special Stock Indicator for Physical Stock Transfer), XLIST (List entry).. 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 DICS_T156B 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
BWARTMovement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
UMSOKSpecial Stock Indicator for Physical Stock Transfer UMSOKCHAR1T148SOBKZ
XLISTList entry XLISTCHAR1XFELD
FAUSWField Selection String FAUSWCHAR128FA128
CHSMMSearch procedure for batch determination KALSMA_CHCHAR6T683KALSM
UMCHSSearch procedure for batch determination KALSMA_CHCHAR6T683KALSM
KZCHPIndicator: Check of the batch entered is active KZCHPCHAR1XFELD
UMCHPIndicator: Check of the batch entered is active KZCHPCHAR1XFELD
MIGO_EXISTEntry exists in table MIGO_CUST_FIELDS MIGO_CUST_EXISTCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM DICS_T156B
INTO CORRESPONDING FIELDS OF WA_DICS_T156B
WHERE...

How to access SAP table DICS_T156B

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