SAP ABAP Class CL_COM_PRD_LH_KEY_PERSISTENCY (Product - Link Handler: Persistency of Differentiation Keys)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   AP-MD-PRO (Application Component) Central Part of Product Master
     COM_PRD_LINK_HANDLER_KEYS (Package) Product: Generic Link-Handler - Administration of Keys
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_COM_PRD_LH_KEY_PERSISTENCY Product - Link Handler: Persistency of Differentiation Keys 20021107
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_COM_PRD_LH_PERSISTENCY Product - Link Handler: Persistency Controller Interface 20021115
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_COM_PRD_LH_SUBSYSTEM Product - Link Handler: Interface for All Subsystems 20021114
Properties
Class CL_COM_PRD_LH_KEY_PERSISTENCY  
Short Description Product - Link Handler: Persistency of Differentiation Keys    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package COM_PRD_LINK_HANDLER_KEYS   Product: Generic Link-Handler - Administration of Keys 
Created 20021107   SAP 
Last change 20040518   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_COM_PRD_LH_KEY_SERVICE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_COM_PRD_LH_METADATA_SERVICE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_COM_PRD_LH_SHARED_SERVICE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_COM_PRD_LH_KEY_PERSISTENCY Product - Link Handler: Persistency of Differentiation Keys 20021107
2 IF_COM_PRD_LH_PERSISTENCY Product - Link Handler: Persistency Controller Interface 20021115
3 IF_COM_PRD_LH_SUBSYSTEM Product - Link Handler: Interface for All Subsystems 20021114
Friends
Class CL_COM_PRD_LH_KEY_PERSISTENCY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_KEY_MANAGER Instance attribute Private Object reference (TYPE REF TO) IF_COM_PRD_LH_KEY_MANAGER Administration of Differentiation Keys 20021114
2 MT_CREATED_KEYS Instance attribute Private Type reference (TYPE) COM_PRD_TT_LH_KEY Table of Created Keys 20021115
3 MT_CREATED_KEYS_POSTED Instance attribute Private Type reference (TYPE) COM_PRD_TT_LH_KEY Table of Created Keys (Transfer to Update) 20031230
4 MT_DELETED_KEYS Instance attribute Private Type reference (TYPE) COM_PRD_TT_LH_KEY Table of Deleted Keys 20021115
5 MT_DELETED_KEYS_POSTED Instance attribute Private Type reference (TYPE) COM_PRD_TT_LH_KEY Table of Deleted Keys (Transfer to Update) 20031230
6 SR_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_COM_PRD_LH_KEY_PERSISTENCY Product - Link Handler: Persistency of Differentiation Keys 20021107
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_INSTANCE Static method Private Method Create Instance 20021107
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20021107
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20021107
4 CREATE_WHERE_CLAUSE_NOT_MASKED Static method Private Method Generate WHERE Conditions from Attributes (W/O Masking) 20021125
5 ON_KEY_CREATED Instance method Private Event handling method Event Handler Method CREATED:IF_COM_PRD_LH_KEY 20021115
6 ON_KEY_DELETED Instance method Private Event handling method Event Handler Method DELETED:IF_COM_PRD_LH_KEY 20021115
7 ON_TRANSACTION_FINISHED Instance method Private Event handling method Hand.Meth. TRANSACTION_FINISHED:CL_SYSTEM_TRANSACTION_STATE 20031223
Events
Class CL_COM_PRD_LH_KEY_PERSISTENCY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_CONTAINER Private See coding Container for Database Accesses (With Key Category) 20021125 BEGIN OF TY_CONTAINER, KEY_TABLE TYPE COMT_PR_KEY_TABLE, KEY_DATA TYPE REF TO DATA, KEY_TYPE TYPE COMT_PR_KEY_TYPE, KEY_USAGE TYPE COMT_PR_KEY_USAGE, END OF TY_CONTAINER
2 TY_TABLE_ATTRIBUTES_TYPE Private See coding Info on Database Accesses (Attributes) (With Key Category) 20021125 BEGIN OF TY_TABLE_ATTRIBUTES_TYPE, KEY_TABLE TYPE COMT_PR_KEY_TABLE, KEY_ATTRIBUTES TYPE COM_PRD_TT_LH_KEY_ATTRIBUTES, KEY_DEFINITION_INT_TTYP TYPE COMT_PR_KEY_DEFINTION_INT_TTYP, KEY_TYPE TYPE COMT_PR_KEY_TYPE, KEY_USAGE TYPE COMT_PR_KEY_USAGE, END OF TY_TABLE_ATTRIBUTES_TYPE
3 TY_TABLE_GUIDS_TYPE Private See coding Info on Database Accesses (GUIDS) (With Key Category) 20021125 BEGIN OF TY_TABLE_GUIDS_TYPE, KEY_TABLE TYPE COMT_PR_KEY_TABLE, KEY_GUIDS TYPE COM_PRD_TT_LH_KEY_GUIDS, KEY_TYPE TYPE COMT_PR_KEY_TYPE, END OF TY_TABLE_GUIDS_TYPE
Method Signatures

Method BUILD_INSTANCE Signature

Method BUILD_INSTANCE on class CL_COM_PRD_LH_KEY_PERSISTENCY has no parameter.
Method BUILD_INSTANCE on class CL_COM_PRD_LH_KEY_PERSISTENCY has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_COM_PRD_LH_KEY_PERSISTENCY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_COM_PRD_LH_KEY_PERSISTENCY has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_COM_PRD_LH_KEY_PERSISTENCY has no parameter.
Method CONSTRUCTOR on class CL_COM_PRD_LH_KEY_PERSISTENCY has no exception.

Method CREATE_WHERE_CLAUSE_NOT_MASKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_KEY_TABLE_ATTRIBUTES Call by reference Type reference (TYPE) TY_TABLE_ATTRIBUTES_TYPE Datenstruktur mit Tabellename, Schlüsselart und Attributen 20021125
2 Importing IV_FOR_ALL_ENTRIES_CONDITION Call by reference Type reference (TYPE) COMT_BOOLEAN CL_COM_PRD_LH_CO=>SC_FALSE For-All-Entries-Bedingung erzeugen 20030930
3 Importing IV_FOR_ALL_ENTRIES_TABLE_NAME Call by reference Type reference (TYPE) STRING SPACE For-All-Entries-Tabellenname 20030930
4 Returning RV_WHERE_CLAUSE Value transfer Type reference (TYPE) STRING Generierte Where-Bedingung 20021125

Method CREATE_WHERE_CLAUSE_NOT_MASKED on class CL_COM_PRD_LH_KEY_PERSISTENCY has no exception.

Method ON_KEY_CREATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Value transfer Attribute reference (LIKE) 20021115

Method ON_KEY_CREATED on class CL_COM_PRD_LH_KEY_PERSISTENCY has no exception.

Method ON_KEY_DELETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Value transfer Attribute reference (LIKE) 20021115

Method ON_KEY_DELETED on class CL_COM_PRD_LH_KEY_PERSISTENCY has no exception.

Method ON_TRANSACTION_FINISHED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KIND Value transfer Attribute reference (LIKE) 20031223

Method ON_TRANSACTION_FINISHED on class CL_COM_PRD_LH_KEY_PERSISTENCY has no exception.
History
Last changed by/on SAP  20040518 
SAP Release Created in 2.00