AFFWPRO SAP (Log of deleted AFFW entries) Table details

Dictionary Type: Table
Description: Log of deleted AFFW entries




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




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

AFFWPRO is a standard SAP Table which is used to store Log of deleted AFFW entries data and is available within R/3 SAP systems depending on the version and release level.

The AFFWPRO table consists of various fields, each holding specific information or linking keys about Log of deleted AFFW entries data available in SAP. These include AUFNR (Order Number), WEBLNR (Number of a document from a goods movement with errors), WEBLPOS (Internal counter), UPDDA (Date).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP AFFWPRO 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
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
WEBLNRNumber of a document from a goods movement with errors WEBLNRCHAR10ALPHABELNR
WEBLPOSInternal counter CIM_COUNTNUMC8CIM_COUNT
UPDDADate DATUMDATS8DATUM
UPDZTTime UZEITTIMS6UZEIT
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
BWARTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
ERFMGQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
ERFMEUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS
RUECKCompletion confirmation number for the operation CO_RUECKNUMC10CO_RUECKRCK
RMZHLInternal counter CIM_COUNTNUMC8CIM_COUNT
ERSDACreated On ERSDADATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
UPDINDUpdate indicator VBKZCHAR1VERBUCHER
CALLEDCharacter Field Length 1 CHAR01CHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM AFFWPRO
INTO CORRESPONDING FIELDS OF WA_AFFWPRO
WHERE...

How to access SAP table AFFWPRO

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