EUMZCUSTOK SAP (Move-In/Out Customizing (EC60): OK code-dependent) Structure details

Dictionary Type: Structure
Description: Move-In/Out Customizing (EC60): OK code-dependent




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




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

EUMZCUSTOK 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/Out Customizing (EC60): OK code-dependent" 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_EUMZCUSTOK TYPE EUMZCUSTOK.

The EUMZCUSTOK table consists of various fields, each holding specific information or linking keys about Move-In/Out Customizing (EC60): OK code-dependent data available in SAP. These include ECSELECTALLCF (Automatic contract selection for mandatory move-out), ECSELECTALLI (Automatic installation for move-in/out), MONODIALOG (Create move-out in background), MONODIALOGF (Create Mandatory Move-Out in Background).. 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 EUMZCUSTOK 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
ECSELECTALLCAutomatic contract selection for move-out ECSELECTALLCCHAR1ECSELECTALLC
ECSELECTALLCFAutomatic contract selection for mandatory move-out ECSELECTALLCFCHAR1ECSELECTALLCF
ECSELECTALLIAutomatic installation for move-in/out ECSELECTALLICHAR1ECSELECTALLI
MONODIALOGCreate move-out in background ECMONODIALOGCHAR1KENNZX
MONODIALOGFCreate Mandatory Move-Out in Background ECMONODIALOGFCHAR1ECMONODIALOGF
TAKEVKONTCopy business partner's existing contract account ECTAKEVKONTCHAR1ECTAKEVKONT
STORNODIALOGCreate Move-In and Move-Out Reversal in Background ECSTORNODIALOGCHAR1KENNZX
MIIFNOMOTry to perform a move-in, even is a move-out is not possible ECMIIFNOMOCHAR1KENNZX
ENVTIMEDisplay Period for Data Environment EENVTIMENUMC5NUMC
CTRSWTCVKONTCopy contract account during contract change ECTRSWTCVKONTCHAR1ECTRSWTCVKONT
SSWTCREASONReasons for contract change SSWTCREASONCHAR2TE960CHAR2
SUBRREASONReason for customer change DEBWECHSCHAR2TE990DEBWECHS
MOMIBELSELDocument selection list for move-in/move-out ECMOMIBELSELCHAR1ECMOMIBELSEL
ECPARTNERSELControl of Business Partner Selection List ECPARTNERSELCHAR1ECMOMIBELSEL
MO_LAYOUTLayout for Move-Out Processing EMO_TABLAYOUTCHAR4TAMLAY0TAB_LAYOUT
MOFLAYOUTLayout for Processing Forced Move-Out EMOFTABLAYOUTCHAR4TAMLAY0TAB_LAYOUT
REVERSE_INVOICEInvoice Reversal in Move-In/Out ECREVERSEINVOICECHAR1ECREVERSEINVOICE
BCREASONReason for Reversal BCREASONCHAR2TE272BCREASONTE272_BCREASON_F4
MI_LAYOUTLayout for Move-In Processing EMI_TABLAYOUTCHAR4TAMLAY0TAB_LAYOUT
BU_FRGIDBDT: External Applications EBU_FRGIDCHAR10TBZ1IBU_FRGID

Key field Non-key field



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

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

How to access SAP table EUMZCUSTOK

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