SAP ABAP Class CL_ISU_SERVFREQ_SERVLOC (Service frequency)
Hierarchy
IS-UT (Software Component) SAP Utilities/Telecommunication
   IS-U-WA (Application Component) Waste Management
     EEWA (Package) IS-U: Waste Management
Properties
Class CL_ISU_SERVFREQ_SERVLOC  
Short Description Service frequency    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package EEWA   IS-U: Waste Management 
Created 20011119   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ISU01 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ISU_SERVFREQ_SERVLOC has no interface implemented.
Friends
Class CL_ISU_SERVFREQ_SERVLOC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BEH_TYPE Instance attribute Private Type reference (TYPE) BEH_TYPE Container Category 20020621
2 EQUNR Instance attribute Public Type reference (TYPE) EQUNR Equipment Number 20020621
3 LOGIKNR Instance attribute Public Type reference (TYPE) LOGIKNR Logical device number 20011119
4 P_AUTO Instance attribute Private Type reference (TYPE) ISUWA_OBJ_AUTO Automation Data 20011119
5 P_CONTROL Instance attribute Private Type reference (TYPE) ISU_OBJECT_CONTROL_DATA Control Data 20011119
6 P_INSTANCETAB Static Attribute Private Type reference (TYPE) SERVFREQ_INSTANCES_TAB Instances 20011119
7 P_OBJ Instance attribute Private Type reference (TYPE) ISUWA_OBJ Object Data 20011119
8 P_SERVFREQ Instance attribute Private Type reference (TYPE) EWAOBJ Header Data for Service Frequency 20011119
9 SERVLOC Instance attribute Public Type reference (TYPE) SERVLOC Container Location 20011119
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method Check and Copy 20011119
2 CLOSE Instance method Public Method Close 20011119
3 CREATE Instance method Public Method Creation mode 20011119
4 FREE_ALL Static method Public Method Delete all Object References 20011119
5 GET_PROPERTY_SERVFREQ Instance method Public Method Read Object Characteristics 20011119
6 GET_SERVLOC_DATA Instance method Public Method Read Container Location Data for Transfer to Service Freq. 20011119
7 LOAD Instance method Private Method DB access 20011119
8 OPEN Instance method Public Method Lock and Read Service Frequency 20011119
9 SAVE Instance method Public Method Save 20011119
10 SELECT_SERVLOC Static method Public Method Check Object Reference 20011119
11 SET_PROPERTY_SERVFREQ Instance method Public Method Set Object Characteristics 20011119
Events
Class CL_ISU_SERVFREQ_SERVLOC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 SERVFREQ_INSTANCES Private See coding SERVFREQ_INSTANCES 20011119 BEGIN OF servfreq_instances, servloc TYPE servloc, logiknr TYPE logiknr, equnr type equnr, beh_type type beh_type, objref TYPE REF TO cl_isu_servfreq_servloc, END OF servfreq_instances
2 SERVFREQ_INSTANCES_TAB Private See coding SERVFREQ_INSTANCES_TAB 20011119 servfreq_instances_tab TYPE HASHED TABLE OF servfreq_instances WITH UNIQUE KEY servloc logiknr
Method Signatures

Method CHECK Signature

Method CHECK on class CL_ISU_SERVFREQ_SERVLOC has no parameter.
# Exception Resumable Description Created on
1 FAILED Prüfung fehlgeschlagen 20011119
2 NOT_OPEN Objekt nicht geöffnet 20011119

Method CLOSE Signature

Method CLOSE on class CL_ISU_SERVFREQ_SERVLOC has no parameter.
# Exception Resumable Description Created on
1 NOT_OPEN nicht geöffnet 20011119

Method CREATE Signature

Method CREATE on class CL_ISU_SERVFREQ_SERVLOC has no parameter.
# Exception Resumable Description Created on
1 NOT_SELECTED Keine Objektreferenz 20011119

Method FREE_ALL Signature

Method FREE_ALL on class CL_ISU_SERVFREQ_SERVLOC has no parameter.
Method FREE_ALL on class CL_ISU_SERVFREQ_SERVLOC has no exception.

Method GET_PROPERTY_SERVFREQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing X_PROPERTY Value transfer Type reference (TYPE) STRING Objektattribut 20011119
2 Exporting Y_VALUE Call by reference Type reference (TYPE) ANY Wert des Objektattributs 20011119
# Exception Resumable Description Created on
1 INVALID_OBJECT Ungültiges Anschlussobjekt 20011119
2 INVALID_PROPERTY Ungültiges Attribut 20011119
3 NOT_CONVERTABLE Feld nicht konvertierbar 20011119
4 NOT_SELECTED Keine Objektreferenz vorhanden 20011119

Method GET_SERVLOC_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing XY_SLOC Call by reference Type reference (TYPE) ISUWA_SLOC Übergabegstruktur der Standplatzdaten für Servicerhythmus 20011119
2 Importing X_LOGIKNR Call by reference Type reference (TYPE) LOGIKNR Logische Gerätenummern 20011119
3 Importing X_SERVLOC Call by reference Type reference (TYPE) SERVLOC Standplatz des Behälters 20011119
# Exception Resumable Description Created on
1 INVALID Keine Daten zum Standplatz gefunden 20011119

Method LOAD Signature

Method LOAD on class CL_ISU_SERVFREQ_SERVLOC has no parameter.
# Exception Resumable Description Created on
1 INVALID_OBJECT Anschlussobjekt nicht vorhanden 20011119
2 NOT_SELECTED Keine Objektrefernz vorhanden 20011119

Method OPEN Signature

Method OPEN on class CL_ISU_SERVFREQ_SERVLOC has no parameter.
# Exception Resumable Description Created on
1 LOCKED Anschlussobjekt bereits gesperrt 20011119
2 NOT_AUTHORIZED Keine Berechtigung 20011119
3 NOT_SELECTED Keine Objektreferenz vorhanden 20011119
4 OBJECT_INVALID Anschlussobjekt nicht vorhanden 20011119
5 SYSTEM_ERROR Systemfehler 20011119

Method SAVE Signature

Method SAVE on class CL_ISU_SERVFREQ_SERVLOC has no parameter.
# Exception Resumable Description Created on
1 NOT_OPEN Objekt nicht geöffnet 20011119
2 SYSTEM_ERROR Fehler 20011119

Method SELECT_SERVLOC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SERVFREQREF Value transfer Object reference (TYPE REF TO) CL_ISU_SERVFREQ_SERVLOC Servicerhythmus 20011119
2 Importing X_EQUNR Value transfer Type reference (TYPE) EQUNR Equipmentnummer 20011119
3 Importing X_SERVLOC Value transfer Type reference (TYPE) SERVLOC Standplatznummer 20011119
# Exception Resumable Description Created on
1 INVALID Keine Daten zum Standplatz gefunden 20011119

Method SET_PROPERTY_SERVFREQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing X_PROPERTY Value transfer Type reference (TYPE) C Objektattribut 20011119
2 Importing X_VALUE Value transfer Type reference (TYPE) ANY Wert des Objektattributs 20011119
# Exception Resumable Description Created on
1 INVALID_PROPERTY Objektattribut ungültig 20011119
2 INVALID_VALUE Ungültiger Attributwert 20011119
3 NOT_OPEN Objektreferenz nicht vorhanden 20011119
History
Last changed by/on SAP  20050224 
SAP Release Created in 464