SAP ABAP Interface IF_COM_LH_OBJ_KEY_TYPE_REP (Repository Interface Differentiation Key Types)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   AP-MD-PRO (Application Component) Central Part of Product Master
     COM_DIFF_KEY (Package) Repository for Differentiation Key
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_COM_DIFF_BSP Access to Metadata for Differentiation Key Selectn in PC-UI 20040116
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_COM_LH_OBJ_KEY Access to Metadata for Differentiation Key Selectn in PC-UI 20040108
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_COM_PR_COMP_ORG Access to Metadata Organization-Independent 20040116
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_COM_PR_ORG Access to Metadata for Differentiation Key Selectn in PC-UI 20040116
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_COM_PR_ORG_KEYG Access to Metadata for Differentiation Key Selectn in PC-UI 20040121
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_COM_PR_ORG_KEYS Access to Metadata Organization-Independent 20040116
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_COM_PR_ORG_REL Access to Metadata for Differentiation Key Selectn in PC-UI 20040114
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_COM_PR_ORG_RELG Access to Metadata for Differentiation Key Selectn in PC-UI 20040121
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_COM_PR_ORG_TXT Access to Metadata Organization-Independent 20040116
Properties
Interface IF_COM_LH_OBJ_KEY_TYPE_REP  
Short Description Repository Interface Differentiation Key Types    
General Data
Package COM_DIFF_KEY   Repository for Differentiation Key 
Created 20040106   SAP 
Last changed 20041209   SAP 
Unicode checks active    
Forward declarations
Interface IF_COM_LH_OBJ_KEY_TYPE_REP has no forward declaration.
Interfaces
Interface IF_COM_LH_OBJ_KEY_TYPE_REP has no interface.
Friends
Interface IF_COM_LH_OBJ_KEY_TYPE_REP has no friend.
Attributes
Interface IF_COM_LH_OBJ_KEY_TYPE_REP has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_DATA Instance method Public Method Checks Buffer 20040106
2 FREE_BUFFER Instance method Public Method Deletes Buffers 20040106
3 GET_CHANGES Instance method Public Method Determines Changed Data 20040106
4 GET_INSTANCE Static method Public Method Gets Instance 20040106
5 LOCK Instance method Public Method Blocks Table 20040106
6 MAINTAIN_UPDATE Instance method Public Method Receives Changed Data 20040106
7 READ_ALL Instance method Public Method Reads All Entries from Checked Buffer 20040106
8 READ_ALL_M Instance method Public Method Reads All Entries from Maintenance Buffer 20040106
9 READ_SINGLE Instance method Public Method Reads All Entries from Checked Buffer 20040106
10 READ_SINGLE_M Instance method Public Method Reads an Entry from the Maintenance Buffer 20040106
11 SAVE Instance method Public Method Saves the Changed Data 20040106
12 UNLOCK Instance method Public Method Unlocks Table 20040106
13 UPDATE_CHK_BUFFER Instance method Public Method Fills Checked Buffer from Maintenance Buffer 20040106
Events
Interface IF_COM_LH_OBJ_KEY_TYPE_REP has no event.
Types
Interface IF_COM_LH_OBJ_KEY_TYPE_REP has no local type.
Method Signatures

Method CHECK_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) BAPIRET2_TAB Fehlermeldungen 20040106

Method CHECK_DATA on Interface IF_COM_LH_OBJ_KEY_TYPE_REP has no exception.

Method FREE_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LOCAL_ONLY Call by reference Type reference (TYPE) COMT_BOOLEAN ' ' Logische Variable 20040106

Method FREE_BUFFER on Interface IF_COM_LH_OBJ_KEY_TYPE_REP has no exception.

Method GET_CHANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA_DEL Call by reference Type reference (TYPE) ANY TABLE 20040106
2 Exporting ET_DATA_INS Call by reference Type reference (TYPE) ANY TABLE 20040106
3 Exporting ET_DATA_UPD Call by reference Type reference (TYPE) ANY TABLE 20040106

Method GET_CHANGES on Interface IF_COM_LH_OBJ_KEY_TYPE_REP has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_REFERENCE Value transfer Object reference (TYPE REF TO) OBJECT 20040106

Method GET_INSTANCE on Interface IF_COM_LH_OBJ_KEY_TYPE_REP has no exception.

Method LOCK Signature

Method LOCK on Interface IF_COM_LH_OBJ_KEY_TYPE_REP has no parameter.
# Exception Resumable Description Created on
1 LOCK_FAILED Lock nicht erfolgreich 20040106

Method MAINTAIN_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATA_M Call by reference Type reference (TYPE) ANY TABLE 20040106

Method MAINTAIN_UPDATE on Interface IF_COM_LH_OBJ_KEY_TYPE_REP has no exception.

Method READ_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) ANY TABLE 20040106
2 Importing IV_READ_DB_VALUES Call by reference Type reference (TYPE) COMT_BOOLEAN ' ' Logische Variable 20040106
3 Importing IV_UPDATE_BUFFER Call by reference Type reference (TYPE) COMT_BOOLEAN 'X' Logische Variable 20040106
# Exception Resumable Description Created on
1 NOT_FOUND Kein Eintrag gefunden 20040106

Method READ_ALL_M Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA_M Call by reference Type reference (TYPE) ANY TABLE 20040106
# Exception Resumable Description Created on
1 NOT_FOUND Kein Eintrag gefunden 20040106

Method READ_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Type reference (TYPE) ANY 20040106
2 Importing IS_KEY Call by reference Type reference (TYPE) ANY 20040106
3 Importing IV_READ_DB_VALUES Call by reference Type reference (TYPE) COMT_BOOLEAN ' ' Logische Variable 20040106
4 Importing IV_UPDATE_BUFFER Call by reference Type reference (TYPE) COMT_BOOLEAN 'X' Logische Variable 20040106
# Exception Resumable Description Created on
1 NOT_FOUND Kein Eintrag gefunden 20040106
2 WRONG_INPUT Eingabeparameter sind nicht korrekt 20040106

Method READ_SINGLE_M Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA_M Call by reference Type reference (TYPE) ANY 20040106
2 Importing IS_KEY Call by reference Type reference (TYPE) ANY 20040106
# Exception Resumable Description Created on
1 NOT_FOUND Kein Eintrag gefunden 20040106
2 WRONG_INPUT Eingabeparameter sind nicht korrekt 20040106

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_REQUESTS Call by reference Type reference (TYPE) TRKORRS Tabelle von Auftragsnummern 20040116
2 Importing IV_GOX_SAVE Call by reference Type reference (TYPE) COMT_BOOLEAN ' ' Logische Variable 20040108

Method SAVE on Interface IF_COM_LH_OBJ_KEY_TYPE_REP has no exception.

Method UNLOCK Signature

Method UNLOCK on Interface IF_COM_LH_OBJ_KEY_TYPE_REP has no parameter.
Method UNLOCK on Interface IF_COM_LH_OBJ_KEY_TYPE_REP has no exception.

Method UPDATE_CHK_BUFFER Signature

Method UPDATE_CHK_BUFFER on Interface IF_COM_LH_OBJ_KEY_TYPE_REP has no parameter.
Method UPDATE_CHK_BUFFER on Interface IF_COM_LH_OBJ_KEY_TYPE_REP has no exception.
History
Last changed by/on SAP  20041209 
SAP Release Created in 640