RWAVI_ART SAP (Allocation table notification form; material data) Structure details

Dictionary Type: Structure
Description: Allocation table notification form; material data




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




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

RWAVI_ART 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 "Allocation table notification form; material data" 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_RWAVI_ART TYPE RWAVI_ART.

The RWAVI_ART table consists of various fields, each holding specific information or linking keys about Allocation table notification form; material data data available in SAP. These include RETPO (Returns Item), MATNR (Material Number), MAKTX (Material Description (Short Text)), ATTYP (Material Category).. 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 RWAVI_ART 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
ABELPItem number of allocation table ABELPNUMC5Assigned to domainABELP
RETPOReturns Item RETPOCHAR1XFELD
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
ATTYPMaterial Category ATTYPCHAR2ATTYPMTY
AAVIZIndicator for line creation in alloc tbl notification AAVIZCHAR1AAVIZ
PMNGUPlanned qty of sub-item PMNGUQUAN13(3) MENG13
WMNGEQuantity requested by store WMNGEQUAN13(3) MENG13
IMNGUConfirmed qty of plant IMNGUQUAN13(3) MENG13
MMNGUMinimum Quantity of Plant in Plant Group MMNGUQUAN13(3) MENG13
HMNGUMaximum Quantity for Plants in Plant Group HMNGUQUAN13(3) MENG13
AUFMEAllocation Unit AUFMEUNIT3Assigned to domainCUNITMEINS
BSTMGPurchase Order Quantity BSTMGQUAN13(3) MENG13
BSTMEPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
WEDATDelivery date LFDATDATS8DATUM
WEDATTDate type (day, week, month, interval) PRGRSCHAR1PRGRS
WEUZTDelivery Date Time-Spot LZEITTIMS6UZEIT
LEWEDLatest Possible Goods Receipt LEWEDDATS8DATUM
LEWEDTDate type (day, week, month, interval) PRGRSCHAR1PRGRS
VKDATDate of start of sales at plant VKIDTDATS8DATUM
VKDATTDate type (day, week, month, interval) PRGRSCHAR1PRGRS
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
ABFDTConfirmation request date AFIDTDATS8DATUM
ABFTPDate type (day, week, month, interval) PRGRSCHAR1PRGRS
ARMELReply required (request notification / alloc tbl) ARMELCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RWAVI_ART

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