QAMS_RFC_VIQMFE SAP (RFC Structure Notification Item (RFC_VIQMFE)) Structure details

Dictionary Type: Structure
Description: RFC Structure Notification Item (RFC_VIQMFE)




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




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

QAMS_RFC_VIQMFE 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 "RFC Structure Notification Item (RFC_VIQMFE)" 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_QAMS_RFC_VIQMFE TYPE QAMS_RFC_VIQMFE.

The QAMS_RFC_VIQMFE table consists of various fields, each holding specific information or linking keys about RFC Structure Notification Item (RFC_VIQMFE) data available in SAP. These include FETXT (Short Text for Notification Item), FEKAT (Catalog Type - Issue), FEGRP (Code Group - Issue), FECOD (Issue).. 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 QAMS_RFC_VIQMFE 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
FENUM Notification Print Item Number0
FETXT Short Text for Notification Item0
FEKAT Catalog Type - Issue0
FEGRP Code Group - Issue0
FECOD Issue0
OTKAT Catalog Type - Object Parts0
OTGRP Code Group - Object Parts0
OTEIL Object Part0
BAUTL Assembly0
POSNR Sort Number for Item0
FEQKLAS Error Class0
FMGFRD Defective Quantity for Item (External)0
FMGEIG Defective Quantity for Item (Internal)0
ANZFEHLER Number of Defects Found0
FEHLBEW Defect Valuation0
PHYNR Number of Physical Sample0
PRUEFLINR Single-Unit Number for Unit to Be Inspected0
INDTX Long Text for Object Exists0
KZMLA Indicator: Text Segment in Primary Language0
REFOBJKEYObject key SWO_TYPEIDCHAR70SWO_TYPEID

Key field Non-key field



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

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

How to access SAP table QAMS_RFC_VIQMFE

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