QMICON SAP (Field container for icons within QM) Structure details

Dictionary Type: Structure
Description: Field container for icons within QM




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




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

QMICON 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 "Field container for icons within QM" 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_QMICON TYPE QMICON.

The QMICON table consists of various fields, each holding specific information or linking keys about Field container for icons within QM data available in SAP. These include LTPLAMERK (Long Text for Inspection Characteristic in the Plan), LTSTAMERK (Long Text Icon for Master Inspection Characteristic), LTPRUMETH (Long Text for the Inspection Method), DOKPRUMETH (Icon: Documents for Inspection Method).. 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)


SAP QMICON 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
LTPRUFLOSLong Text for the Inspection Lot QLTPRUFLOSCHAR40SYCHAR40
LTPLAMERKLong Text for Inspection Characteristic in the Plan QLTPLAMERKCHAR40SYCHAR40
LTSTAMERKLong Text Icon for Master Inspection Characteristic QLTSTAMERKCHAR40SYCHAR40
LTPRUMETHLong Text for the Inspection Method QLTPRUMETHCHAR40SYCHAR40
DOKPRUMETHIcon: Documents for Inspection Method QDOKPRUMETHCHAR40SYCHAR40
LTFEHLERLong Text for Item QLTFEHLERCHAR40SYCHAR40
LTURSACHELong Text for Cause QLTURSACHECHAR40SYCHAR40
LTMASSLong Text for Task QLTMASSCHAR40SYCHAR40
LTAKTIONLong Text for Activity QLTAKTIONCHAR40SYCHAR40
LTPROTLong Text for Follow-Up Action (Follow-Up Action Log) QLTPROTCHAR40SYCHAR40
LTMELDLong Text for Task QLTMASSCHAR40SYCHAR40
LTPNVKLong Text for Sample-Drawing Procedure QLTPNVKCHAR40SYCHAR40
LTPNVALong Text for Sample-Drawing Item QLTPNVACHAR40SYCHAR40
PBMMERKMALInspection Description Long Text for Insp. Charac. QPBMMERKMACHAR40SYCHAR40
PBMPROBEInsp. Description for Partial Sample QPBMPROBECHAR40SYCHAR40
PBMESTUCKInspection Decription Long Text for Single Value QPBMESTUCKCHAR40SYCHAR40
PBMKLASSEInspection Description Long Text for Class QPBMKLASSECHAR40SYCHAR40
ICFORMANZDisplay Formula QICFORMANZCHAR40SYCHAR40
ICFORMBERCalculate Formula QICFORMBERCHAR40SYCHAR40
ICKATRUCKCatalog Confirmation QICKATRUCKCHAR40SYCHAR40
ICMKDATENDisplay Characteristic Data Icon QICMKDATENCHAR40SYCHAR40
ICPPKTDATENDisplay Inspection Point Data Icon QICPPKTDATENCHAR40SYCHAR40
ICANNEHMENAccept Characteristic (Sample) QICANEHMENCHAR40SYCHAR40
ICRUECKWEIReject Characteristic (Sample) QICRUECKWECHAR40SYCHAR40
ICBEWERTValuation for Charac., Partial Sample, or Single Value QICBEWERTCHAR40SYCHAR40
ICBEWERTEIValuation for Charac., Partial Sample, or Single Value QICBEWERTCHAR40SYCHAR40
ICFHMTest Equipment / Production Resources/Tools QICFHMCHAR40SYCHAR40
ICREGELKARControl Chart QICRKARTECHAR40SYCHAR40
ICHISTOGRAHistogram QICHISTOGRCHAR40SYCHAR40
ICANZPRUEFSeveral Single Values for a Unit to Be Inspected QANZPRUEFLCHAR40SYCHAR40
ICEXP_KOMIcon: Expand or Collapse QEXP_KOMCHAR40SYCHAR40
ICFEHLERCharac. Defects QICFEHLERCHAR40SYCHAR40
ICMELDKZ1Used for Notification Score 1 QICMELDKZ1CHAR40SYCHAR40
ICMELDKZ2Used for Notification Score 2 QICMELDKZ2CHAR40SYCHAR40
LTCODEGRPLong Text for Code Group QLTCODEGRPCHAR40SYCHAR40
LTCODELong Text for Code QLTCODECHAR40SYCHAR40
ICACTIONAction Box Icon QICACTIONCHAR40SYCHAR40
ICTABTab Strip Icon QICTABCHAR40SYCHAR40
ICITEMACTIVEItem Processed as a Quality Notification QICITEMACTIVECHAR40CHAR40
ICHIER_BOMCall BOM hierarchy QICHIER_BOMCHAR40CHAR40
LTXTSELSETLong Text for the Selected Set QLT_SL_SETCHAR40SYCHAR40
PADETAILDetails for Inspection Type QPADETAILCHAR40SYCHAR40
QLMONITORDynamic Modification History QLMONITORCHAR40SYCHAR40
DISPDYNRDisplay Dynamic Modification Rule QDISPDYNRCHAR40SYCHAR40
ICMASCHINEIcon: Machine (Additional Information) QICMASCHINECHAR40SYCHAR40
ICDIGSIGIcon for Status of Digital Signature QICDIGSIGCHAR40SYCHAR40

Key field Non-key field



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

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

How to access SAP table QMICON

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