RW20A SAP (I/O fields Allocation table PO data index) Structure details

Dictionary Type: Structure
Description: I/O fields Allocation table PO data index




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




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

RW20A 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 Allocation table PO 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_RW20A TYPE RW20A.

The RW20A table consists of various fields, each holding specific information or linking keys about I/O fields Allocation table PO data index data available in SAP. These include MANDT (Client), BEDAT (Purchase Order Date), EKORG (Purchasing Organization), EKGRP (Purchasing Group).. 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 RW20A 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
BEDATPurchase Order Date BEDATDATS8DATUM
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
EKGRPPurchasing Group EKGRPCHAR3T024EKGRPEKG
LIFNRVendor Account Number ELIFNCHAR10LFA1ALPHALIFNRLIFKRED_C
BETRBCustomer 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
VZENTDistribution center (as customer) VZENTCHAR10KNA1ALPHAKUNNR
FILNRCustomer no. of plant FILNRCHAR10KNA1ALPHAKUNNR
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
MENGEQuantity MENGE_DQUAN13(3) MENG13
AUFMEAllocation Unit AUFMEUNIT3T006CUNITMEINS
WETYPDate type (day, week, month, interval) PRGRSCHAR1PRGRS
WEDATDelivery date LFDATDATS8DATUM
WEVTPDate type (day, week, month, interval) PRGRSCHAR1PRGRS
WEVDTDelivery date LFDATDATS8DATUM
BSTMGPurchase Order Quantity BSTMGQUAN13(3) MENG13
BSTMEPurchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
EBLNUPurchase Order Generated for Vendor EBLNUCHAR10EKKOALPHAEBELNBES
EBLPUGenerated purchase order item EBLPUNUMC5EKPOEBELPPOS
BSARTOrder type in allocation table (for external vendor) BSART_LIEFCHAR4T161BSARTBSAWAUF_T161
ELIKZ'Delivery Completed' Indicator ELIKZCHAR1XFELD
VZWRKDistribution center as plant VZWRKCHAR4T001WWERKSVZW
FIWRKStore as plant FIWRKCHAR4T001WWERKSWRK
BTWRKPlant BTWRKCHAR4T001WWERKSWRK
SPERRBlocking flag, plant SPBTRCHAR1T629SPERR_A
APSTPItem category of allocation table APSTPCHAR4T621APSTP
WEUZTDelivery Date Time-Spot LZEITTIMS6UZEIT
AKTNRCOUPON WAKTIONCHAR10WAKHALPHAWAKTIONWAK
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
AURELRelevant to Allocation Table AURELCHAR1AUREL
RETPOReturns Item RETPOCHAR1XFELD
BUKRS_BTWRKCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
LAND_BTWRKCountry Key LAND1CHAR3T005LAND1LND
SAPOSNumber of alloc tbl item of material on higher level POSNR_SANUMC5Assigned to domainABELP
RFKTNReference outline agreement RFKTNCHAR10Assigned to domainALPHAEBELN
RFKTPReference outline agreement item RFKTPNUMC5Assigned to domainEBELP
WRF_AT_DL_IDDateline ID (GUID) WRF_AT_DL_IDCHAR22SYSUUID_22
.INCLU--AP 0
SLS_RELSingle-Recipient Vendor Orders from Allocation Table SLS_RELCHAR1SLS_REL
.INCLU--AP 0
CONS_ORDERConsignment Processing in Allocation Table (FBG) WRF_AT_CONS_ORDERCHAR1WRF_AT_CONS_ORDER
VBUKZSingle-Character Indicator CHAR1CHAR1CHAR1
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ
LFWRKPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C

Key field Non-key field



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

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

How to access SAP table RW20A

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