SAP ABAP Class CL_LRM_OT_C (Object Type (ILM Object): Customer-Specific Settings)
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' | 20131023 |
Properties
| Class | CL_LRM_OT_C | |
| Short Description | Object Type (ILM Object): Customer-Specific Settings | |
| 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 | 20131023 | SAP |
| Last change | 20141121 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | 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' | 20131023 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CB_LRM_OT_C | 20131023 | Base Agent Object Type (ILM Object): Customer-Spec. Settings |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | LRM_OBJECT_CATEGORY | Object Category | 20131023 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | LRM_OBJECT_GROUP | Object Group | 20131023 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | LRM_OBJECT_TYPE | ILM Object | 20131023 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | LRM_FLAG_USE_RULE_GROUP | Use Rule Groups | 20131023 |
Methods
Events
Class CL_LRM_OT_C has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_BUSINESS_KEY | Private | See coding | 20131025 | BEGIN OF typ_business_key ,
mandt TYPE mandt,
object_category TYPE lrm_object_category ,
object_type TYPE lrm_object_type ,
END OF typ_business_key
|
||
| 2 | TYP_BUSINESS_KEY_TAB | Private | See coding | 20131025 | 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 | I_MODE | Call by reference | Type reference (TYPE) | LRM_CRUD_MODE | Modus: C (create), R (read), U (update), D (delete) | 20131025 | |||
| 2 | I_OBJECT_CATEGORY | Call by reference | Type reference (TYPE) | LRM_OBJECT_CATEGORY | Objektkategorie | 20131025 | |||
| 3 | I_OBJECT_GROUP | Call by reference | Type reference (TYPE) | LRM_OBJECT_GROUP | Objektgruppe | 20131030 | |||
| 4 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objektkategorie | 20131025 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Bearbeitung eines IRM-Objekts | 20131025 |
Method CREATE_PERSISTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECT_CATEGORY | Call by reference | Type reference (TYPE) | LRM_OBJECT_CATEGORY | Objektkategorie | 20131025 | |||
| 2 | I_OBJECT_GROUP | Call by reference | Type reference (TYPE) | LRM_OBJECT_GROUP | Objektgruppe | 20131025 | |||
| 3 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | ILM-Objekt | 20131025 | |||
| 4 | I_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20131025 | |||
| 5 | I_USE_RULE_GROUP | Call by reference | Type reference (TYPE) | LRM_FLAG_USE_RULE_GROUP | Regelgruppen verwenden | 20131025 | |||
| 6 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_LRM_OT_C | Neu erzeugtes persistentes Objekt | 20131025 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Anlegen eines IRM-Objekts | 20131025 |
Method DELETE_PERSISTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECT_CATEGORY | Call by reference | Type reference (TYPE) | LRM_OBJECT_CATEGORY | Objektkategorie | 20131025 | |||
| 2 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | ILM-Objekt | 20131025 | |||
| 3 | I_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20131025 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Löschen eines IRM-Objekts | 20131025 |
Method ENQUEUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MODE | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20131025 | |||
| 2 | I_OBJECT_CATEGORY | Call by reference | Type reference (TYPE) | LRM_OBJECT_CATEGORY | Objektkategorie | 20131025 | |||
| 3 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20131025 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Bearbeitung eines IRM-Objekts | 20131025 |
Method GET_OBJECT_CATEGORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | LRM_OBJECT_CATEGORY | Attributwert | 20131023 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20131023 |
Method GET_OBJECT_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | LRM_OBJECT_GROUP | Attributwert | 20131023 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20131023 |
Method GET_OBJECT_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | LRM_OBJECT_TYPE | Attributwert | 20131023 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20131023 |
Method GET_USE_RULE_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | LRM_FLAG_USE_RULE_GROUP | Attributwert | 20131023 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20131023 |
Method OBJECT_TABLE_GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECT_CATEGORY | Call by reference | Type reference (TYPE) | LRM_OBJECT_CATEGORY | Objektkategorie | 20131025 | |||
| 2 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | ILM-Objekt | 20131025 | |||
| 3 | RS_OBJECT_TABLE | Value transfer | Type reference (TYPE) | CTS_OBJECT_TABLE | WBO remote API: Tabellenschlüssel für Stücklisten | 20131025 |
Method OBJECT_TABLE_GET on class CL_LRM_OT_C has no exception.
Method RAISE_CX_LRM_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BUSINESS_KEY | Call by reference | Type reference (TYPE) | LRM_OBJECT_BUSINESS_KEY | Betriebswirtschaftlicher Schlüssel eines LRM-Objekts | 20131025 | |||
| 2 | I_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstrakte Oberklasse aller globalen Exceptions | 20131025 | |||
| 3 | I_MODE | Call by reference | Type reference (TYPE) | LRM_CRUD_MODE | Modus: C (create), R (read), U (update), D (delete) | 20131025 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Bearbeitung eines IRM-Objekts | 20131025 |
Method SET_OBJECT_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECT_GROUP | Call by reference | Type reference (TYPE) | LRM_OBJECT_GROUP | Attributwert | 20131023 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20131023 |
Method SET_USE_RULE_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_USE_RULE_GROUP | Call by reference | Type reference (TYPE) | LRM_FLAG_USE_RULE_GROUP | Attributwert | 20131023 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20131023 |
Method TRANSPORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MODE | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20131025 | |||
| 2 | I_OBJECT_CATEGORY | Call by reference | Type reference (TYPE) | LRM_OBJECT_CATEGORY | 20131025 | ||||
| 3 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | 20131025 | ||||
| 4 | I_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | 20131025 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Bearbeitung eines IRM-Objekts | 20131025 |
Method _GET_OBJECT_CATEGORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | LRM_OBJECT_CATEGORY | Objektkategorie | 20131025 |
Method _GET_OBJECT_CATEGORY on class CL_LRM_OT_C has no exception.
Method _GET_OBJECT_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | LRM_OBJECT_GROUP | Objektgruppe | 20131025 |
Method _GET_OBJECT_GROUP on class CL_LRM_OT_C has no exception.
Method _GET_OBJECT_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | LRM_OBJECT_TYPE | ILM-Objekt | 20131025 |
Method _GET_OBJECT_TYPE on class CL_LRM_OT_C has no exception.
Method _GET_PERSISTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECT_CATEGORY | Call by reference | Type reference (TYPE) | LRM_OBJECT_CATEGORY | Objektkategorie | 20131025 | |||
| 2 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | ILM-Objekt | 20131025 | |||
| 3 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_LRM_OT_C | Objekttyp: Kundespezifische Einstellungen | 20131025 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Das IRM-Objekt wurde nicht gefunden | 20131025 |
Method _GET_USE_RULE_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | LRM_FLAG_USE_RULE_GROUP | Regelgruppen verwenden | 20131025 |
Method _GET_USE_RULE_GROUP on class CL_LRM_OT_C has no exception.
Method _SET_OBJECT_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECT_GROUP | Call by reference | Type reference (TYPE) | LRM_OBJECT_GROUP | Objektgruppe | 20131025 | |||
| 2 | I_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20131025 |
Method _SET_OBJECT_GROUP on class CL_LRM_OT_C has no exception.
Method _SET_USE_RULE_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20131025 | |||
| 2 | I_USE_RULE_GROUP | Call by reference | Type reference (TYPE) | LRM_FLAG_USE_RULE_GROUP | Regelgruppen verwenden | 20131025 |
Method _SET_USE_RULE_GROUP on class CL_LRM_OT_C has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |