EWATSPCMPNTSF SAP (Service Frequency) Table details

Dictionary Type: Table
Description: Service Frequency




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




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

EWATSPCMPNTSF is a standard SAP Table which is used to store Service Frequency data and is available within R/3 SAP systems depending on the version and release level.

The EWATSPCMPNTSF table consists of various fields, each holding specific information or linking keys about Service Frequency data available in SAP. These include COMPONENT (Service Product Component), SERVICEFREQUENCY (Service Product Component Service Frequency), SERVICETYPE (Service Type), SERVICECAT (Service Category).. 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: Can be enhanced (character-type or numeric)

Text table = EWATSPCMPNTSFT


SAP EWATSPCMPNTSF 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
COMPONENTService Product Component EWADSPCOMPONENTCHAR20EWATSPCOMPONENTEWASPCOMPONENT
SERVICEFREQUENCYService Product Component Service Frequency EWADSPSERVICEFREQUENCYCHAR20EWASERVICEFREQUENCY
SERVICETYPEService Type SERVICE_TYPECHAR2TESERVICETYPESERVICE_TYPEEWA_F4_SERVICETYPE
SERVICECATService Category SERVICE_CATCHAR2SERVICE_CAT
WEEKLYWeekly Service Interval WEEKLYCHAR2RYTHMUS
MONTHLYDay in Month for Service MONTHLYCHAR2MONTHLY
MONTH_COUNTFrequency of Service in Months MONTH_COUNTCHAR2MONTH_COUNT
DAY_TYPEType of Daily Service (Single/Periodic) DAY_TYPECHAR1DAY_TYPE
DAY_FLAGService for service frequency occurs daily DAY_FLAGCHAR1KENNZX
WEEK_FLAGService for service frequency occurs weekly WEEK_FLAGCHAR1KENNZX
MNTH_FLAGService for service frequency occurs monthly MNTH_FLAGCHAR1KENNZX
FLAG1Indicators KENNZXCHAR1KENNZX
FLAG2Indicators KENNZXCHAR1KENNZX
FLAG3Indicators KENNZXCHAR1KENNZX
FLAG4Indicators KENNZXCHAR1KENNZX
FLAG5Indicators KENNZXCHAR1KENNZX
FLAG6Indicators KENNZXCHAR1KENNZX
FLAG7Indicators KENNZXCHAR1KENNZX
STARTDATEDate on Which Waste Disposal Service Begins STARTDATS8DATE
EWEEKDAYWeekday of Service EWEEKDAYNUMC1SC_WEEKDAY
DAY_FREQUENCYDaily Frequency DYFRQNUMC3DYFRQ

Key field Non-key field



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

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

SELECT SINGLE *
FROM EWATSPCMPNTSF
INTO CORRESPONDING FIELDS OF WA_EWATSPCMPNTSF
WHERE...

How to access SAP table EWATSPCMPNTSF

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