TWIC0200 SAP (General Settings for SAP Retail Store Goods Movements) Table details

Dictionary Type: Table
Description: General Settings for SAP Retail Store Goods Movements




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




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

TWIC0200 is a standard SAP Table which is used to store General Settings for SAP Retail Store Goods Movements data and is available within R/3 SAP systems depending on the version and release level.

The TWIC0200 table consists of various fields, each holding specific information or linking keys about General Settings for SAP Retail Store Goods Movements data available in SAP. These include CSTOBJ (Retail IACs: Customizing object), CSTSCM (Retail IACs: Customizing or Grouping Schema), ART_ID (SAP Retail Store: Material ID Type), MHDKZ (Check Best Before Date/Production Date).. 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: Can be enhanced (character-type)


SAP TWIC0200 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
CSTOBJRetail IACs: Customizing object W_CSTOBJCHAR4TWICOBJW_CSTOBJ
CSTSCMRetail IACs: Customizing or Grouping Schema W_CSTSCMCHAR4TWICSCMW_CSTSCM
ART_IDSAP Retail Store: Material ID Type MATIDCHAR4ART_ID
MHDKZCheck Best Before Date/Production Date KZMHDCHAR1KZMHD
DT_POSIndicator for item details display SAP Retail Store GR DT_POSCHAR1KZ1
.INCLU--AP 0
SRS_PDC_PROCRetail Store MDE Scenario SRS_PDC_PROCCHAR1SRS_PDC_PROC
SRS_PDC_R_VPMDE - Report on Formatting Using SRS (Vendors/Stores) SRS_PDC_R_VPCHAR1XFELD
SRS_PDC_R_MATMDE - Report on Formatting Using SRS (Article) SRS_PDC_R_ARTCHAR1XFELD
SRS_PDC_R_CUSTMDE - Report on Formatting Using SRS (Customizing) SRS_PDC_R_CUSTCHAR1XFELD
SRS_STLOC_PROCSAP Retail Store: Storage Loc. Management f. Goods Movements SRS_STLOC_PROCCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TWIC0200
INTO CORRESPONDING FIELDS OF WA_TWIC0200
WHERE...

How to access SAP table TWIC0200

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