QAMAS_TASK_MAP SAP (Quality Activity - Structure for Mapping to QIM) Structure details

Dictionary Type: Structure
Description: Quality Activity - Structure for Mapping to QIM




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




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

QAMAS_TASK_MAP 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 "Quality Activity - Structure for Mapping to QIM" 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_QAMAS_TASK_MAP TYPE QAMAS_TASK_MAP.

The QAMAS_TASK_MAP table consists of various fields, each holding specific information or linking keys about Quality Activity - Structure for Mapping to QIM data available in SAP. These include MANUM (Sequential Number of Activity), MATXT (Short Text for Activity), ERDAT (Date on Which Record Was Created), AEDAT (Last Changed On).. 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: Can Be Enhanced (Deep)


SAP QAMAS_TASK_MAP 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
QMNUM Message Number0
MANUM Sequential Number of Activity0
MATXT Short Text for Activity0
ERDAT Date on Which Record Was Created0
AEDAT Last Changed On0
INDTX Long Text for Object Exists0
CODE_COMBINED Concatenated Code0
MNKAT Catalog Type - Activities0
MNGRP Code Group - Activities0
MNCOD Activity Code0
MNCODTX Short Text for Code0
PRIOK Priority0
PRIO_TXT Short Text for Priority0
PSTER Planned Start Date0
PETER Planned End Date0
QMART Notification Type0
QMART_TXT Notification Type Text0
OBJNR Object Number for Status Management0
MATNR Material no.0
MAKTX Material Description0
MAWERK Plant for Material0
WERK_TXT Plant Text0
LIFNUM Account Number of Supplier or Vendor0
LIF_NAME Name of Supplier or Vendor0
KUNUM Account Number of Customer or Debtor0
KUN_NAME Name of Customer or Debtor0
PARNR Person Responsible for Activity (Partner Number)0
PARNR_NAME Name of Person Responsible0
FENUM Item Number in Item Record0
URNUM Sequential Number for Cause0
PARENT_QI_ID ID of Parent Issue0
STAT Status0
ADDITIONAL_STATUS Additional Status0
MORE_THAN_ONE_MAT_IND More Than One Referenced Material Exists0
MORE_THAN_ONE_CUST_IND More Than One Referenced Customer Exists0
MORE_THAN_ONE_VEND_IND More Than One Referenced Vendor Exists0
CATEGORY Category in Quality Issue Management (QIM)0
LOGSYS Logical System0
EQUNR Equipment Number0
TPLNR Functional Location0
PSP_NR WBS Element (Work Breakdown Structure Element)0
EQKTX Description of Technical Object0
PLTXT Functional Location Text0
PSP_TXT WBS: Short Description (First Text Line)0

Key field Non-key field



How do I retrieve data from SAP structure QAMAS_TASK_MAP using ABAP code?

As QAMAS_TASK_MAP 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 QAMAS_TASK_MAP as there is no data to select.

How to access SAP table QAMAS_TASK_MAP

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