TWICMESSAGE SAP (SAP Retail Store: Define Characteristics of System Messages) Table details

Dictionary Type: Table
Description: SAP Retail Store: Define Characteristics of System Messages




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




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

TWICMESSAGE is a standard SAP Table which is used to store SAP Retail Store: Define Characteristics of System Messages data and is available within R/3 SAP systems depending on the version and release level.

The TWICMESSAGE table consists of various fields, each holding specific information or linking keys about SAP Retail Store: Define Characteristics of System Messages data available in SAP. These include CSTOBJ (Retail IACs: Customizing object), CSTSCM (Retail IACs: Customizing or Grouping Schema), MSGID (SAP Retail Store: Message Class), MSGNO (SAP Retail Store: Message Number).. 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 TWICMESSAGE 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
MSGIDSAP Retail Store: Message Class WSRS_IDCHAR20Assigned to domainARBGB
MSGNOSAP Retail Store: Message Number WSRS_NUMBERNUMC3SYMSGNO
MSGTYSAP Retail Store: Message Type WSRS_TYPECHAR1WSRS_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TWICMESSAGE
INTO CORRESPONDING FIELDS OF WA_TWICMESSAGE
WHERE...

How to access SAP table TWICMESSAGE

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