RQM07_03 SAP (Item output structure for create notification function) Structure details

Dictionary Type: Structure
Description: Item output structure for create notification function




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




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

RQM07_03 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 "Item output structure for create notification function" 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_RQM07_03 TYPE RQM07_03.

The RQM07_03 table consists of various fields, each holding specific information or linking keys about Item output structure for create notification function data available in SAP. These include FETXT (Notification Item Short Text), FEKAT (Catalog Type - Problems/Defects), FEGRP (Code Group - Problem), FECOD (Problem or Damage Code).. 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 RQM07_03 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
FETXTNotification Item Short Text FETXTCHAR40TEXT40
FEKATCatalog Type - Problems/Defects FEKATCHAR1Assigned to domainQKATART
FEGRPCode Group - Problem FEGRPCHAR8Assigned to domainQCODEGRP
FECODProblem or Damage Code FECODCHAR4Assigned to domainQCODE
OTKATCatalog Type - Object Parts OTKATCHAR1Assigned to domainQKATART
OTGRPCode Group - Object Parts OTGRPCHAR8Assigned to domainQCODEGRP
OTEILPart of Object OTEILCHAR4Assigned to domainQCODE
BAUTLAssembly BAUTLCHAR18Assigned to domainMATN1MATNRMAT
FEQKLASDefect Class QFEHLKLASCHAR2Assigned to domainQFEHLKLAS
FMGFRDDefective Quantity for Item (External) QMGFRDQUAN13(3) MENGE
FMGEIGDefective Quantity for Item (Internal) QMGEIGQUAN13(3) MENGE
FMGEINUnit of Measure for Item QMGEINUNIT3Assigned to domainCUNITMEINS
ANZFEHLERNumber of Defects Found QANZFEHL4INT410QANZAHL4
FEHLBEWDefect Valuation QFEHLBEWFLTP16(16) FLTP
UNITFLBEWUnit for Defect Valuation QUNITFLBEWUNIT3Assigned to domainCUNITMEINS
SELECX and Blank QKZCHAR1QKZ
TXTCDOTObject Part Code Short Text TXTCDOTCHAR40TEXT40
TXTCDProblem Code Short Text TXTCDFECHAR40TEXT40
BAUTXCharacter field of length 40 CHAR40CHAR40CHAR40
FEHLKLTEXTShort Text QKURZTEXTCHAR40QKURZTEXT
FENUMItem Number in Item Record FELFDNUMC4Assigned to domainFELFD
POSNRSort Number for Item QLFDPOSNUMC4QFELFD

Key field Non-key field



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

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

How to access SAP table RQM07_03

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