SAP ABAP Class CL_LRM_BS_STT_BVD (Start Times with Value Determination in Callback)
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' | 20081114 |
Properties
| Class | CL_LRM_BS_STT_BVD | |
| Short Description | Start Times with Value Determination in Callback | |
| 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 | 20081114 | 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' | 20081114 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CB_LRM_BS_STT_BVD | 20090209 | Base Agent Start Times with Value Determination in Callback |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | LRM_OBJECT_TYPE | IRM Object Type | 20081114 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | LRM_CONSTANT_VALUE | Value of Constant | 20081114 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | LRM_SOURCE_FIELD_NAME | Name of a Source Field | 20081114 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | LRM_SOURCE_TABLE_NAME | Name of a Source Table | 20081114 |
Methods
Events
Class CL_LRM_BS_STT_BVD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_BUSINESS_KEY | Private | See coding | 20090112 | BEGIN OF typ_business_key,
object_type TYPE lrm_object_type,
starttime_type TYPE lrm_constant_value,
table_name TYPE lrm_source_table_name,
table_field_name TYPE lrm_source_field_name,
END OF typ_business_key
|
||
| 2 | TYP_BUSINESS_KEY_TAB | Private | See coding | 20090112 | 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) | 20090130 | |||
| 2 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20090130 | |||
| 3 | I_STARTTIME_TYPE | Call by reference | Type reference (TYPE) | LRM_CONSTANT_VALUE | Wert einer Konstante | 20090130 | |||
| 4 | I_TABLE_FIELD_NAME | Call by reference | Type reference (TYPE) | LRM_SOURCE_FIELD_NAME | Name eines Quell-Feldes | 20090130 | |||
| 5 | I_TABLE_NAME | Call by reference | Type reference (TYPE) | LRM_SOURCE_TABLE_NAME | Name einer Quell-Tabelle | 20090130 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlende Berechtigung | 20090130 |
Method CHECK_FOR_DEPENDENCIES Signature
Method CHECK_FOR_DEPENDENCIES on class CL_LRM_BS_STT_BVD has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt kann nicht gelöscht werden | 20100225 |
Method CREATE_PERSISTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20090115 | |||
| 2 | I_STARTTIME_TYPE | Call by reference | Type reference (TYPE) | LRM_CONSTANT_VALUE | Beginnzeitpunkt | 20090115 | |||
| 3 | I_TABLE_FIELD_NAME | Call by reference | Type reference (TYPE) | LRM_SOURCE_FIELD_NAME | Name eines Quell-Feldes | 20090115 | |||
| 4 | I_TABLE_NAME | Call by reference | Type reference (TYPE) | LRM_SOURCE_TABLE_NAME | Name einer Quell-Tabelle | 20090115 | |||
| 5 | I_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20090115 | |||
| 6 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_LRM_BS_STT_BVD | Neu erzeugtes persistentes Objekt | 20090115 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Anlegen eines IRM-Objekts | 20090115 |
Method DELETE_PERSISTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20090115 | |||
| 2 | I_STARTTIME_TYPE | Call by reference | Type reference (TYPE) | LRM_CONSTANT_VALUE | Beginnzeitpunkt | 20090115 | |||
| 3 | I_TABLE_FIELD_NAME | Call by reference | Type reference (TYPE) | LRM_SOURCE_FIELD_NAME | Name eines Quell-Feldes | 20090115 | |||
| 4 | I_TABLE_NAME | Call by reference | Type reference (TYPE) | LRM_SOURCE_TABLE_NAME | Name einer Quell-Tabelle | 20090115 | |||
| 5 | I_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20090115 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Löschen eines IRM-Objekts | 20090115 |
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 | 20090115 | |||
| 2 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20090115 | |||
| 3 | I_STARTTIME_TYPE | Call by reference | Type reference (TYPE) | LRM_CONSTANT_VALUE | Beginnzeitpunkt | 20090115 | |||
| 4 | I_TABLE_FIELD_NAME | Call by reference | Type reference (TYPE) | LRM_SOURCE_FIELD_NAME | Name eines Quell-Feldes | 20090115 | |||
| 5 | I_TABLE_NAME | Call by reference | Type reference (TYPE) | LRM_SOURCE_TABLE_NAME | Name einer Quell-Tabelle | 20090115 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Bearbeitung eines IRM-Objekts | 20090115 |
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 | 20081114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20081114 |
Method GET_STARTTIME_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | LRM_CONSTANT_VALUE | Attributwert | 20081114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20081114 |
Method GET_TABLE_FIELD_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | LRM_SOURCE_FIELD_NAME | Attributwert | 20081114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20081114 |
Method GET_TABLE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | LRM_SOURCE_TABLE_NAME | Attributwert | 20081114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20081114 |
Method HANDLE_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_BADI_IMPLEMENTATION | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20100225 | ||||
| 2 | IX_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstrakte Oberklasse aller globalen Exceptions | 20100225 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei lesendem Zugriff auf IRM-Objektdaten | 20100225 |
Method OBJECT_TABLE_GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20090115 | |||
| 2 | I_STARTTIME_TYPE | Call by reference | Type reference (TYPE) | LRM_CONSTANT_VALUE | Beginnzeitpunkt | 20090115 | |||
| 3 | I_TABLE_FIELD_NAME | Call by reference | Type reference (TYPE) | LRM_SOURCE_FIELD_NAME | Name eines Quell-Feldes | 20090115 | |||
| 4 | I_TABLE_NAME | Call by reference | Type reference (TYPE) | LRM_SOURCE_TABLE_NAME | Name einer Quell-Tabelle | 20090115 | |||
| 5 | RS_OBJECT_TABLE | Value transfer | Type reference (TYPE) | CTS_OBJECT_TABLE | WBO remote API: Tabellenschlüssel für Stücklisten | 20090115 |
Method OBJECT_TABLE_GET on class CL_LRM_BS_STT_BVD 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 | 20090130 | |||
| 2 | I_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Exception | 20090130 | |||
| 3 | I_MODE | Call by reference | Type reference (TYPE) | LRM_CRUD_MODE | Modus: C (create), R (read), U (update), D (delete) | 20090130 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Bearbeitung eines IRM-Objekts | 20090130 |
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 | 20090115 | |||
| 2 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20090115 | |||
| 3 | I_STARTTIME_TYPE | Call by reference | Type reference (TYPE) | LRM_CONSTANT_VALUE | Beginnzeitpunkt | 20090115 | |||
| 4 | I_TABLE_FIELD_NAME | Call by reference | Type reference (TYPE) | LRM_SOURCE_FIELD_NAME | Name eines Quell-Feldes | 20090115 | |||
| 5 | I_TABLE_NAME | Call by reference | Type reference (TYPE) | LRM_SOURCE_TABLE_NAME | Name einer Quell-Tabelle | 20090115 | |||
| 6 | I_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20090115 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Bearbeitung eines IRM-Objekts | 20090115 |
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 | 20090112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei lesendem Zugriff auf IRM-Objektdaten | 20090112 |
Method _GET_PERSISTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | LRM_OBJECT_TYPE | Objekttyp | 20090127 | |||
| 2 | I_STARTTIME_TYPE | Call by reference | Type reference (TYPE) | LRM_CONSTANT_VALUE | Wert einer Konstante | 20090127 | |||
| 3 | I_TABLE_FIELD_NAME | Call by reference | Type reference (TYPE) | LRM_SOURCE_FIELD_NAME | Name eines Quell-Feldes | 20090127 | |||
| 4 | I_TABLE_NAME | Call by reference | Type reference (TYPE) | LRM_SOURCE_TABLE_NAME | Name einer Quell-Tabelle | 20090127 | |||
| 5 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_LRM_BS_STT_BVD | Persistentes Objekt | 20090127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei lesendem Zugriff auf IRM-Objektdaten | 20090127 |
Method _GET_STARTTIME_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | LRM_CONSTANT_VALUE | Wert einer Konstante | 20090112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei lesendem Zugriff auf IRM-Objektdaten | 20090112 |
Method _GET_TABLE_FIELD_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | LRM_SOURCE_FIELD_NAME | Name eines Quell-Feldes | 20090112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei lesendem Zugriff auf IRM-Objektdaten | 20090112 |
Method _GET_TABLE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | LRM_SOURCE_TABLE_NAME | Name einer Quell-Tabelle | 20090112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei lesendem Zugriff auf IRM-Objektdaten | 20090112 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 720 |