RW28A SAP (Transfer area Output determination Allocation table) Structure details

Dictionary Type: Structure
Description: Transfer area Output determination Allocation table




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




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

RW28A 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 "Transfer area Output determination Allocation table" 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_RW28A TYPE RW28A.

The RW28A table consists of various fields, each holding specific information or linking keys about Transfer area Output determination Allocation table data available in SAP. These include AK_ABELN (Allocation Table Number), AP_ABELP (Item number of allocation table), AP_RETPO (Returns Item), VLFKZ (Plant 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: Not classified


SAP RW28A 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
AK_MANDTClient MANDTCLNT3Assigned to domainMANDT
AK_ABELNAllocation Table Number ABELNCHAR10Assigned to domainALPHAABELNABE
AP_ABELPItem number of allocation table ABELPNUMC5Assigned to domainABELP
AP_RETPOReturns Item RETPOCHAR1XFELD
VLFKZPlant category VLFKZCHAR1VLFKZ
AWG_ABELGSub-item no. of plant group (alloc tbl) ABELGNUMC5Assigned to domainABELG
AW_ABELFSub.item no. of plant (alloc. tbl) ABELFNUMC5Assigned to domainABELF
AVZ_VZWRKDistribution center as plant VZWRKCHAR4Assigned to domainWERKSVZW
AK_AUFARAllocation Table Type AUFARCHAR4Assigned to domainAUFARATG
AP_APSTPItem category of allocation table APSTPCHAR4Assigned to domainAPSTP
AP_MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
AP_AAVITNotification Category Allocation: Info Exchance HQ - Plant AAVITCHAR4Assigned to domainAAVIT
AW_FIWRKStore as plant FIWRKCHAR4Assigned to domainWERKSWRK
AW_AAVITNotification Category Allocation: Info Exchance HQ - Plant AAVITCHAR4Assigned to domainAAVIT
AW_KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
AW_ABFDTConfirmation request date AFIDTDATS8DATUM
AW_ABFTPDate type (day, week, month, interval) PRGRSCHAR1PRGRS
AW_WMERFSingle-Character Indicator CHAR1CHAR1CHAR1
AW_BMERFSingle-Character Indicator CHAR1CHAR1CHAR1
AW_ABASTDetails status, plant notification ABASTCHAR1ABAST
AVZ_VZENTDistribution center (as customer) VZENTCHAR10Assigned to domainALPHAKUNNR
TATYPSingle-Character Indicator CHAR1CHAR1CHAR1
A_AENDGSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table RW28A

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