QAMAS_FMEA_AUDIT_MAP SAP (Audit or FMEA Structure for Mapping (QIM)) Structure details

Dictionary Type: Structure
Description: Audit or FMEA Structure for Mapping (QIM)




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




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

QAMAS_FMEA_AUDIT_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 "Audit or FMEA Structure for Mapping (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_FMEA_AUDIT_MAP TYPE QAMAS_FMEA_AUDIT_MAP.

The QAMAS_FMEA_AUDIT_MAP table consists of various fields, each holding specific information or linking keys about Audit or FMEA Structure for Mapping (QIM) data available in SAP. These include ACTION_GUID (GUID for Unique Identification of an Action), EXTERNAL_ID (External Identifier of Element), GUID (16-Character UUID of Item), PROJECT_GUID (Parent Element (16-Character GUID for Projects)).. 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 (character-type or numeric)


SAP QAMAS_FMEA_AUDIT_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
ACTION_EXTERNAL_ID Key That Indicates a Corrective/Preventive Action0
ACTION_GUID GUID for Unique Identification of an Action0
EXTERNAL_ID External Identifier of Element0
GUID 16-Character UUID of Item0
PROJECT_GUID Parent Element (16-Character GUID for Projects)0
PRIORITY Priority0
PRIORITY_TEXT Short Text for Priority0
PLANSTARTDATE Planned Start Date0
PLANFINISHDATE Planned End Date0
ACTION_DESCRIPTION Corrective and Preventive Action Text0
ORIGINAL_LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
AUDIT_TYPE Audit Type0
AUDIT_TYPE_TEXT Audit Type Text0
COMPLETE_PERCENT Level of Completion in Percent0
GROUPING Grouping0
PROC_STATUS Processing Status of Audit Component0
ACTTYP Action Types0
ACTTYP_TXT Description for Action Type0
CAUSE Cause0
SCORE_REC Target Number of Points0
SCORE_MANUAL Number of Points, Result Corrected0
SCORE_MAX Maximum Number of Points Possible0
SCORE_RES_OLD Previous Result from List Item0
SCORE_REC_OLD Previous Number of Points Entered0
ASSESSM_PROFIL Valuation Profile0
ASSESSMENT_REC Valuation Entered0
ASSESSM_RES Confirmation of Target Valuation0
ASSESSM_RES_TEXT Description of Valuation (Result)0
ASSESSM_RES_OLD Previous Valuation from List Item0
ASSESSM_RES_OLD_TEXT Description of Previous Valuation (Result)0
AUDIT_CALCULATE Calculation of the Result and Degree of Fulfillment0
RESULT_PERCENT Degree of Fulfillment in Percent0
MIN_RESULT Minimum Result That Must Be Reached0
WEIGHTING Weighting0
CONFIRMATION Confirmation0
CONFIRM_DATE Day on Which Action Was Confirmed0
CONFIRM_TIME Time at Which Action Was Confirmed0
MAKAT Catalog Type - Actions0
GRUPPE Code Group0
CODE Code0
CODE_COMBINED Concatenated Code0
CODE_TEXT Short Text for Code0
CLASSIFICATION Rating Profile0
CLASSIFI_CODE Rating Code0
CLASSIFI_MAN Rating Corrected0
VERWMERKM Master Inspection Characteristics0
QPMK_WERKS Plant of the Master Inspection Characteristic0
MERKGEW Characteristic Weighting0
CHAR_TYPE Characteristic Type0
ACT_CANCEL Cancelation of an Action0
REFERENCE_ID Identification of an Object0
REFERENCE_TXT Description for an Object0
START_ACTION Start Action0
QMNUM Notification Number0
MANUM Sequential Action Number0
FENUM Notification Print Item Number0
MATERIAL Material0
MATERIAL_TEXT Material Text0
CUSTOMER Customer0
CUSTOMER_TEXT Customer Name0
VENDOR Supplier or Vendor0
VENDOR_TEXT Text for Supplier or Vendor0
ACTION_LTEXT_IND Long Text Exists for Action0
RESPONSIBLE_NAME Person Responsible0
RESPONSIBLE_TEXT Person Responsible Text0
PARENT_EXTERNAL_ID Parent Quality Issue ID0
PARENT_GUID Unique Object Identifier in Audit Management (CHAR32)0
FMEA_EXTERNAL_ID Parent Quality Issue ID0
FMEA_GUID UUID of FMEA0
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
PLANT Plant0
PLANT_TEXT Plant Text0
EQUI Equipment0
EQUI_TEXT Equipment Text0
FULO Functional Location0
FULO_TEXT Functional Location Text0
WBS WBS Element0
WBS_TEXT WBS Element Text0
STATUS Status0
ADDITIONAL_STATUS Additional Status0
CATEGORY Category in Quality Issue Management (QIM)0
LOGSYS Logical System0
STATUS_CRT Status: Being Created0
STATUS_IN_PROC Status: In Process0
STATUS_REL Status: Released0
STATUS_CMPL Status: Completed0
STATUS_LOCK Status: Locked0
STATUS_FLAG_ARCH Status: To Be Archived0
STATUS_ARCH Status: Archived0
STATUS_FLAG_APPR Status: To Be Approved0
STATUS_REJ Status: Rejected0
STATUS_APPR Status: Approved0
STATUS_FLAG_DEL Status: Deletion Flag0
STATUS_CNCL Status: Canceled0
STATUS_UNPLND Status: Unplanned Audit(s)0
STATUS_QST_ASSGND Status: Question List(s) Assigned0
STATUS_DWNLD Status: Download Completed0
STATUS_CONF Status: Confirmed0
STATUS_REP_CRT Status: Report Created0
STATUS_SIGND Status: Signature Provided0
STATUS_OUST_ACTS Status: Outstanding Actions0
STATUS_ACTS_CMPLD Status: Actions Completed0
STATUS_CMPL_W_ACTS Status: Completed w. Outstanding Actions0
STATUS_ACT_CRT Status: Created0
STATUS_ACT_OUT_STNDNG Status: Outstanding0
STATUS_ACT_FRCD_CMPLTN Status: Forced Completion0
STATUS_ASSESSED Status: Valuation Executed0
STATUS_CMPL_PART_SIGND Status: Partial Signature for Completion0
STATUS_CMPL_SIGND Status: Signature for Completion Prov.0

Key field Non-key field



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

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

How to access SAP table QAMAS_FMEA_AUDIT_MAP

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