TWIC0110 SAP (Retail Store GR: Basic Settings for Goods Receipt) Table details

Dictionary Type: Table
Description: Retail Store GR: Basic Settings for Goods Receipt




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




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

TWIC0110 is a standard SAP Table which is used to store Retail Store GR: Basic Settings for Goods Receipt data and is available within R/3 SAP systems depending on the version and release level.

The TWIC0110 table consists of various fields, each holding specific information or linking keys about Retail Store GR: Basic Settings for Goods Receipt data available in SAP. These include CSTOBJ (Retail IACs: Customizing object), CSTSCM (Retail IACs: Customizing or Grouping Schema), MOVE_TYPE_GR (SAP Retail Store: GR Movement Type for Reference Document), MOVE_TYPE_ST_DEL (SAP Retail Store: Movement Type GR for Stock Transfer Del.).. 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 TWIC0110 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
MOVE_TYPE_GRSAP Retail Store: GR Movement Type for Reference Document W_BWART_ERFCHAR3T156BWARTBWA
MOVE_TYPE_ST_DELSAP Retail Store: Movement Type GR for Stock Transfer Del. W_BWART_UMLCHAR3T156BWARTBWA
MOVE_TYPE_RET_WRSAP Retail Store: Mvmnt Type Return Delivery w/o Ref. Doc. W_BWART_RUE_OCHAR3T156BWARTBWA
MOVE_TYPE_ST_PUTSAP Retail Store: Mvmnt Type f. Putaway from Stock Transfers W_BWART_EINLCHAR3T156BWART
MOVE_TYPE_ST_MDMovement Type of Mat. Doc. That is Allowed (303) W_BWART_AUSCHAR3T156BWART
MOVE_TYPE_WR_ICSAP Retail Store: Movement Type for Posting Additional Items W_BWART_ZUSCHAR3T156BWART
MOVE_TYPE_WR_CCSAP Retail Store: GR Additional Items Cross Company (0101) WSGM_MOVE_TYPE_WR_CCCHAR3T156BWART
SHOW_REMAIN_QTYSAP Retail Store GR: Remaining Quantity Displayed Indicator W_REST_KZCHAR1XFELD
ALLOW_ADD_ITEMSPermissibility of Additional Items Indicator W_BWART_ZUS_KZCHAR1XFELD
PO_SRC_DAYS_BACKSAP Retail Store: Past Period for Purchase Order Search WSPO_DOCSRC_DAYS_BACKNUMC4
DL_SRC_DAYS_BACKSAP Retail Store: Past Period in Deliveries Search WSDL_DOCSRC_DAYS_BACKNUMC4
HU_SRC_DAYS_BACKSAP Retail Store: Past Period in Search for Shipping Units WSHU_SRC_DAYS_BACKNUMC4
GM_SRC_DAYS_BACKSAP Retail Store: Past Period in Reference Document Search WSGM_REF_DOC_SRC_DAYS_BACKNUMC4
DOC_TYPE_ACCSAP Retail Store GM: Order Type for Items w. Acct Assignment WSGM_DOC_TYPE_ACC_ITMCHAR4Assigned to domainBSART
ACCTASSCATSAP Retail Store: Acct Assig.Cat. for Items with Acct Assig. WSGM_ACCTASSCATCHAR1T163KKNTTP
PUR_GROUP_ACCSAP Retail Store GM: Purchasing Group for Items w. Acct Ass. WSGM_PUR_GROUP_ACCCHAR3T024EKGRP
PERSISTENT_SWTCHSAP Retail Store: Switch for Temporary Data Persistence WSRS_PERSISTENT_SWITCHCHAR1XFELD
MATIDSAP Retail Store: Material ID Type MATIDCHAR4ART_ID
MOVE_TYPE_REVSAP Retail Store: Movement Type Reverse GR for Ref. Document W_BWART_STOCHAR3T156BWARTBWA
MOVE_TYPE_RETSAP Retail Store: Mvmnt Type GR Return Delivery f. Ref. Doc. W_BWART_RUECHAR3T156BWARTBWA
HU_DLV_INDSAP Retail Store: Display Ship. Units in Delivery Indicator W_VELE_KZCHAR1XFIELD
PRINT_COMP_NAMESAP Retail Store: Component Name for Print WSGM_WD_PRINT_COMP_NAMECHAR30WSRS_WD_COMP_NAME
MOVE_TYPE_GI_PORetail Store GR/GM: Movement Type for Goods Issue PO WSGM_MOVE_TYPE_GI_POCHAR3Assigned to domainBWART
REQUEST_FOCUSSAP Retail Store Web Dynpro: Set Focus WSRS_WD_REQUEST_FOCUSCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TWIC0110
INTO CORRESPONDING FIELDS OF WA_TWIC0110
WHERE...

How to access SAP table TWIC0110

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