/ISDFPS/CMATQULT SAP (Text Table for Material Indicators) Table details

Dictionary Type: Table
Description: Text Table for Material Indicators




ABAP Code to SELECT data from /ISDFPS/CMATQULT
Related tables to /ISDFPS/CMATQULT
Access table /ISDFPS/CMATQULT




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

/ISDFPS/CMATQULT is a standard SAP Table which is used to store Text Table for Material Indicators data and is available within R/3 SAP systems depending on the version and release level.

The /ISDFPS/CMATQULT table consists of various fields, each holding specific information or linking keys about Text Table for Material Indicators data available in SAP. These include SPRAS (Language Key), OWNER_NATION (Country Key), SERVICE_ID (Organizational Area), MATQUAL (Material Indicator).. 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

Text table for: /ISDFPS/CMATQUAL


SAP /ISDFPS/CMATQULT 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 MANDTCLNT3Assigned to domainMANDT
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
OWNER_NATIONCountry Key LAND1CHAR3Assigned to domainLAND1LND
SERVICE_IDOrganizational Area /ISDFPS/SERVICE_IDCHAR1
MATQUALMaterial Indicator /ISDFPS/MATQUALCHAR5/ISDFPS/CMATQUALCHAR5/ISDFPS/MATQUAL/ISDFPS/MATQUAL
MATQUAL_DESCDescription /ISDFPS/MATQUAL_DESCCHAR35/ISDFPS/MATQUAL_DESC
MATQUAL_ABBAbbreviation /ISDFPS/MATQUAL_ABBCHAR8/ISDFPS/MATQUAL_ABB

Key field Non-key field



How do I retrieve data from SAP table /ISDFPS/CMATQULT using ABAP code

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

SELECT SINGLE *
FROM /ISDFPS/CMATQULT
INTO CORRESPONDING FIELDS OF WA_/ISDFPS/CMATQULT
WHERE...

How to access SAP table /ISDFPS/CMATQULT

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