RW19A SAP (I/O fields for allocation table shipping data index) Structure details

Dictionary Type: Structure
Description: I/O fields for allocation table shipping data index




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




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

RW19A 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 "I/O fields for allocation table shipping data index" 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_RW19A TYPE RW19A.

The RW19A table consists of various fields, each holding specific information or linking keys about I/O fields for allocation table shipping data index data available in SAP. These include MANDT (Client), VSTEL (Shipping Point/Receiving Point), LEDAT (Delivery Creation Date), LPRIO (Delivery Priority).. 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 RW19A 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
MANDTClient MANDTCLNT3T000MANDT
VSTELShipping Point/Receiving Point VSTELCHAR4TVSTVSTELVST
LEDATDelivery Creation Date LEDATDATS8DATUM
LPRIODelivery Priority LPRIONUMC2TPRIOLPRIO
ROUTERoute ROUTECHAR6TVROROUTE
SPDNRForwarding agent SPDNRCHAR10LFA1ALPHALIFNR
WADATGoods Issue Date WADATDATS8DATUM
FILNRCustomer no. of plant FILNRCHAR10KNA1ALPHAKUNNR
ABELNAllocation Table Number ABELNCHAR10AUKOALPHAABELNABE
ABELPItem number of allocation table ABELPNUMC5AUPOABELP
ABELGSub-item no. of plant group (alloc tbl) ABELGNUMC5AUFGABELG
ABELFSub.item no. of plant (alloc. tbl) ABELFNUMC5AUFIABELF
LFNUMConsecutive Number LFNUMCHAR5CHAR5
KUNAGSold-to party KUNAGCHAR10KNA1ALPHAKUNNRVAG
VZENTDistribution center (as customer) VZENTCHAR10KNA1ALPHAKUNNR
VZWRKDistribution center as plant VZWRKCHAR4T001WWERKSVZW
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
VKBURSales Office VKBURCHAR4TVBURVKBURVKB
VKGRPSales Group VKGRPCHAR3TVKGRVKGRPVKG
AUTLFComplete delivery defined for each sales order? AUTLFCHAR1XFELD
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
MENGEQuantity MENGE_DQUAN13(3) MENG13
AUFMEAllocation Unit AUFMEUNIT3T006CUNITMEINS
LFDATDelivery date LFDATDATS8DATUM
BRGEWOpen gross weight of all schedule lines for this key BRGEW_VGQUAN15(3) MENG15
GEWEIWeight Unit GEWEIUNIT3T006CUNITMEINS
VOLUMOpen volume of all schedule lines for this key VOLUM_VGQUAN15(3) MENG15
VOLEHVolume unit VOLEHUNIT3T006CUNITMEINS
BEARZProcessing time in days BEARZ_VGDEC5(2) DEC3_2
ADRNR_AGAddress number of the sold-to party ADRNR_AGCHAR10Assigned to domainALPHAADRNR
ADRNR_WEAddress number of the ship-to party ADRNR_WECHAR10Assigned to domainALPHAADRNR
LFARTDelivery type of allocation table LFART_AUFTCHAR4TVLKLFARTALTLFART_FOR_ALLOCATION
VBLNUGenerated delivery number VBLNUCHAR10VBUKALPHAVBELNAUN
VBLPUGenerated delivery note item VBLPUNUMC6VBUPPOSNR
SPERRBlocking flag, plant SPBTRCHAR1T629SPERR_A
APSTPItem category of allocation table APSTPCHAR4T621APSTP
ELIKZ'Delivery Completed' Indicator ELIKZCHAR1XFELD
LIFMGDelivery qty LIFMGQUAN13(3) MENG13
VRKMESales unit VRKMEUNIT3T006CUNITMEINS
WEDATDelivery date LFDATDATS8DATUM
WETYPDate type (day, week, month, interval) PRGRSCHAR1PRGRS
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
AKTNRCOUPON WAKTIONCHAR10WAKHALPHAWAKTIONWAK
LFUHRTime of delivery LFUHRTIMS6LFUHR
RETPOReturns Item RETPOCHAR1XFELD
SAPOSNumber of alloc tbl item of material on higher level POSNR_SANUMC5Assigned to domainABELP
AURELRelevant to Allocation Table AURELCHAR1AUREL
ABLADUnloading Point ABLADCHAR25TEXT25
VBUKZSingle-Character Indicator CHAR1CHAR1CHAR1
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ

Key field Non-key field



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

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

How to access SAP table RW19A

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