AUBF SAP (Document Flow SAP Retail (Allocation Table, Promotions...)) Table details

Dictionary Type: Table
Description: Document Flow SAP Retail (Allocation Table, Promotions...)




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




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

AUBF is a standard SAP Table which is used to store Document Flow SAP Retail (Allocation Table, Promotions...) data and is available within R/3 SAP systems depending on the version and release level.

The AUBF table consists of various fields, each holding specific information or linking keys about Document Flow SAP Retail (Allocation Table, Promotions...) data available in SAP. These include NBELT (Document category in document flow), NBELN (Doc. no. in document flow), NPOSN (Item no. of document in document flow), VBELT (Document category in document flow).. 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: Not classified


SAP AUBF 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
NBELTDocument category in document flow RTBELTYPCHAR1RTBELTYP
NBELNDoc. no. in document flow RTBELNRCHAR10RTBELNR
NPOSNItem no. of document in document flow RTPOSNRCHAR5R3POSNR
VBELTDocument category in document flow RTBELTYPCHAR1RTBELTYP
VBELNDoc. no. in document flow RTBELNRCHAR10RTBELNR
VPOSNItem no. of document in document flow RTPOSNRCHAR5R3POSNR
STUFELevel of the document flow record RTSTUFENUMC2NUM2
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
FILNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
FILGRBase plant group FIGRPCHAR18KLASSE
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
AUFARAllocation Table Type AUFARCHAR4Assigned to domainAUFARATG
PLMINQuantity is calculated positively, negatively or not at all PLMINCHAR1PLMIN
MENGEQuantity field, 15 characters MENG15QUAN15(3) MENG15
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
EKWRT9(17)-character value field with 2 decimal places WERTV9CURR17(2) WERTV9
VKWRT9(17)-character value field with 2 decimal places WERTV9CURR17(2) WERTV9
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ERNAMName of Person Who Changed Object AENAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM AUBF
INTO CORRESPONDING FIELDS OF WA_AUBF
WHERE...

How to access SAP table AUBF

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