ENVI_TYPES SAP (Repository Infosystem: Environment object types) Structure details

Dictionary Type: Structure
Description: Repository Infosystem: Environment object types




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




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

ENVI_TYPES 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 "Repository Infosystem: Environment object types" 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_ENVI_TYPES TYPE ENVI_TYPES.

The ENVI_TYPES table consists of various fields, each holding specific information or linking keys about Repository Infosystem: Environment object types data available in SAP. These include FUGR (DW: Function group radio button), LDBA (DW: Logical database radio button), MSAG (DW: Message class radio button), TRAN (DW: Transaction radio button).. 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: Cannot Be Enhanced


SAP ENVI_TYPES 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
PROGDW: Program sub-objects radio button EX_CPCHAR1CHAR1
FUGRDW: Function group radio button EX_CFCHAR1CHAR1
LDBADW: Logical database radio button EX_CLCHAR1CHAR1
MSAGDW: Message class radio button EX_CNCHAR1CHAR1
TRANDW: Transaction radio button EX_CTCHAR1CHAR1
FUNCDW: Function Module Radio Button EX_CFFCHAR1CHAR1
DIALDW: Dialog Module Radio Button EX_CACHAR1CHAR1
TABLDW: Radio button database tables EX_CDTCHAR1CHAR1
SHLPRepository Infosystem: Obj. corresponds to srch hlp criteria EX_CSHLCHAR1CHECKBOX
DOMADW: Domain radio button EX_CDDCHAR1CHAR1
DTELDW: Data Element Radio Button EX_CDECHAR1CHAR1
VIEWDW: View radio button EX_CDVCHAR1CHAR1
MCOBDW: Matchcode Object Radio Button EX_CDMCHAR1CHAR1
MCIDDW: Matchcode ID radio button EX_CDMICHAR1CHAR1
PARASET/GET parameters EX_CRCHAR1CHAR1
CONVConversion exit EX_CCONCHAR1CHAR1
SUSOABAP Workbench: Radio button for authorization objects EX_CBOCHAR1CHAR1
TYPEWorkbench: Type groups radio button EX_CDGCHAR1CHAR1
TTYPDW: Radio button table types EX_CDACHAR1CHAR1
STRUDW: Structure radio button EX_CDSCHAR1CHAR1
ENQUDW: Lock Object Radio Button EX_CDLCHAR1CHAR1
SQLTSQL tables EX_CDXCHAR1CHAR1
CLASDW: Radio button - class EX_COCCHAR1CHAR1
INTFWB: Radio button interfaces EX_COICHAR1CHAR1
UDMOWorkbench: Data model radio button EX_CMDCHAR1CHAR1
UENOWorkbench: Entity type radio button EX_CMECHAR1CHAR1
SHI3DW: Area menu radio button EX_CUCHAR1CHAR1
CNTXABAP Workbench: Radio button context EX_CCTXCHAR1CHAR1
TTABDW: Radio button table types EX_CDACHAR1CHAR1
IASPWorkbench: Internet Services Radio Button EX_CWSCHAR1CHAR1
IAMUWorkbench: MIME Objects Radio Button EX_CWMCHAR1CHAR1
IATUWorkbench: HTML Template Radio Button EX_CWTCHAR1CHAR1
CLIFABAP Workbench: Radio button - class/interface EX_COCHAR1CHAR1
SOBJDW: Radio Button: Business Object Type EX_CMOCHAR1CHAR1
WDYNEU: Radio Button 'Web-Dynpro-Component' EX_CYCCHAR1CHAR1
WDYAEU: Radio Button 'Web Dynpro Application' (Obsolete!) EX_CWYCHAR1CHAR1
XSLTDE: Radio Button XSLT Program EX_CVTCHAR1CHAR1
ENHSDE: Radiobutton 'Enhancement Spot' EX_C_XSCHAR1CHAR1
ENSCDE: Radiobutton 'Enhancement Spot Composite' EX_CXTCHAR1CHAR1
ENHCDE: Radiobutton 'Enhancement Composite' EX_C_XFCHAR1CHAR1
ENHODE: Radiobutton 'Enhancement' EX_CXHCHAR1CHAR1
SFBFWorkbench: Radio Button 'Business Functions' EX_C6FCHAR1CHAR1
SFSWWorkbench: Radio Button 'Switch' EX_C6SCHAR1CHAR1
DEVCEU: Radio Button Package EX_CKCHAR1CHAR1
SQSCDatabase Procedure Proxies EX_CDUCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table ENVI_TYPES

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