RQMHU SAP (QM: Prepared Handling Unit Information) Structure details

Dictionary Type: Structure
Description: QM: Prepared Handling Unit Information




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




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

RQMHU 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 "QM: Prepared Handling Unit Information" 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_RQMHU TYPE RQMHU.

The RQMHU table consists of various fields, each holding specific information or linking keys about QM: Prepared Handling Unit Information data available in SAP. These include LGORT (Storage Location), BESTQ (Stock Category in the Warehouse Management System), SOBKZ (Special Stock Indicator), SONUM (Special Stock 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 RQMHU 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 HUM_WERKSCHAR4Assigned to domainWERKSWRKH_T001W
LGORTStorage Location HUM_LGORTCHAR4Assigned to domainLGORTLAG
BESTQStock Category in the Warehouse Management System BESTQCHAR1BESTQ
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
SONUMSpecial Stock Number LVS_SONUMCHAR16ALPHALVS_SONUM
OEXIDVQM: Highest-Level Handling Unit QOEXIDVCHAR20ALPHAEXIDV
EXIDVExternal Handling Unit Identification EXIDVCHAR20ALPHAEXIDVHU_IDENT_ALLG
VENUMInternal Handling Unit Number VENUMCHAR10Assigned to domainALPHAVENUMVEL
VEPOSHandling Unit Item VEPOSNUMC6Assigned to domainVEPOS
VEMNGBase Quantity Packed in the Handling Unit Item VEMNGQUAN15(3) MENG15
VEMEHBase Unit of Measure of the Quantity to be Packed (VEMNG) VEMEHUNIT3Assigned to domainCUNITMEINS
VENUMHIGHInternal Handling Unit Number VENUMCHAR10Assigned to domainALPHAVENUMVEL
QMGBUCHHUMTarget Stock for Quantity Posting from UD for Handling Units QMGBUCHHUMCHAR10QMGBUCHHUM
QMHUPOSTQM: Quantity already posted QMHUPOSTCHAR1QKZ
ICON_MSGStatus of HU Quantity Posting QICONHUCHAR132TEXT132
HUWMINFOPosting Information QMSGHUCHAR132CHAR132
HU_LGORTContent is Located at an HU-managed Storage Location HU_LGORTCHAR1HU_LGORT
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
PC_ALLOWEDTransfer posting QPCALLOWEDCHAR1QKZ
PC_WO_SLCHTransfer Posting Allowed, If No Change to Storage Location QPCWOSLCHCHAR1QKZ
PC_RECEIPTGoods receipt allowed QPCRECEIPTCHAR1QKZ
PC_ISSUEGoods issue allowed QPCISSUECHAR1QKZ

Key field Non-key field



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

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

How to access SAP table RQMHU

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