EWASSERVFREQGROUPITEM_DET SAP (BO Structure for Grouped Service Items) Structure details

Dictionary Type: Structure
Description: BO Structure for Grouped Service Items




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




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

EWASSERVFREQGROUPITEM_DET is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "BO Structure for Grouped Service Items" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_EWASSERVFREQGROUPITEM_DET TYPE EWASSERVFREQGROUPITEM_DET.

The EWASSERVFREQGROUPITEM_DET table consists of various fields, each holding specific information or linking keys about BO Structure for Grouped Service Items data available in SAP. These include OBJNR (Number of service frequency), ROB (Cleaning Object), SERVICEADDRESS (Number of Service Address), SERVLOC (Location of Container).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EWASSERVFREQGROUPITEM_DET structure 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
OBJNRNumber of service frequency EOBJNRCHAR10Assigned to domainALPHAEOBJNR
ROBCleaning Object EEWA_CLEAN_ROBCHAR16ALPHAROBEROBEEWA_ROB_F4_ALL
SERVICEADDRESSNumber of Service Address EWADSERVICEADDRESSCHAR20Assigned to domainALPHAEWASERVICEADDRESS
SERVLOCLocation of Container SERVLOCCHAR30Assigned to domainTPLNRTPLNRGEPESERVLOC
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
LOGIKNRLogical device number LOGIKNRNUMC18LOGIKNR
DEVGRPDevice group DEVGRPCHAR8Assigned to domainALPHADEVGRPDGP
IBASEIBase: Number of the Installed Base/IBase IB_IBASENUMC18ALPHAIB_INSTANCEIIBIBIBM
GROUP_IDENTGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
GROUPID5 Character Numeric NUMC NUMC5NUMC5NUM5
ABDate from which time slice is valid ABZEITSCHDATS8DATUM
BISDate at Which a Time Slice Expires BISZEITSCHDATS8DATUM
STARTDATEDate on Which Waste Disposal Service Begins STARTDATS8DATE
PRODUCT_AREAService Area PRODUCT_AREACHAR2Assigned to domainPRODUCT_ID
SERVICE_TYPEService Type SERVICE_TYPECHAR2Assigned to domainSERVICE_TYPEEWA_F4_SERVICETYPE
FREQUENCY_TYPEService Frequency Type EWADSERVICEFREQUENCYTYPECHAR1EWASERVICEFREQUENCYTYPE
FREQUENCY_INTVLNatural Number INT4INT410INT4
WASTE_TYPEWaste WASTE_TYPECHAR18Assigned to domainMATN1MATNRMATMAT1
SEASON_FROMSeason start for waste disposal service SEASON_FROMCHAR4MM_TTMMTT
SEASON_TOSeason end for waste disposal service SEASON_TOCHAR4MM_TTMMTT
MONTHLYDay in Month for Service MONTHLYCHAR2MONTHLY
EWEEKDAYWeekday of Service EWEEKDAYNUMC1SC_WEEKDAY
TIMEFRAMEService window TIMEFRAMECHAR2TIMEFRAME
STARTTIMEStart time of a service window START_TIMETIMS6UZEIT
STOPTIMEEnd of service window STOP_TIMETIMS6UZEIT
MONDAYIndicators KENNZXCHAR1KENNZX
TUESDAYIndicators KENNZXCHAR1KENNZX
WEDNESDAYIndicators KENNZXCHAR1KENNZX
THURSDAYIndicators KENNZXCHAR1KENNZX
FRIDAYIndicators KENNZXCHAR1KENNZX
SATURDAYIndicators KENNZXCHAR1KENNZX
SUNDAYIndicators KENNZXCHAR1KENNZX
DESCRIPTIONService EWADSERVICEDESCRIPTIONCHAR1000TEXT1000
SERVICECOUNTNatural Number INT4INT410INT4
NEXTSERVICEDATEField of type DATS DATSDATS8DATS
DETAIL_INDEXUnique Key for Detail Data Record EWADBODETAILINDEXINT410

Key field Non-key field



How do I retrieve data from SAP structure EWASSERVFREQGROUPITEM_DET using ABAP code?

As EWASSERVFREQGROUPITEM_DET is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on EWASSERVFREQGROUPITEM_DET as there is no data to select.

How to access SAP table EWASSERVFREQGROUPITEM_DET

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