WUEB SAP (Transfer Structure: PO or Delivery Items) Structure details

Dictionary Type: Structure
Description: Transfer Structure: PO or Delivery Items




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




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

WUEB 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 Structure: PO or Delivery Items" 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_WUEB TYPE WUEB.

The WUEB table consists of various fields, each holding specific information or linking keys about Transfer Structure: PO or Delivery Items data available in SAP. These include EBELP (Item Number of Purchasing Document), VBELN (Sales and Distribution Document Number), VBELP (Sales document item), MATNR (Material Number).. 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 WUEB 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
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
VBELPSales document item VBELPNUMC6Assigned to domainPOSNR
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
IDNLFMaterial Number Used by Vendor IDNLFCHAR35IDNEX
EAN11International Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
LTSSFSort Sequence Number LTSSFNUMC5NUMC5
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
SKRITVendor sort criterion for materials SKRITCHAR1SKRIT
BWARTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
KZBEWMovement Indicator KZBEWCHAR1KZBEW
ERFMGQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
ERFMEUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
UEBPOHigher-Level Item in Purchasing Documents UEBPONUMC5Assigned to domainEBELP
UPTYPSubitem Category, Purchasing Document UPTYPCHAR1Assigned to domainUPTYP
WAMNGActual quantity delivered (in sales units) LFIMGQUAN13(3) MENG13
XBLNR_AVISReference Document Number XBLNR1CHAR16XBLNR1
FRBNR_AVISNumber of Bill of Lading at Time of Goods Receipt FRBNR1CHAR16XBLNR1
PABNUMJIT Call Number PABNUMCHAR10Assigned to domainALPHAPABNUMPABNUM
PABPOSJIT call item PABPOSNUMC4PABPOS
PKKEYIdentification Number PKKEYNUMC10Assigned to domainPKKEY
UECHAHigher-Level Item of Batch Split Item UECHANUMC6Assigned to domainPOSNR
UPVORSubitems Exist UPVORCHAR1CHAR1
.INCLU--AP 0
LONGNUMSmart Number /SAPPSPRO/LONGNUMCHAR40/SAPPSPRO/LONGNUM/SAPPSPRO/LONG_BES/SAPPSPRO/MEKK
.INCLU--AP 0
LFDATDelivery date LFDATDATS8DATUM
LLIEFSupplying Vendor LLIEFCHAR10Assigned to domainALPHALIFNRLLI
SPDNRForwarding agent SPDNRCHAR10Assigned to domainALPHALIFNR

Key field Non-key field



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

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

How to access SAP table WUEB

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