SAP ABAP Class CL_SRM_GSP_PROP_REPOSITORY (CL_SRM_GSP_PROP_REPOSITORY)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-RM (Application Component) SAP Records Management
     SRM_GSP_PROPERTY (Package) GSP (Record, Model,...): Property Handling
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SRM_SP_PROP_REPOSITORY CL_SRM_SP_PROP_REPOSITORY 20030120
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HRASR00_GSP_PROP_REPOSITORY GSP_PROP_REPOSITORY - HR Admin Services 20050720
2 Inheritance (c INHERITING FROM c_ref)  CL_RMPS_GSP_PROP_REPOSITORY RMPS Property Handling: Access to Repository 20030917
Properties
Class CL_SRM_GSP_PROP_REPOSITORY  
Short Description CL_SRM_GSP_PROP_REPOSITORY    
Super Class CL_SRM_SP_PROP_REPOSITORY CL_SRM_SP_PROP_REPOSITORY 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SRM_GSP_PROPERTY   GSP (Record, Model,...): Property Handling 
Created 20030120   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_SRM Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 SRMGS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SRM_GSP_PROP_REPOSITORY has no interface implemented.
Friends
Class CL_SRM_GSP_PROP_REPOSITORY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_GSP_DESC_UOBJ_ID Constant Protected Type reference (TYPE) STRING 'SRM_GSP_DESC' 20030404
2 C_REF_HANDLER_UOBJ_ID Constant Public Type reference (TYPE) STRING 'SRM_REFERENCE_HANDLER' User Object ID: Service Object for UD Handling 20030806
3 GSP_CONTENT_LOCK_IS_SET Instance attribute Protected Type reference (TYPE) SRMBOOLEAN IF_SRM=>FALSE Boolean: Possible Values IF_SRM=>TRUE / FALSE 20030130
4 GSP_LOCK_IS_SET Instance attribute Protected Type reference (TYPE) SRMBOOLEAN IF_SRM=>FALSE Boolean: Possible Values IF_SRM=>TRUE / FALSE 20030129
5 G_MERGED_ATTR_TYPES Instance attribute Protected Type reference (TYPE) SRMGS_PROPERTY_TYPE_TAB Table LOIO/PHIO Attribute Types; Merged 20031104
6 G_MERGED_ATTR_TYPES_LOC Instance attribute Protected Type reference (TYPE) SRMGS_PROPERTY_TYPE_TAB Table LOIO/PHIO Attr. Types; Merged; Descr. = P(hio)|L(oio) 20031104
7 LT_QUERY_RESULT Instance attribute Protected Type reference (TYPE) SDM_QUERY_RESULT_LIST Buffer for Search Result 20030729
8 LT_QUERY_RESULT_PROPS Instance attribute Protected Type reference (TYPE) SDM_OBJECT_PROP_TAB Buffer for Attributes of Search Result 20030729
9 L_CURRENT_QUERY Instance attribute Protected Object reference (TYPE REF TO) IF_SRM_GSP_QUERY Reference to Current Search 20030806
Methods
# Method Level Visibility Method type Description Created on
1 DOCUMENT_CLASS_GET Instance method Protected Method DOCUMENT_CLASS_GET 20030123
2 DOCUMENT_DATA_DELETE Instance method Protected Method DOCUMENT_DATA_DELETE 20030124
3 DOCUMENT_DATA_GET Instance method Protected Method DOCUMENT_DATA_GET 20030124
4 DOCUMENT_DATA_SET Instance method Protected Method DOCUMENT_DATA_SET 20030124
5 DOCUMENT_GET Instance method Protected Method DOCUMENT_GET 20030123
6 GENERIC_SP_GET Instance method Protected Method GENERIC_SP_GET 20030810
7 GET_MERGED_ATTR_TYPES Instance method Protected Method Gets Merged LOIO/PHIO Attributes 20031104
8 GET_REFERENCE_HANDLER Instance method Protected Method Saves Service Object for ID Handling in Context 20030806
9 GET_REFERENCE_HANDLER_CLASS Instance method Protected Method Gets Class Name for Service Object for ID Handling 20030925
10 GSP_ALIAS_GET Instance method Protected Method GSP_ALIAS_GET 20040719
11 GSP_DATA_GET Instance method Protected Method GSP_DATA_GET 20030122
12 GSP_DATA_LOG Instance method Protected Method GSP_DATA_LOG 20030203
13 GSP_DATA_SET Instance method Protected Method GSP_DATA_SET 20030123
14 GSP_LISTVIEW_META_GET Instance method Protected Method Gets Definition of Result List 20030805
15 GSP_LOCK Instance method Protected Method GSP_LOCK 20030219
16 GSP_META_APPEND_SPECIAL Instance method Protected Method GSP_META_APPEND_SPECIAL 20040909
17 GSP_META_FILL Instance method Protected Method GSP_META_FILL 20030206
18 GSP_META_GENERAL_FILL Instance method Protected Method GSP_META_GENERAL_FILL 20030922
19 GSP_META_GET Instance method Protected Method GSP_META_GET 20030121
20 GSP_META_RAW_APPEND_SPECIAL Instance method Protected Method GSP_META_RAW_APPEND_SPECIAL 20040909
21 GSP_META_RAW_GET Instance method Protected Method GSP_META_RAW_GET 20030731
22 GSP_META_SINGLE_GET Instance method Protected Method GSP_META_SINGLE_GET 20030206
23 GSP_UNLOCK Instance method Protected Method GSP_UNLOCK 20030219
24 VARIANT_DATA_DELETE Instance method Protected Method VARIANT_DATA_DELETE 20030124
25 VARIANT_DATA_GET Instance method Protected Method VARIANT_DATA_GETT 20030124
26 VARIANT_DATA_SET Instance method Protected Method VARIANT_DATA_SET 20030124
27 VARIANT_GET Instance method Protected Method VARIANT_GET 20030123
Events
Class CL_SRM_GSP_PROP_REPOSITORY has no event.
Types
Class CL_SRM_GSP_PROP_REPOSITORY has no local type.
Method Signatures

Method DOCUMENT_CLASS_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DOCUMENT_CLASS Value transfer Type reference (TYPE) STRING Repräsentiert ein Dokument 20030123
# Exception Resumable Description Created on
1 CX_SRM_SP_PROP_REPOSITORY CX_SRM_SP_PROP_REPOSITORY 20030123

Method DOCUMENT_DATA_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOCUMENT Call by reference Object reference (TYPE REF TO) IF_SRM_DOCUMENT Repräsentiert ein Dokument 20030124
2 Importing PROPERTY_TAB Call by reference Type reference (TYPE) SRMGS_PROPERTY_TAB 20030124
# Exception Resumable Description Created on
1 CX_SRM_SP_PROP_REPOSITORY CX_SRM_SP_PROP_REPOSITORY 20030124

Method DOCUMENT_DATA_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT IF_SRM_PROP_CONTEXT 20040123
2 Importing DOCUMENT Call by reference Object reference (TYPE REF TO) IF_SRM_DOCUMENT Repräsentiert ein Dokument 20030124
3 Exporting PROPERTY_TAB Call by reference Type reference (TYPE) SRMGS_PROPERTY_TAB 20030124
# Exception Resumable Description Created on
1 CX_SRM_SP_PROP_REPOSITORY CX_SRM_SP_PROP_REPOSITORY 20030124

Method DOCUMENT_DATA_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOCUMENT Call by reference Object reference (TYPE REF TO) IF_SRM_DOCUMENT Repräsentiert ein Dokument 20030124
2 Importing PROPERTY_TAB Call by reference Type reference (TYPE) SRMGS_PROPERTY_TAB 20030124
# Exception Resumable Description Created on
1 CX_SRM_SP_PROP_REPOSITORY CX_SRM_SP_PROP_REPOSITORY 20030124

Method DOCUMENT_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DOCUMENT Value transfer Object reference (TYPE REF TO) IF_SRM_DOCUMENT Repräsentiert ein Dokument 20030123
# Exception Resumable Description Created on
1 CX_SRM_SP_PROP_REPOSITORY CX_SRM_SP_PROP_REPOSITORY 20030123

Method GENERIC_SP_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning GENERIC_SP Value transfer Object reference (TYPE REF TO) IF_SRM_GENERIC_SP Repräsentiert ein Dokument 20030810
# Exception Resumable Description Created on
1 CX_SRM_SP_PROP_REPOSITORY CX_SRM_SP_PROP_REPOSITORY 20030810

Method GET_MERGED_ATTR_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_MERGED_ATTR_TYPES Call by reference Type reference (TYPE) SRMGS_PROPERTY_TYPE_TAB Merge-Ergebnis 20031104
2 Exporting EX_MERGED_WITH_LOCATION Call by reference Type reference (TYPE) SRMGS_PROPERTY_TYPE_TAB Merge-Ergebnis; in description steht "L"(oio) oder "P"(hio) 20031104
# Exception Resumable Description Created on
1 CX_SRM_SP_PROP_REPOSITORY CX_SRM_SP_PROP_REPOSITORY 20031104

Method GET_REFERENCE_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT IF_SRM_PROP_CONTEXT 20030806
# Exception Resumable Description Created on
1 CX_SRM_PROP_REFERENCE Fehler bei der Aktenzeichengenerierung 20030806

Method GET_REFERENCE_HANDLER_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CLASS_NAME Value transfer Type reference (TYPE) STRING Klassenname für Service-Objekte für Kennzeichenhandling 20030925
2 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT IF_SRM_PROP_CONTEXT 20030925
3 Importing SEMANTIC_TYPE Value transfer Type reference (TYPE) STRING Semantischer Typ des bearbeiteten Objekts 20030925

Method GET_REFERENCE_HANDLER_CLASS on class CL_SRM_GSP_PROP_REPOSITORY has no exception.

Method GSP_ALIAS_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ALIAS Value transfer Type reference (TYPE) STRING 20040719
2 Importing ID Call by reference Type reference (TYPE) STRING 20040719
3 Importing PROPERTY_TYPE_WA Call by reference Type reference (TYPE) SRMGS_PROPERTY_TYPE 20040719

Method GSP_ALIAS_GET on class CL_SRM_GSP_PROP_REPOSITORY has no exception.

Method GSP_DATA_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT IF_SRM_PROP_CONTEXT 20030122
2 Importing PROPERTY_TAB Call by reference Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE List: IF_SRM_ATTRIBUTE_VALUE 20030122
# Exception Resumable Description Created on
1 CX_SRM_SP_PROP_REPOSITORY CX_SRM_SP_PROP_REPOSITORY 20030122

Method GSP_DATA_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROPERTY_TAB Call by reference Type reference (TYPE) SRMGS_PROPERTY_TAB 20030203
2 Importing TO_SET Call by reference Type reference (TYPE) SRMBOOLEAN Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20030203

Method GSP_DATA_LOG on class CL_SRM_GSP_PROP_REPOSITORY has no exception.

Method GSP_DATA_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT IF_SRM_PROP_CONTEXT 20030123
2 Importing PROPERTY_TAB Call by reference Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE List: IF_SRM_ATTRIBUTE_VALUE 20030123
# Exception Resumable Description Created on
1 CX_SRM_SP_PROP_REPOSITORY CX_SRM_SP_PROP_REPOSITORY 20030123

Method GSP_LISTVIEW_META_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT 20030805
2 Returning RE_PROPERTY_TAB Value transfer Type reference (TYPE) SRM_LIST_ATTRIBUTE_DESC 20030805
# Exception Resumable Description Created on
1 CX_SRM_SP_PROP_REPOSITORY CX_SRM_SP_PROP_REPOSITORY 20030805

Method GSP_LOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SHOW_LOCKED_POPUP Call by reference Type reference (TYPE) SRMBOOLEAN Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20030219
# Exception Resumable Description Created on
1 CX_SRM_SP_PROP_REPOSITORY CX_SRM_SP_PROP_REPOSITORY 20030219

Method GSP_META_APPEND_SPECIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PROPERTY_TAB Value transfer Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE List: IF_SRM_ATTRIBUTE_VALUE 20040909
# Exception Resumable Description Created on
1 CX_SRM_SP_PROP_REPOSITORY CX_SRM_SP_PROP_REPOSITORY 20040909

Method GSP_META_FILL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ATTRIBUTE_DESC Call by reference Object reference (TYPE REF TO) IF_SRM_ATTRIBUTE_DESC List: IF_SRM_ATTRIBUTE_VALUE 20030731
2 Exporting ATTRIBUTE_VALUE Call by reference Object reference (TYPE REF TO) IF_SRM_ATTRIBUTE_VALUE List: IF_SRM_ATTRIBUTE_VALUE 20030206
3 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT IF_SRM_PROP_CONTEXT 20030206
4 Importing DESCRIPTION_USER_OBJECT Call by reference Object reference (TYPE REF TO) CL_SRM_GSP_PROP_DESC_USEROBJ CL_SRM_GSP_PROP_DESC_USEROBJ 20030206
5 Importing DOCUMENT_CLASS Call by reference Type reference (TYPE) STRING 20030206
6 Importing FILTER Call by reference Type reference (TYPE) STRING 20041215
7 Exporting FILTERED_OUT Call by reference Type reference (TYPE) SRMBOOLEAN Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20041215
8 Importing PROPERTY_TYPE_WA Call by reference Type reference (TYPE) SRMGS_PROPERTY_TYPE 20030206
9 Importing SRM_OBJECT_FACTORY Call by reference Object reference (TYPE REF TO) IF_SRM_SRM_OBJECT_FACTORY Object Factory - Framework - für SPs 20030206
# Exception Resumable Description Created on
1 CX_SRM_SP_PROP_REPOSITORY CX_SRM_SP_PROPERTY_REPOSITORY 20030206

Method GSP_META_GENERAL_FILL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT IF_SRM_PROP_CONTEXT 20030922
2 Importing DESCRIPTION_USER_OBJECT Call by reference Object reference (TYPE REF TO) CL_SRM_GSP_PROP_DESC_USEROBJ CL_SRM_GSP_PROP_DESC_USEROBJ 20030922
3 Importing DOCUMENT_CLASS Call by reference Type reference (TYPE) STRING 20030922
4 Returning GENERAL_DESCRIPTION Value transfer Type reference (TYPE) SRMADGEN 20030922
5 Importing PROPERTY_TYPE_WA Call by reference Type reference (TYPE) SRMGS_PROPERTY_TYPE 20030922
# Exception Resumable Description Created on
1 CX_SRM_SP_PROP_REPOSITORY CX_SRM_SP_PROPERTY_REPOSITORY 20030922

Method GSP_META_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT IF_SRM_PROP_CONTEXT 20030121
2 Importing FILTER Call by reference Type reference (TYPE) STRING 20041215
3 Changing PROPERTY_TAB Call by reference Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE List: IF_SRM_ATTRIBUTE_VALUE 20030121
# Exception Resumable Description Created on
1 CX_SRM_SP_PROP_REPOSITORY CX_SRM_SP_PROPERTY_REPOSITORY 20030121

Method GSP_META_RAW_APPEND_SPECIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PROPERTY_DESC_TAB Value transfer Type reference (TYPE) SRM_LIST_ATTRIBUTE_DESC List: IF_SRM_ATTRIBUTE_VALUE 20040909
# Exception Resumable Description Created on
1 CX_SRM_SP_PROP_REPOSITORY CX_SRM_SP_PROP_REPOSITORY 20040909

Method GSP_META_RAW_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT IF_SRM_PROP_CONTEXT 20030731
2 Importing FILTER Call by reference Type reference (TYPE) STRING 20030731
3 Returning PROPERTY_DESC_TAB Value transfer Type reference (TYPE) SRM_LIST_ATTRIBUTE_DESC List: IF_SRM_ATTRIBUTE_VALUE 20030731
# Exception Resumable Description Created on
1 CX_SRM_SP_PROP_REPOSITORY CX_SRM_SP_PROPERTY_REPOSITORY 20030731

Method GSP_META_SINGLE_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT IF_SRM_PROP_CONTEXT 20030206
2 Returning PROPERTY Value transfer Object reference (TYPE REF TO) IF_SRM_ATTRIBUTE_VALUE List: IF_SRM_ATTRIBUTE_VALUE 20030206
3 Importing PROPERTY_ID Call by reference Type reference (TYPE) STRING 20030206
# Exception Resumable Description Created on
1 CX_SRM_SP_PROP_REPOSITORY CX_SRM_SP_PROPERTY_REPOSITORY 20030206

Method GSP_UNLOCK Signature

Method GSP_UNLOCK on class CL_SRM_GSP_PROP_REPOSITORY has no parameter.
# Exception Resumable Description Created on
1 CX_SRM_SP_PROP_REPOSITORY CX_SRM_SP_PROP_REPOSITORY 20030219

Method VARIANT_DATA_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROPERTY_TAB Call by reference Type reference (TYPE) SRMGS_PROPERTY_TAB 20030124
2 Importing VARIANT Call by reference Object reference (TYPE REF TO) IF_SRM_VARIANT Repräsentiert ein Dokument 20030124
# Exception Resumable Description Created on
1 CX_SRM_SP_PROP_REPOSITORY CX_SRM_SP_PROP_REPOSITORY 20030124

Method VARIANT_DATA_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT IF_SRM_PROP_CONTEXT 20040123
2 Exporting PROPERTY_TAB Call by reference Type reference (TYPE) SRMGS_PROPERTY_TAB 20030124
3 Importing VARIANT Call by reference Object reference (TYPE REF TO) IF_SRM_VARIANT Repräsentiert ein Dokument 20030124
# Exception Resumable Description Created on
1 CX_SRM_SP_PROP_REPOSITORY CX_SRM_SP_PROP_REPOSITORY 20030124

Method VARIANT_DATA_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROPERTY_TAB Call by reference Type reference (TYPE) SRMGS_PROPERTY_TAB 20030124
2 Importing VARIANT Call by reference Object reference (TYPE REF TO) IF_SRM_VARIANT Repräsentiert ein Dokument 20030124
# Exception Resumable Description Created on
1 CX_SRM_SP_PROP_REPOSITORY CX_SRM_SP_PROP_REPOSITORY 20030124

Method VARIANT_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOCUMENT Call by reference Object reference (TYPE REF TO) IF_SRM_DOCUMENT Repräsentiert ein Dokument 20030123
2 Returning VARIANT Value transfer Object reference (TYPE REF TO) IF_SRM_VARIANT Repräsentiert ein Dokument 20030123
# Exception Resumable Description Created on
1 CX_SRM_SP_PROP_REPOSITORY CX_SRM_SP_PROP_REPOSITORY 20030123
History
Last changed by/on SAP  20130531 
SAP Release Created in 640