SAP ABAP Class CL_LRM_BS_KOW_BVD (Determination of BOR Key with 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_KOW_BVD  
Short Description Determination of BOR Key with 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 CL_OS_SYSTEM 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_KOW_BVD 20091026 Base Agent Determination Own Instance Key with Callback
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FIELD_POSITION Instance attribute Private Type reference (TYPE) LRM_BS_KOW_FIELD_POSITION Field Position 20091026
2 OBJECT_TYPE Instance attribute Private Type reference (TYPE) LRM_OBJECT_TYPE IRM Object Type 20081114
3 TABLE_FIELD_NAME Instance attribute Private Type reference (TYPE) LRM_SOURCE_FIELD_NAME_KOW Source Field - Own Instance Key Determination 20081114
4 TABLE_NAME Instance attribute Private Type reference (TYPE) LRM_SOURCE_TABLE_NAME_KOW Source Table - Own Instance Key Determination 20081114
Methods
# Method Level Visibility Method type Description Created on
1 AUTHORITY_CHECK Static method Private Method Authorization Check 20090130
2 CHECK_FIELD_POSITION Static method Private Method Check Field Position 20091111
3 CREATE_PERSISTENT Static method Public Method Generate New Persistent Object with Key 20090114
4 DELETE_PERSISTENT Static method Public Method Deletes a Persistent Object with Key 20090114
5 ENQUEUE Static method Private Method 20090114
6 GET_FIELD_POSITION Instance method Private Get-method of a virtual attribute Reads Attribute FIELD_POSITION 20091026
7 GET_OBJECT_TYPE Instance method Private Get-method of a virtual attribute Reads Attribute OBJECT_TYPE 20081114
8 GET_TABLE_FIELD_NAME Instance method Private Get-method of a virtual attribute Reads Attribute TABLE_FIELD_NAME 20081114
9 GET_TABLE_NAME Instance method Private Get-method of a virtual attribute Reads Attribute TABLE_NAME 20081114
10 OBJECT_TABLE_GET Static method Private Method 20090114
11 RAISE_CX_LRM_OBJECT Static method Private Method 20090130
12 SET_FIELD_POSITION Instance method Private Set-method of a virtual attribute Sets Attribute FIELD_POSITION 20091026
13 SET_OBJECT_TYPE Instance method Private Set-method of a virtual attribute Sets attribute OBJECT_TYPE 20091026
14 SET_TABLE_FIELD_NAME Instance method Private Set-method of a virtual attribute Sets Attribute TABLE_FIELD_NAME 20091026
15 SET_TABLE_NAME Instance method Private Set-method of a virtual attribute Sets Attribute TABLE_NAME 20091026
16 TRANSPORT Static method Public Method Transport 20090114
17 _GET_FIELD_POSITION Instance method Public Method Reads Attribute TABLE_FIELD_NAME 20091026
18 _GET_OBJECT_TYPE Instance method Public Method Reads attribute OBJECT_TYPE 20090112
19 _GET_PERSISTENT Static method Public Method Get Persistent Object with Key 20090127
20 _GET_TABLE_FIELD_NAME Instance method Public Method Reads Attribute TABLE_FIELD_NAME 20090112
21 _GET_TABLE_NAME Instance method Public Method Reads Attribute TABLE_NAME 20090112
22 _SET_FIELD_POSITION Instance method Public Method Sets Attribute TABLE_FIELD_NAME 20091026
Events
Class CL_LRM_BS_KOW_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, 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 Importing I_MODE Call by reference Type reference (TYPE) LRM_CRUD_MODE Modus: C (create), R (read), U (update), D (delete) 20090130
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20090130
3 Importing I_TABLE_FIELD_NAME Call by reference Type reference (TYPE) LRM_SOURCE_FIELD_NAME Name eines Quell-Feldes 20090130
4 Importing I_TABLE_NAME Call by reference Type reference (TYPE) LRM_SOURCE_TABLE_NAME Name einer Quell-Tabelle 20090130
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Fehlende Berechtigung 20090130

Method CHECK_FIELD_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_POSITION Call by reference Type reference (TYPE) LRM_BS_KOW_FIELD_POSITION Feldposition zur Ermittlung der BOR-Schlüssel 20091111
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20091111
3 Importing I_TABLE_FIELD_NAME Call by reference Type reference (TYPE) LRM_SOURCE_FIELD_NAME_KOW Quellfeld zur Ermittlung der BOR-Schlüssel 20091111
4 Importing I_TABLE_NAME Call by reference Type reference (TYPE) LRM_SOURCE_TABLE_NAME_KOW Quelltabelle zur Ermittlung der BOR-Schlüssel 20091111
# Exception Resumable Description Created on
1 CX_LRM_BS_OBJECT Fehler bei Bearbeitung eines IRM-Objekts 20091112

Method CREATE_PERSISTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_POSITION Call by reference Type reference (TYPE) LRM_BS_KOW_FIELD_POSITION Feldposition zur Ermittlung der BOR-Schlüssel 20091111
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20090114
3 Importing I_TABLE_FIELD_NAME Call by reference Type reference (TYPE) LRM_SOURCE_FIELD_NAME Name eines Quell-Feldes 20090114
4 Importing I_TABLE_NAME Call by reference Type reference (TYPE) LRM_SOURCE_TABLE_NAME Name einer Quell-Tabelle 20090114
5 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20090114
6 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_LRM_BS_KOW_BVD Neu erzeugtes persistentes Objekt 20090114
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_CREATION_FAILED Fehler beim Anlegen eines IRM-Objekts 20090114

Method DELETE_PERSISTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20090114
2 Importing I_TABLE_FIELD_NAME Call by reference Type reference (TYPE) LRM_SOURCE_FIELD_NAME Name eines Quell-Feldes 20090114
3 Importing I_TABLE_NAME Call by reference Type reference (TYPE) LRM_SOURCE_TABLE_NAME Name einer Quell-Tabelle 20090114
4 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20090114
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_DELETION_FAILED Fehler beim Löschen eines IRM-Objekts 20090114

Method ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20090114
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20090114
3 Importing I_TABLE_FIELD_NAME Call by reference Type reference (TYPE) LRM_SOURCE_FIELD_NAME Name eines Quell-Feldes 20090114
4 Importing I_TABLE_NAME Call by reference Type reference (TYPE) LRM_SOURCE_TABLE_NAME Name einer Quell-Tabelle 20090114
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Fehler bei Bearbeitung eines IRM-Objekts 20090114

Method GET_FIELD_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) LRM_BS_KOW_FIELD_POSITION Attributwert 20091026
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20091026

Method GET_OBJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) LRM_OBJECT_TYPE Attributwert 20081114
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND 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 Returning RESULT Value transfer Type reference (TYPE) LRM_SOURCE_FIELD_NAME_KOW Attributwert 20081114
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20081114

Method GET_TABLE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) LRM_SOURCE_TABLE_NAME_KOW Attributwert 20081114
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20081114

Method OBJECT_TABLE_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20090114
2 Importing I_TABLE_FIELD_NAME Call by reference Type reference (TYPE) LRM_SOURCE_FIELD_NAME Name eines Quell-Feldes 20090114
3 Importing I_TABLE_NAME Call by reference Type reference (TYPE) LRM_SOURCE_TABLE_NAME Name einer Quell-Tabelle 20090114
4 Returning RS_OBJECT_TABLE Value transfer Type reference (TYPE) CTS_OBJECT_TABLE WBO remote API: Tabellenschlüssel für Stücklisten 20090114

Method OBJECT_TABLE_GET on class CL_LRM_BS_KOW_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 Importing I_BUSINESS_KEY Call by reference Type reference (TYPE) LRM_OBJECT_BUSINESS_KEY Betriebswirtschaftlicher Schlüssel eines LRM-Objekts 20090130
2 Importing I_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_ROOT Exception 20090130
3 Importing 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 CX_LRM_OBJECT Fehler bei Bearbeitung eines IRM-Objekts 20090130

Method SET_FIELD_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_POSITION Call by reference Type reference (TYPE) LRM_BS_KOW_FIELD_POSITION Attributwert 20091026
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20091026

Method SET_OBJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Attributwert 20091026
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20091026

Method SET_TABLE_FIELD_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABLE_FIELD_NAME Call by reference Type reference (TYPE) LRM_SOURCE_FIELD_NAME_KOW Attributwert 20091026
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20091026

Method SET_TABLE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABLE_NAME Call by reference Type reference (TYPE) LRM_SOURCE_TABLE_NAME_KOW Attributwert 20091026
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20091026

Method TRANSPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20090114
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20090114
3 Importing I_TABLE_FIELD_NAME Call by reference Type reference (TYPE) LRM_SOURCE_FIELD_NAME Name eines Quell-Feldes 20090114
4 Importing I_TABLE_NAME Call by reference Type reference (TYPE) LRM_SOURCE_TABLE_NAME Name einer Quell-Tabelle 20090114
5 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20090114
# Exception Resumable Description Created on
1 CX_LRM_OBJECT Fehler bei Bearbeitung eines IRM-Objekts 20090114

Method _GET_FIELD_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) LRM_SOURCE_FIELD_NAME Name eines Quell-Feldes 20091026
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei lesendem Zugriff auf IRM-Objektdaten 20091026

Method _GET_OBJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20090112
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED 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 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttyp 20090127
2 Importing I_TABLE_FIELD_NAME Call by reference Type reference (TYPE) LRM_SOURCE_FIELD_NAME_KOW Quellfeld - eigene Instanzschlüsselermittlung 20090127
3 Importing I_TABLE_NAME Call by reference Type reference (TYPE) LRM_SOURCE_TABLE_NAME_KOW Quelltabelle - eigene Instanzschlüsselermittlung 20090127
4 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_LRM_BS_KOW_BVD Persistentes Objekt 20090127
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei lesendem Zugriff auf IRM-Objektdaten 20090127

Method _GET_TABLE_FIELD_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) LRM_SOURCE_FIELD_NAME Name eines Quell-Feldes 20090112
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED 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 Returning RESULT Value transfer Type reference (TYPE) LRM_SOURCE_TABLE_NAME Name einer Quell-Tabelle 20090112
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_ACCESS_FAILED Fehler bei lesendem Zugriff auf IRM-Objektdaten 20090112

Method _SET_FIELD_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_POSITION Call by reference Type reference (TYPE) LRM_BS_KOW_FIELD_POSITION Feldposition 20091026
2 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20091026
# Exception Resumable Description Created on
1 CX_LRM_OBJECT_CHANGE_FAILED Fehler bei änderndem Zugriff auf IRM-Objektdaten 20091026
History
Last changed by/on SAP  20110908 
SAP Release Created in 720