SAP ABAP Class CL_GCM_QUERY (GUI Service class for Config. Management)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM-MD-PCT (Application Component) Product Catalog
     CMT (Package) Configuration Management - Core Development
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CM_DATA Data exchenge UI - CM_Kernel 19990630
Properties
Class CL_GCM_QUERY  
Short Description GUI Service class for Config. Management    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CMT   Configuration Management - Core Development 
Created 19990630   SAP 
Last change 20010425   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)
2 CMT Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_CM_DATA Data exchenge UI - CM_Kernel 19990630
Friends
Class CL_GCM_QUERY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DATA_BUFFER Instance attribute Private Type reference (TYPE) CMT_TY_DATA_BUFFER Data buffer for query result 19990728
2 GENERAL_GUI_CONTROLLER Instance attribute Private Object reference (TYPE REF TO) CL_GCM_CONTROLLER General GUI controller 19990630
3 SELF Static Attribute Private Object reference (TYPE REF TO) CL_GCM_QUERY Myself 19990630
Methods
# Method Level Visibility Method type Description Created on
1 GET_BOR_KEY_TO_SEM_KEY Instance method Public Method Also Includes Runtime Objects that Have Not Yet Been Saved 19991021
2 GET_CLASS_AGENT Static method Public Method Return reference to (individual) object of the class 19990630
3 GET_GUID_TO_KEY Instance method Public Method Delivers the database GUID to a key 19990927
4 GET_IS_CHANGE_ALLOWED_RESULT Instance method Public Method Keeps result of 'is_change_allowed' query 19990929
5 GET_KEY_TO_GUID Instance method Public Method Delivers the key to a database GUID 19990927
6 GET_SEM_KEY_TO_BOR_KEY Instance method Public Method Also Includes Runtime Objects that Have Not Yet Been Saved 19991021
7 IS_USED Instance method Public Method Is specified object used in CM? 19990928
8 PF_GET_KEYLIST_TO_SEL Instance method Public Method Returns list of product folder keys - fills buffer 19990727
9 SET_CLIENT Instance method Public Method Controller transfers data, Read event is triggered 19991110
Events
Class CL_GCM_QUERY has no event.
Types
Class CL_GCM_QUERY has no local type.
Method Signatures

Method GET_BOR_KEY_TO_SEM_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CM_OBJECT_KEY Call by reference Type reference (TYPE) STRUC_CM_KEY semantischer Schlüssel des CM-Objekts 19991021
# Exception Resumable Description Created on
1 KEY_NOT_FOUND zum Input wurde kein passender Schlüssel gefunden 19991021

Method GET_CLASS_AGENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_GCM_QUERY Referenz auf (eindeutiges) Objekt 19990630

Method GET_CLASS_AGENT on class CL_GCM_QUERY has no exception.

Method GET_GUID_TO_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BASELINE_ID Call by reference Type reference (TYPE) DE_CM_BASELINE_ID Baselineschlüssel 19990927
2 Importing I_FOLDER_ID Call by reference Type reference (TYPE) DE_CM_FOLDER_ID Mappenschlüssel 19990927
3 Importing I_LC_PHASE Call by reference Type reference (TYPE) DE_CM_LIFE_CYCLE_PHASE Lebensphase 19990927
4 Importing I_PRODUCT_ID Call by reference Type reference (TYPE) DE_CM_PRODUCT_ID Produktschlüssel 19990927
# Exception Resumable Description Created on
1 KEY_NOT_COMPLETE Schlüssel nicht gefunden 19990927
2 NO_ENTRY_FOUND Kein Eintrag gefunden 19990927

Method GET_IS_CHANGE_ALLOWED_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANGE_ALLOWED_LIST Call by reference Type reference (TYPE) TAB_CM_CHANGE Liste der Änderungen + deren Bewertung 19990929

Method GET_IS_CHANGE_ALLOWED_RESULT on class CL_GCM_QUERY has no exception.

Method GET_KEY_TO_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GUID Call by reference Type reference (TYPE) GUID_32 Guid 19990927
# Exception Resumable Description Created on
1 NO_ENTRY_FOUND Es wurde zu der Guid kein Eintrag gefunden 19990927
2 NO_GUID Es wurde keine Guid mitgegeben 19990927

Method GET_SEM_KEY_TO_BOR_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BOR_KEY Call by reference Type reference (TYPE) BORIDENT BOR-Key des CM-Objekts 19991021
# Exception Resumable Description Created on
1 KEY_NOT_FOUND zum Input wurde kein passender Schlüssel gefunden 19991021

Method IS_USED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IS_USED_LIST_REQUIRED Call by reference Type reference (TYPE) OS_BOOLEAN CMT_CO_FALSE wird die Verwendungsliste benötigt? 19990928
2 Importing I_OBJKEY Call by reference Type reference (TYPE) BORIDENT-OBJKEY Objektschlüssel im BOR-Format 19990928
3 Importing I_OBJTYPE Call by reference Type reference (TYPE) BORIDENT-OBJTYPE Objekttyp (BOR-Bezeichnung) 19990928
4 Importing I_RESTRICTED_TO Call by reference Type reference (TYPE) TAB_CM_PFOLDER eingeschränkt auf folgende CM-Objekte 19991220
# Exception Resumable Description Created on
1 UNKNOWN_OBJECT_TYPE unbekannter Objekttyp 19991105

Method PF_GET_KEYLIST_TO_SEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PF_SEL_CRITERIA Call by reference Type reference (TYPE) CMT_TY_RSDS_RANGE Range Tabelle zur Übergabe der Selektionskriterien 19990728
2 Importing I_QUERY_INTVAL_FROM Call by reference Type reference (TYPE) TIMESTAMP Query nach Folderzeitscheiben, Datum-ab der Selektion 19991004
3 Importing I_QUERY_INTVAL_TO Call by reference Type reference (TYPE) TIMESTAMP Query nach Folderzeitscheiben, Datum-bis der Selektion 19991004
4 Importing I_QUERY_TYPE Call by reference Type reference (TYPE) DE_CM_QUERY_TYPE Eingabe, ob nach Foldern oder Baselines gesucht wird 19990930

Method PF_GET_KEYLIST_TO_SEL on class CL_GCM_QUERY has no exception.

Method SET_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATA_BUFFER Call by reference Type reference (TYPE) CMT_TY_DATA_BUFFER allgemeine Daten 19991110

Method SET_CLIENT on class CL_GCM_QUERY has no exception.
History
Last changed by/on SAP  20010425 
SAP Release Created in