SAP ABAP Class CL_LRM_OT_POL_FLD (Policy: Selected Fields)
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' 20081020
Properties
Class CL_LRM_OT_POL_FLD  
Short Description Policy: Selected Fields    
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 20081020   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' 20081020
Friends
# Friend Modeled only Created on Description
1 CB_LRM_OT_POL_FLD 20090209 Base Agent Policy: Selected Fields
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FIELD_NAME Instance attribute Private Type reference (TYPE) LRM_FIELD_NAME Name of Field Registered for an Object Type 20081020
2 FIELD_POSITION Instance attribute Private Type reference (TYPE) LRM_FIELD_POSITION Position of a Field 20081020
3 OBJECT_CATEGORY Instance attribute Private Type reference (TYPE) LRM_OBJECT_CATEGORY Object Category 20081020
4 OBJECT_TYPE Instance attribute Private Type reference (TYPE) LRM_OBJECT_TYPE Object Type Name 20081020
5 POLICY_CATEGORY Instance attribute Private Type reference (TYPE) LRM_POLICY_CATEGORY Policy Category 20081020
6 POLICY_ORIGIN Instance attribute Private Type reference (TYPE) LRM_POLICY_ORIGIN Policy Origin 20081020
7 POLICY_TYPE Instance attribute Private Type reference (TYPE) LRM_POLICY_TYPE Policy Type 20081020
Methods
# Method Level Visibility Method type Description Created on
1 AUTHORITY_CHECK Static method Private Method Authorization Check 20090123
2 CHECK_FIELD_NAME Static method Public Method 20121010
3 CHECK_FOR_DEPENDENCIES Instance method Private Method 20090212
4 CREATE_PERSISTENT Static method Public Method Generate New Persistent Object with Key 20081210
5 DELETE_PERSISTENT Static method Public Method Deletes a Persistent Object with Key 20081210
6 ENQUEUE Static method Private Method 20081210
7 GET_FIELD_NAME Instance method Private Get-method of a virtual attribute Reads Attribute FIELD_NAME 20081020
8 GET_FIELD_POSITION Instance method Private Get-method of a virtual attribute Reads Attribute FIELD_POSITION 20081020
9 GET_OBJECT_CATEGORY Instance method Private Get-method of a virtual attribute Reads Attribute OBJECT_CATEGORY 20081020
10 GET_OBJECT_TYPE Instance method Private Get-method of a virtual attribute Reads attribute OBJECT_TYPE 20081020
11 GET_POLICY_CATEGORY Instance method Private Get-method of a virtual attribute Reads Attribute POLICY_CATEGORY 20081020
12 GET_POLICY_ORIGIN Instance method Private Get-method of a virtual attribute Reads Attribute POLICY_ORIGIN 20081020
13 GET_POLICY_TYPE Instance method Private Get-method of a virtual attribute Reads Attribute POLICY_TYPE 20081020
14 OBJECT_TABLE_GET Static method Private Method 20081210
15 RAISE_CX_LRM_OBJECT Static method Private Method 20090122
16 SET_FIELD_NAME Instance method Private Set-method of a virtual attribute Sets Attribute FIELD_NAME 20081020
17 TRANSPORT Static method Public Method Transport 20081210
18 _GET_FIELD_NAME Instance method Public Method Reads Attribute FIELD_NAME 20081210
19 _GET_FIELD_POSITION Instance method Public Method Reads Attribute FIELD_POSITION 20081210
20 _GET_OBJECT_CATEGORY Instance method Public Method Reads Attribute OBJECT_CATEGORY 20081210
21 _GET_OBJECT_TYPE Instance method Public Method Reads attribute OBJECT_TYPE 20081210
22 _GET_PERSISTENT Static method Public Method Get Persistent Object with Key 20090123
23 _GET_POLICY_CATEGORY Instance method Public Method Reads Attribute POLICY_CATEGORY 20081210
24 _GET_POLICY_ORIGIN Instance method Public Method Reads Attribute POLICY_ORIGIN 20081210
25 _GET_POLICY_TYPE Instance method Public Method Reads Attribute POLICY_TYPE 20081210
26 _SET_FIELD_NAME Instance method Public Method Sets Attribute FIELD_NAME 20081210
Events
Class CL_LRM_OT_POL_FLD has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_TABKEY Private See coding 20090922 tt_tabkey TYPE STANDARD TABLE OF ty_tabkey WITH NON-UNIQUE DEFAULT KEY
2 TYP_BUSINESS_KEY Private See coding 20081210 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 , policy_origin TYPE lrm_policy_origin , field_position TYPE lrm_field_position , END OF typ_business_key
3 TYP_BUSINESS_KEY_TAB Private See coding 20081210 typ_business_key_tab TYPE STANDARD TABLE OF typ_business_key WITH NON-UNIQUE DEFAULT KEY
4 TY_TABKEY Private See coding 20090922 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 , policy_origin TYPE lrm_policy_origin, field_position TYPE lrm_field_position , 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_FIELD_POSITION Call by reference Type reference (TYPE) LRM_FIELD_POSITION Position eines Feldes 20090123
2 Importing I_MODE Call by reference Type reference (TYPE) LRM_CRUD_MODE Modus: C (create), R (read), U (update), D (delete) 20090123
3 Importing I_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Objektkategorie 20090123
4 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20090123
5 Importing I_POLICY_CATEGORY Call by reference Type reference (TYPE) LRM_POLICY_CATEGORY Regelwerkkategorie 20090123
6 Importing I_POLICY_ORIGIN Call by reference Type reference (TYPE) LRM_POLICY_ORIGIN Regelwerkherkunft 20090123
7 Importing I_POLICY_TYPE Call by reference Type reference (TYPE) LRM_POLICY_TYPE Prüfgebiet 20090123
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Fehlende Berechtigung 20090123

Method CHECK_FIELD_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_NAME Call by reference Type reference (TYPE) LRM_FIELD_NAME Name eines Bedingungsfeldes 20121010
2 Importing I_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Objektkategorie 20121010
3 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE ILM-Objekt 20121010
4 Importing I_POLICY_CATEGORY Call by reference Type reference (TYPE) LRM_POLICY_CATEGORY Regelwerkkategorie 20121010
5 Importing I_POLICY_ORIGIN Call by reference Type reference (TYPE) LRM_POLICY_ORIGIN Regelwerkname 20121010
6 Importing I_POLICY_TYPE Call by reference Type reference (TYPE) LRM_POLICY_TYPE Prüfgebiet 20121010
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Fehler beim Anlegen eines IRM-Objekts 20121010

Method CHECK_FOR_DEPENDENCIES Signature

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

Method CREATE_PERSISTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_NAME Call by reference Type reference (TYPE) LRM_FIELD_NAME Name eines für einen Objekttyp registrierten Feldes 20081210
2 Importing I_FIELD_POSITION Call by reference Type reference (TYPE) LRM_FIELD_POSITION Betriebswirtschaftlicher Schlüssel 20081210
3 Importing I_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Objektkategorie 20081210
4 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE ILM-Objekt 20081210
5 Importing I_POLICY_CATEGORY Call by reference Type reference (TYPE) LRM_POLICY_CATEGORY Regelwerkkategorie 20081210
6 Importing I_POLICY_ORIGIN Call by reference Type reference (TYPE) LRM_POLICY_ORIGIN Regelwerkherkunft 20081210
7 Importing I_POLICY_TYPE Call by reference Type reference (TYPE) LRM_POLICY_TYPE Prüfgebiet 20081210
8 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20081210
9 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_LRM_OT_POL_FLD Neu erzeugtes persistentes Objekt 20081210
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_CREATION_FAILED IRM-Objekt kann nicht angelegt werden 20081211

Method DELETE_PERSISTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_POSITION Call by reference Type reference (TYPE) LRM_FIELD_POSITION Position eines Feldes 20081210
2 Importing I_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Objektkategorie 20081210
3 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20081210
4 Importing I_POLICY_CATEGORY Call by reference Type reference (TYPE) LRM_POLICY_CATEGORY Regelwerkkategorie 20081210
5 Importing I_POLICY_ORIGIN Call by reference Type reference (TYPE) LRM_POLICY_ORIGIN Regelwerkherkunft 20081210
6 Importing I_POLICY_TYPE Call by reference Type reference (TYPE) LRM_POLICY_TYPE Prüfgebiet 20081210
7 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20081210
# 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_FIELD_POSITION Call by reference Type reference (TYPE) LRM_FIELD_POSITION Position eines Feldes 20081211
2 Importing I_MODE Call by reference Type reference (TYPE) C Einstelliges Kennzeichen 20081210
3 Importing I_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Objektkategorie 20081211
4 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20081211
5 Importing I_POLICY_CATEGORY Call by reference Type reference (TYPE) LRM_POLICY_CATEGORY Regelwerkkategorie 20081211
6 Importing I_POLICY_ORIGIN Call by reference Type reference (TYPE) LRM_POLICY_ORIGIN Regelwerkherkunft 20081211
7 Importing I_POLICY_TYPE Call by reference Type reference (TYPE) LRM_POLICY_TYPE Prüfgebiet 20081211
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Es ist ein Fehler aufgetreten 20081210

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

Method GET_FIELD_POSITION Signature

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

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

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

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

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

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

Method OBJECT_TABLE_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_POSITION Call by reference Type reference (TYPE) LRM_FIELD_POSITION Position eines Feldes 20081211
2 Importing I_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Objektkategorie 20081211
3 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20081211
4 Importing I_POLICY_CATEGORY Call by reference Type reference (TYPE) LRM_POLICY_CATEGORY Regelwerkkategorie 20081211
5 Importing I_POLICY_ORIGIN Call by reference Type reference (TYPE) LRM_POLICY_ORIGIN Regelwerkherkunft 20081211
6 Importing I_POLICY_TYPE Call by reference Type reference (TYPE) LRM_POLICY_TYPE Prüfgebiet 20081211
7 Returning RS_OBJECT_TABLE Value transfer Type reference (TYPE) CTS_OBJECT_TABLE WBO remote API: Tabellenschlüssel für Stücklisten 20081210

Method OBJECT_TABLE_GET on class CL_LRM_OT_POL_FLD 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_FIELD_NAME Signature

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

Method TRANSPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_POSITION Call by reference Type reference (TYPE) LRM_FIELD_POSITION Position eines Feldes 20081211
2 Importing I_MODE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20081210
3 Importing I_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Objektkategorie 20081211
4 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20081211
5 Importing I_POLICY_CATEGORY Call by reference Type reference (TYPE) LRM_POLICY_CATEGORY Regelwerkkategorie 20081211
6 Importing I_POLICY_ORIGIN Call by reference Type reference (TYPE) LRM_POLICY_ORIGIN Regelwerkherkunft 20081211
7 Importing I_POLICY_TYPE Call by reference Type reference (TYPE) LRM_POLICY_TYPE Prüfgebiet 20081211
8 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20081210
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Fehler bei Bearbeitung eines LRM-Objekts 20081210

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

Method _GET_FIELD_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) LRM_FIELD_POSITION Position eines Feldes 20081210
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Object Services: Objekt nicht gefunden 20081230

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 Objektkategorie 20081210
# 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 20081210
# 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_FIELD_POSITION Call by reference Type reference (TYPE) LRM_FIELD_POSITION Position eines Feldes 20090123
2 Importing I_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Objektkategorie 20090123
3 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20090123
4 Importing I_POLICY_CATEGORY Call by reference Type reference (TYPE) LRM_POLICY_CATEGORY Regelwerkkategorie 20090123
5 Importing I_POLICY_ORIGIN Call by reference Type reference (TYPE) LRM_POLICY_ORIGIN Regelwerkherkunft 20090123
6 Importing I_POLICY_TYPE Call by reference Type reference (TYPE) LRM_POLICY_TYPE Prüfgebiet 20090123
7 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_LRM_OT_POL_FLD Regelwerk: Ausgewählte Felder 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 20081210
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Object Services: Objekt nicht gefunden 20081230

Method _GET_POLICY_ORIGIN 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_ORIGIN Regelwerkherkunft 20081210
# 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 20081210
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Object Services: Objekt nicht gefunden 20081230

Method _SET_FIELD_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_NAME Call by reference Type reference (TYPE) LRM_FIELD_NAME Name eines für einen Objekttyp registrierten Feldes 20081210
2 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20081210
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_CHANGE_FAILED Objekt kann nicht geändert werden 20081210
History
Last changed by/on SAP  20130531 
SAP Release Created in 720