TWIC1001F SAP (SRS Stammdaten: Fields on Tabstrip) Table details

Dictionary Type: Table
Description: SRS Stammdaten: Fields on Tabstrip




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




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

TWIC1001F is a standard SAP Table which is used to store SRS Stammdaten: Fields on Tabstrip data and is available within R/3 SAP systems depending on the version and release level.

The TWIC1001F table consists of various fields, each holding specific information or linking keys about SRS Stammdaten: Fields on Tabstrip data available in SAP. These include CSTOBJ (Retail IACs: Customizing object), CSTSCM (Retail IACs: Customizing or Grouping Schema), TASK_PROG (SAP Retail Store: Application Program Session), TAB_SEQ_NO (SAP Retail Store: Number for Tab Pages).. 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 or numeric)


SAP TWIC1001F 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
TASK_PROGSAP Retail Store: Application Program Session TASK_PROGCHAR2TWIC1000TSKCHAR_LG_02
TAB_SEQ_NOSAP Retail Store: Number for Tab Pages WSRS_TAB_SEQ_NONUMC2
TABNAMESAP Retail Store: Name of Dynpro Structure WSRS_TABNAME_VIEWCHAR30TWIC1000FMAS4TAB
FIELDNAMESAP Retail Store: Field Name in Dynpro Structure WSRS_FIELDNAME_VIEWCHAR30TWIC1000FMFDNAME
SCREEN_FIELD_ATTSAP Retail Store: Field Attrib. for Fields in Maint. Dialog WSRS_SC_FIELD_INPUT_2CHAR1WSRS_SC_FIELD_INPUT_2

Key field Non-key field



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

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

SELECT SINGLE *
FROM TWIC1001F
INTO CORRESPONDING FIELDS OF WA_TWIC1001F
WHERE...

How to access SAP table TWIC1001F

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