EE06_EEIN_CONTRD SAP (Screen Fields: Ind. Maintenance for Contract Data in Move-In) Structure details

Dictionary Type: Structure
Description: Screen Fields: Ind. Maintenance for Contract Data in Move-In




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




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

EE06_EEIN_CONTRD 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: Ind. Maintenance for Contract Data in Move-In" 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_EE06_EEIN_CONTRD TYPE EE06_EEIN_CONTRD.

The EE06_EEIN_CONTRD table consists of various fields, each holding specific information or linking keys about Screen Fields: Ind. Maintenance for Contract Data in Move-In data available in SAP. These include EINZSTAT (Status of move-in processing), EINZSTATT (Text for status of move-in processing), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EE06_EEIN_CONTRD 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
MANDTClient MANDTCLNT3T000MANDT
EINZSTATStatus of move-in processing EINZSTATCHAR2EINZSTAT
EINZSTATTText for status of move-in processing EINZSTATTCHAR60AS4TEXT
VERTRAGContract VERTRAGCHAR10Assigned to domainALPHAVERTRAGVTGEVER
ANLAGEInstallation ANLAGECHAR10Assigned to domainALPHAANLAGEANLEANL
EINZDATMove-In Date EINZDATDATS8DATUM
BEZUGReference BEZUGCHAR1KENNZX
AKLASSEBilling class AKLASSECHAR4EAKLASSEAKLASSEAKL
VSTELLEPremise VSTELLECHAR10Assigned to domainALPHAVSTELLEVBSEVBS
SEC_REASONReason for Requesting a Security Deposit REASON_KKCHAR4TFK_SEC_REASONREASON_KK
SEC_TOT_AMOUNTRequested Amount for Security Deposit REQUEST_KKCURR11(2) WERT6
SECWAIVEREASReason for exemption from security SECWAIVEREASCHAR4ESECWRSECWAIVEREAS
SECAUTAutomatically request security SECAUTCHAR1EMISECAUT
TRANSVERTransfer contract E_TRANSVERCHAR10EVERALPHAVERTRAG
ABSZYKActual budget billing cycle ABSZYKTSLNUMC2ABSZYK
ABSDIFFKZDifferentiate budget billing amount due dates ABSDIFFKZCHAR1KENNZX
ABSBETRWBudget billing amount in transaction currency ABSBETRWCURR13(2) WRTV7
RAHMEN1Outline text E_RAHMEN50CHAR50CHAR50
RAHMEN2Outline text E_RAHMEN50CHAR50CHAR50
WAERS_ABSBETRWCurrency Key WAERSCUKY5TCURCWAERSFWS
WAERS_SEC_TOT_AMOUNTCurrency Key WAERSCUKY5TCURCWAERSFWS
SPARTEDivision SPARTECHAR2TESPTSPARTSPA
VBSADRPremise address VBSADRCHAR80LINES

Key field Non-key field



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

As EE06_EEIN_CONTRD 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 EE06_EEIN_CONTRD as there is no data to select.

How to access SAP table EE06_EEIN_CONTRD

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