EWASORDCREASERVFREQHEAD SAP (Service Frequency Header For Order Creation) Structure details

Dictionary Type: Structure
Description: Service Frequency Header For Order Creation




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




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

EWASORDCREASERVFREQHEAD 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 "Service Frequency Header For Order Creation" 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_EWASORDCREASERVFREQHEAD TYPE EWASORDCREASERVFREQHEAD.

The EWASORDCREASERVFREQHEAD table consists of various fields, each holding specific information or linking keys about Service Frequency Header For Order Creation data available in SAP. These include MANDT (Client), OBJNR (Number of service frequency), OBKNR (Object list number), OBZAE (Object list counters).. 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 EWASORDCREASERVFREQHEAD 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
MANDTClient MANDTCLNT3T000MANDT
OBJNRNumber of service frequency EOBJNRCHAR10Assigned to domainALPHAEOBJNR
OBKNRObject list number OBJKNRINT410Assigned to domainOBJKN
OBZAEObject list counters OBJZAINT410OBZAE
ANLAGEInstallation ANLAGECHAR10Assigned to domainALPHAANLAGEANLEANL
OPERANDOperand E_OPERANDCHAR10Assigned to domainE_OPERANDOPEH_TE221
OPLFDNRConsecutive number of an operand OPLFDNRNUMC4LFDNR4
SERVLOCLocation of Container SERVLOCCHAR30Assigned to domainTPLNRTPLNRGEPESERVLOC
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
ADRNRAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
CHANGEABLEContainer category can be replaced KENNZBEHCHAR1KENNZX
PRODUCT_AREAService Area PRODUCT_AREACHAR2Assigned to domainPRODUCT_ID
WASTE_TYPEWaste WASTE_TYPECHAR18Assigned to domainMATN1MATNRMATMAT1
BEH_TYPEContainer category BEH_TYPECHAR18Assigned to domainMATN1MATNRMATMAT1
ROUTE_MAINPlanned Waste Disposal Order Route EROUTECHAR10Assigned to domainALPHAEROUTEEROUTEEROUTE_MAIN
LOGIKNRLogical device number LOGIKNRNUMC18LOGIKNR
DEVGRPContainer Group BEHGRPCHAR8Assigned to domainALPHADEVGRPDGP
KOMPFAKTWaste Billing Factor E_FAKTORCHAR12CHAR12EFAKTOR
ROBCleaning Object EEWA_CLEAN_ROBCHAR16ALPHAROBEROBEEWA_ROB_F4_ALL
WINTERLEVELWinter Maintenance Level EEWA_WINTERLEVELCHAR3Assigned to domainEEWA_WINTERLEVEL
REGPOLITPolitical regional structure element REGPOLITCHAR8Assigned to domainREGPOLITTE227
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
OUTL_CONOutline Contract OUTL_CONCHAR10Assigned to domainALPHAOUTL_CONOUTL_CONEVER
WDPLANTIdentification of Waste Disposal Facility EWAEL_WDPLANTNRCHAR20EWA_EL_WDPLANTALPHAEWAEL_WDPLANTNREWAEL_WDPLANTNREWAEL_WDPLANT
WASTE_WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
WASTE_LGORTDestination: Storage location in plant LGORTZCHAR4T001LLGORT
IBASEIBase: Number of the Installed Base/IBase IB_IBASENUMC18ALPHAIB_INSTANCEIIBIBIBM
EHS_PARTNERWaste Management Business Partner EHS_PARTNERCHAR10ALPHAEHS_PARTNER
INTAPPNOWaste Approval EWA_EHS_APPNOINTCHAR10ALPHAEWA_EHS_APPNOINT
APPNOAuthority-Assigned Waste Approval Number EWA_EHS_APPNOCHAR20ALPHAEWA_EHS_APPNO
RECNUnique ID Number for Integration with EHS EWAEHS_GUIDCHAR32
WAKEYIDEWaste Code EHS_WAKEYIDECHAR132TEXT132
WAKEYCATLGWaste Catalog EHS_WAKEYCATLGCHAR132TEXT132
MNAMINDisposal Quantity (Planning) EHS_MNAMINQUAN13(3) MENG13
MNAMQINUnit of Measure for Outgoing Quantity EHS_MNAMQINUNIT3Assigned to domainCUNITMEINS
MNINO_UNSDisposal Document EWA_EHSWAE_MNINOCHAR15CHAR15
MNINO_BGSDisposal Document EWA_EHSWAE_MNINOCHAR15CHAR15
TRANSPORTERWaste Management Business Partner EHS_PARTNERCHAR10ALPHAEHS_PARTNER
DISPOSERWaste Management Business Partner EHS_PARTNERCHAR10ALPHAEHS_PARTNER
RECNWAKEYWaste Code (RECN) EHS_WAKEYNUMC20ALPHAESDRECN
E_WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
E_LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
BEGRUAuthorization Group BEGRUCHAR4BEGRU
LOEVMDeletion Indicator LOEVMCHAR1XFELD

Key field Non-key field



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

As EWASORDCREASERVFREQHEAD 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 EWASORDCREASERVFREQHEAD as there is no data to select.

How to access SAP table EWASORDCREASERVFREQHEAD

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