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' | 20091209 |
Properties
| Class | CL_LRM_BS_JOINS | |
| Short Description | Join Definitions | |
| 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 | 20091209 | 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' | 20091209 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CB_LRM_BS_JOINS | 20091209 | Base Agent Join Definitions |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | LRM_JOIN_NO | Join Number | 20091209 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | LRM_JOIN_FIELD_LEFT | Join Definition: Left Field | 20091209 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | LRM_JOIN_TABLE_LEFT | Join Definition: Left Table | 20091209 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | LRM_OBJECT_TYPE | Object Type | 20091209 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | LRM_JOIN_FIELD_RIGHT | Join Definition: Right Field | 20091209 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | LRM_JOIN_TABLE_RIGHT | Join Definition: Right Table | 20091209 |
Methods
Events
Class CL_LRM_BS_JOINS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_BUSINESS_KEY | Private | See coding | 20091209 | BEGIN OF typ_business_key,
object_type TYPE lrm_object_type,
join_no TYPE lrm_join_no,
left_table TYPE lrm_join_table_left,
left_field TYPE lrm_join_field_left,
END OF typ_business_key
|
||
| 2 | TYP_BUSINESS_KEY_TAB | Private | See coding | 20091209 | 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_JOIN_NO | Call by reference | Type reference (TYPE) | LRM_JOIN_NO | Joinnummer | 20091209 | |||
| 2 | I_LEFT_FIELD | Call by reference | Type reference (TYPE) | LRM_JOIN_FIELD_LEFT | Joindefinition: linkes Feld | 20091209 | |||
| 3 | I_LEFT_TABLE | Call by reference | Type reference (TYPE) | LRM_JOIN_TABLE_LEFT | Joindefinition: linke Tabelle | 20091209 | |||
| 4 | I_MODE | Call by reference | Type reference (TYPE) | LRM_CRUD_MODE | Modus: C (create), R (read), U (update), D (delete) | 20091209 | |||
| 5 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20091209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlende Berechtigung | 20091209 |
Method CREATE_PERSISTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_JOIN_NO | Call by reference | Type reference (TYPE) | LRM_JOIN_NO | Joinnummer | 20091209 | |||
| 2 | I_LEFT_FIELD | Call by reference | Type reference (TYPE) | LRM_JOIN_FIELD_LEFT | Joindefinition: linkes Feld | 20091209 | |||
| 3 | I_LEFT_TABLE | Call by reference | Type reference (TYPE) | LRM_JOIN_TABLE_LEFT | Joindefinition: linke Tabelle | 20091209 | |||
| 4 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20091209 | |||
| 5 | I_RIGHT_FIELD | Call by reference | Type reference (TYPE) | LRM_JOIN_FIELD_RIGHT | Joindefinition: rechtes Feld | 20091209 | |||
| 6 | I_RIGHT_TABLE | Call by reference | Type reference (TYPE) | LRM_JOIN_TABLE_RIGHT | Joindefinition: rechte Tabelle | 20091209 | |||
| 7 | I_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20091209 | |||
| 8 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_LRM_BS_JOINS | Joindefinitionen | 20091209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Anlegen eines IRM-Objekts | 20091209 |
Method DELETE_PERSISTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_JOIN_NO | Call by reference | Type reference (TYPE) | LRM_JOIN_NO | Joinnummer | 20091209 | |||
| 2 | I_LEFT_FIELD | Call by reference | Type reference (TYPE) | LRM_JOIN_FIELD_LEFT | Joindefinition: linkes Feld | 20091209 | |||
| 3 | I_LEFT_TABLE | Call by reference | Type reference (TYPE) | LRM_JOIN_TABLE_LEFT | Joindefinition: linke Tabelle | 20091209 | |||
| 4 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20091209 | |||
| 5 | I_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20091209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Löschen eines IRM-Objekts | 20091209 |
Method ENQUEUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_JOIN_NO | Call by reference | Type reference (TYPE) | LRM_JOIN_NO | Joinnummer | 20091209 | |||
| 2 | I_LEFT_FIELD | Call by reference | Type reference (TYPE) | LRM_JOIN_FIELD_LEFT | Joindefinition: linkes Feld | 20091209 | |||
| 3 | I_LEFT_TABLE | Call by reference | Type reference (TYPE) | LRM_JOIN_TABLE_LEFT | Joindefinition: linke Tabelle | 20091209 | |||
| 4 | I_MODE | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20091209 | |||
| 5 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20091209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Bearbeitung eines IRM-Objekts | 20091209 |
Method GET_JOIN_NO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | LRM_JOIN_NO | Attributwert | 20091209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20091209 |
Method GET_LEFT_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | LRM_JOIN_FIELD_LEFT | Attributwert | 20091209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20091209 |
Method GET_LEFT_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | LRM_JOIN_TABLE_LEFT | Attributwert | 20091209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20091209 |
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 | 20091209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20091209 |
Method GET_RIGHT_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | LRM_JOIN_FIELD_RIGHT | Attributwert | 20091209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20091209 |
Method GET_RIGHT_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | LRM_JOIN_TABLE_RIGHT | Attributwert | 20091209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20091209 |
Method OBJECT_TABLE_GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_JOIN_NO | Call by reference | Type reference (TYPE) | LRM_JOIN_NO | Joinnummer | 20091209 | |||
| 2 | I_LEFT_FIELD | Call by reference | Type reference (TYPE) | LRM_JOIN_FIELD_LEFT | Joindefinition: linkes Feld | 20091209 | |||
| 3 | I_LEFT_TABLE | Call by reference | Type reference (TYPE) | LRM_JOIN_TABLE_LEFT | Joindefinition: linke Tabelle | 20091209 | |||
| 4 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20091209 | |||
| 5 | RS_OBJECT_TABLE | Value transfer | Type reference (TYPE) | CTS_OBJECT_TABLE | WBO remote API: Tabellenschlüssel für Stücklisten | 20091209 |
Method OBJECT_TABLE_GET on class CL_LRM_BS_JOINS 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 | 20091209 | |||
| 2 | I_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Exception | 20091209 | |||
| 3 | I_MODE | Call by reference | Type reference (TYPE) | LRM_CRUD_MODE | Modus: C (create), R (read), U (update), D (delete) | 20091209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Bearbeitung eines IRM-Objekts | 20091209 |
Method SET_RIGHT_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RIGHT_FIELD | Call by reference | Type reference (TYPE) | LRM_JOIN_FIELD_RIGHT | Attributwert | 20091209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20091209 |
Method SET_RIGHT_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RIGHT_TABLE | Call by reference | Type reference (TYPE) | LRM_JOIN_TABLE_RIGHT | Attributwert | 20091209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20091209 |
Method TRANSPORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_JOIN_NO | Call by reference | Type reference (TYPE) | LRM_JOIN_NO | Joinnummer | 20091209 | |||
| 2 | I_LEFT_FIELD | Call by reference | Type reference (TYPE) | LRM_JOIN_FIELD_LEFT | Joindefinition: linkes Feld | 20091209 | |||
| 3 | I_LEFT_TABLE | Call by reference | Type reference (TYPE) | LRM_JOIN_TABLE_LEFT | Joindefinition: linke Tabelle | 20091209 | |||
| 4 | I_MODE | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20091209 | |||
| 5 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20091209 | |||
| 6 | I_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20091209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Bearbeitung eines IRM-Objekts | 20091209 |
Method _GET_JOIN_NO 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 | 20091209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei lesendem Zugriff auf IRM-Objektdaten | 20091209 |
Method _GET_LEFT_FIELD 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 | 20091209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei lesendem Zugriff auf IRM-Objektdaten | 20091209 |
Method _GET_LEFT_TABLE 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 | 20091209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei lesendem Zugriff auf IRM-Objektdaten | 20091209 |
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 | 20091209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei lesendem Zugriff auf IRM-Objektdaten | 20091209 |
Method _GET_PERSISTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_JOIN_NO | Call by reference | Type reference (TYPE) | LRM_JOIN_NO | Joinnummer | 20091209 | |||
| 2 | I_LEFT_FIELD | Call by reference | Type reference (TYPE) | LRM_JOIN_FIELD_LEFT | Joindefinition: linkes Feld | 20091209 | |||
| 3 | I_LEFT_TABLE | Call by reference | Type reference (TYPE) | LRM_JOIN_TABLE_LEFT | Joindefinition: linke Tabelle | 20091209 | |||
| 4 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20091209 | |||
| 5 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_LRM_BS_JOINS | Persistentes Objekt | 20091209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei lesendem Zugriff auf IRM-Objektdaten | 20091209 |
Method _GET_RIGHT_FIELD 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 | 20091209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei lesendem Zugriff auf IRM-Objektdaten | 20091209 |
Method _GET_RIGHT_TABLE 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 | 20091209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei lesendem Zugriff auf IRM-Objektdaten | 20091209 |
Method _SET_RIGHT_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RIGHT_FIELD | Call by reference | Type reference (TYPE) | LRM_JOIN_FIELD_RIGHT | Attributwert | 20091209 | |||
| 2 | I_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20091209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei änderndem Zugriff auf IRM-Objektdaten | 20091209 |
Method _SET_RIGHT_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RIGHT_TABLE | Call by reference | Type reference (TYPE) | LRM_JOIN_TABLE_RIGHT | Joindefinition: rechte Tabelle | 20091209 | |||
| 2 | I_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20091209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei änderndem Zugriff auf IRM-Objektdaten | 20091209 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |