EEINV SAP (Move-in Doc. for Cont.) Table details

Dictionary Type: Table
Description: Move-in Doc. for Cont.




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




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

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

The EEINV table consists of various fields, each holding specific information or linking keys about Move-in Doc. for Cont. data available in SAP. These include EINZBELEG (Consecutive number of move-in document), VERTRAG (Contract), ANLAGE (Installation), VSTELLE (Premise).. 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 or numeric)


SAP EEINV 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
EINZBELEGConsecutive number of move-in document EINZBELEGCHAR12EEINALPHAEINZBELEGEEIN
VERTRAGContract VERTRAGCHAR10EVERALPHAVERTRAGVTGEVER
ANLAGEInstallation ANLAGECHAR10Assigned to domainALPHAANLAGEANLEANL
VSTELLEPremise VSTELLECHAR10EVBSALPHAVSTELLEVBSEVBS
EINZDATMove-In Date EINZDATDATS8DATUM
STORNOKZIndicator: move-in document was reversed STORNOKZCHAR1KENNZX
KEINABLBELDo Not Create Card for Meter Reading by Customer KEINABLBELCHAR1KENNZX
BCHECKEDOverall check on move-in carried out BCHECKEDCHAR1KENNZX
ABSOPBELBudget billing plan ABPLANNRCHAR12EABPALPHAOPBEL_KKOP1EABP
ABSBETRWBudget billing amount in transaction currency ABSBETRWCURR13(2) WRTV7
WAERSTransaction Currency BLWAE_KKCUKY5TCURCWAERSFWS
ABSZYKActual budget billing cycle ABSZYKTSLNUMC2ABSZYK
ABSDIFFKZDifferentiate budget billing amount due dates ABSDIFFKZCHAR1KENNZX
ABSAUTCreate budget billing plan AUTBBPCHAR1E_BBPMOD
BBPTRANSTransfer Budget Billing Plan Automatically EBBPTRANSCHAR1KENNZX
BBP_FORCECreate Budget Billing Plan in Subsequent Period BBP_FORCECHAR1KENNZX
SECAUTAutomatically request security SECAUTCHAR1EMISECAUT
SECWAIVEREASReason for exemption from security SECWAIVEREASCHAR4ESECWRSECWAIVEREAS
STARTFEEAUTPost Move-In Charge Automatically (Obsolete) STARTFEEAUTCHAR1KENNZX
SECTRANSAutomatically transfer security deposit SECTRANSCHAR1KENNZX
SECTRANSOPBELDocument in Contract Accts R + P from Transfer of Collateral SECTRANSOPBELCHAR12Assigned to domainALPHAOPBEL_KK
XVERAContract created due to data transfer XVERACHAR1KENNZX
AUTEIGEINZAutomatic Owner Move-In AUTEIGEINZCHAR1KENZX
KZSONDEINZMove-In Processing (Special Case) KZSONDEINZCHAR1KZSONDEINZ
TRANSVERTransfer contract E_TRANSVERCHAR10Assigned to domainALPHAVERTRAG
CHGID_CCharges Schedule CHGID_KKCHAR2TFK047ECHGID_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM EEINV
INTO CORRESPONDING FIELDS OF WA_EEINV
WHERE...

How to access SAP table EEINV

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