AUUMI SAP (Worklist for Stock Transport Orders (Follow-on Doc. Gen.)) Table details

Dictionary Type: Table
Description: Worklist for Stock Transport Orders (Follow-on Doc. Gen.)




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




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

AUUMI is a standard SAP Table which is used to store Worklist for Stock Transport Orders (Follow-on Doc. Gen.) data and is available within R/3 SAP systems depending on the version and release level.

The AUUMI table consists of various fields, each holding specific information or linking keys about Worklist for Stock Transport Orders (Follow-on Doc. Gen.) data available in SAP. These include UMDAT (Purchase Order Date), EKORG (Purchasing Organization), EKGRP (Purchasing Group), LIFNR (Vendor Account 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: 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 AUUMI 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 MANDTCLNT3T000MANDT
UMDATPurchase Order Date BEDATDATS8DATUM
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
EKGRPPurchasing Group EKGRPCHAR3T024EKGRPEKG
LIFNRVendor Account Number ELIFNCHAR10LFA1ALPHALIFNRLIFKRED_C
VZENTDistribution center (as customer) VZENTCHAR10KNA1ALPHAKUNNR
FILNRCustomer 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
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
UMLMGQuantity Delivered (Stock Transfer) GLMNGQUAN13(3) MENG13
UMLMEPurchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
UBSTNGenerated warehouse order UBSTNCHAR10EKKOALPHAEBELNBES
UBSTPGenerated stock transport order item UBSTPNUMC5EKPOEBELPBSP
UMARTOrder type in allocation table (for warehouse/DC) BSART_LAGERCHAR4T161BSARTBSAWAUF_T161
ELIKZ'Delivery Completed' Indicator ELIKZCHAR1XFELD
VZWRKDistribution center as plant VZWRKCHAR4T001WWERKSVZW
VZLFRVendor number of plant LIFNR_WKCHAR10LFA1ALPHALIFNR
FIWRKStore as plant FIWRKCHAR4T001WWERKSWRK
SPERRBlocking flag, plant SPBTRCHAR1T629SPERR_A
APSTPItem category of allocation table APSTPCHAR4T621APSTP
WEUZTDelivery Date Time-Spot LZEITTIMS6UZEIT
AKTNRCOUPON WAKTIONCHAR10WAKHALPHAWAKTIONWAK
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
RETPOReturns Item RETPOCHAR1XFELD
SAPOSNumber of alloc tbl item of material on higher level POSNR_SANUMC5Assigned to domainABELP
AURELRelevant to Allocation Table AURELCHAR1AUREL
LAND_FIWRKCountry Key LAND1CHAR3T005LAND1LND
BUKRS_VZWRKCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BUKRS_FIWRKCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
.INCLU--AP 0
CONS_ORDERConsignment Processing in Allocation Table (FBG) WRF_AT_CONS_ORDERCHAR1WRF_AT_CONS_ORDER

Key field Non-key field



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

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

SELECT SINGLE *
FROM AUUMI
INTO CORRESPONDING FIELDS OF WA_AUUMI
WHERE...

How to access SAP table AUUMI

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