SAP ABAP Class CL_LRM_BS_TO (Value Determination for Time Offset)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ILM-IRM-RT (Application Component) IRM Run Time
     S_LRM_BS (Package) Runtime - Business Suite
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' 20111006
Properties
Class CL_LRM_BS_TO  
Short Description Value Determination for Time Offset    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 10  Persistent Class 
Package S_LRM_BS   Runtime - Business Suite 
Created 20111006   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' 20111006
Friends
# Friend Modeled only Created on Description
1 CB_LRM_BS_TO 20111006 Base Agent Value Determination for Time Offset
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 OBJECT_TYPE Instance attribute Private Type reference (TYPE) LRM_OBJECT_TYPE ILM Object 20111006
2 TABLE_FIELD_NAME Instance attribute Private Type reference (TYPE) LRM_SOURCE_FIELD_NAME Name of a Source Field 20111006
3 TABLE_NAME Instance attribute Private Type reference (TYPE) LRM_SOURCE_TABLE_NAME Name of a Source Table 20111006
4 TIME_OFFSET Instance attribute Private Type reference (TYPE) LRM_CONSTANT_VALUE Time Offset 20111006
Methods
# Method Level Visibility Method type Description Created on
1 AUTHORITY_CHECK Static method Private Method Authorization Check 20111006
2 CHECK_EXISTANCE_STT_TO Static method Private Method Checks Whether Time Offset Is Registered for ILM Object 20111007
3 CHECK_FOR_DEPENDENCIES Instance method Public Method 20111007
4 CREATE_PERSISTENT Static method Public Method Generate New Persistent Object with Key 20111006
5 DELETE_PERSISTENT Static method Public Method Deletes a Persistent Object with Key 20111006
6 ENQUEUE Static method Private Method 20111006
7 GET_OBJECT_TYPE Instance method Private Get-method of a virtual attribute Reads attribute OBJECT_TYPE 20111006
8 GET_TABLE_FIELD_NAME Instance method Private Get-method of a virtual attribute Reads Attribute TABLE_FIELD_NAME 20111006
9 GET_TABLE_NAME Instance method Private Get-method of a virtual attribute Reads Attribute TABLE_NAME 20111006
10 GET_TIME_OFFSET Instance method Private Get-method of a virtual attribute Reads the TIME_OFFSET Attribute 20111006
11 GET_TIME_OFFSETS_BADI Static method Private Method Navigation Method: Object Type -> Allowed Fields 20111007
12 HANDLE_EXCEPTION Static method Private Method Handle Exception 20111006
13 OBJECT_TABLE_GET Static method Private Method 20111006
14 RAISE_CX_LRM_OBJECT Static method Private Method 20111006
15 TRANSPORT Static method Public Method Transport 20111006
16 _GET_OBJECT_TYPE Instance method Public Method Reads attribute OBJECT_TYPE 20111006
17 _GET_PERSISTENT Static method Public Method Get Persistent Object with Key 20111006
18 _GET_TABLE_FIELD_NAME Instance method Public Method Reads Attribute TABLE_FIELD_NAME 20111006
19 _GET_TABLE_NAME Instance method Public Method Reads Attribute TABLE_NAME 20111006
20 _GET_TIME_OFFSET Instance method Public Method Reads Attribute STARTTIME_TYPE 20111006
Events
Class CL_LRM_BS_TO has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYP_BUSINESS_KEY Private See coding 20111006 BEGIN OF typ_business_key, object_type TYPE lrm_object_type, time_offset TYPE lrm_constant_value, table_name TYPE lrm_source_table_name, table_field_name TYPE lrm_source_field_name, END OF typ_business_key
2 TYP_BUSINESS_KEY_TAB Private See coding 20111006 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) 20111006
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20111006
3 Importing I_TABLE_FIELD_NAME Call by reference Type reference (TYPE) LRM_SOURCE_FIELD_NAME Name eines Quell-Feldes 20111006
4 Importing I_TABLE_NAME Call by reference Type reference (TYPE) LRM_SOURCE_TABLE_NAME Name einer Quell-Tabelle 20111006
5 Importing I_TIME_OFFSET Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Zeitversatz 20111006
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Fehlende Berechtigung 20111006

Method CHECK_EXISTANCE_STT_TO 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 ILM-Objekt 20111007
2 Importing I_TABLE_FIELD_NAME Call by reference Type reference (TYPE) LRM_SOURCE_FIELD_NAME Name eines Quell-Feldes 20111007
3 Importing I_TABLE_NAME Call by reference Type reference (TYPE) LRM_SOURCE_TABLE_NAME Name einer Quell-Tabelle 20111007
4 Importing I_TIME_OFFSET Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Typ einer Konstante 20111007
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_NOT_FOUND Fehler beim Löschen eines IRM-Objekts 20111007

Method CHECK_FOR_DEPENDENCIES Signature

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

Method CREATE_PERSISTENT 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 Objekttyp 20111006
2 Importing I_TABLE_FIELD_NAME Call by reference Type reference (TYPE) LRM_SOURCE_FIELD_NAME Name eines Quell-Feldes 20111006
3 Importing I_TABLE_NAME Call by reference Type reference (TYPE) LRM_SOURCE_TABLE_NAME Name einer Quell-Tabelle 20111006
4 Importing I_TIME_OFFSET Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Zeitversatz 20111006
5 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20111006
6 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_LRM_BS_TO Neu erzeugtes persistentes Objekt 20111006
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_CREATION_FAILED Fehler beim Anlegen eines IRM-Objekts 20111006

Method DELETE_PERSISTENT 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 Objekttyp 20111006
2 Importing I_TABLE_FIELD_NAME Call by reference Type reference (TYPE) LRM_SOURCE_FIELD_NAME Name eines Quell-Feldes 20111006
3 Importing I_TABLE_NAME Call by reference Type reference (TYPE) LRM_SOURCE_TABLE_NAME Name einer Quell-Tabelle 20111006
4 Importing I_TIME_OFFSET Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Zeitversatz 20111006
5 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20111006
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_DELETION_FAILED Fehler beim Löschen eines IRM-Objekts 20111006

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) CHAR1 Einstelliges Kennzeichen 20111006
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20111006
3 Importing I_TABLE_FIELD_NAME Call by reference Type reference (TYPE) LRM_SOURCE_FIELD_NAME Name eines Quell-Feldes 20111006
4 Importing I_TABLE_NAME Call by reference Type reference (TYPE) LRM_SOURCE_TABLE_NAME Name einer Quell-Tabelle 20111006
5 Importing I_TIME_OFFSET Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Zeitversatz 20111006
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Fehler bei Bearbeitung eines IRM-Objekts 20111006

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

Method GET_TABLE_FIELD_NAME Signature

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

Method GET_TABLE_NAME Signature

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

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

Method GET_TIME_OFFSETS_BADI 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 ILM-Objekt 20111007
2 Importing I_TIME_OFFSET Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Wert einer Konstante 20111007
3 Returning RESULT Value transfer Type reference (TYPE) IF_LRM_TYPES=>TY_T_OT_STT_TO_INDEX 20111007
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei lesendem Zugriff auf IRM-Objektdaten 20111007

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 20111006
2 Importing IX_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_ROOT Abstrakte Oberklasse aller globalen Exceptions 20111006
3 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE ILM-Objekt 20111007
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei lesendem Zugriff auf IRM-Objektdaten 20111006

Method OBJECT_TABLE_GET 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 Objekttyp 20111006
2 Importing I_TABLE_FIELD_NAME Call by reference Type reference (TYPE) LRM_SOURCE_FIELD_NAME Name eines Quell-Feldes 20111006
3 Importing I_TABLE_NAME Call by reference Type reference (TYPE) LRM_SOURCE_TABLE_NAME Name einer Quell-Tabelle 20111006
4 Importing I_TIME_OFFSET Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Zeitversatz 20111006
5 Returning RS_OBJECT_TABLE Value transfer Type reference (TYPE) CTS_OBJECT_TABLE WBO remote API: Tabellenschlüssel für Stücklisten 20111006

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

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 20111006
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20111006
3 Importing I_TABLE_FIELD_NAME Call by reference Type reference (TYPE) LRM_SOURCE_FIELD_NAME Name eines Quell-Feldes 20111006
4 Importing I_TABLE_NAME Call by reference Type reference (TYPE) LRM_SOURCE_TABLE_NAME Name einer Quell-Tabelle 20111006
5 Importing I_TIME_OFFSET Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Zeitversatz 20111006
6 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20111006
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Fehler bei Bearbeitung eines IRM-Objekts 20111006

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

Method _GET_PERSISTENT 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 Objekttyp 20111006
2 Importing I_TABLE_FIELD_NAME Call by reference Type reference (TYPE) LRM_SOURCE_FIELD_NAME Name eines Quell-Feldes 20111006
3 Importing I_TABLE_NAME Call by reference Type reference (TYPE) LRM_SOURCE_TABLE_NAME Name einer Quell-Tabelle 20111006
4 Importing I_TIME_OFFSET Call by reference Type reference (TYPE) LRM_CONSTANT_VALUE Zeitversatz 20111006
5 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_LRM_BS_TO Persistentes Objekt 20111006
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei lesendem Zugriff auf IRM-Objektdaten 20111006

Method _GET_TABLE_FIELD_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) LRM_SOURCE_FIELD_NAME Name eines Quell-Feldes 20111006
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei lesendem Zugriff auf IRM-Objektdaten 20111006

Method _GET_TABLE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) LRM_SOURCE_TABLE_NAME Name einer Quell-Tabelle 20111006
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei lesendem Zugriff auf IRM-Objektdaten 20111006

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