EWOPSCONF SAP (OPS: Configuration) Table details

Dictionary Type: Table
Description: OPS: Configuration




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




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

EWOPSCONF is a standard SAP Table which is used to store OPS: Configuration data and is available within R/3 SAP systems depending on the version and release level.

The EWOPSCONF table consists of various fields, each holding specific information or linking keys about OPS: Configuration data available in SAP. These include COMPONENT (OPS: Components), PROFILE (OPS: Profile), SLOT (OPS: Slot), CEFLAG (OPS: Indicator: Customer Entry (Invalid as of Release 4.62)).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP EWOPSCONF 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
COMPONENTOPS: Components EW_OPSCOMPONENTCHAR10CHAR10
PROFILEOPS: Profile EW_OPSPROFILECHAR20CHAR20
SLOTOPS: Slot EW_OPSSLOTCHAR30CRM_CIC_OP_CLUSTER_TYPE
CEFLAGOPS: Indicator: Customer Entry (Invalid as of Release 4.62) EW_OPSCEFLAGCHAR1FLAG
CLASSObject Provider: Class identification CCM_OP_CLASSIDCHAR30SEOCLSNAME
PRESFLDOPS: Presentation Field EW_OPSPRESFLDCHAR32SWC_ELEM
USAGETYPEOPS: Usage Type EW_OPSUSAGETYPECHAR2EW_OPSUSAGETYPE
VALUEEXPROPS: Value Expression EW_OPSVALUEEXPRCHAR100EW_OPSVALUEEXPR
CONDFLAGOPS: Indicator: Conditions Exist EW_OPSCONDFLAGCHAR1FLAG
LDCFLAGOPS: Value Expression Ind. is Language-Dependent Constant EW_OPSLDCFLAGCHAR1FLAG
FUNCNAMEOPS: Name of Function Module that Determines Presentation EW_OPSFMNAMECHAR30Assigned to domainFUNCNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM EWOPSCONF
INTO CORRESPONDING FIELDS OF WA_EWOPSCONF
WHERE...

How to access SAP table EWOPSCONF

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