SAP ABAP Class CL_LRM_OT_T (Object Type: 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' | 20081020 |
Properties
| Class | CL_LRM_OT_T | |
| Short Description | Object Type: 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 | 20081020 | SAP |
| Last change | 20110908 | SAP |
| 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' | 20081020 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CB_LRM_OT_T | 20090209 | Base Agent Object Type: Descriptions |
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 | 20081020 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | LRM_OBJECT_TYPE | Object Type Name | 20081020 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | LRM_OBJECT_DESCRIPTION | Description | 20081020 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | SPRAS | Language Key | 20081020 |
Methods
Events
Class CL_LRM_OT_T has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_BUSINESS_KEY | Private | See coding | 20081218 | BEGIN OF typ_business_key ,
spras TYPE spras,
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 | 20081218 | 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) | 20090123 | |||
| 2 | I_OBJECT_CATEGORY | Call by reference | Type reference (TYPE) | LRM_OBJECT_CATEGORY | Objektkategorie | 20090123 | |||
| 3 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20090123 | |||
| 4 | I_SPRAS | Call by reference | Type reference (TYPE) | SPRAS | Sprachenschlüssel | 20090123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlende Berechtigung | 20090123 |
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 | Betriebswirtschaftlicher Schlüssel | 20081218 | |||
| 2 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Betriebswirtschaftlicher Schlüssel | 20081218 | |||
| 3 | I_OBJECT_TYPE_T | Call by reference | Type reference (TYPE) | LRM_OBJECT_DESCRIPTION | Beschreibung | 20081218 | |||
| 4 | I_SPRAS | Call by reference | Type reference (TYPE) | SPRAS | SY-LANGU | Sprachenschlüssel | 20081218 | ||
| 5 | I_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20081218 | |||
| 6 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_LRM_OT_T | Neu erzeugtes persistentes Objekt | 20081218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | I_OBJECT_CATEGORY | Call by reference | Type reference (TYPE) | LRM_OBJECT_CATEGORY | Betriebswirtschaftlicher Schlüssel | 20081218 | |||
| 2 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Betriebswirtschaftlicher Schlüssel | 20081218 | |||
| 3 | I_SPRAS | Call by reference | Type reference (TYPE) | SPRAS | SY-LANGU | Sprachenschlüssel | 20081218 | ||
| 4 | I_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20081218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | I_MODE | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20081218 | |||
| 2 | I_OBJECT_CATEGORY | Call by reference | Type reference (TYPE) | LRM_OBJECT_CATEGORY | Objektkategorie | 20081218 | |||
| 3 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20081218 | |||
| 4 | I_SPRAS | Call by reference | Type reference (TYPE) | SPRAS | Sprachenschlüssel | 20081218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Es ist ein Fehler aufgetreten | 20081218 |
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 | 20081020 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20081020 |
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 | 20081020 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20081020 |
Method GET_OBJECT_TYPE_T Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | LRM_OBJECT_DESCRIPTION | Attributwert | 20081020 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20081020 |
Method GET_SPRAS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SPRAS | Attributwert | 20081020 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20081020 |
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 | 20081218 | |||
| 2 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20081218 | |||
| 3 | I_SPRAS | Call by reference | Type reference (TYPE) | SPRAS | Sprachenschlüssel | 20081218 | |||
| 4 | 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_OT_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 | I_BUSINESS_KEY | Call by reference | Type reference (TYPE) | LRM_OBJECT_BUSINESS_KEY | Betriebswirtschaftlicher Schlüssel eines LRM-Objekts | 20090122 | |||
| 2 | I_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Exception | 20090122 | |||
| 3 | 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 | Fehler bei Bearbeitung eines IRM-Objekts | 20090122 |
Method SET_OBJECT_TYPE_T Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECT_TYPE_T | Call by reference | Type reference (TYPE) | LRM_OBJECT_DESCRIPTION | Attributwert | 20081020 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20081020 |
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 | 20081218 | |||
| 2 | I_OBJECT_CATEGORY | Call by reference | Type reference (TYPE) | LRM_OBJECT_CATEGORY | Objektkategorie | 20081218 | |||
| 3 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20081218 | |||
| 4 | I_SPRAS | Call by reference | Type reference (TYPE) | SPRAS | Sprachenschlüssel | 20081218 | |||
| 5 | I_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20081218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Bearbeitung eines LRM-Objekts | 20081218 |
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 | 20081218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Zugriff auf IRM-Objektdaten | 20081218 |
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 | 20081218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Zugriff auf IRM-Objektdaten | 20081218 |
Method _GET_OBJECT_TYPE_T Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | LRM_OBJECT_DESCRIPTION | Beschreibung | 20081218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Zugriff auf IRM-Objektdaten | 20081230 |
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 | 20090123 | |||
| 2 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20090123 | |||
| 3 | I_SPRAS | Call by reference | Type reference (TYPE) | SPRAS | Sprachenschlüssel | 20090123 | |||
| 4 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_LRM_OT_T | Objekttyp: Bezeichnung | 20090123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei lesendem Zugriff auf IRM-Objektdaten | 20090123 |
Method _GET_SPRAS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SPRAS | Sprachenschlüssel | 20081218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Zugriff auf IRM-Objektdaten | 20081230 |
Method _SET_OBJECT_TYPE_T Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECT_TYPE_T | Call by reference | Type reference (TYPE) | LRM_OBJECT_DESCRIPTION | Beschreibung | 20081218 | |||
| 2 | I_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20081218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Zugriff auf IRM-Objektdaten | 20081218 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 720 |