AUAT SAP (Settlement Document: Totals Segment Per Period) Cluster Table details

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




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




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

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

The AUAT table consists of various fields, each holding specific information or linking keys about Settlement Document: Totals Segment Per Period data available in SAP. These include BELNR (Number of a settlement document), PERIO (Settlement Period), LFDNR (Sequence number), VRGNG (CO Business Transaction).. 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 AUAT 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
PERIOSettlement Period ABR_PERIONUMC3PERBL74P
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
MEINHUnit of Measure CO_MEINHUNIT3T006CUNITMEINS
KLFNRCurrent Key Number BR_KLFNRNUMC5NUMC5
ERZUOPA Transfer structure assignment ERZUOCHAR3TKB9CALPHAERZUO
BELTPDebit type BP_INOUTNUMC1BP_INOUT
SC_RECIDSender Clearing Recovery Indicator SC_RECIDCHAR2T8JJALPHAJV_RECIND
RD_RECIDReceiver Debit Recovery Indicator RD_RECIDCHAR2T8JJALPHAJV_RECIND
WTGBTRTotal Value in Transaction Currency WTGXXXCURR15(2) WERTV8
WOGBTRTotal Value in Object Currency WOGXXXCURR15(2) WERTV8
WKGBTRTotal Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
WKFBTRFixed Value in Controlling Area Currency WKFXXXCURR15(2) WERTV8
PAGBTRTotal Price Variance in CO Area Currency PAGXXXCURR15(2) WERTV8
PAFBTRFixed Price Variance in CO Area Currency PAFXXXCURR15(2) WERTV8
MEGBTRTotal Quantity MEGXXXQUAN15(3) MENGV8
MEFBTRFixed Quantity MEFXXXQUAN15(3) MENGV8
WKSBTRSender-Independent Value in Controlling Area Currency WKSXXXCURR15(2) WERTV8
MESBTRTotal quantity (sender) MESXXXQUAN15(3) MENGV8
PASBTRFixed Price Variance in CO Area Currency PAFXXXCURR15(2) WERTV8

Key field Non-key field



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

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

SELECT SINGLE *
FROM AUAT
INTO CORRESPONDING FIELDS OF WA_AUAT
WHERE...

How to access SAP table AUAT

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