ECONDI SAP (IS-U: Conditions) Table details

Dictionary Type: Table
Description: IS-U: Conditions




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




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

ECONDI is a standard SAP Table which is used to store IS-U: Conditions data and is available within R/3 SAP systems depending on the version and release level.

The ECONDI table consists of various fields, each holding specific information or linking keys about IS-U: Conditions data available in SAP. These include CONDITONID (Identification of Condition), CONDIPRGCAT (Conditional Billing Program Category), CONDISTATUS (Billing Status of Condition), DATEFROM (Start 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 or numeric)


SAP ECONDI 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
CONDITONIDIdentification of Condition CONDITONIDNUMC20CONDITONID
CONDIPRGCATConditional Billing Program Category ECPRG_CATEGORYCHAR2ECPRG_CATEGORY
CONDISTATUSBilling Status of Condition ECONDI_STATUSNUMC2ECONDI_STATUS
DATEFROMStart Date ECONDI_DATEFROMDATS8DATUM
TIMEFROMStart Time ECONDI_TIMEFROMTIMS6TIMS
DATETOEnd Date ECONDI_DATETODATS8DATUM
TIMETOEnd Time ECONDI_TIMETOTIMS6TIMS
DATECRTDate on Which Record Was Created ERDATDATS8DATUM
TIMECRTEntry time ERZETTIMS6UZEIT
DATECHGChanged On AEDATDATS8DATUM
TIMECHGTime last change was made AEZETTIMS6UZEIT
APPL_CONTRACTContract VERTRAGCHAR10Assigned to domainALPHAVERTRAGVTGEVER
APPL_DATEFROMStart Date ECONDI_DATEFROMDATS8DATUM
APPL_TIMEFROMStart Time ECONDI_TIMEFROMTIMS6TIMS
APPL_DATETOEnd Date ECONDI_DATETODATS8DATUM
APPL_TIMETOEnd Time ECONDI_TIMETOTIMS6TIMS
APPL_TIMEZONETime Zone for a Condition ECONDI_TIMEZONECHAR6Assigned to domainTZNZONE
APPL_SOURCESource of a Condition ECONDI_SOURCECHAR4CONDI_SOURCE
CONDI_QUANTValue to be billed E_WERT2DEC16(7) OPWERT
CONDI_FACTORValue to be billed E_WERT2DEC16(7) OPWERT
CONDI_AMOUNTValue to be billed E_WERT2DEC16(7) OPWERT
CONDI_TEXT10Text to Describe How a Condition is Used CONDI_TEXT10CHAR10CONDI_TEXT10

Key field Non-key field



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

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

SELECT SINGLE *
FROM ECONDI
INTO CORRESPONDING FIELDS OF WA_ECONDI
WHERE...

How to access SAP table ECONDI

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