AFWD SAP (Deliveries for Confirmation Goods Movements in EWM) Table details

Dictionary Type: Table
Description: Deliveries for Confirmation Goods Movements in EWM




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




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

AFWD is a standard SAP Table which is used to store Deliveries for Confirmation Goods Movements in EWM data and is available within R/3 SAP systems depending on the version and release level.

The AFWD table consists of various fields, each holding specific information or linking keys about Deliveries for Confirmation Goods Movements in EWM data available in SAP. These include RUECK (Completion confirmation number for the operation), RMZHL (Confirmation counter), VBELN (Delivery), POSNR (Delivery Item).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP AFWD table 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 MANDTCLNT3Assigned to domainMANDT
RUECKCompletion confirmation number for the operation CO_RUECKNUMC10CO_RUECKRCK
RMZHLConfirmation counter CO_RMZHLNUMC8CIM_COUNTRZL
VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
POSNRDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
GMSUCSuccessful Goods Movement for Delivery (EWM) RU_GMSUCCHAR1XFELD
ERRORConfirmation Errors for Item RU_ERRORCHAR1XFELD
DLVTPDelivery Category DLVTPCHAR2DLVTP

Key field Non-key field



How do I retrieve data from SAP table AFWD using ABAP code

The following ABAP code Example will allow you to do a basic selection on AFWD to SELECT all data from the table
DATA: WA_AFWD TYPE AFWD.

SELECT SINGLE *
FROM AFWD
INTO CORRESPONDING FIELDS OF WA_AFWD
WHERE...

How to access SAP table AFWD

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