SAP ABAP Class CL_LRM_OT_PT (Available Policy Type (Available Audit Area))
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' 20081110
Properties
Class CL_LRM_OT_PT  
Short Description Available Policy Type (Available Audit Area)    
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 20081110   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' 20081110
Friends
# Friend Modeled only Created on Description
1 CB_LRM_OT_PT 20090324 Base Agent Policy Type
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 20081110
2 OBJECT_TYPE Instance attribute Private Type reference (TYPE) LRM_OBJECT_TYPE IRM Object Type 20081110
3 POLICIES Instance attribute Private Type reference (TYPE) IF_LRM_TYPES=>TY_T_OT_PO_INDEX Policies 20081114
4 POLICY_CATEGORY Instance attribute Private Type reference (TYPE) LRM_POLICY_CATEGORY Policy Category 20081110
5 POLICY_TYPE Instance attribute Private Type reference (TYPE) LRM_POLICY_TYPE Audit Area 20081110
6 STATUS Instance attribute Private Type reference (TYPE) LRM_POL_TYPE_STATUS Status of a Policy 20081110
7 TIMESTAMP Instance attribute Private Type reference (TYPE) LRM_POL_LAST_CHANGE_TIMESTAMP Time Stamp 20090320
8 TRANS_ATTR_INITIALIZED Instance attribute Private Type reference (TYPE) TYP_INITIALIZED Initialization Status Transient Attributes 20090324
9 USER_NAME Instance attribute Private Type reference (TYPE) LRM_POL_LAST_CHANGE_USER User Name 20090320
Methods
# Method Level Visibility Method type Description Created on
1 AUTHORITY_CHECK Static method Private Method Authorization Check 20090120
2 CHECK_FOR_DEPENDENCIES Instance method Private Method 20081211
3 CHECK_STATUS Static method Private Method 20090108
4 CREATE_PERSISTENT Static method Public Method Generate New Persistent Object with Key 20081211
5 DELETE_PERSISTENT Static method Public Method Deletes a Persistent Object with Key 20081211
6 ENQUEUE Static method Private Method 20081211
7 GET_OBJECT_CATEGORY Instance method Private Get-method of a virtual attribute Reads Attribute OBJECT_CATEGORY 20081110
8 GET_OBJECT_TYPE Instance method Private Get-method of a virtual attribute Reads attribute OBJECT_TYPE 20081110
9 GET_POLICIES Instance method Private Get-method of a virtual attribute Reads Attribute POLICIES 20081114
10 GET_POLICY_CATEGORY Instance method Private Get-method of a virtual attribute Reads Attribute POLICY_CATEGORY 20081110
11 GET_POLICY_TYPE Instance method Private Get-method of a virtual attribute Reads Attribute POLICY_TYPE 20081110
12 GET_STATUS Instance method Private Get-method of a virtual attribute Reads Attribute STATUS 20081110
13 GET_TIMESTAMP Instance method Private Get-method of a virtual attribute Reads Attribute TIMESTAMP 20090320
14 GET_TRANS_ATTR_INITIALIZED Instance method Private Get-method of a virtual attribute Reads Attribute TRANS_ATTR_INITIALIZED 20090324
15 GET_USER_NAME Instance method Private Get-method of a virtual attribute Reads Attribute USER_NAME 20090320
16 OBJECT_TABLE_GET Static method Private Method 20081211
17 ON_POLICY_CHANGED Instance method Public Event handling method 20090325
18 ON_POLICY_CREATED Instance method Public Event handling method 20090325
19 ON_POLICY_DELETED Instance method Public Event handling method 20090325
20 RAISE_CX_LRM_OBJECT Static method Private Method 20090122
21 SET_OBJECT_CATEGORY Instance method Private Set-method of a virtual attribute Sets Attribute OBJECT_CATEGORY 20090317
22 SET_OBJECT_TYPE Instance method Private Set-method of a virtual attribute Sets attribute OBJECT_TYPE 20090317
23 SET_POLICIES Instance method Private Set-method of a virtual attribute Sets Attribute POLICIES 20090317
24 SET_POLICY_CATEGORY Instance method Private Set-method of a virtual attribute Sets Attribute POLICY_CATEGORY 20090317
25 SET_POLICY_TYPE Instance method Private Set-method of a virtual attribute Sets Attribute POLICY_TYPE 20090317
26 SET_STATUS Instance method Private Set-method of a virtual attribute Sets Attribute STATUS 20081110
27 SET_TIMESTAMP Instance method Private Set-method of a virtual attribute Sets Attribute TIMESTAMP 20090320
28 SET_TRANS_ATTR_INITIALIZED Instance method Private Set-method of a virtual attribute Sets Attribute TRANS_ATTR_INITIALIZED 20090324
29 SET_USER_NAME Instance method Private Set-method of a virtual attribute Sets Attribute USER_NAME 20090320
30 TRANSPORT Static method Public Method Transport 20081211
31 _GET_OBJECT_CATEGORY Instance method Public Method Reads Attribute OBJECT_CATEGORY 20081211
32 _GET_OBJECT_TYPE Instance method Public Method Reads attribute OBJECT_TYPE 20081211
33 _GET_PERSISTENT Static method Public Method Get Persistent Object with Key 20090120
34 _GET_POLICIES Instance method Public Method Navigation Method: Audit Area -> Policy 20081211
35 _GET_POLICY_CATEGORY Instance method Public Method Reads Attribute POLICY_CATEGORY 20081211
36 _GET_POLICY_TYPE Instance method Public Method Reads Attribute POLICY_TYPE 20081211
37 _GET_STATUS Instance method Public Method Reads Attribute POLICY_STATUS 20081211
38 _GET_TIMESTAMP Instance method Public Method Reads Attribute TIMESTAMP 20090320
39 _GET_USER_NAME Instance method Public Method Reads Attribute USER_NAME 20090320
40 _SET_LAST_CHANGE_INFO Instance method Public Method Sets Attributes USER_NAME and TIMESTAMP 20090320
41 _SET_LAST_CHANGE_INFO_PT Static method Private Method 20090409
42 _SET_STATUS Instance method Public Method Sets Attribute POLICY_STATUS 20081211
Events
Class CL_LRM_OT_PT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_TABKEY Private See coding 20090918 tt_tabkey TYPE STANDARD TABLE OF ty_tabkey WITH NON-UNIQUE DEFAULT KEY
2 TYP_BUSINESS_KEY Private See coding 20081211 BEGIN OF typ_business_key , object_category TYPE lrm_object_category , object_type TYPE lrm_object_type , 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 20081211 typ_business_key_tab TYPE STANDARD TABLE OF typ_business_key WITH NON-UNIQUE DEFAULT KEY
4 TYP_INITIALIZED Private See coding 20090324 BEGIN OF typ_initialized, policies TYPE boole_d , END OF typ_initialized
5 TY_TABKEY Private See coding 20090918 BEGIN OF ty_tabkey , mandt TYPE mandt, object_category TYPE lrm_object_category , object_type TYPE lrm_object_type , 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) 20090120
2 Importing I_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Objektkategorie 20090120
3 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20090120
4 Importing I_POLICY_CATEGORY Call by reference Type reference (TYPE) LRM_POLICY_CATEGORY Regelwerkkategorie 20090120
5 Importing I_POLICY_TYPE Call by reference Type reference (TYPE) LRM_POLICY_TYPE Prüfgebiet 20090120
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Fehlende Berechtigung 20090120

Method CHECK_FOR_DEPENDENCIES Signature

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

Method CHECK_STATUS 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 20090108
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20090108
3 Importing I_POLICY_CATEGORY Call by reference Type reference (TYPE) LRM_POLICY_CATEGORY Regelwerkkategorie 20090108
4 Importing I_POLICY_TYPE Call by reference Type reference (TYPE) LRM_POLICY_TYPE Prüfgebiet 20090108
5 Importing I_STATUS Call by reference Type reference (TYPE) LRM_POL_TYPE_STATUS Status eines Regelwerktyps 20090108
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_CHANGE_FAILED Fehler bei änderndem Zugriff auf IRM-Objektdaten 20090108

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 20081211
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20081211
3 Importing I_POLICY_CATEGORY Call by reference Type reference (TYPE) LRM_POLICY_CATEGORY Regelwerkkategorie 20081211
4 Importing I_POLICY_TYPE Call by reference Type reference (TYPE) LRM_POLICY_TYPE Prüfgebiet 20081211
5 Importing I_STATUS Call by reference Type reference (TYPE) LRM_POL_TYPE_STATUS Status eines Regelwerktyps 20081211
6 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20081211
7 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_LRM_OT_PT Erlaubter Regelwerktyp (Erlaubtes Prüfgebiet) 20081211
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_CREATION_FAILED Object Services Exception 20081211

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 20081211
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20081211
3 Importing I_POLICY_CATEGORY Call by reference Type reference (TYPE) LRM_POLICY_CATEGORY Regelwerkkategorie 20081211
4 Importing I_POLICY_TYPE Call by reference Type reference (TYPE) LRM_POLICY_TYPE Prüfgebiet 20081211
5 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20081211
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_DELETION_FAILED Objekt kann nicht gelöscht werden 20081211

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 20081211
2 Importing I_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY 20081211
3 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE 20081211
4 Importing I_POLICY_CATEGORY Call by reference Type reference (TYPE) LRM_POLICY_CATEGORY 20081211
5 Importing I_POLICY_TYPE Call by reference Type reference (TYPE) LRM_POLICY_TYPE 20081211
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Es ist ein Fehler aufgetreten 20081211

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

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

Method GET_POLICIES 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_PO_INDEX Attributwert 20081114
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20081114

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

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

Method GET_STATUS Signature

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

Method GET_TIMESTAMP Signature

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

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

Method GET_USER_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_POL_LAST_CHANGE_USER Attributwert 20090320
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20090320

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 20081211
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20081211
3 Importing I_POLICY_CATEGORY Call by reference Type reference (TYPE) LRM_POLICY_CATEGORY Regelwerkkategorie 20081211
4 Importing I_POLICY_TYPE Call by reference Type reference (TYPE) LRM_POLICY_TYPE Prüfgebiet 20081211
5 Returning RS_OBJECT_TABLE Value transfer Type reference (TYPE) CTS_OBJECT_TABLE WBO remote API: Tabellenschlüssel für Stücklisten 20081211

Method OBJECT_TABLE_GET on class CL_LRM_OT_PT has no exception.

Method ON_POLICY_CHANGED Signature

Method ON_POLICY_CHANGED on class CL_LRM_OT_PT has no parameter.
Method ON_POLICY_CHANGED on class CL_LRM_OT_PT has no exception.

Method ON_POLICY_CREATED Signature

Method ON_POLICY_CREATED on class CL_LRM_OT_PT has no parameter.
Method ON_POLICY_CREATED on class CL_LRM_OT_PT has no exception.

Method ON_POLICY_DELETED Signature

Method ON_POLICY_DELETED on class CL_LRM_OT_PT has no parameter.
Method ON_POLICY_DELETED on class CL_LRM_OT_PT 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_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 20090317
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20090317

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

Method SET_POLICIES Signature

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

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

Method SET_POLICY_TYPE Signature

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

Method SET_STATUS Signature

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

Method SET_TIMESTAMP Signature

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

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

Method SET_USER_NAME Signature

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

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 20081211
2 Importing I_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY 20081211
3 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE 20081211
4 Importing I_POLICY_CATEGORY Call by reference Type reference (TYPE) LRM_POLICY_CATEGORY 20081211
5 Importing I_POLICY_TYPE Call by reference Type reference (TYPE) LRM_POLICY_TYPE 20081211
6 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20081211
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Fehler bei Bearbeitung eines LRM-Objekts 20081211

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 Regelwerkkategorie 20081211
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Object Services: Objekt nicht gefunden 20081230

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 20081211
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Object Services: Objekt nicht gefunden 20081230

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 20090120
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20090120
3 Importing I_POLICY_CATEGORY Call by reference Type reference (TYPE) LRM_POLICY_CATEGORY Regelwerkkategorie 20090120
4 Importing I_POLICY_TYPE Call by reference Type reference (TYPE) LRM_POLICY_TYPE Prüfgebiet 20090120
5 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_LRM_OT_PT Regelwerktyp 20090120
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei lesendem Zugriff auf IRM-Objektdaten 20090120

Method _GET_POLICIES 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_PO_INDEX 20081211
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Object Services: Objekt nicht gefunden 20081230

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 20081211
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Object Services: Objekt nicht gefunden 20081230

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 20081211
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Object Services: Objekt nicht gefunden 20081230

Method _GET_STATUS 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_STATUS Status eines Regelwerks 20081211
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Object Services: Objekt nicht gefunden 20081230

Method _GET_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) LRM_OTPT_LAST_CHANGE_TIMESTAMP Zeitstempel 20090320
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Object Services: Objekt nicht gefunden 20090320

Method _GET_USER_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_OTPT_LAST_CHANGE_USER Benutzername 20090320
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Object Services: Objekt nicht gefunden 20090320

Method _SET_LAST_CHANGE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20090320
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_CHANGE_FAILED Objekt kann nicht geändert werden 20090320

Method _SET_LAST_CHANGE_INFO_PT 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 20090409
2 Importing I_POLICY_TYPE Call by reference Type reference (TYPE) LRM_POLICY_TYPE Prüfgebiet 20090409
3 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20090409
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei lesendem Zugriff auf IRM-Objektdaten 20090409
2 CX_LRM_OBJECT_CHANGE_FAILED Fehler bei änderndem Zugriff auf IRM-Objektdaten 20090409

Method _SET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STATUS Call by reference Type reference (TYPE) LRM_POL_TYPE_STATUS Status eines Regelwerktyps 20081218
2 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20081211
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_CHANGE_FAILED Objekt kann nicht geändert werden 20081211
History
Last changed by/on SAP  20130531 
SAP Release Created in 720