EAUS SAP (Move-out Doc. for Contract Acc.) Table details

Dictionary Type: Table
Description: Move-out Doc. for Contract Acc.




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




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

EAUS is a standard SAP Table which is used to store Move-out Doc. for Contract Acc. data and is available within R/3 SAP systems depending on the version and release level.

The EAUS table consists of various fields, each holding specific information or linking keys about Move-out Doc. for Contract Acc. data available in SAP. These include MANDT (Client), AUSZBELEG (Consecutive number of move-out document), KUNDE (Business Partner Number), VKONT (Contract Account Number).. 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: Can be enhanced (character-type)


SAP EAUS 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
AUSZBELEGConsecutive number of move-out document AUSZBELEGCHAR12ALPHAAUSZBELEGEMOEAUS
KUNDEBusiness Partner Number BU_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA
VKONTContract Account Number VKONT_KKCHAR12FKKVKALPHAVKONT_KKKTOFKKVKP_F4
BVARMove-out processing variant AUSZBVARCHAR4BVAR
VORLAUSZConsecutive number of move-out document AUSZBELEGCHAR12ALPHAAUSZBELEGEMOEAUS
DEBWECHSReason for customer change DEBWECHSCHAR2Assigned to domainDEBWECHS
DEPARTUREDATEActual move-out date EDEPARTUREDATEDATS8DATUM
ABSSTOPKZStop budget billing plan ABSSTOPKZCHAR1KENNZX
ABSSTOPANFOFinal request date for BB requests for move-in/out ABSSTOPANFODATS8DATUM
SCHLUSSRECHAutomatic final bill requested SCHLUSSRECHCHAR1KENNZX
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDAT_KKDATS8DATUM
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
AUTBESTMove-out confirmation created automatically AUTBESTCHAR1KENNZX
FORMBESTApplication form for move-out confirmation FORMBESTCHAR30Assigned to domainFORMKEY
ANZBESTNumber of move-in/out confirmations already created ANZBESTNUMC2ANZAHL2
DELAYED_PRINTCreate Print Request Instead Of Printout RF_DELAYED_PRINTCHAR1RF_KENNZXRF_DELAYED_PRINT
AUSWFORMMove-Out Confirmation, Form Selection Dialog Requested AUSWFORMCHAR1KENNZX
AUTSICHWARNWarning for automatic save AUTSICHWARNCHAR1KENNZX
BPC_CCLASSContact Class CT_CCLASSCHAR4Assigned to domainALPHACT_CLASS
BPC_ACTIVITYContact Action CT_ACTIVITCHAR4Assigned to domainALPHACT_ACTIVIT
BPC_ACTIVITY2Contact Action CT_ACTIVITCHAR4Assigned to domainALPHACT_ACTIVIT
GPVKCHDATEEffective date for changes to BP & CA in move-in/out ECGPVKCHDATEDATS8DATUM
FROMMOVEINIndicator: No move-out notification exists FROMMOVEINCHAR1KENNZX
GPVKREVERSEDelete Planned Changes to BP and CA During Reversal EGPVKREVERSECHAR1EGPVKREVERSE
STORGPARTReverse changes to customer also STORGPARTCHAR1KENNZX
STORKTOReverse changes to account also STORKTOCHAR1KENNZX
STORAUSZIndicator: move-out document was reversed STORAUSZCHAR1KENNZX
SSWTCREASONReasons for contract change SSWTCREASONCHAR2TE960CHAR2
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
BEGRUAuthorization Group BEGRUCHAR4BEGRU
LOEVMDeletion Indicator LOEVMCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM EAUS
INTO CORRESPONDING FIELDS OF WA_EAUS
WHERE...

How to access SAP table EAUS

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