/OTEI/T_SET SAP (EFM: General settings) Table details

Dictionary Type: Table
Description: EFM: General settings




ABAP Code to SELECT data from /OTEI/T_SET
Related tables to /OTEI/T_SET
Access table /OTEI/T_SET




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

/OTEI/T_SET is a standard SAP Table which is used to store EFM: General settings data and is available within R/3 SAP systems depending on the version and release level.

The /OTEI/T_SET table consists of various fields, each holding specific information or linking keys about EFM: General settings data available in SAP. These include SETTING (EFM: Setting), PROJECT (Project id), VIEWID (View), VALUE (EFM: Value).. 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: Not classified


SAP /OTEI/T_SET 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
SETTINGEFM: Setting /OTEI/E_SETTINGCHAR16/OTEI/T_SETT/OTEI/D_SETTING
PROJECTProject id /IXOS/DC_EC_PROJECTCHAR10/IXOS/DC_TCPJ/IXOS/DC_DC_PROJECT
VIEWIDView /IXOS/DC_EC_VIEWNUMC3/IXOS/DC_TCVIEW/IXOS/DC_DC_VIEW
VALUEEFM: Value /OTEI/E_VALUECHAR40/OTEI/D_VALUE

Key field Non-key field



How do I retrieve data from SAP table /OTEI/T_SET using ABAP code

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

SELECT SINGLE *
FROM /OTEI/T_SET
INTO CORRESPONDING FIELDS OF WA_/OTEI/T_SET
WHERE...

How to access SAP table /OTEI/T_SET

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