SAP ABAP Interface IF_DM_PROPERTIES (Document Properties)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-RM (Application Component) SAP Records Management
⤷
SGDMA (Package) Generic Document Management API

⤷

⤷

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
Interface | IF_DM_PROPERTIES | |
Short Description | Document Properties |
General Data
Package | SGDMA | Generic Document Management API |
Created | 20030303 | SAP |
Last changed | 20040518 | SAP |
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
Interface IF_DM_PROPERTIES has no interface.
Friends
Interface IF_DM_PROPERTIES has no friend.
Attributes
Interface IF_DM_PROPERTIES has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Delete Cache for Property Values | 20031017 |
2 | ![]() |
Instance method | Public | Method | Deletes All Value Variants of Specified Properties | 20030613 |
3 | ![]() |
Instance method | Public | Method | Gets List of Properties of Document | 20030303 |
4 | ![]() |
Instance method | Public | Method | Get an Attribute | 20030307 |
5 | ![]() |
Instance method | Public | Method | Gets Definitions of All Possible Properties | 20030307 |
6 | ![]() |
Instance method | Public | Method | Sets Properties | 20030307 |
7 | ![]() |
Instance method | Public | Method | Sets Property | 20030307 |
Events
Interface IF_DM_PROPERTIES has no event.
Types
Interface IF_DM_PROPERTIES has no local type.
Method Signatures
Method CLEAR_CACHE Signature
Method CLEAR_CACHE on Interface IF_DM_PROPERTIES has no parameter.
Method CLEAR_CACHE on Interface 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 | ![]() |
LIST | Call by reference | Type reference (TYPE) | SDM_PROPERTY_TAB | Liste der Properties | 20030613 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Zugriff verweigert | 20030613 | |
2 | ![]() |
Fehler beim Schreiben | 20030613 |
Method GET_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LIST | Call by reference | Type reference (TYPE) | SDM_OBJECT_TAB | $REF$ | 20030303 | ||
2 | ![]() |
OMIT_CACHE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Inhalte nicht aus Cache lesen | 20040203 | |
3 | ![]() |
PROPERTIES | Value transfer | Type reference (TYPE) | SDM_PROPERTY_TAB | $REF$ | 20030303 | ||
4 | ![]() |
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 | ![]() |
Zugriff verweigert | 20030318 | |
2 | ![]() |
Objekt/Dienst nicht verfügbar | 20030318 | |
3 | ![]() |
Fehler beim Lesen | 20030318 |
Method GET_PROPERTY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Value transfer | Type reference (TYPE) | CSEQUENCE | Name der Eigenschaft | 20030307 | ||
2 | ![]() |
OMIT_CACHE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Cache umgehen | 20040203 | |
3 | ![]() |
SINGLE_FETCH | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Hinweis: Mgl. nur diese Attribute lesen | 20040203 | |
4 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | STRING | Wert der Eigenschaft | 20030307 |
Method GET_PROPERTY on Interface 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 | ![]() |
PROPERTY_DEFS | Value transfer | Type reference (TYPE) | SDM_PROPERTY_DEF_TAB | $REF$ | 20030307 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Zugriff verweigert | 20030318 | |
2 | ![]() |
Objekt/Dienst nicht verfügbar | 20030318 | |
3 | ![]() |
Fehler beim Lesen | 20030318 |
Method SET_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PROPERTIES | Call by reference | Type reference (TYPE) | SDM_PROPERTY_TAB | Zu setzende Eigenschaften | 20030307 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Zugriff verweigert | 20030318 | |
2 | ![]() |
Objekt/Dienst nicht verfügbar | 20030318 | |
3 | ![]() |
Fehler beim Schreiben | 20030318 |
Method SET_PROPERTY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Value transfer | Type reference (TYPE) | CSEQUENCE | Name der Eigenschaft | 20030307 | ||
2 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | CSEQUENCE | Wert der Eigenschaft | 20030307 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Zugriff verweigert | 20030318 | |
2 | ![]() |
Objekt/Dienst nicht verfügbar | 20030318 | |
3 | ![]() |
Fehler beim Schreiben | 20030318 |
History
Last changed by/on | SAP | 20040518 |
SAP Release Created in | 640 |