SAP ABAP Class IF_DM_PROPERTIES (Document Properties)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_DM_SIMPLE_DOCUMENT Basis Class for GDMA Objects 20030811
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SRM_GDMA_DOCUMENT_SP_AL IF_DM_DOCUMENT Implementation 20040415
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SRM_GSP_DOCUMENT_KPRO GDMA KPRO: Document Class 20030620
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SRM_GSP_DOCUMENT_WDAV GDMA WebDAV: Document Class 20030530
Properties
Class IF_DM_PROPERTIES  
Short Description Document Properties    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20030303   SAP 
Last change 20040518   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_DM_PROPERTIES has no interface implemented.
Friends
Class IF_DM_PROPERTIES has no friend class.
Attributes
Class IF_DM_PROPERTIES has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_CACHE Instance method Public Method Delete Cache for Property Values 20031017
2 DELETE_PROPERTIES Instance method Public Method Deletes All Value Variants of Specified Properties 20030613
3 GET_PROPERTIES Instance method Public Method Gets List of Properties of Document 20030303
4 GET_PROPERTY Instance method Public Method Get an Attribute 20030307
5 GET_PROPERTY_DEFINITIONS Instance method Public Method Gets Definitions of All Possible Properties 20030307
6 SET_PROPERTIES Instance method Public Method Sets Properties 20030307
7 SET_PROPERTY Instance method Public Method Sets Property 20030307
Events
Class IF_DM_PROPERTIES has no event.
Types
Class IF_DM_PROPERTIES has no local type.
Method Signatures

Method CLEAR_CACHE Signature

Method CLEAR_CACHE on class IF_DM_PROPERTIES has no parameter.
Method CLEAR_CACHE on class IF_DM_PROPERTIES has no exception.

Method DELETE_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LIST Call by reference Type reference (TYPE) SDM_PROPERTY_TAB Liste der Properties 20030613
# Exception Resumable Description Created on
1 CX_DM_ACCESS_DENIED Zugriff verweigert 20030613
2 CX_DM_WRITE Fehler beim Schreiben 20030613

Method GET_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LIST Call by reference Type reference (TYPE) SDM_OBJECT_TAB $REF$ 20030303
2 Importing OMIT_CACHE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Inhalte nicht aus Cache lesen 20040203
3 Returning PROPERTIES Value transfer Type reference (TYPE) SDM_PROPERTY_TAB $REF$ 20030303
4 Importing SINGLE_FETCH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Hinweis: mgl. nur diese Attribute lesen 20040203
# Exception Resumable Description Created on
1 CX_DM_ACCESS_DENIED Zugriff verweigert 20030318
2 CX_DM_NOT_AVAILABLE Objekt/Dienst nicht verfügbar 20030318
3 CX_DM_READ Fehler beim Lesen 20030318

Method GET_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Value transfer Type reference (TYPE) CSEQUENCE Name der Eigenschaft 20030307
2 Importing OMIT_CACHE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Cache umgehen 20040203
3 Importing SINGLE_FETCH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Hinweis: Mgl. nur diese Attribute lesen 20040203
4 Returning VALUE Value transfer Type reference (TYPE) STRING Wert der Eigenschaft 20030307

Method GET_PROPERTY on class IF_DM_PROPERTIES has no exception.

Method GET_PROPERTY_DEFINITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PROPERTY_DEFS Value transfer Type reference (TYPE) SDM_PROPERTY_DEF_TAB $REF$ 20030307
# Exception Resumable Description Created on
1 CX_DM_ACCESS_DENIED Zugriff verweigert 20030318
2 CX_DM_NOT_AVAILABLE Objekt/Dienst nicht verfügbar 20030318
3 CX_DM_READ Fehler beim Lesen 20030318

Method SET_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROPERTIES Call by reference Type reference (TYPE) SDM_PROPERTY_TAB Zu setzende Eigenschaften 20030307
# Exception Resumable Description Created on
1 CX_DM_ACCESS_DENIED Zugriff verweigert 20030318
2 CX_DM_NOT_AVAILABLE Objekt/Dienst nicht verfügbar 20030318
3 CX_DM_WRITE Fehler beim Schreiben 20030318

Method SET_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Value transfer Type reference (TYPE) CSEQUENCE Name der Eigenschaft 20030307
2 Importing VALUE Value transfer Type reference (TYPE) CSEQUENCE Wert der Eigenschaft 20030307
# Exception Resumable Description Created on
1 CX_DM_ACCESS_DENIED Zugriff verweigert 20030318
2 CX_DM_NOT_AVAILABLE Objekt/Dienst nicht verfügbar 20030318
3 CX_DM_WRITE Fehler beim Schreiben 20030318
History
Last changed by/on SAP  20040518 
SAP Release Created in