EMKT_ESTM_CONS_I SAP (Marketing: Trigger for Consumption Extraction (Insert)) Table details

Dictionary Type: Table
Description: Marketing: Trigger for Consumption Extraction (Insert)




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




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

EMKT_ESTM_CONS_I is a standard SAP Table which is used to store Marketing: Trigger for Consumption Extraction (Insert) data and is available within R/3 SAP systems depending on the version and release level.

The EMKT_ESTM_CONS_I table consists of various fields, each holding specific information or linking keys about Marketing: Trigger for Consumption Extraction (Insert) data available in SAP. These include VERTRAG (Contract), ANLAGE (Installation), EINZDAT (Move-In Date), AUSZDAT (Move-Out Date).. 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)


SAP EMKT_ESTM_CONS_I 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 MANDTCLNT3Assigned to domainMANDT
VERTRAGContract VERTRAGCHAR10Assigned to domainALPHAVERTRAGVTGEVER
ANLAGEInstallation ANLAGECHAR10Assigned to domainALPHAANLAGEANLEANL
EINZDATMove-In Date EINZDATDATS8DATUM
AUSZDATMove-Out Date AUSZDATDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM EMKT_ESTM_CONS_I
INTO CORRESPONDING FIELDS OF WA_EMKT_ESTM_CONS_I
WHERE...

How to access SAP table EMKT_ESTM_CONS_I

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