SAP ABAP Class CL_LRM_BS_DES_OBJ (Mapping the ILM Object to a Data Destruction Object)
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' 20120215
Properties
Class CL_LRM_BS_DES_OBJ  
Short Description Mapping the ILM Object to a Data Destruction Object    
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 20120215   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' 20120215
Friends
# Friend Modeled only Created on Description
1 CB_LRM_BS_DES_OBJ 20120222 Mapping of Base Agent of ILM Object to Data Destruction
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DESTR_OBJECT Instance attribute Private Type reference (TYPE) ARC_DESTR_OBJECT Data Destruction Object for Data from the Database 20120215
2 OBJECT_TYPE Instance attribute Private Type reference (TYPE) LRM_OBJECT_TYPE ILM Object 20120215
Methods
# Method Level Visibility Method type Description Created on
1 AUTHORITY_CHECK Static method Private Method Authorization Check 20120215
2 CHECK_DESTRUCTION_OBJECT Static method Private Method 20120215
3 CREATE_PERSISTENT Static method Public Method Generate New Persistent Object with Key 20120215
4 DELETE_PERSISTENT Static method Public Method Deletes a Persistent Object with Key 20120215
5 ENQUEUE Static method Private Method 20120215
6 GET_DESTR_OBJECT Instance method Private Get-method of a virtual attribute Reads the Attribute DESTR_OBJECT 20120215
7 GET_OBJECT_TYPE Instance method Private Get-method of a virtual attribute Reads attribute OBJECT_TYPE 20120215
8 OBJECT_TABLE_GET Static method Private Method 20120215
9 RAISE_CX_LRM_OBJECT Static method Private Method 20120215
10 SET_DESTR_OBJECT Instance method Private Set-method of a virtual attribute Sets the Atrribute DESTR_OBJECT 20120220
11 SET_OBJECT_TYPE Instance method Private Set-method of a virtual attribute Sets attribute OBJECT_TYPE 20120220
12 TRANSPORT Static method Public Method Transport 20120215
13 _GET_DESTR_OBJECT Instance method Public Method Reads Attribute ARCHIVING_OBJECT 20120215
14 _GET_OBJECT_TYPE Instance method Public Method Reads attribute OBJECT_TYPE 20120215
15 _GET_PERSISTENT Static method Public Method Get Persistent Object with Key 20120215
Events
Class CL_LRM_BS_DES_OBJ has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYP_BUSINESS_KEY Private See coding 20120220 BEGIN OF typ_business_key, object_type TYPE lrm_object_type, destr_object TYPE arc_destr_object, END OF typ_business_key
2 TYP_BUSINESS_KEY_TAB Private See coding 20120220 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_DESTR_OBJECT Call by reference Type reference (TYPE) ARC_DESTR_OBJECT Datenvernichtungsobjekt 20120215
2 Importing I_MODE Call by reference Type reference (TYPE) LRM_CRUD_MODE Modus: C (create), R (read), U (update), D (delete) 20120215
3 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20120215
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Fehlende Berechtigung 20120215

Method CHECK_DESTRUCTION_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESTR_OBJECT Call by reference Type reference (TYPE) ARC_DESTR_OBJECT Datenvernichtungsobjekt 20120215
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20120215
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_CREATION_FAILED Fehler beim Anlegen eines IRM-Objekts 20120215

Method CREATE_PERSISTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESTR_OBJECT Call by reference Type reference (TYPE) ARC_DESTR_OBJECT Datenvernichtungsobjekt 20120215
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE ILM-Objekt 20120215
3 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20120215
4 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_LRM_BS_DES_OBJ Neu erzeugtes persistentes Objekt 20120215
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_CREATION_FAILED Fehler beim Anlegen eines IRM-Objekts 20120215

Method DELETE_PERSISTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESTR_OBJECT Call by reference Type reference (TYPE) ARC_DESTR_OBJECT Datenvernichtungsobjekt 20120215
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20120215
3 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20120215
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_DELETION_FAILED Fehler beim Löschen eines IRM-Objekts 20120215

Method ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESTR_OBJECT Call by reference Type reference (TYPE) ARC_DESTR_OBJECT Datenvernichtungsobjekt 20120215
2 Importing I_MODE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20120215
3 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20120215
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Fehler bei Bearbeitung eines IRM-Objekts 20120215

Method GET_DESTR_OBJECT Signature

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

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

Method OBJECT_TABLE_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESTR_OBJECT Call by reference Type reference (TYPE) ARC_DESTR_OBJECT Datenvernichtungsobjekt 20120215
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20120215
3 Returning RS_OBJECT_TABLE Value transfer Type reference (TYPE) CTS_OBJECT_TABLE WBO remote API: Tabellenschlüssel für Stücklisten 20120215

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

Method SET_DESTR_OBJECT Signature

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

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

Method TRANSPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESTR_OBJECT Call by reference Type reference (TYPE) ARC_DESTR_OBJECT Datenvernichtungsobjekt 20120215
2 Importing I_MODE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20120215
3 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20120215
4 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20120215
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Fehler bei Bearbeitung eines IRM-Objekts 20120215

Method _GET_DESTR_OBJECT 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_TO_ARCH_OBJECT Archivierungsobjekt welches einem Objekttyp entspricht 20120215
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei lesendem Zugriff auf IRM-Objektdaten 20120215

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

Method _GET_PERSISTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESTR_OBJECT Call by reference Type reference (TYPE) ARC_DESTR_OBJECT Datenvernichtungsobjekt 20120215
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20120215
3 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_LRM_BS_DES_OBJ Persistentes Objekt 20120215
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei lesendem Zugriff auf IRM-Objektdaten 20120215
History
Last changed by/on SAP  20130531 
SAP Release Created in 732