BAPI20783E SAP (BAPI Number of Existing Quality Notifications) Structure details

Dictionary Type: Structure
Description: BAPI Number of Existing Quality Notifications




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




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

BAPI20783E 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 "BAPI Number of Existing Quality Notifications" 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_BAPI20783E TYPE BAPI20783E.

The BAPI20783E table consists of various fields, each holding specific information or linking keys about BAPI Number of Existing Quality Notifications data available in SAP. These include MAT_COMPLET (Number of Completed Notifications for Material), MAT_OPEN (Number of Outstanding Notifications for Material), CUST_NOTIF (Number of Notifications for Customer), CUST_COMPLET (Number of Completed Notifications for Customer).. 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 BAPI20783E 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
MAT_NOTIFNumber of Notifications for Material QNAUSW1INT13QKLASSZAHL
MAT_COMPLETNumber of Completed Notifications for Material QNAUSW11INT13QKLASSZAHL
MAT_OPENNumber of Outstanding Notifications for Material QNAUSW12INT13QKLASSZAHL
CUST_NOTIFNumber of Notifications for Customer QNAUSW2INT13QKLASSZAHL
CUST_COMPLETNumber of Completed Notifications for Customer QNAUSW21INT13QKLASSZAHL
CUST_OPENNumber of Outstanding Notifications for Customer QNAUSW22INT13QKLASSZAHL
VEND_NOTIFNumber of Notifications for Vendor QNAUSW3INT13QKLASSZAHL
VEND_COMPLETNumber of Completed Notifications for Vendor QNAUSW31INT13QKLASSZAHL
VEND_OPENNumber of Outstanding Notifications for Vendor QNAUSW32INT13QKLASSZAHL
MAT_CUS_NOTIFNumber of Notifications for Material/Customer QNAUSW4INT13QKLASSZAHL
MAT_CUS_CONumber of Completed Notifications for Material/Customer QNAUSW41INT13QKLASSZAHL
MAT_CUS_OPNumber of Outstanding Notifications for Material/Customer QNAUSW42INT13QKLASSZAHL
MAT_VEN_NOTIFNumber of Notifications for Material/Vendor QNAUSW5INT13QKLASSZAHL
MAT_VEN_CONumber of Completed Notifications for Material/Vendor QNAUSW51INT13QKLASSZAHL
MAT_VEN_OPNumber of Outstanding Notifications for Material/Vendor QNAUSW52INT13QKLASSZAHL

Key field Non-key field



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

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

How to access SAP table BAPI20783E

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