/MRSS/C_DEM_TYI SAP (Demand Item Categories) Table details

Dictionary Type: Table
Description: Demand Item Categories




ABAP Code to SELECT data from /MRSS/C_DEM_TYI
Related tables to /MRSS/C_DEM_TYI
Access table /MRSS/C_DEM_TYI




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

/MRSS/C_DEM_TYI is a standard SAP Table which is used to store Demand Item Categories data and is available within R/3 SAP systems depending on the version and release level.

The /MRSS/C_DEM_TYI table consists of various fields, each holding specific information or linking keys about Demand Item Categories data available in SAP. These include ITM_USAGE (Item usage).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = /MRSS/C_DEM_TYIT


SAP /MRSS/C_DEM_TYI 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
DEM_TYPE_IDemand Item Category /MRSS/T_DEM_TYPE_ICHAR4
ITM_USAGEItem usage /MRSS/T_DEM_ITM_USAGECHAR2/MRSS/_DEM_ITM_USAGE

Key field Non-key field



How do I retrieve data from SAP table /MRSS/C_DEM_TYI using ABAP code

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

SELECT SINGLE *
FROM /MRSS/C_DEM_TYI
INTO CORRESPONDING FIELDS OF WA_/MRSS/C_DEM_TYI
WHERE...

How to access SAP table /MRSS/C_DEM_TYI

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