EWA_CCOC_SERVTPT SAP (Text Table for EWA_CCOC_SERVTYP) Table details

Dictionary Type: Table
Description: Text Table for EWA_CCOC_SERVTYP




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




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

EWA_CCOC_SERVTPT is a standard SAP Table which is used to store Text Table for EWA_CCOC_SERVTYP data and is available within R/3 SAP systems depending on the version and release level.

The EWA_CCOC_SERVTPT table consists of various fields, each holding specific information or linking keys about Text Table for EWA_CCOC_SERVTYP data available in SAP. These include COSERVICETYPE (Category of Activity Type for Service Product Sub-Item), SPRAS (Language Key), DESCRIPTION (Text Field of Length 60).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table for: EWA_CCOC_SERVTYP


SAP EWA_CCOC_SERVTPT 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 MANDTCLNT3T000MANDT
COSERVICETYPECategory of Activity Type for Service Product Sub-Item EWAD_CCOC_COSERVICETYPECHAR10EWA_CCOC_SERVTYPEWA_CCOC_COSERVICETYPE
SPRASLanguage Key LANGULANG1T002ISOLASPRAS
DESCRIPTIONText Field of Length 60 TEXT60CHAR60TEXT60

Key field Non-key field



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

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

SELECT SINGLE *
FROM EWA_CCOC_SERVTPT
INTO CORRESPONDING FIELDS OF WA_EWA_CCOC_SERVTPT
WHERE...

How to access SAP table EWA_CCOC_SERVTPT

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