TWIC1200 SAP (Basic Settings for SAP Retail Store Article Master Maint.) Table details

Dictionary Type: Table
Description: Basic Settings for SAP Retail Store Article Master Maint.




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




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

TWIC1200 is a standard SAP Table which is used to store Basic Settings for SAP Retail Store Article Master Maint. data and is available within R/3 SAP systems depending on the version and release level.

The TWIC1200 table consists of various fields, each holding specific information or linking keys about Basic Settings for SAP Retail Store Article Master Maint. data available in SAP. These include CSTOBJ (Retail IACs: Customizing object), CSTSCM (Retail IACs: Customizing or Grouping Schema), LISTING_ALLOWED (SAP Retail Store: Listing Allowed in Material Master Maint.), ENDLISTING_ALLWD (SAP Retail Store: End Listing Allowed in Mat. Master Maint.).. 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 TWIC1200 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
LISTING_ALLOWEDSAP Retail Store: Listing Allowed in Material Master Maint. WSAM_LISTING_ALLOWEDCHAR1WSAM_LISTING_ALLOWED
ENDLISTING_ALLWDSAP Retail Store: End Listing Allowed in Mat. Master Maint. WSAM_END_LISTING_ALLOWEDCHAR1WSAM_END_LISTING_ALLOWED
ADD_EAN_ALLOWEDSAP Retail Store: Addit. EAN Codes Permitted in Mat. Master WSAM_ADD_EAN_ALLOWEDCHAR1
ADD_VNDR_ALLOWEDSAP Retail Store: Adding Vendor in Mat. Master Allowed WSAM_ADD_VNDR_ALLOWEDCHAR1WSAM_ADD_VNDR_ALLOWED
PRICAT_UNI_REFSAP Retail Store: PRICAT Catalog Ref. in Material Master WSAM_PRICAT_UNI_REFCHAR35
PREFIX_ASSORT_MSAP Retail Store: Prefix for Local Assortment Module WSRS_PREFIX_ASSORT_MODCHAR14
EAN_CAT_EXTSAP Retail Store: EAN Cat. for Manufact. EANs in Mat. Master WSAM_EAN_CAT_EXTERNALCHAR2TNTPNUMTP
EAN_CAT_INTSAP Retail Store: EAN Cat. for Internal EANs in Mat. Master WSAM_EAN_CAT_INTERNALCHAR2TNTPNUMTP
PUR_GROUPSAP Retail Store: Purchasing Group for Price Catalog WSAM_EKGRPCHAR3T024EKGRP

Key field Non-key field



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

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

SELECT SINGLE *
FROM TWIC1200
INTO CORRESPONDING FIELDS OF WA_TWIC1200
WHERE...

How to access SAP table TWIC1200

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