EWOPSCOND SAP (OPS: Conditions) Table details

Dictionary Type: Table
Description: OPS: Conditions




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




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

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

The EWOPSCOND table consists of various fields, each holding specific information or linking keys about OPS: Conditions 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 EWOPSCOND 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
ASNUMOPS: Access Sequence Number EW_OPSASNUMNUMC3
VALUEEXPROPS: Value Expression EW_OPSVALUEEXPRCHAR100EW_OPSVALUEEXPR
VALUEEXPR_COMPComparison Value Expression EW_OPSVALUEEXPR_COMPCHAR100EW_OPSVALUEEXPR
EWOPTIONOPTION field in structure of SELECT-OPTIONS tables RALDB_OPTICHAR2RALDB_OPTI
EWSIGNSIGN field in creation of SELECT-OPTIONS tables RALDB_SIGNCHAR1RALDB_SIGN
VALUEEXPR_LOWValue Expression- Lower Limit/Individual Value EW_OPSVALUEEXPR_LOWCHAR100EW_OPSVALUEEXPR
VALUEEXPR_HIGHValue Expression- Upper Limit EW_OPSVALUEEXPR_HIGHCHAR100EW_OPSVALUEEXPR
LDCFLAGOPS: Value Expression Ind. is Language-Dependent Constant EW_OPSLDCFLAGCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM EWOPSCOND
INTO CORRESPONDING FIELDS OF WA_EWOPSCOND
WHERE...

How to access SAP table EWOPSCOND

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