EMKT_ESTM_CONS_P SAP (Marketing: Extrapolation Index for Mass Activity) Table details

Dictionary Type: Table
Description: Marketing: Extrapolation Index for Mass Activity




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




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

EMKT_ESTM_CONS_P is a standard SAP Table which is used to store Marketing: Extrapolation Index for Mass Activity data and is available within R/3 SAP systems depending on the version and release level.

The EMKT_ESTM_CONS_P table consists of various fields, each holding specific information or linking keys about Marketing: Extrapolation Index for Mass Activity data available in SAP. These include VERTRAG (Contract), VKONT (Contract Account Number), GPARTNER (Business Partner Number), SPARTE (Division).. 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 or numeric)


SAP EMKT_ESTM_CONS_P 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
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
GPARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
SPARTEDivision SPARTECHAR2Assigned to domainSPARTSPA
AB_HFrom Date of Extrapolation Period ECRMMKT_ESTM_FROMDATS8DATUM
BIS_HTo Date of Extrapolation ECRMMKT_ESTM_TODATS8DATUM
ABRMENGE_HExtrapolated Billing Quantity (Consumption) ECRMMKT_ESTM_ABRMENGEDEC31(14) I_VERBR
MASSBILL_HUnit of measurement for billing E_MASSBILLUNIT3Assigned to domainCUNITMEINS
NETTOBTR_HExtrapolated Net Amount (Turnover) ECRMMKT_ESTM_NETTOBTRCURR13(2) WRTV7
ADDIT_AMNT_HExtrapolated Additional Net Amount (Turnover) ECRMMKT_ESTM_ADDIT_AMNTCURR13(2) WRTV7
LABRMENGE_HExtrapolated Amount for Demand ECRMMKT_ESTM_LMENGEDEC31(14) I_VERBR
LMASSBILL_HUnit of measurement for billing E_MASSBILLUNIT3Assigned to domainCUNITMEINS
LNETTOBTR_HExtrapolated Net Amount for Demand ECRMMKT_ESTM_LBETRAGCURR13(2) WRTV7
TWAERS_HCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DATATYPEIndicators KENNZXCHAR1KENNZX
ABRBELNRBasis for Extrapolation: Document Number of Billing Document ECRMMKT_BILL_DOCNUMBERCHAR12ALPHAE_BELNR
ENDABRPEBasis for Extrapolation: End of Billing Period ECRMMKT_BILL_ENDABRPEDATS8DATUM
AB_ABasis for Extrapolation: Start Date ECRMMKT_BILL_FROMDATS8DATUM
BIS_ABasis for Extrapolation: End Date ECRMMKT_BILL_TODATS8DATUM
ABRMENGE_ABasis for Extrapolation: Billing Quantity (Consumption) ECRMMKT_BILL_ABRMENGEDEC31(14) I_VERBR
MASSBILL_AUnit of measurement for billing E_MASSBILLUNIT3Assigned to domainCUNITMEINS
NETTOBTR_ABasis for Extrapolation: Net Amount (Turnover) ECRMMKT_BILL_NETTOBTRCURR13(2) WRTV7
ADDIT_AMNT_ABasis for Extrapolation: Additional Net Amount (Turnover) ECRMMKT_BILL_ADDIT_AMNTCURR13(2) WRTV7
LABRMENGE_ABasis for Extrapolation: Demand Amount ECRMMKT_BILL_LMENGEDEC31(14) I_VERBR
LMASSBILL_AUnit of measurement for billing E_MASSBILLUNIT3Assigned to domainCUNITMEINS
LNETTOBTR_ABasis for Extrapolation: Net Amount of Demand ECRMMKT_BILL_LBETRAGCURR13(2) WRTV7
TWAERS_ACurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ANLAGEInstallation ANLAGECHAR10Assigned to domainALPHAANLAGEANLEANL
EINZDATMove-In Date EINZDATDATS8DATUM
AUSZDATMove-Out Date AUSZDATDATS8DATUM
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM EMKT_ESTM_CONS_P
INTO CORRESPONDING FIELDS OF WA_EMKT_ESTM_CONS_P
WHERE...

How to access SAP table EMKT_ESTM_CONS_P

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