EBC_INSTDATA_RED SAP (Reduced Data for Installation) Structure details

Dictionary Type: Structure
Description: Reduced Data for Installation




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




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

EBC_INSTDATA_RED 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 "Reduced Data for Installation" 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_EBC_INSTDATA_RED TYPE EBC_INSTDATA_RED.

The EBC_INSTDATA_RED table consists of various fields, each holding specific information or linking keys about Reduced Data for Installation data available in SAP. These include IEVER (), INST (), USE_INST (), ANLAGE (Installation).. 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 (Deep)


SAP EBC_INSTDATA_RED 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
ANLAGEInstallation ANLAGECHAR10Assigned to domainALPHAANLAGEANLEANL
IEVER 0
INST 0
USE_INST 0
ANLAGEInstallation ANLAGECHAR10ALPHAANLAGEANLEANL
ABDate from which time slice is valid ABZEITSCHDATS8DATUM
BISDate at Which a Time Slice Expires BISZEITSCHDATS8DATUM
IEANL 0
USE_IEANLIndicators KENNZXCHAR1KENNZX
IEASTS 0
IEASTL 0
IVEASTIH 0
IETDZ 0
IEADZ 0
IEZUZ 0
IVEDISCOBJ 0
IEDISCDOC 0
IDEVNUM 0
IDEVTRAFO 0
IDEVAMS 0
IEPROFASS 0
IEPROFHEAD 0
USE_EABL_FOR_REGEXTRIndicators KENNZXCHAR1KENNZX
IEABL 0
IEABLG 0
IEABLQDCONV 0
USE_IALLEVERIndicators KENNZXCHAR1KENNZX
IALLEVER 0
IEABL_BI 0
IEABLG_BI 0
IEABLQDCONV_BI 0
USE_EABL_BI 0
USE_IEASTEIndicators KENNZXCHAR1KENNZX
IEASTE 0
IEADZ_QD 0
IEABL 0
IEABLG 0

Key field Non-key field



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

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

How to access SAP table EBC_INSTDATA_RED

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