AUAA SAP (Settlement Document: Receiver Segment) Cluster Table details

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




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




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

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

The AUAA table consists of various fields, each holding specific information or linking keys about Settlement Document: Receiver Segment data available in SAP. These include BELNR (Number of a settlement document), LFDNR (Sequence number (four characters)), EMTYP (Account assignment category), KOKRS (Controlling Area).. 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 AUAA 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 (four characters) LFDNR4NUMC4NUMC4
EMTYPAccount assignment category KONTYCHAR2OBARTJ_OBART_LD
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
SAKNRG/L Account Number SAKNRCHAR10SKA1ALPHASAKNRSAKC_SAKNR
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
PSPNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
ANLN1Main Asset Number ANLN1CHAR12ANLHALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4ANLAALPHAANLN2AN2
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
PAOBJNRProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
WAERSCurrency Key OWAERCUKY5TCURCWAERSOWS
COOBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
VNAMEJoint Venture JV_NAMECHAR6T8JVALPHAJV_NAMEJVV
RECIDRecovery Indicator JV_RECINDCHAR2T8JJALPHAJV_RECIND
EGRUPEquity group JV_EGROUPCHAR3T8JFALPHAJV_EGROUPGJE
COPARCO Partner Update COPARCHAR1COPAR
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
KSTRGCost Object KSTRGCHAR12CKPHKSTRGKTR
NPLNRNetwork Number for Account Assignment NPLNRCHAR12AUFKALPHAAUFNRNET
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLInternal counter CIM_COUNTNUMC8CIM_COUNT
KDAUFSales Order Number KDAUFCHAR10VBUKALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
ETYPEEquity type JV_ETYPECHAR3T8JEALPHAJV_ETYPE
RIFINDDerivation Rule for Recovery Indicator in Settlement (JV) JV_RIFINDCHAR1JV_RIFIND
SCOPEObject class (language-independent) SCOPECHAR2SCOPE
POSNROrder Item Number CO_POSNRNUMC4CO_POSNR
ERLKZIndicator: costs/revenues allowed for acct asst object CO_ERLKZCHAR1CO_ERLKZ
PRZNRBusiness Process CO_PRZNRCHAR12CBPRALPHACO_PRZNRKWP
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
DABRZReference Date for Settlement DABRBEZDATS8DDAT
GMENGTotal quantity BRGGMENGQUAN15(3) MENGV8
GEINHUnit of measure of total quantity GEINHUNIT3Assigned to domainCUNITMEINS
LSQTYLast Settlement Amount in Current Period (Production Order) CK_LSQTYQUAN15(3) MENGV8
ANBWAAsset Transaction Type ANBWACHAR3TABWBWASL

Key field Non-key field



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

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

SELECT SINGLE *
FROM AUAA
INTO CORRESPONDING FIELDS OF WA_AUAA
WHERE...

How to access SAP table AUAA

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