MBQSS SAP (Interface between QM and goods receipt posting) Structure details

Dictionary Type: Structure
Description: Interface between QM and goods receipt posting




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




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

MBQSS 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 "Interface between QM and goods receipt posting" 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_MBQSS TYPE MBQSS.

The MBQSS table consists of various fields, each holding specific information or linking keys about Interface between QM and goods receipt posting data available in SAP. These include INSMK (Quantity Is or Was in Inspection Stock), KZWES (GR blocked stock), LIFNR (Account Number of Vendor or Creditor), MATNR (Material Number).. 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 MBQSS 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
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
INSMKQuantity Is or Was in Inspection Stock QVINSMKCHAR1QKZ
KZWESGR blocked stock KZWESCHAR1KZWES
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
EMATNMaterial Number EMATNRCHAR18Assigned to domainMATN1MATNRMAT
EBELNPurchasing Document Number EBELNCHAR10EKKOALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
ZEILEItem in Material Document MBLPONUMC4MBLPOPOS
BWARTMovement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
ERFMGQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
ERFMEUnit of Entry ERFMEUNIT3T006CUNITMEINS
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
ANZGEBQM - No. of Containers QANZGEBQUAN6(3) QGEBPLOS
GEBEHLot Container QGEBEHUNIT3T006CUNITMEINS
KZBEWMovement Indicator KZBEWCHAR1KZBEW
BLARTDocument Type BLARTCHAR2T003BLARTBAR
BUDATPosting Date in the Document BUDATDATS8DATUM
CHARGBatch Number CHARG_DCHAR10MCH1CHARGCHA
QSSHKInspection Lot Origin QHERKCHAR2Assigned to domainQHERKQHK
MENGUQuantity Updating in Material Master Record MENGUCHAR1XFELD
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
MAT_KDAUFSales Order Number of Valuated Sales Order Stock MAT_KDAUFCHAR10VBUKALPHAVBELNAUN
MAT_KDPOSSales Order Item of Valuated Sales Order Stock MAT_KDPOSNUMC6NUM06KPO
MAT_PSPNRValuated Sales Order Stock WBS Element MAT_PSPNRNUMC8PRPSKONPRPS_POSNR
KZVBRConsumption Posting KZVBRCHAR1KZVBR
KNTTPAccount Assignment Category KNTTPCHAR1T163KKNTTPKNT
PSTYPItem Category in Purchasing Document PSTYPCHAR1T163PSTYP
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
ANLN1Main Asset Number ANLN1CHAR12ANLHALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4ANLAALPHAANLN2AN2
KONT_KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KONT_KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
KONT_PSPNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
NPLNRNetwork Number for Account Assignment NPLNRCHAR12AUFKALPHAAUFNRNET
APLZLInternal counter CIM_COUNTNUMC8CIM_COUNT
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
KSTRGCost Object KSTRGCHAR12CKPHKSTRGKTR
PAOBJNRProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
PRCTRProfit Center PRCTRCHAR10CEPCALPHAPRCTRPRCPRCTR_EMPTY
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
KONTOG/L Account Number SAKNRCHAR10SKA1ALPHASAKNRSAKC_SAKNR
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
SPERQControl Key for Quality Management in Procurement QSSPURCHAR8TQ08QSSPUR
SSQSSControl Key for Quality Management in Procurement QSSPURCHAR8TQ08QSSPUR
ZGTYPCertificate Type QZGTYPCHAR4TQ05QZGTYPQCT
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
ABNAHMPRFSource Inspection QABNAHMPRFCHAR1BSTYP
REVLVRevision Level REVLVCHAR2NUMCVREVLVRVS
XCHPFBatch management requirement indicator XCHPFCHAR1XFELD
DABRZReference Date for Settlement DABRBEZDATS8DDAT
CUOBJConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
LICHNVendor Batch Number LICHNCHAR15LICHN
AUFPSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO

Key field Non-key field



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

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

How to access SAP table MBQSS

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