RQMSPV SAP (Structure for transfer to where-used lists) Structure details

Dictionary Type: Structure
Description: Structure for transfer to where-used lists




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




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

RQMSPV 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 "Structure for transfer to where-used lists" 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_RQMSPV TYPE RQMSPV.

The RQMSPV table consists of various fields, each holding specific information or linking keys about Structure for transfer to where-used lists data available in SAP. These include MANDT (Client), MATNR (Material Number), ZAEHLER (Internal Counter for DB Objects), DATUV (Date, for Which the Change Is Planned).. 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 RQMSPV 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
MANDTClient MANDTCLNT3T000MANDT
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
ZAEHLERInternal Counter for DB Objects Q_COUNTNUMC6Q_COUNT
DATUVDate, for Which the Change Is Planned QPLANDATDATS8DATUMGLA
ATINNInternal characteristic ATINNNUMC10Assigned to domainATINNATINN
WERKSPlant for the Master Inspection Characteristic QZAEHLERCHAR4QZAEHLERWRK
MKMNRMaster Inspection Characteristics QMERKNRCHAR8QPMKALPHAQMERKNRPMK
VERSIONVersion Number of the Master Inspection Characteristic QVERSNRMKCHAR6ALPHAQVERSNR
SOLLWERTTarget Value for a Quantitative Characteristic QSOLLWERTEFLTP16(16) QSOLLWERTE
SOLLWNIValue Not Initial if Set QNINITIALCHAR1QKZ
TOLERANZOBUpper Specification Limit QTOLOBFLTP16(16) QSOLLWERTE
TOLOBNIValue Not Initial if Set QNINITIALCHAR1QKZ
TOLERANZUNLower Tolerance Limit QTOLUNFLTP16(16) QSOLLWERTE
TOLUNNIValue Not Initial if Set QNINITIALCHAR1QKZ
MASSEINHSWUnit of Measurement, in Which Quantitative Data Is Stored QMASSEHUNIT3T006CUNITMEINS
STELLENNumber of Places to the Right of a Decimal Point (Accuracy) QSTELLENINT13QSTELLEN
AUSWMENGE1Assigned Code Group or Selected Set QCGRAUSWCHAR8QCGRAUSW
AUSWMGWRK1Plant of the Assigned Selected Set QWERKAUSWCHAR4T001WWERKSWRK
VERSION1Version Number QVERSNRCHAR6ALPHAQVERSNR
STEUERKZCntrl Indicator String for Insp. Char./Master Insp. Char. QMKCONTROLCHAR30QMKCONTROL
STICHPRVERSampling Procedure in Inspection Characteristic QSTICHVERFCHAR8QDSVQSTPRVER
PROBEMGEHSample Unit of Measure QPROBMEUNIT3T006CUNITMEINS
PRUEFEINHSample Quantity Factor for Sample(Mult. Sample Unit of Msr.) QPROBEFAKDEC5(2) QPROBEFAK
REFERAMKValues Are Referenced in the Specification QREFERAMKCHAR1QKZ
STICHPRPPSampling Procedure for Inspection Point Processing QSTICHPNKTCHAR8QDSVQSTPRVER
QERGDATHPlanned Results Data Origin QERGDATHPLCHAR2TQ73QERGDATH
CHARACT_ID1Characteristic Description for Quality Data Exchange QCHARACT_ID1CHAR40ALPHAQCHARACT_ID
AENDERKZX and Blank QKZCHAR1QKZ

Key field Non-key field



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

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

How to access SAP table RQMSPV

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