Hierarchy
⤷
⤷
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_OC | |
| Short Description | Object Category | |
| 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) | |
| 2 | 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' | 20081020 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CB_LRM_OC | 20091112 | Base Agent Object Category |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | LRM_OBJECT_DESCRIPTION | Description of Policy Type, Object Type etc. | 20081229 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | IF_LRM_TYPES=>TY_T_OC_MF_INDEX | Mandatory Fields | 20081209 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | IF_LRM_TYPES=>TY_T_OC_RF_INDEX | Result fields | 20081209 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | IF_LRM_TYPES=>TY_T_OC_SF_INDEX | Standard Fields | 20091112 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | LRM_OBJECT_CATEGORY | Object Category | 20081020 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | IF_LRM_TYPES=>TY_T_OT_INDEX | Object Types | 20081113 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | LRM_VIEW_CLSTR_OBJCAT_SPEC_DEF | View Cluster for Object Category-Specific Definitions | 20081020 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | TYP_INITIALIZED | Initialization Status Transient Attributes | 20090324 |
Methods
Events
Class CL_LRM_OC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_BUSINESS_KEY | Private | See coding | 20081209 | BEGIN OF typ_business_key ,
object_category TYPE lrm_object_category ,
END OF typ_business_key
|
||
| 2 | TYP_BUSINESS_KEY_TAB | Private | See coding | 20081209 | typ_business_key_tab TYPE STANDARD TABLE OF
typ_business_key WITH NON-UNIQUE DEFAULT KEY
|
||
| 3 | TYP_INITIALIZED | Private | See coding | 20090318 | BEGIN OF typ_initialized,
description TYPE boole_d,
fields_mandatory TYPE boole_d,
fields_result TYPE boole_d,
fields_standard TYPE boole_d,
object_types TYPE boole_d,
END OF typ_initialized
|
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 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlende Berechtigung | 20090123 |
Method CHECK_FOR_DEPENDENCIES Signature
Method CHECK_FOR_DEPENDENCIES on class CL_LRM_OC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt kann nicht gelöscht werden | 20081209 |
Method CHECK_NAME 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 | 20090901 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Anlegen eines IRM-Objekts | 20090901 |
Method CREATE_PERSISTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DESCRIPTION | Call by reference | Type reference (TYPE) | LRM_OBJECT_DESCRIPTION | Beschreibung | 20081218 | |||
| 2 | I_OBJECT_CATEGORY | Call by reference | Type reference (TYPE) | LRM_OBJECT_CATEGORY | Objektkategorie | 20081020 | |||
| 3 | I_SPECIFIC_DEF | Call by reference | Type reference (TYPE) | LRM_VIEW_CLSTR_OBJCAT_SPEC_DEF | View Cluster f. objektkategoriespezifische Definitionen | 20081020 | |||
| 4 | I_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20081209 | |||
| 5 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_LRM_OC | Objektkategorie | 20081020 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Anlegen eines IRM-Objekts | 20081209 |
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 | 20081209 | |||
| 2 | I_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20081209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Löschen eines IRM-Objekts | 20081209 |
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 | 20081209 | |||
| 2 | I_OBJECT_CATEGORY | Call by reference | Type reference (TYPE) | LRM_OBJECT_CATEGORY | Objektkategorie | 20081209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Bearbeitung eines IRM-Objekts | 20081209 |
Method GET_DESCRIPTION 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 | 20081229 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20081229 |
Method GET_FIELDS_MANDATORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | IF_LRM_TYPES=>TY_T_OC_MF_INDEX | Attributwert | 20081209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20081209 |
Method GET_FIELDS_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | IF_LRM_TYPES=>TY_T_OC_RF_INDEX | Attributwert | 20081209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20081209 |
Method GET_FIELDS_STANDARD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | IF_LRM_TYPES=>TY_T_OC_SF_INDEX | Attributwert | 20091112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20091112 |
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_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | IF_LRM_TYPES=>TY_T_OT_INDEX | Attributwert | 20081113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20081113 |
Method GET_SPECIFIC_DEF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | LRM_VIEW_CLSTR_OBJCAT_SPEC_DEF | Attributwert | 20081020 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20081020 |
Method GET_TRANS_ATTR_INITIALIZED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | TYP_INITIALIZED | Attributwert | 20090324 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20090324 |
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 | 20081209 | |||
| 2 | RS_OBJECT_TABLE | Value transfer | Type reference (TYPE) | CTS_OBJECT_TABLE | WBO remote API: Tabellenschlüssel für Stücklisten | 20081209 |
Method OBJECT_TABLE_GET on class CL_LRM_OC 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_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DESCRIPTION | Call by reference | Type reference (TYPE) | LRM_OBJECT_DESCRIPTION | Attributwert | 20081229 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20081229 |
Method SET_FIELDS_MANDATORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FIELDS_MANDATORY | Call by reference | Type reference (TYPE) | IF_LRM_TYPES=>TY_T_OC_MF_INDEX | Attributwert | 20090318 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20090318 |
Method SET_FIELDS_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FIELDS_RESULT | Call by reference | Type reference (TYPE) | IF_LRM_TYPES=>TY_T_OC_RF_INDEX | Attributwert | 20090318 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20090318 |
Method SET_FIELDS_STANDARD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FIELDS_STANDARD | Call by reference | Type reference (TYPE) | IF_LRM_TYPES=>TY_T_OC_SF_INDEX | Attributwert | 20091112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20091112 |
Method SET_OBJECT_CATEGORY 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 | Attributwert | 20090318 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20090318 |
Method SET_OBJECT_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECT_TYPES | Call by reference | Type reference (TYPE) | IF_LRM_TYPES=>TY_T_OT_INDEX | Attributwert | 20090318 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20090318 |
Method SET_SPECIFIC_DEF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SPECIFIC_DEF | Call by reference | Type reference (TYPE) | LRM_VIEW_CLSTR_OBJCAT_SPEC_DEF | Attributwert | 20081020 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20081020 |
Method SET_TRANS_ATTR_INITIALIZED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TRANS_ATTR_INITIALIZED | Call by reference | Type reference (TYPE) | TYP_INITIALIZED | Attributwert | 20090324 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20090324 |
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 | 20081209 | |||
| 2 | I_OBJECT_CATEGORY | Call by reference | Type reference (TYPE) | LRM_OBJECT_CATEGORY | Objektkategorie | 20081209 | |||
| 3 | I_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20081209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Bearbeitung eines IRM-Objekts | 20081209 |
Method _GET_DESCRIPTION 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 eines Regeltyps, Objekttyps etc. | 20081229 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei lesendem Zugriff auf IRM-Objektdaten | 20081229 |
Method _GET_DESCRIPTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | IF_LRM_TYPES=>TY_T_OC_T_INDEX | 20081230 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Zugriff auf IRM-Objektdaten | 20081230 |
Method _GET_FIELDS_MANDATORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | IF_LRM_TYPES=>TY_T_OC_MF_INDEX | 20081209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei lesendem Zugriff auf IRM-Objektdaten | 20081230 |
Method _GET_FIELDS_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_POLICY_CATEGORY | Call by reference | Type reference (TYPE) | LRM_POLICY_CATEGORY | Regelwerkkategorie | 20081229 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | IF_LRM_TYPES=>TY_T_OC_RF_INDEX | 20081209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei lesendem Zugriff auf IRM-Objektdaten | 20081230 |
Method _GET_FIELDS_STANDARD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | IF_LRM_TYPES=>TY_T_OC_SF_INDEX | 20091112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei lesendem Zugriff auf IRM-Objektdaten | 20091112 |
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 | 20081209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei lesendem Zugriff auf IRM-Objektdaten | 20081230 |
Method _GET_OBJECT_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | IF_LRM_TYPES=>TY_T_OT_INDEX | 20081209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei lesendem 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 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_LRM_OC | Objektkategorie | 20090123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei lesendem Zugriff auf IRM-Objektdaten | 20090123 |
Method _GET_SPECIFIC_DEF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | LRM_VIEW_CLSTR_OBJCAT_SPEC_DEF | View Cluster f. objektkategoriespezifische Definitionen | 20081209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei lesendem Zugriff auf IRM-Objektdaten | 20081230 |
Method _SET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DESCRIPTION | Call by reference | Type reference (TYPE) | LRM_OBJECT_DESCRIPTION | Beschreibung | 20081229 | |||
| 2 | I_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20081229 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei änderndem Zugriff auf IRM-Objektdaten | 20081229 | ||
| 2 | Fehler beim Anlegen eines IRM-Objekts | 20091008 |
Method _SET_SPECIFIC_DEF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SPECIFIC_DEF | Call by reference | Type reference (TYPE) | LRM_VIEW_CLSTR_OBJCAT_SPEC_DEF | View Cluster f. objektkategoriespezifische Definitionen | 20081209 | |||
| 2 | I_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20081209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt kann nicht geändert werden | 20081209 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 720 |