SAP ABAP Class CL_LRM_OT_STT_TO (Available Time Offsets)
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' 20110912
Properties
Class CL_LRM_OT_STT_TO  
Short Description Available Time Offsets    
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 20110912   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_OS_STATE State Management for a 'Managed Object' 20110912
Friends
# Friend Modeled only Created on Description
1 CB_LRM_OT_STT_TO 20110912 Base Agent Available Time Offsets
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 OBJECT_CATEGORY Instance attribute Private Type reference (TYPE) LRM_OBJECT_CATEGORY Object Category 20110912
2 OBJECT_TYPE Instance attribute Private Type reference (TYPE) LRM_OBJECT_TYPE ILM Object 20110912
3 STARTTIME_TYPE Instance attribute Private Type reference (TYPE) LRM_CONSTANT_VALUE Reference date/time 20110912
4 TIME_OFFSET Instance attribute Private Type reference (TYPE) LRM_CONSTANT_VALUE Time Offset 20110912
Methods
# Method Level Visibility Method type Description Created on
1 AUTHORITY_CHECK Static method Private Method Authorization Check 20110912
2 CHECK_FOR_DEPENDENCIES Instance method Public Method 20111014
3 CREATE_PERSISTENT Static method Public Method Generate New Persistent Object with Key 20110912
4 DELETE_PERSISTENT Static method Public Method Deletes a Persistent Object with Key 20110912
5 ENQUEUE Static method Private Method 20110912
6 GET_OBJECT_CATEGORY Instance method Private Get-method of a virtual attribute Reads Attribute OBJECT_CATEGORY 20110912
7 GET_OBJECT_TYPE Instance method Private Get-method of a virtual attribute Reads attribute OBJECT_TYPE 20110912
8 GET_STARTTIME_TYPE Instance method Private Get-method of a virtual attribute Reads Attribute STARTTIME_TYPE 20110912
9 GET_TIME_OFFSET Instance method Private Get-method of a virtual attribute Reads the TIME_OFFSET Attribute 20110912
10 OBJECT_TABLE_GET Static method Private Method 20110912
11 RAISE_CX_LRM_OBJECT Static method Private Method 20110912
12 TRANSPORT Static method Public Method Transport 20110912
13 _GET_OBJECT_CATEGORY Instance method Public Method Reads Attribute OBJECT_CATEGORY 20110912
14 _GET_OBJECT_TYPE Instance method Public Method Reads attribute OBJECT_TYPE 20110912
15 _GET_PERSISTENT Static method Public Method Get Persistent Object with Key 20110912
16 _GET_STARTTIME_TYPE Instance method Public Method Reads Attribute STARTTIME_TYPE 20110912
17 _GET_TIME_OFFSET Instance method Public Method Reads Attribute STARTTIME_TYPE 20110912
Events
Class CL_LRM_OT_STT_TO has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYP_BUSINESS_KEY Private See coding 20110912 BEGIN OF typ_business_key , object_category TYPE lrm_object_category , object_type TYPE lrm_object_type , starttime_type TYPE lrm_constant_value , time_offset TYPE lrm_constant_value , END OF typ_business_key
2 TYP_BUSINESS_KEY_TAB Private See coding 20110912 typ_business_key_tab TYPE STANDARD TABLE OF typ_business_key WITH NON-UNIQUE DEFAULT KEY
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) 20110912
2 Importing I_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Objektkategorie 20110912
3 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20110912
4 Importing I_STARTTIME_TYPE Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Bezugszeitpunkt 20110912
5 Importing I_TIME_OFFSET Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Zeitversatz 20110912
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Fehlende Berechtigung 20110912

Method CHECK_FOR_DEPENDENCIES Signature

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

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 20110912
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20110912
3 Importing I_STARTTIME_TYPE Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Bezugszeitpunkt 20110912
4 Importing I_TIME_OFFSET Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Zeitversatz 20110912
5 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20110912
6 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_LRM_OT_STT_TO Neu erzeugtes persistentes Objekt 20110912
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_CREATION_FAILED Fehler beim Anlegen eines IRM-Objekts 20110912

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 20110912
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20110912
3 Importing I_STARTTIME_TYPE Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Bezugszeitpunkt 20110912
4 Importing I_TIME_OFFSET Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Zeitversatz 20110912
5 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20110912
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_DELETION_FAILED Fehler beim Löschen eines IRM-Objekts 20110912

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 20110912
2 Importing I_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Objektkategorie 20110912
3 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20110912
4 Importing I_STARTTIME_TYPE Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Bezugszeitpunkt 20110912
5 Importing I_TIME_OFFSET Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Zeitversatz 20110912
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Es ist ein Fehler aufgetreten 20110912

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 20110912
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20110912

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 20110912
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20110912

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 20110912
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20110912

Method GET_TIME_OFFSET 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 20110912
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20110912

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 20110912
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20110912
3 Importing I_STARTTIME_TYPE Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Bezugszeitpunkt 20110912
4 Importing I_TIME_OFFSET Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Zeitversatz 20110912
5 Returning RS_OBJECT_TABLE Value transfer Type reference (TYPE) CTS_OBJECT_TABLE WBO remote API: Tabellenschlüssel für Stücklisten 20110912

Method OBJECT_TABLE_GET on class CL_LRM_OT_STT_TO 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 20110912
2 Importing I_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_ROOT Exception 20110912
3 Importing I_MODE Call by reference Type reference (TYPE) LRM_CRUD_MODE Modus: C (create), R (read), U (update), D (delete) 20110912
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Fehler bei Bearbeitung eines IRM-Objekts 20110912

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 20110912
2 Importing I_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Objektkategorie 20110912
3 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20110912
4 Importing I_STARTTIME_TYPE Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Bezugszeitpunkt 20110912
5 Importing I_TIME_OFFSET Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Zeitversatz 20110912
6 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20110912
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Fehler bei Bearbeitung eines LRM-Objekts 20110912

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 20110912
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei Zugriff auf IRM-Objektdaten 20110912

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 20110912
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei Zugriff auf IRM-Objektdaten 20110912

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 20110912
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20110912
3 Importing I_STARTTIME_TYPE Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Bezugszeitpunkt 20110912
4 Importing I_TIME_OFFSET Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Zeitversatz 20110912
5 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_LRM_OT_STT_TO Verfügbarer Zeitversatz 20110912
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei lesendem Zugriff auf IRM-Objektdaten 20110912

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 20110912
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei Zugriff auf IRM-Objektdaten 20110912

Method _GET_TIME_OFFSET 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 20110912
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei Zugriff auf IRM-Objektdaten 20110912
History
Last changed by/on SAP  20130531 
SAP Release Created in 732