EAUSV SAP (Move-out Doc. Contract Level) Table details

Dictionary Type: Table
Description: Move-out Doc. Contract Level




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




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

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

The EAUSV table consists of various fields, each holding specific information or linking keys about Move-out Doc. Contract Level data available in SAP. These include MANDT (Client), AUSZBELEG (Consecutive number of move-out document), VERTRAG (Contract), ANLAGE (Installation).. 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 EAUSV 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 AUSZBELEGCHAR12EAUSALPHAAUSZBELEGEMOEAUS
VERTRAGContract VERTRAGCHAR10EVERALPHAVERTRAGVTGEVER
ANLAGEInstallation ANLAGECHAR10EANLALPHAANLAGEANLEANL
VSTELLEPremise VSTELLECHAR10EVBSALPHAVSTELLEVBSEVBS
AUSZDATMove-Out Date AUSZDATDATS8DATUM
OHNEEINZMove-out w/o move-in OHNEEINZCHAR2EOHNEEINZOHNEEINZ
STORAUSZIndicator: move-out document was reversed STORAUSZCHAR1KENNZX
STORMAHNVDunning Procedure MAHNV_KKCHAR2Assigned to domainMAHNV_KKFKK_MAHNV
ABSSTOPKZStop budget billing plan ABSSTOPKZCHAR1KENNZX
KZSONDAUSZSpecial move-out processing case exists KZSONDAUSZCHAR1KZSONDAUSZ
AUTEIGEINZAutomatic Owner Move-In AUTEIGEINZCHAR1KENZX
ABSSTOPDATFinal request date for BB requests for move-in/out ABSSTOPANFODATS8DATUM
SCHLFAKTJoint final billing for move-in/out SCHLFAKTCHAR1E_GEMFAKT
MAHNVDunning Procedure MAHNV_KKCHAR2Assigned to domainMAHNV_KKFKK_MAHNV
MANSPDunning Lock Reason MANSP_KKCHAR1Assigned to domainMANSP_KK
MAHNVUMZMove-in/out dunning procedure MAHNV_UMZCHAR2Assigned to domainMAHNV_KK
MANOUTSORTReason for manual outsorting in billing MANOUTSORTCHAR8Assigned to domainMANOUTSORT
KEINABLBELDo Not Create Card for Meter Reading by Customer KEINABLBELCHAR1KENNZX
ABRDATSScheduled Billing Date ABRDATSDATS8DATUMABRDATS
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 EAUSV using ABAP code

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

SELECT SINGLE *
FROM EAUSV
INTO CORRESPONDING FIELDS OF WA_EAUSV
WHERE...

How to access SAP table EAUSV

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