ECONSEG_I SAP (Customer Customer Segment Item) Table details

Dictionary Type: Table
Description: Customer Customer Segment Item




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




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

ECONSEG_I is a standard SAP Table which is used to store Customer Customer Segment Item data and is available within R/3 SAP systems depending on the version and release level.

The ECONSEG_I table consists of various fields, each holding specific information or linking keys about Customer Customer Segment Item data available in SAP. These include CONSEG_ID (Customer Consumption Segment), CONSEG_DIVISION (Division), CONSEG_METERTYPE (Consumption Segment: Register Type), CONSUMP_HPSING (On-Peak Consumption/Single).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = ECONSEG_IT


SAP ECONSEG_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 MANDTCLNT3T000MANDT
CONSEG_IDCustomer Consumption Segment ECONSEG_IDCHAR10ECONSEG_HCHAR10
CONSEG_DIVISIONDivision SPARTECHAR2TESPTSPARTSPA
CONSEG_METERTYPEConsumption Segment: Register Type ECONSEG_METERTYPECHAR2ECONSEG_METERTYPE
CONSUMP_HPSINGOn-Peak Consumption/Single ECONSUMP_HPSINGDEC16(5)
CONSUMP_LPOff-Peak Consumption ECONSUMP_LPDEC16(5)
CONSUMP_BASISNumber of days period consumption is valid ADOFPERNUMC3ADOFPER
CONSUMP_TOLERANCTolerance for Consumption Change ( % ) ECONSUMP_TOLERANCENUMC3NUMC3
CONSUMP_MATCHFACFactor for Consumption Distribution EA_MATCHFACTORDEC2(1) EA_MATCHFACTOR
CONSUMP_UNITUnit of measurement MASSC6_PPCHAR6Assigned to domainLUNITMSEC6
SAMPLE_CONTRACTSample Contract SAMPLE_CONTRACTCHAR10Assigned to domainALPHAVERTRAGVTGEVER
REGISTER_CODE_HPRegister Code (On-Peak or Single Rate Register) REGCODE_HPSINGCHAR15V_DB_KENNZIFFCHAR15
REGISTER_CODE_LPRegister Code (Off-Peak Register ) REGCODE_LPCHAR15V_DB_KENNZIFFCHAR15

Key field Non-key field



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

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

SELECT SINGLE *
FROM ECONSEG_I
INTO CORRESPONDING FIELDS OF WA_ECONSEG_I
WHERE...

How to access SAP table ECONSEG_I

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