SAP ABAP Class CL_LRM_PT_T (Policy Types: Descriptions)
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' 20081218
Properties
Class CL_LRM_PT_T  
Short Description Policy Types: Descriptions    
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 20081218   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' 20081218
Friends
# Friend Modeled only Created on Description
1 CB_LRM_PT_T 20090209 Base Agent Policy Types: Descriptions
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 POLICY_CATEGORY Instance attribute Private Type reference (TYPE) LRM_POLICY_CATEGORY Policy Category 20081218
2 POLICY_TYPE Instance attribute Private Type reference (TYPE) LRM_POLICY_TYPE Audit Area 20081218
3 POLICY_TYPE_T Instance attribute Private Type reference (TYPE) LRM_OBJECT_DESCRIPTION Description of Policy Type, Object Type etc. 20081218
4 SPRAS Instance attribute Private Type reference (TYPE) SPRAS Language Key 20081218
Methods
# Method Level Visibility Method type Description Created on
1 AUTHORITY_CHECK Static method Private Method Authorization Check 20090123
2 CREATE_PERSISTENT Static method Public Method Generate New Persistent Object with Key 20081218
3 DELETE_PERSISTENT Static method Public Method Deletes a Persistent Object with Key 20081218
4 ENQUEUE Static method Private Method 20081218
5 GET_POLICY_CATEGORY Instance method Private Get-method of a virtual attribute Reads Attribute POLICY_CATEGORY 20081218
6 GET_POLICY_TYPE Instance method Private Get-method of a virtual attribute Reads Attribute POLICY_TYPE 20081218
7 GET_POLICY_TYPE_T Instance method Private Get-method of a virtual attribute Reads Attribute POLICY_TYPE_T 20081218
8 GET_SPRAS Instance method Private Get-method of a virtual attribute Reads Attribute SPRAS 20081218
9 OBJECT_TABLE_GET Static method Private Method 20081218
10 RAISE_CX_LRM_OBJECT Static method Private Method 20090122
11 SET_POLICY_TYPE_T Instance method Private Set-method of a virtual attribute Sets Attribute POLICY_TYPE_T 20081218
12 TRANSPORT Static method Public Method Transport 20081218
13 UPDATE_LAST_CHANGE_INFO Static method Private Method 20091009
14 _GET_PERSISTENT Static method Public Method Get Persistent Object with Key 20090123
15 _GET_POLICY_CATEGORY Instance method Public Method Reads Attribute POLICY_CATEGORY 20081218
16 _GET_POLICY_TYPE Instance method Public Method Reads Attribute POLICY_TYPE 20081218
17 _GET_POLICY_TYPE_T Instance method Public Method Reads Attribute POLICY_TYPE_T 20081218
18 _GET_SPRAS Instance method Public Method Reads Attribute SPRAS 20081218
19 _SET_POLICY_TYPE_T Instance method Public Method Sets Attribute POLICY_TYPE_T 20081218
Events
Class CL_LRM_PT_T has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_TABKEY Private See coding 20091008 tt_tabkey TYPE STANDARD TABLE OF ty_tabkey WITH NON-UNIQUE DEFAULT KEY
2 TYP_BUSINESS_KEY Private See coding 20081218 BEGIN OF typ_business_key , spras TYPE spras, policy_category TYPE lrm_policy_category , policy_type TYPE lrm_policy_type , END OF typ_business_key
3 TYP_BUSINESS_KEY_TAB Private See coding 20081218 typ_business_key_tab TYPE STANDARD TABLE OF typ_business_key WITH NON-UNIQUE DEFAULT KEY
4 TY_TABKEY Private See coding 20091008 BEGIN OF ty_tabkey , mandt TYPE mandt, spras TYPE spras, policy_category TYPE lrm_policy_category , policy_type TYPE lrm_policy_type , END OF ty_tabkey
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_POLICY_CATEGORY Call by reference Type reference (TYPE) LRM_POLICY_CATEGORY Regelwerkkategorie 20090123
3 Importing I_POLICY_TYPE Call by reference Type reference (TYPE) LRM_POLICY_TYPE Prüfgebiet 20090123
4 Importing I_SPRAS Call by reference Type reference (TYPE) SPRAS Sprachenschlüssel 20090123
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Fehlende Berechtigung 20090123

Method CREATE_PERSISTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_POLICY_CATEGORY Call by reference Type reference (TYPE) LRM_POLICY_CATEGORY Regelwerkkategorie 20081218
2 Importing I_POLICY_TYPE Call by reference Type reference (TYPE) LRM_POLICY_TYPE Prüfgebiet 20081218
3 Importing I_POLICY_TYPE_T Call by reference Type reference (TYPE) LRM_OBJECT_DESCRIPTION Beschreibung 20081218
4 Importing I_SPRAS Call by reference Type reference (TYPE) SPRAS Sprachenschlüssel 20081218
5 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20081218
6 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_LRM_PT_T Neu erzeugtes persistentes Objekt 20081218
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_CREATION_FAILED Fehler beim Anlegen eines IRM-Objekts 20081218

Method DELETE_PERSISTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_POLICY_CATEGORY Call by reference Type reference (TYPE) LRM_POLICY_CATEGORY Regelwerkkategorie 20081218
2 Importing I_POLICY_TYPE Call by reference Type reference (TYPE) LRM_POLICY_TYPE Prüfgebiet 20081218
3 Importing I_SPRAS Call by reference Type reference (TYPE) SPRAS Sprachenschlüssel 20081218
4 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20081218
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_DELETION_FAILED Fehler beim Löschen eines IRM-Objekts 20081218

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 20081218
2 Importing I_POLICY_CATEGORY Call by reference Type reference (TYPE) LRM_POLICY_CATEGORY Regelwerkkategorie 20081218
3 Importing I_POLICY_TYPE Call by reference Type reference (TYPE) LRM_POLICY_TYPE Prüfgebiet 20081218
4 Importing I_SPRAS Call by reference Type reference (TYPE) SPRAS Sprachenschlüssel 20081218
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Fehler bei Bearbeitung eines IRM-Objekts 20081218

Method GET_POLICY_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_POLICY_CATEGORY Attributwert 20081218
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20081218

Method GET_POLICY_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_POLICY_TYPE Attributwert 20081218
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20081218

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

Method GET_SPRAS Signature

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

Method OBJECT_TABLE_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_POLICY_CATEGORY Call by reference Type reference (TYPE) LRM_POLICY_CATEGORY Regelwerkkategorie 20081218
2 Importing I_POLICY_TYPE Call by reference Type reference (TYPE) LRM_POLICY_TYPE Prüfgebiet 20081218
3 Importing I_SPRAS Call by reference Type reference (TYPE) SPRAS Sprachenschlüssel 20081218
4 Returning RS_OBJECT_TABLE Value transfer Type reference (TYPE) CTS_OBJECT_TABLE WBO remote API: Tabellenschlüssel für Stücklisten 20081218

Method OBJECT_TABLE_GET on class CL_LRM_PT_T 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_POLICY_TYPE_T Signature

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

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 20081218
2 Importing I_POLICY_CATEGORY Call by reference Type reference (TYPE) LRM_POLICY_CATEGORY Regelwerkkategorie 20081218
3 Importing I_POLICY_TYPE Call by reference Type reference (TYPE) LRM_POLICY_TYPE Prüfgebiet 20081218
4 Importing I_SPRAS Call by reference Type reference (TYPE) SPRAS Sprachenschlüssel 20081218
5 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20081218
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Fehler bei Bearbeitung eines IRM-Objekts 20081218

Method UPDATE_LAST_CHANGE_INFO 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 20091009
2 Importing I_POLICY_CATEGORY Call by reference Type reference (TYPE) LRM_POLICY_CATEGORY Regelwerkkategorie 20091009
3 Importing I_POLICY_TYPE Call by reference Type reference (TYPE) LRM_POLICY_TYPE Prüfgebiet 20091009
4 Importing I_SPRAS Call by reference Type reference (TYPE) SPRAS Sprachenschlüssel 20091009
5 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20091009
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_CHANGE_FAILED Fehler bei änderndem Zugriff auf IRM-Objektdaten 20091009

Method _GET_PERSISTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_POLICY_CATEGORY Call by reference Type reference (TYPE) LRM_POLICY_CATEGORY Regelwerkkategorie 20090123
2 Importing I_POLICY_TYPE Call by reference Type reference (TYPE) LRM_POLICY_TYPE Prüfgebiet 20090123
3 Importing I_SPRAS Call by reference Type reference (TYPE) SPRAS Sprachenschlüssel 20090123
4 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_LRM_PT_T Regelwerktyp: Bezeichnung 20090123
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei lesendem Zugriff auf IRM-Objektdaten 20090123

Method _GET_POLICY_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_POLICY_CATEGORY Regelwerkkategorie 20081218
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei lesendem Zugriff auf IRM-Objektdaten 20081218

Method _GET_POLICY_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_POLICY_TYPE Prüfgebiet 20081218
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei lesendem Zugriff auf IRM-Objektdaten 20081218

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

Method _GET_SPRAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SPRAS Sprachenschlüssel 20081218
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei lesendem Zugriff auf IRM-Objektdaten 20081218

Method _SET_POLICY_TYPE_T Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_POLICY_TYPE_T Call by reference Type reference (TYPE) LRM_OBJECT_DESCRIPTION Beschreibung eines Regeltyps, Objekttyps etc. 20081218
2 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20081218
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_CHANGE_FAILED Fehler bei änderndem Zugriff auf IRM-Objektdaten 20081218
History
Last changed by/on SAP  20130531 
SAP Release Created in 720