EMICONTRTCD SAP (Move-In: EVERD for Contract Data Table Control) Structure details

Dictionary Type: Structure
Description: Move-In: EVERD for Contract Data Table Control




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




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

EMICONTRTCD 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 "Move-In: EVERD for Contract Data Table Control" 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_EMICONTRTCD TYPE EMICONTRTCD.

The EMICONTRTCD table consists of various fields, each holding specific information or linking keys about Move-In: EVERD for Contract Data Table Control data available in SAP. These include ANLAGE (Installation), SPARTE (Division), BUKRS (Company Code), KOFIZ (Account determination ID for IS-U contracts).. 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)


SAP EMICONTRTCD 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
VERTRAGContract VERTRAGCHAR10Assigned to domainALPHAVERTRAGVTGEVER
ANLAGEInstallation ANLAGECHAR10Assigned to domainALPHAANLAGEANLEANL
SPARTEDivision SPARTECHAR2Assigned to domainSPARTSPA
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
KOFIZAccount determination ID for IS-U contracts E_KOFIZCHAR2TE097E_KOFIZKMM
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
GEMFAKTInvoice Contracts Jointly (Mandatory Contracts) E_GEMFAKTCHAR1E_GEMFAKT
MAHNVDunning Procedure MAHNV_KKCHAR2TFK047AMAHNV_KKFKK_MAHNV
PORTIONAlternative portion PORTIONABWCHAR8TE420PORTIONTKY
MANOUTSORTReason for manual outsorting in billing MANOUTSORTCHAR8TE127MANOUTSORT
MANABRBill contract manually MANABRCHAR1KENNZX
ABRSPERRReason for blocking billing ABRSPERRCHAR2TE021ABRSPERR
ABRFREIGReason for releasing billing ABRFREIGCHAR2TE023ABRFREIG
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
ADRNB_TXJCDAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
ABSZYKOverrriding BB cycle on contract level ABSZYKVCHAR2ABSZYKV
EINZDATMove-In Date EINZDATDATS8DATUM
BEZUGReference BEZUGCHAR1KENNZX
EIGENVERBRPlant or company consumption EIGENVERBRCHAR1EIGENVERBR
LOEVMDeletion Indicator LOEVMCHAR1XFELD
VBEZText for contract E_VBEZCHAR35TEXT35
ABSLANFOBudget billing request for debtor ABSLANFOCHAR1ABSLANFOAB
TRANSVERTransfer contract E_TRANSVERCHAR10EVERALPHAVERTRAG
SERVICEIDService Provider SERVICE_PROVCHAR10ESERVPROVSERVICE_PROVEESERVPROVIDSERVICEPROVIDER
BILLMETHODBilling method BILLMETHODCHAR2BILLMETHOD
PYPLTPayment plan type E_PYPLTCHAR4TE015E_PYPLTPYPT
PYPLSStarting month of payment plan E_PYPLSNUMC2MONTHPYPS
PYPLAAlternative start month of payment plan E_PYPLANUMC2MONTHPYPA
PS_STARTDATStart Date of Payment Scheme (PS) PS_STARTDATDATS8DATS
SERVPROV_PAYPayment Class SERVPROV_PAYCHAR4ESERVPROV_PAYSERVPROV_PAY
INVOICING_PARTYService Provider That Invoices the Contract INVOICING_PARTYCHAR10Assigned to domainSERVICE_PROVSERVICEPROVIDER
SRVPRVREFReference number of service provider SRVPRVREFCHAR30CHAR30
COKEYCO account assignment key, IS-U contract COKEY_EE2CHAR10TECOKCHAR10
SERVICEService Type SERCODECHAR4Assigned to domainSERVCATTECDE

Key field Non-key field



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

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

How to access SAP table EMICONTRTCD

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