EEINDV SAP (Screen Fields for Move-in Proc. per Cont.) Structure details

Dictionary Type: Structure
Description: Screen Fields for Move-in Proc. per Cont.




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




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

EEINDV is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Screen Fields for Move-in Proc. per Cont." Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_EEINDV TYPE EEINDV.

The EEINDV table consists of various fields, each holding specific information or linking keys about Screen Fields for Move-in Proc. per Cont. data available in SAP. These include SPARTE (Division), MANDT (Client), EINZBELEG (Consecutive number of move-in document), VERTRAG (Contract).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EEINDV structure 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SPARTEDivision SPARTECHAR2TSPASPARTSPA
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
EINZSTATStatus of move-in processing EINZSTATCHAR2EINZSTAT
MUSTVERContract VERTRAGCHAR10Assigned to domainALPHAVERTRAGVTGEVER
SECURITYSecurity Deposit SECURITY_KKCHAR12Assigned to domainALPHASECURITY_KKSECURITY
SEC_TOT_AMOUNTRequested Amount for Security Deposit REQUEST_KKCURR11(2) WERT6
SEC_REASONReason for Requesting a Security Deposit REASON_KKCHAR4TFK_SEC_REASONREASON_KK
SEC_STARTStart date for security deposit SEC_START_KKDATS8DATUM
SEC_RETURNReturn date for security deposit SEC_RETURN_KKDATS8DATUM
PMPERMREQIndicator: approval required E_PMPERMREQCHAR1KENNZX

Key field Non-key field



How do I retrieve data from SAP structure EEINDV using ABAP code?

As EEINDV is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on EEINDV as there is no data to select.

How to access SAP table EEINDV

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