SAP ABAP Class CL_LRM_BS_ARC_OBJ (Mapping Object Type -> Archiving Object)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ILM-IRM-RT (Application Component) IRM Run Time
⤷
S_LRM_BS (Package) Runtime - Business Suite

⤷

⤷

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' | 20090113 |
Properties
Class | CL_LRM_BS_ARC_OBJ | |
Short Description | Mapping Object Type -> Archiving Object | |
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 10 | Persistent Class |
Package | S_LRM_BS | Runtime - Business Suite |
Created | 20090113 | SAP |
Last change | 20130531 | 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' | 20090113 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CB_LRM_BS_ARC_OBJ | 20090209 | Base Agent Mapping Object Type -> Archiving Object |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LRM_OBJECT_TYPE_TO_ARCH_OBJECT | Archiving Object that Corresponds to an Object Type | 20090113 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LRM_OBJECT_TYPE | Object Type | 20090113 |
Methods
Events
Class CL_LRM_BS_ARC_OBJ has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TYP_BUSINESS_KEY | Private | See coding | 20090113 | BEGIN OF typ_business_key,
object_type TYPE lrm_object_type,
arch_object TYPE lrm_object_type_to_arch_object,
END OF typ_business_key
|
||
2 | TYP_BUSINESS_KEY_TAB | Private | See coding | 20090113 | 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_ARCH_OBJECT | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE_TO_ARCH_OBJECT | Archivierungsobjekt welches einem Objekttyp entspricht | 20090128 | ||
2 | ![]() |
I_MODE | Call by reference | Type reference (TYPE) | LRM_CRUD_MODE | Modus: C (create), R (read), U (update), D (delete) | 20090128 | ||
3 | ![]() |
I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20090128 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlende Berechtigung | 20090128 |
Method CHECK_ARCHIVING_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ARCH_OBJECT | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE_TO_ARCH_OBJECT | Archivierungsobjekt welches einem Objekttyp entspricht | 20090212 | ||
2 | ![]() |
I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20090212 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler beim Anlegen eines IRM-Objekts | 20090212 |
Method CREATE_PERSISTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ARCH_OBJECT | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE_TO_ARCH_OBJECT | Archivierungsobjekt welches einem Objekttyp entspricht | 20090113 | ||
2 | ![]() |
I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20090113 | ||
3 | ![]() |
I_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20090113 | ||
4 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | CL_LRM_BS_ARC_OBJ | Neu erzeugtes persistentes Objekt | 20090113 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler beim Anlegen eines IRM-Objekts | 20090113 |
Method DELETE_PERSISTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ARCH_OBJECT | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE_TO_ARCH_OBJECT | Archivierungsobjekt welches einem Objekttyp entspricht | 20090113 | ||
2 | ![]() |
I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20090113 | ||
3 | ![]() |
I_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20090113 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler beim Löschen eines IRM-Objekts | 20090113 |
Method ENQUEUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ARCH_OBJECT | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE_TO_ARCH_OBJECT | Archivierungsobjekt welches einem Objekttyp entspricht | 20090113 | ||
2 | ![]() |
I_MODE | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20090113 | ||
3 | ![]() |
I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20090113 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler bei Bearbeitung eines IRM-Objekts | 20090113 |
Method GET_ARCH_OBJECT 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_TO_ARCH_OBJECT | Attributwert | 20090113 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Object Services Exception | 20090113 |
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 | 20090113 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Object Services Exception | 20090113 |
Method OBJECT_TABLE_GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ARCH_OBJECT | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE_TO_ARCH_OBJECT | Archivierungsobjekt welches einem Objekttyp entspricht | 20090113 | ||
2 | ![]() |
I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20090113 | ||
3 | ![]() |
RS_OBJECT_TABLE | Value transfer | Type reference (TYPE) | CTS_OBJECT_TABLE | WBO remote API: Tabellenschlüssel für Stücklisten | 20090113 |
Method OBJECT_TABLE_GET on class CL_LRM_BS_ARC_OBJ 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 | 20090128 | ||
2 | ![]() |
I_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Exception | 20090128 | ||
3 | ![]() |
I_MODE | Call by reference | Type reference (TYPE) | LRM_CRUD_MODE | Modus: C (create), R (read), U (update), D (delete) | 20090128 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler bei Bearbeitung eines IRM-Objekts | 20090128 |
Method TRANSPORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ARCH_OBJECT | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE_TO_ARCH_OBJECT | Archivierungsobjekt welches einem Objekttyp entspricht | 20090113 | ||
2 | ![]() |
I_MODE | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20090113 | ||
3 | ![]() |
I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20090113 | ||
4 | ![]() |
I_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20090113 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler bei Bearbeitung eines IRM-Objekts | 20090113 |
Method _GET_ARCH_OBJECT 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_TO_ARCH_OBJECT | Archivierungsobjekt welches einem Objekttyp entspricht | 20090113 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler bei lesendem Zugriff auf IRM-Objektdaten | 20090113 |
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 | Objekttyp | 20090113 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler bei lesendem Zugriff auf IRM-Objektdaten | 20090113 |
Method _GET_PERSISTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ARCH_OBJECT | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE_TO_ARCH_OBJECT | Archivierungsobjekt | 20090127 | ||
2 | ![]() |
I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20090127 | ||
3 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | CL_LRM_BS_ARC_OBJ | Persistentes Objekt | 20090127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler bei lesendem Zugriff auf IRM-Objektdaten | 20090127 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 720 |