/MRSS/T_SQM_MAT_ARC SAP (Qualification Matrix - Archiving) Structure details

Dictionary Type: Structure
Description: Qualification Matrix - Archiving




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




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

/MRSS/T_SQM_MAT_ARC is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Qualification Matrix - Archiving" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/MRSS/T_SQM_MAT_ARC TYPE /MRSS/T_SQM_MAT_ARC.

The /MRSS/T_SQM_MAT_ARC table consists of various fields, each holding specific information or linking keys about Qualification Matrix - Archiving data available in SAP. These include KTEXT (Description), P_CATID (Primary Qualification Catalog), P_CAT_TEXT (Description), S_CATID (Secondary Qualification Catalog).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /MRSS/T_SQM_MAT_ARC structure 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
MATIDMatrix Number /MRSS/T_SQM_MATIDCHAR10ALPHA/MRSS/_SQM_MATID
KTEXTDescription /MRSS/T_SQM_DESCRCHAR60TEXT60
P_CATIDPrimary Qualification Catalog /MRSS/T_SQM_P_CATIDCHAR10ALPHA/MRSS/_SQM_CATID/MRSS/SQM_CATID
P_CAT_TEXTDescription /MRSS/T_SQM_DESCRCHAR60TEXT60
S_CATIDSecondary Qualification Catalog /MRSS/T_SQM_S_CATIDCHAR10ALPHA/MRSS/_SQM_CATID/MRSS/SQM_CATID
S_CAT_TEXTDescription /MRSS/T_SQM_DESCRCHAR60TEXT60
MNT_GRPMaintenance Group /MRSS/T_SQM_MNT_GRPCHAR4/MRSS/_SQM_MNT_GRP/MRSS/SQM_MNT_GRP
MNT_DESCName of maintenance group /MRSS/T_SQM_MNT_GRP_DESCCHAR20/MRSS/_SQM_MNT_GRP_DESC
SCALE_IDScale ID /MRSS/T_SCALE_IDNUMC8/MRSS/_SCALE_ID/MRSS/SQM_SCALE_QUAL_VALUES
SCALE_TEXTName of Scale SCALE_TEXTCHAR40TEXT40
DELETION_FLAGDeletion indicator /MRSS/T_SQM_LOEKZCHAR1XFELD
CREATED_BYCreated by /MRSS/T_SQM_ERNAMCHAR12USNAM
CREATED_DATEDate of initial entry /MRSS/T_SQM_ERDATDATS8DATUM
CREATED_TIMETime of initial entry /MRSS/T_SQM_ERTIMTIMS6TIMES
CHANGED_BYChanged by /MRSS/T_SQM_AENAMCHAR12USNAM
CHANGED_DATELast changed on /MRSS/T_SQM_AEDATDATS8DATUM
CHANGED_TIMETime last change was made /MRSS/T_SQM_AETIMTIMS6TIMES
LINENatural Number INT4INT410INT4
MASTER_LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
DISPLAY_AUTHCheckbox XFELDCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure /MRSS/T_SQM_MAT_ARC using ABAP code?

As /MRSS/T_SQM_MAT_ARC is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /MRSS/T_SQM_MAT_ARC as there is no data to select.

How to access SAP table /MRSS/T_SQM_MAT_ARC

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