RWAVI_ART_ALL SAP (Form Allocation Table Notification: Article Data, Enhanced) Structure details

Dictionary Type: Structure
Description: Form Allocation Table Notification: Article Data, Enhanced




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




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

RWAVI_ART_ALL 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 "Form Allocation Table Notification: Article Data, Enhanced" 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_ALL TYPE RWAVI_ART_ALL.

The RWAVI_ART_ALL table consists of various fields, each holding specific information or linking keys about Form Allocation Table Notification: Article Data, Enhanced data available in SAP. These include ABELP (Item number of allocation table), RETPO (Returns Item), MATNR (Material Number), MAKTX (Material Description (Short Text)).. 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 (Deep)


SAP RWAVI_ART_ALL 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
DELIVERY_PHASES 0
LONG_TEXT 0
POS_RUECKMControls form structure, alloc tbl notification AVIS_STEUCHAR1XFELD
PUR_GROUP 0
MANDTClient MANDTCLNT3MANDT
EKGRPPurchasing Group EKGRPCHAR3EKGRPEKG
EKNAMDescription of purchasing group EKNAMCHAR18TEXT18
EKTELTelephone number of purchasing group (buyer group) EKTELCHAR12CHAR12
LDESTSpool: Output device RSPOPNAMECHAR4SPDEVRSPOPNAME
TELFXFax number of purchasing (buyer) group EKTFXCHAR31TEXT31
TEL_NUMBERTelephone no.: dialling code+number AD_TLNMBRCHAR30CHAR30
TEL_EXTENSTelephone no.: Extension AD_TLXTNSCHAR10CHAR10
SMTP_ADDRE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
PUR_ORG 0
MANDTClient MANDTCLNT3MANDT
EKORGPurchasing Organization EKORGCHAR4EKORGEKO
EKOTXDescription of Purchasing Organization EKOTXCHAR20TEXT20
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
TXADRText Name: Sender Line TXADRCHAR70TDOBNAME
TXKOPText Name: Letter Heading TXKOPCHAR70TDOBNAME
TXFUSText Name: Footer Lines TXFUSCHAR70TDOBNAME
TXGRUText Name: Complimentary Close TXGRUCHAR70TDOBNAME
KALSEGroup for Calculation Schema (Purchasing Organization) KALSECHAR4KALSE
MKALSCalculation Schema for Market Price MKALSCHAR6KALSM
BPEFFEffective Price BPEFFCHAR1XFELD
BUKRS_NTRCompany code for subsequent settlement at plant level BUKRS_NTRCHAR4BUKRS

Key field Non-key field



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

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

How to access SAP table RWAVI_ART_ALL

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