AUAS SAP (Settlement Document: Totals Segment) Cluster Table details

Dictionary Type: Cluster Table
Description: Settlement Document: Totals Segment




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




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

AUAS is a standard SAP Cluster Table which is used to store Settlement Document: Totals Segment data and is available within R/3 SAP systems depending on the version and release level.

The AUAS table consists of various fields, each holding specific information or linking keys about Settlement Document: Totals Segment data available in SAP. These include BELNR (Number of a settlement document), LFDNR (Sequence number), VRGNG (CO Business Transaction), PERBZ (Settlement type).. 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 AUAS cluster 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
BELNRNumber of a settlement document AA_BELNRCHAR10AUAKALPHAAA_BELNRBLN
LFDNRSequence number LFDNR5NUMC5NUMC5
VRGNGCO Business Transaction CO_VORGANGCHAR4TJ01J_VORGANG
PERBZSettlement type PERBZCHAR3PERBZ
PLFNRSequence number of primary assignment BR_TLFNRNUMC4NUMC4
SLFNRSequence number of secondary assignment BR_SLFNRNUMC4NUMC4
KSTARCost Element KSTARCHAR10CSKAALPHAKSTARKAT
TWAERTransaction Currency TWAERCUKY5TCURCWAERSFWS
WTGBTRTotal Value in Transaction Currency WTGXXXCURR15(2) WERTV8
WKGBTRTotal Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
WKFBTRFixed Value in Controlling Area Currency WKFXXXCURR15(2) WERTV8
WOGBTRTotal Value in Object Currency WOGXXXCURR15(2) WERTV8
PAGBTRTotal Price Variance in CO Area Currency PAGXXXCURR15(2) WERTV8
PAFBTRFixed Price Variance in CO Area Currency PAFXXXCURR15(2) WERTV8
MEINHUnit of Measure CO_MEINHUNIT3T006CUNITMEINS
MEGBTRTotal Quantity MEGXXXQUAN15(3) MENGV8
MEFBTRFixed Quantity MEFXXXQUAN15(3) MENGV8
DATEIStructure Name for Interpretation of Field KEY01 KEYSTRUCTCHAR10DBNAM
KEY01Area for table key TABKEYLCHAR120TABKEYL
BWASLAsset Transaction Type BWASLCHAR3TABWBWASLBWA
ERZUOPA Transfer structure assignment ERZUOCHAR3TKB9CALPHAERZUO
BELTPDebit type BP_INOUTNUMC1BP_INOUT
HRKFTCO key subnumber CO_SUBKEYCHAR14Assigned to domainCO_SUBKEY
SC_RECIDSender Clearing Recovery Indicator SC_RECIDCHAR2T8JJALPHAJV_RECIND
RD_RECIDReceiver Debit Recovery Indicator RD_RECIDCHAR2T8JJALPHAJV_RECIND
MUVFLGQuantities Incomplete MUVXXCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM AUAS
INTO CORRESPONDING FIELDS OF WA_AUAS
WHERE...

How to access SAP table AUAS

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