BIPQPMK SAP (Master inspection characteristic (batch-input structure)) Structure details

Dictionary Type: Structure
Description: Master inspection characteristic (batch-input structure)




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




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

BIPQPMK 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 "Master inspection characteristic (batch-input structure)" 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_BIPQPMK TYPE BIPQPMK.

The BIPQPMK table consists of various fields, each holding specific information or linking keys about Master inspection characteristic (batch-input structure) data available in SAP. These include MKMNR (Master Inspection Characteristics), ZAEHLER (Plant for the Master Inspection Characteristic), VERSION (Version Number of the Master Inspection Characteristic), ATNAM (Name of the Class Characteristic).. 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: Not classified


SAP BIPQPMK 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
RECTYRecord type for batch input of task lists RECTYCHAR2CHAR2
MKMNRMaster Inspection Characteristics QMERKNRCHAR8Assigned to domainALPHAQMERKNRPMK
ZAEHLERPlant for the Master Inspection Characteristic QZAEHLERCHAR4QZAEHLERWRK
VERSIONVersion Number of the Master Inspection Characteristic QVERSNRMKCHAR6ALPHAQVERSNR
ATNAMName of the Class Characteristic QATNAMCHAR30ATNAM
SORTFELDSearch Field QSORTFELDCHAR40CHAR40
LOEKZStatus of Master Record QLOESCHKZCHAR1QLOESCHKZ
KONSISTENTCopy Model/Reference Characteristic QVOLLSTCHAR1QVOLLST
STEUERKZCntrl Indicator String for Insp. Char./Master Insp. Char. QMKCONTROLCHAR30QMKCONTROL
MERKGEWWeighting of the Characteristic QMERKGEWCHAR2Assigned to domainQMERKKLAS
PRFQLInspector Qualification QPRQUALIFCHAR5Assigned to domainQPRQUALIF
DUMMY10Text Line for Additional Information QTXT10CHAR10QTXT10
DUMMY20Text Line for Additional Information QTXT20CHAR20QTXT20
DUMMY40Text Line for Additional Information QTXT40CHAR40QTXT40
QAUTHAuthorization Group QM Basic Data QMASTAUTHCHAR8Assigned to domainQMASTAUTH
TOLERANZSLTolerance Key QTOLERANZCHAR4Assigned to domainQTOLERANZ
STELLENNo. of Decimal Places (Batch Input) QSTELLEN_CCHAR2CHAR2
MASSEINHSWMeasurement Unit in Which Quantitative Data Is Maintained QMGEH6CHAR6Assigned to domainLUNITMSEC6
SOLLWERTTarget Value for a Quantitative Characteristic QSOLLWERTCCHAR16QSOLLWERTC
TOLERANZOBUpper Specification Limit QTOLOBCCHAR16QSOLLWERTC
TOLERANZUNLower Specification Limit QTOLUNCCHAR16QSOLLWERTC
KLASANZAHLNumber of Value Classes for Inspection Results QKLASSZAHCCHAR3CHAR3
KLASBREITEClass Width QKLASSBRCCHAR16QSOLLWERTC
KLASMITTEClass Midpoint QKLASMITCCHAR16QSOLLWERTC
GRENZEOB1First Upper Specification Limit QGRENZO1CCHAR16QSOLLWERTC
GRENZEUN1First Lower Specification Limit QGRENZU1CCHAR16QSOLLWERTC
GRENZEOB2Second Upper Specification Limit QGRENZO2CCHAR16QSOLLWERTC
GRENZEUN2Second Lower Specification Limit QGRENZU2CCHAR16QSOLLWERTC
PLAUSIOBENUpper Plausibility Limit QPLAUSIOBCCHAR16QSOLLWERTC
PLAUSIUNTELower Plausibility Limit QPLAUSIUNCCHAR16QSOLLWERTC
TOLERWEIOBChange to Upper Specification Limit QTOLWOBCCHAR16QSOLLWERTC
TOLERWEIUNChange to Lower Specification Limit QTOLWUNCCHAR16QSOLLWERTC
TOLERWABDate, from Which the Tolerance Change Is Valid (Batch Input) QTOLWAB_CCHAR10CHAR10
TOLERWBISDate, to Which the Tolerance Change Is Valid (Batch Input) QTOLWBIS_CCHAR10CHAR10
CODEGR9UDefect Code Group for Rejection at Lower Tolerance QCODEGRPUCHAR8Assigned to domainQCODEGRPCGP
CODE9UDefect Code for Rejection at Lower Specification Limit QCODEUCHAR4Assigned to domainQCODE
CODEVR9UVersion Number QVERSNRCHAR6ALPHAQVERSNR
CODEGR9ODefect Code Group for Rejection at Upper Tolerance QCODEGRPOCHAR8Assigned to domainQCODEGRPCGP
CODE9ODefect Code for Rejection at Upper Specification Limit QCODEOCHAR4Assigned to domainQCODE
CODEVR9OVersion Number QVERSNRCHAR6ALPHAQVERSNR
EEANTVERFFraction Calculation QEANTVERFCHAR2Assigned to domainQEANTVERF
CODEGRQUALDefect Code Group for General Rejection QCODEGRPQLCHAR8Assigned to domainQCODEGRPCGP
CODEQUALDefect Code for Rejection: General QCODEQLCHAR4Assigned to domainQCODE

Key field Non-key field



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

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

How to access SAP table BIPQPMK

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