QMIPD_SPECMATLOG SAP (Status of Synchr. Between Inspection Plan and Specification) Table details

Dictionary Type: Table
Description: Status of Synchr. Between Inspection Plan and Specification




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




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

QMIPD_SPECMATLOG is a standard SAP Table which is used to store Status of Synchr. Between Inspection Plan and Specification data and is available within R/3 SAP systems depending on the version and release level.

The QMIPD_SPECMATLOG table consists of various fields, each holding specific information or linking keys about Status of Synchr. Between Inspection Plan and Specification data available in SAP. These include SPEC_RECN (Sequential Number of Data Record), VACLID (Rating), PLNTY (Task List Type), PLNNR (Key for Task List Group).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP QMIPD_SPECMATLOG 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
SPEC_RECNSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
VACLIDRating ESEVACLIDCHAR10Assigned to domainESDVACLID
PLNTYTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
PLNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
COUNTER Sequence Number0
REF_TIMESTAMPTime Stamp of Last Change to Source QMIP_UPDATE_TIMESTAMPDEC15TSTPSBCOS_TSTMP
OBJTYPEObject Category for Inspection Plan Synchronization QMIP_OBJTYPECHAR2QMIP_OBJTYPE
OBJKEY Key of the Object0
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
UPDATE_TIMESTAMPTime Stamp of Last Change to Source QMIP_UPDATE_TIMESTAMPDEC15TSTPSBCOS_TSTMP

Key field Non-key field



How do I retrieve data from SAP table QMIPD_SPECMATLOG using ABAP code

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

SELECT SINGLE *
FROM QMIPD_SPECMATLOG
INTO CORRESPONDING FIELDS OF WA_QMIPD_SPECMATLOG
WHERE...

How to access SAP table QMIPD_SPECMATLOG

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