QMBHU SAP (HUM interface between QM and delivery) Structure details

Dictionary Type: Structure
Description: HUM interface between QM and delivery




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




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

QMBHU 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 "HUM interface between QM and delivery" 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_QMBHU TYPE QMBHU.

The QMBHU table consists of various fields, each holding specific information or linking keys about HUM interface between QM and delivery data available in SAP. These include INSMK (Quantity Is or Was in Inspection Stock), LIFNR (Account Number of Vendor or Creditor), MATNR (Material Number), EMATN (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: Not classified


SAP QMBHU 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
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
EMATNMaterial Number EMATNRCHAR18Assigned to domainMATN1MATNRMAT
VGBELDocument number of the reference document VGBELCHAR10Assigned to domainALPHAVBELN
VGPOSItem number of the reference item VGPOSNUMC6Assigned to domainPOSNR
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
ZEILEItem in Material Document MBLPONUMC4MBLPOPOS
BWARTMovement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
LFIMGActual quantity delivered (in sales units) LFIMGQUAN13(3) MENG13
VRKMESales unit VRKMEUNIT3T006CUNITMEINS
LGMNGActual quantity delivered in stockkeeping units LGMNGQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
ANZGEBQM - No. of Containers QANZGEBQUAN6(3) QGEBPLOS
GEBEHLot Container QGEBEHUNIT3T006CUNITMEINS
KZBEWMovement Indicator KZBEWCHAR1KZBEW
CHARGBatch Number CHARG_DCHAR10MCH1CHARGCHA
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
VBELVOriginating document VBELVCHAR10VBUKALPHAVBELN
POSNVOriginating item POSNVNUMC6Assigned to domainPOSNR
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8PRPSKONPRPS_POSNR
KZVBRConsumption Posting KZVBRCHAR1KZVBR
KNTTPAccount Assignment Category KNTTPCHAR1T163KKNTTPKNT
PAOBJNRProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
KONTOG/L Account Number SAKNRCHAR10SKA1ALPHASAKNRSAKC_SAKNR
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
XCHPFBatch management requirement indicator XCHPFCHAR1XFELD
CUOBJConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
LICHNVendor Batch Number LICHNCHAR15LICHN
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
POSNRDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
PSTYVSales document item category PSTYVCHAR4Assigned to domainPSTYV
ROUTERoute ROUTECHAR6Assigned to domainROUTE
KUNAGSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
KDMATMaterial belonging to the customer KDMATCHAR35IDNEX
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
XCHARBatch management indicator (internal) XCHARCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table QMBHU

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