SAP ABAP Class CL_LRM_OT_STT (Available Start Times)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ILM-IRM-RT (Application Component) IRM Run Time
     S_LRM_OBJ_CAT_INDEPENDENT (Package) Information Retention Manager - Cross-Object Category
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OS_STATE State Management for a 'Managed Object' 20081113
Properties
Class CL_LRM_OT_STT  
Short Description Available Start Times    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 10  Persistent Class 
Package S_LRM_OBJ_CAT_INDEPENDENT   Information Retention Manager - Cross-Object Category 
Created 20081113   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_OS_SYSTEM Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 IF_LRM_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_OS_STATE State Management for a 'Managed Object' 20081113
Friends
# Friend Modeled only Created on Description
1 CB_LRM_OT_STT 20110916 Base Agent Allowed Start Times
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DESCRIPTION Instance attribute Private Type reference (TYPE) LRM_OBJECT_DESCRIPTION Description 20091002
2 OBJECT_CATEGORY Instance attribute Private Type reference (TYPE) LRM_OBJECT_CATEGORY Object Category 20081113
3 OBJECT_TYPE Instance attribute Private Type reference (TYPE) LRM_OBJECT_TYPE IRM Object Type 20081113
4 STARTTIME_TYPE Instance attribute Private Type reference (TYPE) LRM_CONSTANT_VALUE Available Start Time 20081113
5 TIME_OFFSETS Instance attribute Private Type reference (TYPE) IF_LRM_TYPES=>TY_T_OT_STT_TO_INDEX Available Time Offsets 20110916
6 TRANS_ATTR_INITIALIZED Instance attribute Private Type reference (TYPE) TYP_INITIALIZED 20091002
Methods
# Method Level Visibility Method type Description Created on
1 AUTHORITY_CHECK Static method Private Method Authorization Check 20090123
2 CHECK_FOR_DEPENDENCIES Instance method Public Method 20090217
3 CHECK_STARTTIME_TYPE Static method Public Method 20100225
4 CREATE_PERSISTENT Static method Public Method Generate New Persistent Object with Key 20090102
5 DELETE_PERSISTENT Static method Public Method Deletes a Persistent Object with Key 20090102
6 ENQUEUE Static method Private Method 20090102
7 GET_DESCRIPTION Instance method Private Get-method of a virtual attribute Reads Attribute DESCRIPTION 20091002
8 GET_OBJECT_CATEGORY Instance method Private Get-method of a virtual attribute Reads Attribute OBJECT_CATEGORY 20081113
9 GET_OBJECT_TYPE Instance method Private Get-method of a virtual attribute Reads Attribute OBJECT_TYPE 20081113
10 GET_STARTTIME_TYPE Instance method Private Get-method of a virtual attribute Reads Attribute STARTTIME_TYPE 20081113
11 GET_TIME_OFFSETS Instance method Private Get-method of a virtual attribute Reads the TIME_OFFSETS Attribute 20110916
12 GET_TIME_OFFSETS_BADI Instance method Private Method Navigation Method: Object Type -> Allowed Fields 20110921
13 GET_TRANS_ATTR_INITIALIZED Instance method Private Get-method of a virtual attribute Reads Attribute TRANS_ATTR_INITIALIZED 20110916
14 HANDLE_EXCEPTION Instance method Private Method Handle Exception 20100225
15 OBJECT_TABLE_GET Static method Private Method 20090102
16 RAISE_CX_LRM_OBJECT Static method Private Method 20090122
17 SET_DESCRIPTION Instance method Private Set-method of a virtual attribute Sets Attribute DESCRIPTION 20091002
18 SET_OBJECT_CATEGORY Instance method Private Set-method of a virtual attribute Sets Attribute OBJECT_CATEGORY 20090102
19 SET_OBJECT_TYPE Instance method Private Set-method of a virtual attribute Sets attribute OBJECT_TYPE 20090102
20 SET_STARTTIME_TYPE Instance method Private Set-method of a virtual attribute Sets the STARTTIME_TYPE Attribute 20110916
21 SET_TIME_OFFSETS Instance method Private Set-method of a virtual attribute Sets the TIME_OFFSETS Attribute 20110916
22 SET_TRANS_ATTR_INITIALIZED Instance method Private Set-method of a virtual attribute Sets Attribute TRANS_ATTR_INITIALIZED 20110916
23 TRANSPORT Static method Public Method Transport 20090102
24 _GET_DESCRIPTION Instance method Public Method Reads Attribute DESCRIPTION 20091002
25 _GET_OBJECT_CATEGORY Instance method Public Method Reads Attribute OBJECT_CATEGORY 20090102
26 _GET_OBJECT_TYPE Instance method Public Method Reads Attribute OBJECT_TYPE 20090102
27 _GET_PERSISTENT Static method Public Method Get Persistent Object with Key 20090123
28 _GET_STARTTIME_TYPE Instance method Public Method Reads Attribute STARTTIME_TYPE 20090102
29 _GET_TIME_OFFSETS Instance method Public Method Navigation Method: Object Type -> Available Start Times 20110916
Events
Class CL_LRM_OT_STT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYP_BUSINESS_KEY Private See coding 20090102 BEGIN OF typ_business_key , object_category TYPE lrm_object_category , object_type TYPE lrm_object_type , starttime_type TYPE lrm_constant_value , END OF typ_business_key
2 TYP_BUSINESS_KEY_TAB Private See coding 20090102 typ_business_key_tab TYPE STANDARD TABLE OF typ_business_key WITH NON-UNIQUE DEFAULT KEY
3 TYP_INITIALIZED Private See coding 20091002 BEGIN OF typ_initialized , description TYPE boole_d , time_offsets TYPE boole_d, END OF typ_initialized
Method Signatures

Method AUTHORITY_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODE Call by reference Type reference (TYPE) LRM_CRUD_MODE Modus: C (create), R (read), U (update), D (delete) 20090123
2 Importing I_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Objektkategorie 20090123
3 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20090123
4 Importing I_STARTTIME_TYPE Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Beginnzeitpunkt 20090123
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Fehlende Berechtigung 20090123

Method CHECK_FOR_DEPENDENCIES Signature

Method CHECK_FOR_DEPENDENCIES on class CL_LRM_OT_STT has no parameter.
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_DELETION_FAILED Objekt kann nicht gelöscht werden 20090217

Method CHECK_STARTTIME_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Objektkategorie 20100225
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20100225
3 Importing I_STARTTIME_TYPE Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Beginnzeitpunkt 20100225
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Fehler beim Anlegen eines IRM-Objekts 20100225

Method CREATE_PERSISTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Objektkategorie 20090102
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20090102
3 Importing I_STARTTIME_TYPE Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Beginnzeitpunkt 20090102
4 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20090102
5 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_LRM_OT_STT Neu erzeugtes persistentes Objekt 20090102
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_CREATION_FAILED Fehler beim Anlegen eines IRM-Objekts 20090102

Method DELETE_PERSISTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Objektkategorie 20090102
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20090102
3 Importing I_STARTTIME_TYPE Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Beginnzeitpunkt 20090102
4 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20090102
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_DELETION_FAILED Fehler beim Löschen eines IRM-Objekts 20090102

Method ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODE Call by reference Type reference (TYPE) C Einstelliges Kennzeichen 20090102
2 Importing I_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Objektkategorie 20090102
3 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20090102
4 Importing I_STARTTIME_TYPE Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Beginnzeitpunkt 20090102
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Es ist ein Fehler aufgetreten 20090102

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) LRM_OBJECT_DESCRIPTION Attributwert 20091002
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20091002

Method GET_OBJECT_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) LRM_OBJECT_CATEGORY Attributwert 20081113
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20081113

Method GET_OBJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) LRM_OBJECT_TYPE Attributwert 20081113
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20081113

Method GET_STARTTIME_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) LRM_CONSTANT_VALUE Attributwert 20081113
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20081113

Method GET_TIME_OFFSETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) IF_LRM_TYPES=>TY_T_OT_STT_TO_INDEX Attributwert 20110916
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20110916

Method GET_TIME_OFFSETS_BADI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) IF_LRM_TYPES=>TY_T_OT_STT_TO_INDEX 20110921
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei lesendem Zugriff auf IRM-Objektdaten 20110921

Method GET_TRANS_ATTR_INITIALIZED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TYP_INITIALIZED Attributwert 20110916
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20110916

Method HANDLE_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_BADI_IMPLEMENTATION Call by reference Object reference (TYPE REF TO) OBJECT 20100225
2 Importing IX_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_ROOT Abstrakte Oberklasse aller globalen Exceptions 20100225
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei lesendem Zugriff auf IRM-Objektdaten 20100225

Method OBJECT_TABLE_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Objektkategorie 20090102
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20090102
3 Importing I_STARTTIME_TYPE Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Beginnzeitpunkt 20090102
4 Returning RS_OBJECT_TABLE Value transfer Type reference (TYPE) CTS_OBJECT_TABLE WBO remote API: Tabellenschlüssel für Stücklisten 20090102

Method OBJECT_TABLE_GET on class CL_LRM_OT_STT has no exception.

Method RAISE_CX_LRM_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BUSINESS_KEY Call by reference Type reference (TYPE) LRM_OBJECT_BUSINESS_KEY Betriebswirtschaftlicher Schlüssel eines LRM-Objekts 20090122
2 Importing I_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_ROOT Exception 20090122
3 Importing I_MODE Call by reference Type reference (TYPE) LRM_CRUD_MODE Modus: C (create), R (read), U (update), D (delete) 20090122
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Fehler bei Bearbeitung eines IRM-Objekts 20090122

Method SET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESCRIPTION Call by reference Type reference (TYPE) LRM_OBJECT_DESCRIPTION Attributwert 20091002
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20091002

Method SET_OBJECT_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Attributwert 20090102
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20090102

Method SET_OBJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Attributwert 20090102
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20090102

Method SET_STARTTIME_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STARTTIME_TYPE Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Attributwert 20110916
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20110916

Method SET_TIME_OFFSETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TIME_OFFSETS Call by reference Type reference (TYPE) IF_LRM_TYPES=>TY_T_OT_STT_TO_INDEX Attributwert 20110916
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20110916

Method SET_TRANS_ATTR_INITIALIZED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TRANS_ATTR_INITIALIZED Call by reference Type reference (TYPE) TYP_INITIALIZED Attributwert 20110916
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20110916

Method TRANSPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20090102
2 Importing I_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Objektkategorie 20090102
3 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20090102
4 Importing I_STARTTIME_TYPE Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Beginnzeitpunkt 20090102
5 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20090102
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Fehler bei Bearbeitung eines LRM-Objekts 20090102

Method _GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) LRM_OBJECT_DESCRIPTION Beschreibung eines Regeltyps, Objekttyps etc. 20091002
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei lesendem Zugriff auf IRM-Objektdaten 20091002

Method _GET_OBJECT_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) LRM_OBJECT_CATEGORY Attributwert 20090102
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei Zugriff auf IRM-Objektdaten 20090102

Method _GET_OBJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20090102
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei Zugriff auf IRM-Objektdaten 20090102

Method _GET_PERSISTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Objektkategorie 20090123
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20090123
3 Importing I_STARTTIME_TYPE Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Wert einer Konstante 20090123
4 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_LRM_OT_STT Erlaubte Beginnzeitpunke 20090123
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei lesendem Zugriff auf IRM-Objektdaten 20090123

Method _GET_STARTTIME_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) LRM_CONSTANT_VALUE Wert einer Konstante 20090102
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei Zugriff auf IRM-Objektdaten 20090102

Method _GET_TIME_OFFSETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) IF_LRM_TYPES=>TY_T_OT_STT_TO_INDEX 20110916
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei lesendem Zugriff auf IRM-Objektdaten 20110916
History
Last changed by/on SAP  20130531 
SAP Release Created in 720