AUBFSTR SAP (Structure for XAUBF and YAUBF) Structure details

Dictionary Type: Structure
Description: Structure for XAUBF and YAUBF




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




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

AUBFSTR 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 "Structure for XAUBF and YAUBF" 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_AUBFSTR TYPE AUBFSTR.

The AUBFSTR table consists of various fields, each holding specific information or linking keys about Structure for XAUBF and YAUBF data available in SAP. These include MANDT (Client), NBELT (Document category in document flow), NBELN (Doc. no. in document flow), NPOSN (Item no. of document 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP AUBFSTR 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
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
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ
DBELNDoc. no. in document flow RTBELNRCHAR10RTBELNR
DPOSNItem no. of document in document flow RTPOSNRCHAR5R3POSNR

Key field Non-key field



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

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

How to access SAP table AUBFSTR

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